cc+ Desktop App for Claude Code: Multi-Session Management and Fleet Orchestration

What cc+ Does
cc+ is a desktop application for Claude Code, built on the Claude Agent SDK. It runs on macOS and Linux systems.
Key Features
- Multi-session tabs: Run parallel isolated Claude Code sessions simultaneously
- Live activity tree: Every subagent spawn and tool use rendered as a hierarchy in real time
- Security scoring: Flags dangerous operations, secret exposure, and scope creep
- Workflow enforcement: Blocks commits without code review and requires test coverage gates
- Fleet orchestration: Captain manages your sessions, launches new ones, and helps debug and improve your workflow
- Persistent memory: Agents carry context across sessions automatically
- Telegram control: Start sessions, get updates, and use voice commands from your phone
- Insights dashboard: Token and usage tracking across sessions
- Session import: Bring in your existing Claude Code sessions
Availability and Links
The application is open source and available on GitHub at https://github.com/kerplunkstudio/ccplus. Additional information can be found on the project website at https://ccplus.run.
📖 Read the full source: r/ClaudeAI
👀 See Also

Toothcomb: Open-Source Real-Time Speech Fact-Checker Built with Claude Opus and Sonnet APIs
Toothcomb is an open-source tool that takes a speech transcript, fact-checks claims, detects logical fallacies and manipulative language using Claude Opus API, and supports real-time microphone streaming.

Pangolin: Open-Source Identity-Based VPN as a ZTNA Alternative
Pangolin is an open-source VPN focused on identity-based remote access, offering an alternative to Cloudflare ZTNA, Zscaler, and Twingate.

Elodin Open-Sources AI Racing Harness with Real-Time Betaflight Simulation for AI Grand Prix Contestants
Elodin released an open-source simulation harness for the AI Grand Prix virtual qualifier, matching competition constraints and running against real Betaflight. The Rust/Bevy-based tool generates camera sensor samples directly in the loop, avoiding heavy game engine overhead.

Prompt-caching MCP plugin automatically reduces Claude API costs by identifying stable context
The prompt-caching MCP plugin automatically identifies stable parts of context like system prompts and tool definitions, then marks them for Anthropic's caching feature to reduce API costs by 80-92% in coding sessions.