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).
With pipx (recommended)
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(orbrew install pipxon macOS), thenpipx install mirago. - Windows: in PowerShell,
py -m pip install --user pipxthenpy -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.