🚃

Install the CLI

One Track in your terminal. Tracks, entries, and their dependencies — from the same shell your work already lives in.

Download

One command. The script detects your platform, fetches the right binary, and places one_track on your PATH.

Apple Silicon and Intel are both covered.

curl -fsSL https://one-track.app/install.sh | sh

Then confirm the train is on the rails:

$ one_track --help Track complex, non-linear projects from the terminal. Usage: one_track <COMMAND> Commands: login Authorize this device from the browser list Show all tracks and their entries in dashboard order add Add an entry, wired into the dependency graph done Mark an entry as done link Make one entry depend on another share Share tracks with other accounts by email mcp Serve the MCP interface for agents

Connect Your Agent

The CLI ships an MCP server. Register it once and your agent reads and writes the same tracks you do.

claude mcp add --scope user one-track -- one_track mcp

Registers globally for your user. Drop --scope user to limit it to the current project.