Step 1 — Download
Go to GitHub Releases and download the installer for your platform:| Platform | File |
|---|---|
| macOS (Apple Silicon) | MIRA-x.x.x-arm64.dmg |
| Windows | MIRA-Setup-x.x.x-x64.exe |
| Linux | MIRA-x.x.x-x64.AppImage, mira_x.x.x_amd64.deb, or mira-x.x.x-x86_64.rpm |
Step 2 — Install and launch
- macOS
- Windows
- Linux
- Open the downloaded
.dmg - Drag MIRA to your Applications folder
- Launch MIRA from Applications or Spotlight
- If macOS shows “cannot be opened”, go to System Settings → Privacy & Security → Open Anyway
Step 3 — First launch setup
On first launch, MIRA automatically:- Sets up a bundled Python 3.11 virtual environment
- Installs all required Python dependencies
Python is bundled. MIRA ships a self-contained Python 3.11 runtime. You do not need Python on
your
PATH and never need to run pip install manually.Step 4 — Connect your LLM provider
Open Settings (⌘,) and configure one provider:- AWS Bedrock
- Anthropic
- OpenAI
- Ollama (no key needed)
Go to Settings → Bedrock / AWS and enter:
- AWS Access Key ID
- AWS Secret Access Key
- AWS Region (e.g.
eu-west-1)
sts:GetCallerIdentity and displays your Account ID on success.Minimum IAM policy required:Step 5 — Send your first query
- Click New Chat (or ⌘N)
- Type a question — something specific to your work
- Press Enter
What’s next?
Understand the two engines
NAE vs RLM — when to use each
Upload a document
Add PDFs, CSVs, and code files to your session
Apply a Skill
Give MIRA a specialised reasoning persona
Run a Workflow
Chain reasoning into a repeatable pipeline