MIRA stores all your data locally inDocumentation Index
Fetch the complete documentation index at: https://docs.mira-app.dev/llms.txt
Use this file to discover all available pages before exploring further.
mira.db (SQLite). You can selectively clear specific data types or perform a complete factory reset.
Data paths
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/mira/mira.db |
| Windows | %APPDATA%\mira\mira.db |
| Linux | ~/.config/mira/mira.db |
Selective data clearing
Press ⌘, → Data Management.| Action | What it clears |
|---|---|
| Clear all sessions | All chat sessions and message history |
| Clear custom skills | All user-created skills (built-ins are unaffected) |
| Clear custom workflows | All user-created workflows (built-ins are unaffected) |
| Clear eval profiles | All eval profiles, cases, and run history |
| Clear activity logs | In-memory activity center log (already clears on restart) |
Full factory reset
A factory reset clears all MIRA data:- All sessions and messages
- All custom skills and workflows
- All eval profiles and run history
- All MCP server configurations
- All provider settings (API keys are also removed from the keychain)
- All preferences (reset to defaults)
Manual database deletion
If MIRA is not launching, you can delete the database manually:Edit this page — Open a pull request