Getting Started

Download, install, and configure Mioru in under 5 minutes.

Download & Install

Linux

# Debian/Ubuntu
bash install-debian.sh

# Arch Linux
bash install-arch.sh

# Or download the binary directly
chmod +x mira
./mira

Mioru is a single binary (~18 MB). No runtime, no package manager — just download and run.

Windows

Download mira.exe and launch it. No installer required.

macOS

Download the macOS binary. You may need to right-click → Open on first launch (Gatekeeper).

First Run

  1. Launch Mioru
  2. Open Settings (gear icon, top right)
  3. Set your Notes Directory — where your .md files live (e.g. ~/mira-notes/ or a Nextcloud folder)
  4. Add an AI Provider — sign in with ChatGPT or add a Claude API key (see AI Providers)
  5. Done! Create your first note.
Tip: Point your Notes Directory at a cloud-synced folder (Nextcloud, Dropbox, iCloud) to keep your notes available everywhere.

Requirements & Dependencies

Required

ComponentPurposeHow to get it
Mioru BinaryThe app itselfmioru.org
AI ProviderPowers AI chatChatGPT account (free) or Anthropic API key

Optional

ComponentPurposeHow to install
PandocDOCX exportsudo apt install pandoc / brew install pandoc / winget install JohnMacFarlane.Pandoc
Chromium or EdgePDF exportPre-installed on most systems (Edge built-in on Windows)
OpenAI API KeyVoice transcription (Whisper)platform.openai.com
Tavily API KeyWeb search in AI chattavily.com — 1,000 searches/month free

Next Steps