Manaflow
Open source Claude Code web/Codex Cloud/Devin/Ramp Inspect alternative
Install / Use
/learn @manaflow-ai/ManaflowAbout this skill
Quality Score
0/100
Category
Product ManagementSupported Platforms
Claude Code
Claude Desktop
OpenAI Codex
README
<h1 align="center">Manaflow</h1>
<p align="center">Open source Claude Code web/Codex Cloud/Devin alternative</p>
<p align="center">
<a href="https://www.manaflow.com/direct-download-macos">
<img src="./docs/assets/macos-badge.png" alt="Download Manaflow for macOS" width="180" />
</a>
</p>
<p align="center">
Join the <a href="https://discord.gg/SDbQmzQhRK">Discord</a> to talk more about Manaflow!
</p>
Manaflow lets you spawn Claude Code, Codex CLI, Cursor CLI, Gemini CLI, Amp, Opencode, and other coding agent CLIs in parallel across multiple tasks.
Every run spins up an isolated VS Code workspace either in the cloud or in a local Docker container with the git diff view, terminal, and dev server preview ready so parallel agent work stays verifiable, fast, and ready to ship.
Features
<table> <tr> <td width="50%"> <h3>Parallel Agent Orchestration</h3> <p>Spawn Claude Code, Codex CLI, Gemini CLI, and other agents simultaneously. Select your model, write your prompt, and let multiple agents work on your codebase in parallel.</p> </td> <td width="50%"> <img src="./docs/assets/cmux0.png" alt="Task dashboard with agent selection" style="max-width: 100%;"> </td> </tr> </table> <table> <tr> <td width="50%"> <img src="./docs/assets/cmux1.png" alt="VS Code workspace with Claude Code terminal" style="max-width: 100%;"> </td> <td width="50%"> <h3>Isolated VS Code Workspaces</h3> <p>Each agent runs in its own sandboxed environment with full VS Code, source control, and terminal access. Watch the AI think and code in real-time.</p> </td> </tr> </table> <table> <tr> <td width="50%"> <h3>Live Web Preview</h3> <p>Preview your app directly in the workspace while agents make changes. Embedded browser shows your dev server output alongside the code.</p> </td> <td width="50%"> <img src="./docs/assets/cmux2.png" alt="Web app preview with embedded browser" style="max-width: 100%;"> </td> </tr> </table> <table> <tr> <td width="50%"> <img src="./docs/assets/cmux3.png" alt="Pull request review with git diff" style="max-width: 100%;"> </td> <td width="50%"> <h3>One-Click PR Creation</h3> <p>Review diffs, squash and merge, or open pull requests directly from the workspace. View GitHub Action results and CI status without leaving Manaflow.</p> </td> </tr> </table> <table> <tr> <td width="50%"> <h3>Full Workspace Monitoring</h3> <p>See your agent's entire workspace at a glance—VS Code editor, Claude Code TUI, and VNC browser preview all in one view. Monitor exactly what your agent sees and does.</p> </td> <td width="50%"> <img src="./docs/assets/cmux4.png" alt="Multi-agent parallel execution grid view" style="max-width: 100%;"> </td> </tr> </table> <table> <tr> <td width="50%"> <img src="./apps/www/assets/heatmap-demo-1.png" alt="AI-powered code review heatmap" style="max-width: 100%;"> </td> <td width="50%"> <h3>Heatmap Diff Viewer for Code Reviews</h3> <p>Automatically highlight risky code changes with color-coded annotations. Focus your review on the lines that matter most.</p> </td> </tr> </table>Install
Manaflow supports macOS. Linux in beta. Windows coming soon.
<a href="https://www.manaflow.com/direct-download-macos"> <img src="./docs/assets/macos-badge.png" alt="Download Manaflow for macOS" width="180" /> </a> <!-- ```bash # with bun bunx cmux@latest # with npm npx cmux@latest # or to install globally bun add -g cmux@latest npm install -g cmux@latest ``` --> <!-- ```bash # with uv uvx cmux@latest ``` --> <!-- ## Upgrade ```bash cmux upgrade ``` --> <!-- ## Uninstall ```bash cmux uninstall ``` -->