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

Storybloq: A Project Tracker Living in Your Repo's .story/ Directory Now Has a Mac App
Storybloq, a project tracker that stores tickets, issues, roadmap phases, and session handovers as JSON/markdown inside .story/ in your repo, now has a free Mac app on the App Store. It integrates with Claude Code via CLI and MCP server, and was built entirely using Claude Code.

WhatsApp AI Assistant Built with Claude Code as OpenClaw Alternative
A developer built a WhatsApp AI assistant using Claude Code as the agentic brain, with a local relay server for WhatsApp webhooks and MCP server bridging. The project includes Arcade for scoped auth to Google Calendar, Gmail, and Slack.

DESIGN.md: A format spec for describing visual identity to coding agents
DESIGN.md combines YAML design tokens with markdown prose to give AI coding agents a persistent, structured understanding of a design system. Includes a linter and diff tool.

AI Agent Session Center: 3D Dashboard for Monitoring Claude Code Sessions
AI Agent Session Center is a real-time dashboard that visualizes Claude Code sessions as 3D robots in a cyberdrome, with animations showing agent status and features including live terminal views, approval alerts, and session resume. It installs via npx with lightweight bash hooks.