Releases: mukes555/tracon
Release list
Tracon v0.2.0
The security room release: watch every agent working on your machine, live.
New
- Live page. A wall of monitors, one per active session, each streaming its recent commands in real time with flagged actions burning red inline. Click any row for the payload, or jump straight to the session timeline or the conversation behind it.
- Session-level live board on the Overview. One row per active session (CLI and desktop alike) showing the agent, project, the task it was asked to do, open flags, and which subagents it has spawned, with a details switch for the last command, event rate, and session id.
- Subagent visibility. Sessions that spawn subagents show how many and which kinds (Explore, code-reviewer, and so on), read from captured Task calls.
Fixed and faster
An eight-angle pre-release review over this work found and fixed ten issues, among them:
- Subagent counts no longer double count a call's start and finish rows
- Live flag chips count open flags only; acknowledging a flag clears the red immediately
- Live cards are titled by the session's latest working directory, not the alphabetically greatest one
- The live board and nav badge now decay on every view when sessions go quiet
- The live query range-scans an index instead of walking the whole events table every poll, with a new partial index for last-action lookups
- Poll reads run in parallel and identical data no longer re-renders the board
Downloads
| Platform | File |
|---|---|
| macOS Apple Silicon | Tracon_0.2.0_aarch64.dmg |
| macOS Intel | Tracon_0.2.0_x64.dmg |
| Windows installer | Tracon_0.2.0_x64-setup.exe |
| Windows MSI | Tracon_0.2.0_x64_en-US.msi |
Builds are not yet code signed: on macOS, right click the app and choose Open the first time; Windows SmartScreen may ask you to confirm once.
Tracon v0.1.0
The first public release of Tracon: the flight recorder for AI coding agents.
Tracon records everything Claude Code, Codex, Cursor, and Gemini CLI do on your machine and shows you a reviewable timeline: every command, every file edit, every package install, attributed to the agent and session that did it.
Highlights
- Overview dashboard with live agents, daily vitals, a 14 day activity chart, and a flag inbox with one click acknowledge
- Session timelines for every agent session, with search, filters, and a command palette (Cmd+K) over all history
- Danger flags for recursive deletes, pipe to shell installs, credential access, force pushes, and permission bypasses, with optional system notifications. Tracon flags; it never blocks
- Conversation reader: the actual chat behind any event, read straight from the agent's own transcript, read only
- Package watch across npm, pnpm, pip, cargo, brew, and friends, with opt-in threat intelligence via osv.dev
- Local only by default. No telemetry. Your audit data never leaves your machine
Downloads
| Platform | File |
|---|---|
| macOS Apple Silicon | Tracon_0.1.0_aarch64.dmg |
| macOS Intel | Tracon_0.1.0_x64.dmg |
| Windows installer | Tracon_0.1.0_x64-setup.exe |
| Windows MSI | Tracon_0.1.0_x64_en-US.msi |
These builds are not yet code signed. On macOS, right click the app and choose Open the first time. On Windows, SmartScreen may ask you to confirm once.
Capture setup
Claude Code and Codex sessions are picked up automatically through read only transcript tailing. For real time capture and for Cursor and Gemini, see the in-app Capture sources panel or integrations.