Switchboard, an open-source Electron-based desktop application from the doctly GitHub organization, launched this week as a unified management interface for Claude Code sessions. Available at version 0.0.8, the app addresses a practical friction point for developers using Anthropic's CLI coding agent: the tedium of tracking conversations scattered across ~/.claude/projects and juggling multiple terminal windows. Core features include a project-organized session browser with full-text search, a built-in terminal for launching and connecting to sessions, fork and resume capabilities for branching session histories, and an activity heatmap. The app ships with auto-update functionality via electron-updater and supports macOS (Apple Silicon and Intel), Windows, and Linux — a cross-platform posture that sets it apart from several competitors.
Switchboard is entering a field that is visibly crowding. When the project was posted to Hacker News, commenters immediately surfaced at least four competing tools: T3 Code (t3.codes), Conductor by Melty Labs (conductor.build), Sculptor by Imbue AI (imbue-ai/sculptor), and Omnara. Conductor has attracted endorsements from engineers at Stripe and Notion and supports parallel Claude Code and OpenAI Codex agents in isolated git worktrees. Sculptor, built by AI research company Imbue, goes further by running each Claude agent inside a Docker container for full isolation and adds a "Pairing Mode" that lets developers instantly inhabit an agent's live environment — the company's README explicitly tags it "the missing UI for Claude Code." Omnara extends the concept to mobile and web clients.
The Imbue angle is the most telling detail in the space. The company, formerly known as Generally Intelligent, has raised over $200 million toward building autonomous reasoning AI systems — the same domain Claude Code occupies. Yet Sculptor is built exclusively around Anthropic's CLI toolchain, with no integration with Imbue's own models. The project's Discord onboarding notes that the Imbue engineering team uses Sculptor to build Sculptor, making it genuine internal dogfooding rather than a product experiment. A well-funded AI lab publicly shipping a UI layer on top of a competitor's coding agent is a direct signal: <a href="/news/2026-03-14-emacs-vim-ai-terminal-native-advantage">Anthropic's toolchain is where serious development workflows run</a>, and the differentiated opportunity is in orchestration and environment management above the model.
Switchboard's approach is comparatively lightweight: a vanilla JavaScript renderer using CodeMirror, SQLite for session caching via better-sqlite3, and node-pty for terminal emulation. Its MIT license and GitHub Actions-based CI/CD pipeline lower the barrier to community contributions — unlike Conductor, which is closed-source. Sculptor is publicly hosted at imbue-ai/sculptor on GitHub. The features that separate the more capable tools from Switchboard today are concrete: <a href="/news/2026-03-14-calyx-ghostty-based-macos-terminal-with-liquid-glass-ui-and-ai-agent-ipc-via-mcp">parallel agent orchestration</a>, container isolation, and merge conflict resolution. Those are the gaps the project needs to close to compete with Conductor and Sculptor as developers consolidate around a single tool.