# Introduction

**Monarch** is an Arch Linux distribution based on **Omarchy**, designed to provide a ready-to-use platform for cybersecurity professionals and enthusiasts. It comes preconfigured with a comprehensive toolkit aimed at penetration testing, malware analysis, and network assessment.

**Key Features**

* **Preinstalled Testing Environments:** Includes **Exegol** for isolated and reproducible testing setups.
* **Web Proxy Tools:** Ships with both **BurpSuite** and **Caido** for advanced web application testing.
* **Vulnerability Scanning:** Provides a preconfigured **Nessus container** for automated scanning.
* **Useful TUI Applications:** Tools like **Termshark**, **Posting.sh**, and **BlueTUI** offer powerful terminal-based interfaces for network and system tasks.
* **Optimized Command Line:** A rich collection of **aliases** to streamline everyday operations and testing workflows.
* **Windows Virtual Machine:** A prebuilt **Windows VM** is included for compiling payloads and conducting cross-platform tests.

Monarch’s goal is to deliver a streamlined, powerful, and extensible environment — ready from the first boot for cybersecurity work.

{% hint style="info" %}
Monarch is based on [Omarchy](https://omarchy.org/), you can read the documentation to learn about features not documented here.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.monarchlinux.com/getting-started/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
