Skip to main content

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

Package Installation

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:
Never commit API keys to version control. Use environment variables or .env files.

Verifying Installation

Troubleshooting

Ensure the installation directory is in your PATH. For uv tool installs, run uv tool update-shell.
Verify your API key is set correctly with echo $ANTHROPIC_API_KEY (or your chosen provider).
MIU requires Python 3.11+. Check with python --version.