Quick Install
Install the base package into your project:Use Mirage as a CLI
If you only want themirage CLI (not the library), there are two convenient paths.
One-shot run with uvx, no install, just runs:
uv tool install, drops mirage on your PATH globally:
VFS Extras
Install extras when a VFS needs optional dependencies:Install From Source
If you are contributing to Mirage or want the full local development setup:camel extra conflicts with the openai stack, so excluding it keeps everything else installable in one shot.
Recommended Path
- Install the base package.
- Follow the Python Quickstart with the RAM VFS.
- Add the VFS extras and follow the FUSE setup if you need to expose mounts as a real filesystem.