Tessera: Open-Source GUI Workspace for Managing Multiple Claude Code Sessions

Tessera is a free, open-source GUI workspace for managing multiple parallel Claude Code sessions. It was built after its creator repeatedly faced the pain of juggling several long-running terminal tasks — losing track of what each agent had done, what Git changes were made, and which task needed attention.
Key Features
- Multi-session management: Run several Claude Code sessions side by side in one window.
- Git worktree isolation: Each task lives in its own Git worktree, keeping branches and changes separate.
- Kanban/list views: Track task progress without relying on terminal scrollback.
- Agent activity inspection: See tool calls, approvals, progress, and agent actions in real time.
- Live diffs and PR context: View code changes and branch state while the task is still running.
- Multi-provider support: Works with Claude Code, Codex, and OpenCode.
Platforms and Installation
Tessera supports Windows (including WSL), macOS, Linux, and a self-hosted npm/browser version. It is open source and free to try.
GitHub: horang-labs/tessera
Built with Claude Code
The developer used Claude Code to build Tessera itself — implementing the provider adapter layer, debugging WSL/macOS edge cases, and iterating on the UI for task state, diffs, and agent activity.
Who It's For
Developers who run multiple long-running AI coding agent sessions simultaneously and need a structured way to monitor and manage them.
📖 Read the full source: r/ClaudeAI
👀 See Also

ExposureGuard MCP Server Adds Domain Security Scanning to Claude Desktop
A developer built an MCP server for domain security scanning using Claude Code, exposing four tools that check SPF, DMARC, SSL, security headers, DNSSEC, open ports, MX, and HTTPS. The server is available via pip install exposureguard-mcp with a free tier of 100 API calls per day.

Orion: Bypassing CoreML to Run and Train LLMs Directly on Apple Neural Engine
Orion is an open-source Objective-C system that bypasses Apple's CoreML to run and train LLMs directly on the Apple Neural Engine (ANE), achieving 170+ tokens/s for GPT-2 124M decode and stable multi-step training on a 110M parameter transformer.

Claude Code Hooks Implementation Project Covers All 23 Hooks
A developer has built a project entirely with Claude code that implements all 23 Claude code hooks, with a video explaining each hook's use case and a GitHub repository available.

AIBrain adds persistent memory and self-improvement to Claude Code
AIBrain is a tool that gives Claude Code persistent memory between sessions with semantic search retrieval and self-improvement cycles. It includes 53 workflows, 44 skills, 9 MCP servers, and supports multi-agent mesh networking via Tailscale.