Prepare the tools
Install Git, uv, OpenRouter credits, and the AI runtime you want to use. Pi is the recommended runtime.
curl -LsSf https://astral.sh/uv/install.sh | sh
curl -fsSL https://pi.dev/install.sh | shinstall on Linux
Linux can run Mirror Mind through the supported AI runtimes. Mirror Desktop for Linux is not distributed from the site yet.
Install Git, uv, OpenRouter credits, and the AI runtime you want to use. Pi is the recommended runtime.
curl -LsSf https://astral.sh/uv/install.sh | sh
curl -fsSL https://pi.dev/install.sh | shgit clone https://github.com/mirror-mind-ai/mirror.git
cd mirror
uv syncCreate `.env`, set `MIRROR_USER` and `OPENROUTER_API_KEY`, then initialize and seed your local identity.
cp .env.example .env
uv run python -m memory init your-name
uv run python -m memory seedOpen Pi, Claude Code, or Codex inside the `mirror` directory and interact in natural language:
Linux Desktop distribution is not part of the public alpha yet. Use Mirror Mind through your runtime for now.