Runtimes & Setup

Manifold launches real CLI agents. Install at least one and make sure its binary is on your PATH.

RuntimeBinaryInstallNotes
Claude Codeclaudeclaude.com/claude-codeBuilt-in runtime.
Codexcodexgithub.com/openai/codexBuilt-in runtime.
Copilotcopilotgithub.com/github/copilot-cliBuilt-in runtime.
Gemini CLIgeminigithub.com/google-gemini/gemini-cliBuilt-in runtime.
Claude Code (Ollama)ollamaollama.comLaunches via ollama launch claude; model selection required.
Codex (Ollama)ollamaollama.comLaunches via ollama launch codex; model selection required.

Verifying a runtime

After installing, confirm the binary is reachable:

claude --version    # or codex / gemini / copilot --version
ollama --version    # only for the Ollama-backed runtimes

If the command is not found, ensure the install location is on your PATH. Manifold appends common directories (~/.local/bin, /opt/homebrew/bin, /usr/local/bin) automatically, but a custom install location may still need to be added to your shell profile.