A terminal-first CLI study tracker built for developers and students.
Built for people who live in the terminal and want an offline way to track real focused sessions.
No accounts • No cloud • No distractions
Currently supported on:
- macOS 13+
Linux support is planned.
Download the latest version from Github Releases:
https://github.com/idafum/Trak/releases
chmod +x trak
sudo mv trak /usr/local/bin
trak --helpGet up and running in under a minute:
Set up your local workspace (runs once):
trak init
Organize sessions by what you're working on:
trak subject create <subject>
Begin a focused session:
trak session start <subject>
Take a break when life happens:
trak session pause
Continue when you're back:
trak session resume
trak session end
trak session end --delete
Sessions are stored locally and can be reviewed anytime:
trak report
