Requirements
| Requirement | Detail |
|---|---|
| Windows version | 10 or later (x64) |
| 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:MIRA-Setup-x.x.x-x64.exe
Install
Run the installer
Double-click
MIRA-Setup-x.x.x-x64.exe. No administrator rights are required for a
per-user install.If Windows SmartScreen shows a blue warning dialog, click More info → Run anyway. This
appears because MIRA is distributed from GitHub — it is not malware.Follow the installer steps
Accept the licence agreement, choose your install location (default:
%LOCALAPPDATA%\Programs\MIRA), and click Install.First launch
MIRA performs a one-time setup on first launch:- Creates a Python virtual environment at
%APPDATA%\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:%APPDATA%\MIRA, and press Enter.
Credentials storage
API keys and AWS credentials are encrypted using Windows DPAPI (Data Protection API) and stored incredentials.json inside the MIRA data folder. DPAPI ties encryption to your Windows user account — no separate password is required and no entries are created in Windows Credential Manager.
Uninstall
- Go to Settings → Apps → Installed apps
- Find MIRA and click Uninstall
- To remove all data and credentials: delete
%APPDATA%\MIRA\
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 installer and run it over the existing installation.Edit this page — Open a pull
request
to improve these instructions.