# Installing mirrord

mirrord can be installed and used in several ways depending on your development workflow:

* [**CLI**](/mirrord/docs/getting-started/installing-mirrord/cli.md) - Install the mirrord command-line tool directly
* [**VS Code**](/mirrord/docs/getting-started/installing-mirrord/vscode.md) - Install the mirrord extension for Visual Studio Code and compatible editors (Cursor, Windsurf, etc.)
* [**JetBrains IDEs**](/mirrord/docs/getting-started/installing-mirrord/intellij.md) - Install the mirrord plugin for JetBrains IDEs (IntelliJ, PyCharm, GoLand, etc.)

Using IDE extensions on Windows? See our [**WSL setup guide**](/mirrord/docs/getting-started/installing-mirrord/wsl.md).

### Local Requirements

For your local machine, you may use any of:

* MacOS (Intel, Apple Silicon)
* Linux (x86\_64)
* Windows (x86\_64), WSL (x86\_64)

kubectl needs to be configured on the local machine.

### mirrord Operator

If you're planning to use [mirrord for Teams](https://app.metalbear.com), you'll also need to install the mirrord Operator in your cluster. See the [mirrord Operator](/mirrord/docs/getting-started/installing-mirrord/operator.md) page for installation instructions.


---

# 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://metalbear.com/mirrord/docs/getting-started/installing-mirrord.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.
