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

✍️ OpenClawRadar📅 Published: May 7, 2026🔗 Source
Tessera: Open-Source GUI Workspace for Managing Multiple Claude Code Sessions
Ad

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.
Ad

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

Ad

👀 See Also

nervx: CLI tool reduces Claude Code token usage by analyzing codebase structure
Tools

nervx: CLI tool reduces Claude Code token usage by analyzing codebase structure

nervx is a pip-installable CLI tool that parses repositories with tree-sitter, builds a SQLite graph of functions and imports, and generates a NERVX.md structural map. It automatically adds instructions to CLAUDE.md that teach Claude to use nervx navigation, reducing grep searches by 65% and output tokens by 48% in testing.

OpenClawRadar
Leadership App with 90+ Lessons from 20+ Books Runs in Claude
Tools

Leadership App with 90+ Lessons from 20+ Books Runs in Claude

A developer created a leadership app that runs inside Claude, featuring 90+ lessons extracted from 20+ books on leadership, habits, discipline, influence, team culture, and wealth mindset. The app provides daily lessons with specific actions, streak tracking, journaling, and search capabilities.

OpenClawRadar
Running OpenClaw and Codex CLI Natively on Android via AnyClaw APK
Tools

Running OpenClaw and Codex CLI Natively on Android via AnyClaw APK

A developer has packaged OpenClaw and Codex CLI into an Android APK called AnyClaw, enabling the gateway and Control UI to run locally on ARM64 Android 7.0+ devices without root. The project required building dependencies from source and patching multiple components to handle Android-specific constraints.

OpenClawRadar
Jobly: Contract Marketplace with AI-First Dispute Resolution and Community Voting
Tools

Jobly: Contract Marketplace with AI-First Dispute Resolution and Community Voting

Jobly is a contract marketplace built with Next.js 14, TypeScript, and Supabase, featuring an escrow system with 10% provider bonds on proposals and a dispute pipeline that starts with AI evaluation using Claude, then allows appeals to community stake voting.

OpenClawRadar