Installation Guide
MIU offers flexible installation options depending on your use case.System Requirements
- Python: 3.11 or higher
- Operating Systems: macOS, Linux, Windows (via WSL)
- Package Manager: pip, uv, or pipx
Quick Install Scripts
- Unix/macOS
- Windows
Package Installation
Using uv (Recommended)
uv is a fast Python package manager:Using pip
Available Packages
Provider-Specific Extras
Install only the LLM providers you need:Development Installation
For contributing or development:Environment Variables
Configure your API keys:Verifying Installation
Troubleshooting
Command not found
Command not found
Ensure the installation directory is in your PATH. For uv tool installs, run
uv tool update-shell.API key errors
API key errors
Verify your API key is set correctly with
echo $ANTHROPIC_API_KEY (or your chosen provider).Python version mismatch
Python version mismatch
MIU requires Python 3.11+. Check with
python --version.