On this page

Installation

mirago is a command-line tool. Requirements: Python 3.10 or newer. It works the same on Windows, macOS, and Linux (it's pure Python).

pipx installs CLI tools in their own isolated environment, so mirago won't interfere with your projects:

pipx install mirago

With pip

pip install mirago

Platform notes

  • macOS / Linux: install pipx with pip install --user pipx (or brew install pipx on macOS), then pipx install mirago.
  • Windows: in PowerShell, py -m pip install --user pipx then py -m pipx install mirago. Make sure Python is on your PATH (the official python.org installer has a checkbox for this).

Verify it works

mirago --version
mirago check .

Next: see Usage for the commands and options.