Discover and explore top open-source AI tools and projects—updated daily.
doctlyAI coding session command center
Top 91.1% on SourcePulse
Switchboard is a desktop application designed to centralize and manage CLI coding sessions, specifically for Claude Code. It offers a unified interface for browsing, searching, launching, and monitoring all sessions across projects, aiming to streamline developer workflows by eliminating the need to juggle multiple terminal tabs.
How It Works
Built with Electron, Switchboard aggregates Claude Code sessions, organizing them by project and providing a searchable database. Its core approach involves an integrated terminal for direct session interaction and an optional IDE-like side panel for reviewing and managing file changes proposed by Claude. This panel displays diffs, allowing users to accept, reject, or edit modifications before they are applied, enhancing control over code generation. The application uses SQLite for local session caching and metadata management.
Quick Start & Requirements
build-essential and python3 for Linux).npm install followed by npm start.Highlighted Details
Maintenance & Community
No specific details on contributors, sponsorships, community channels, or roadmap are provided in the README text.
Licensing & Compatibility
No license information is explicitly stated in the provided README text.
Limitations & Caveats
IDE emulation can be disabled for users preferring external editors like VS Code or Cursor; these changes apply to new sessions. The macOS build utilizes custom entitlements for JIT and unsigned memory execution, which may require careful consideration in certain security-sensitive environments.
1 week ago
Inactive
can1357