Requirements
| Requirement | Detail |
|---|---|
| macOS version | 12 Monterey or later |
| Architecture | Apple Silicon (arm64) — M1, M2, M3, M4 |
| Python | Bundled — no separate install needed |
| LLM provider | One of: AWS Bedrock, Anthropic, OpenAI, or Ollama |
| Disk space | ~500 MB (includes bundled Python runtime) |
Download
Go to github.com/satyendra2013/mira-app/releases/latest and download:- Apple Silicon (M1/M2/M3/M4):
MIRA-x.x.x-arm64.dmg
Install
Open the DMG
Double-click the downloaded
.dmg file. A Finder window opens showing the MIRA icon and an
Applications folder shortcut.Drag to Applications
Drag the MIRA icon onto the Applications folder shortcut. Wait for the copy to
complete.
Handle Gatekeeper (first launch only)
If macOS shows “MIRA cannot be opened because the developer cannot be verified”:
- Open System Settings → Privacy & Security
- Scroll to the security notice about MIRA
- Click Open Anyway
- Confirm with your password or Touch ID
First launch
MIRA performs a one-time setup on first launch:- Creates a Python virtual environment at
~/Library/Application Support/MIRA/mira-venv/ - Installs all required Python packages from the bundled
requirements.txt
NAE starting… → NAE ready when complete.
Data location
All MIRA data is stored locally at:Uninstall
- Drag MIRA from Applications to Trash
- To remove all data and credentials: delete
~/Library/Application Support/MIRA/
MIRA stores credentials in
credentials.json inside its data folder (encrypted using macOS
Keychain-backed safeStorage). Deleting the data folder removes all credentials.Updating
MIRA checks for updates shortly after launch. When a new version is available, an in-app notification shows the available version number. Go to github.com/satyendra2013/mira-app/releases/latest to download the latest.dmg and repeat the install steps above.
Edit this page — Open a pull
request
to improve these instructions.