Pick up where you left off
Termyte keeps a local record of coding work. It captures what supported agents do and keeps each piece of work in a Work Thread: the task, its current state, and the evidence gathered along the way.Keep the task clear
Keep the objective, steps, decisions, failures, and proof together in one Work Thread.
Resume safely
Compare the current Git state with the latest checkpoint before continuing.
Move between agents
Create a handoff packet for Claude Code, Codex, or OpenCode without relying on a chat transcript.
What happens in the background
- Claude Code, Codex, or OpenCode sends an event through an installed hook or plugin.
- Termyte removes common secret patterns and stores the event once, even if it is replayed.
- It records useful views of prompts, completed tools, commands, and file activity.
- A background worker processes the completed session and saves useful, source-linked history.
- When one active Work Thread exists for a repository, its current state is supplied before older context.
~/.termyte by default. There is no Termyte account or hosted sync service.
Start here
Quickstart
Install Termyte, connect an agent, and check that capture works.
Supported agents
See exactly what Claude Code, Codex, and OpenCode support.
How it works
Follow an event from capture to task state and later context.
Current limits
Read what Termyte does not do yet.