Requirements
Download
Go to github.com/satyendra2013/mira-app/releases/latest and download:MIRA-Setup-x.x.x-x64.exe
Install
1
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.2
Follow the installer steps
Accept the licence agreement, choose your install location (default:
%LOCALAPPDATA%\Programs\MIRA), and click Install.3
Launch MIRA
MIRA starts automatically after install. You can also find it in the Start Menu or
via the Desktop shortcut.
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.