Skip to content

CollinsA native home for your AI coding-agent sessions

Browse, name, and resume every Claude Code session on your machine — in embedded terminal tabs.

Collins

An opinionated, Claude-first workspace

Call it an Agent-First IDE, an AI-Native Workspace, or an Agent Orchestrator — Collins is an opinionated take on what a desktop workspace built around a coding agent should look like: the agent front and center, with your sessions organized around it. It is also, deliberately, a tool for Claude — there are no plans to support other agents.

Why "Collins"?

My wife keeps referring to Claude as Collins by mistake. So now when she asks me if I'm talking to Collins, I can say yes.

Collins is a fork of agent-session-manager by Máté Molnár — see the original project's website. All credit for the original app goes there; this fork is GPL-3.0 like the original.

Install

bash
# built with ./scripts/build_deb.sh, or from a GitHub release
sudo apt install ./collins_*_all.deb
bash
git clone https://github.com/episode6/collins.git
cd collins
python3 -m collins

See Getting Started for system requirements and from-source instructions. The installed command is collins.

Unofficial community tool — not affiliated with or endorsed by Anthropic. Released under GPL-3.0. Forked from agent-session-manager by Máté Molnár.