I've been building Nest by RAVEN with Claude Code for the past few months. Claude has been part of the process from day one — and it ended up being one of the core AIs the product is built around.
Posted by somos_raven@reddit | LocalLLaMA | View on Reddit | 0 comments
Nest is a desktop workspace (Mac + Windows) that runs multiple AI CLIs in a resizable grid. Each pane is a fully independent session with its own account, history, and environment.

What it does:
- Broadcast mode: type once, every pane receives the prompt simultaneously — compare Claude, Gemini and Codex on the same problem side by side
- Terminal Sharing: share your live terminal with anyone using an 8-character code. No SSH, no VPN, no setup. Interactive mode requires your explicit approval
- AI Code Review: open any PR, hit 'AI Review', Claude reads the full diff and returns a structured review — bugs, security, performance, readability
- Session persistence: close the app, reopen it, everything is exactly where you left it
- GitHub integration: OAuth, browse repos, create PRs, view Issues, create branches from inside the app
- MCP panel: manage Model Context Protocol servers for Claude visually
- Voice input: powered by Whisper, transcribes into the active pane
- Conversation history: every AI response saved automatically as markdown

Supports Claude, Gemini, Codex, Copilot, OpenCode, plain terminal, and any custom CLI.
Free plan available: 2x2 grid, all 7 AIs, no credit card required. Pro is $17/mo billed annually.
Download: https://nestmux.com
GitHub: https://github.com/GeronimoDiClemente/raven-nest
*(macOS: not notarized yet — one-line xattr fix in the README)*