Quick Start Guide
Get MIU running on your system and start building AI-powered coding agents.Prerequisites
Before you begin, ensure you have:- Python 3.11 or higher
- An API key from Anthropic, OpenAI, or Google
Installation
- Quick Install (Recommended)
- Using uv
- Using pip
Unix/macOS:Windows (PowerShell):
Configuration
Set your API key for the LLM provider you want to use:Basic Usage
1
One-shot Query
Run a single command and get a response:
2
Interactive REPL
Start an interactive session:
3
TUI Mode
Launch the full terminal UI:
4
Custom Provider
Specify a different model:
What’s Next?
Installation Details
Explore all installation options and extras
Architecture
Learn about the modular architecture