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

MCP Support Merged into llama.cpp with New WebUI Features
The Model Context Protocol (MCP) pull request for llama.cpp has been merged, adding MCP support, tool calls, an agentic loop, and a server selector to the llama-server/WebUI side.

BetterClaw vs OpenClaw: Comparing Tool Calling, Structured Outputs, and Workflow Control
A developer-focused comparison of BetterClaw and OpenClaw covering tool calling, structured outputs, workflow control, and day-to-day agent development.

boxBot: An Open-Source Smart Speaker Powered by Claude and Hailo AI
A developer built a smart speaker named boxBot using Claude for agent-driven hardware control, Raspberry Pi, Hailo AI accelerator, and custom SDK—open-sourced on GitHub.

MetaBot: Open-Source Bridge Connects Claude Code to Telegram, Feishu, and WeChat
MetaBot is an open-source TypeScript bridge that connects the Claude Code Agent SDK to messaging platforms like Telegram, Feishu, and WeChat. It provides persistent memory, scheduled tasks, multi-agent collaboration, and real-time streaming of tool calls.