Install latest/stable of clockin

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install clockin

Don't have snapd? Get set up for snaps.

Channel Version Published

Details for clockin

License

  • MIT

Last updated

  • 5 March 2026 - latest/stable
  • 6 March 2026 - latest/edge

Websites


Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

Clock in, clock out! A slick CLI time tracker.

A simple, colorful terminal time tracker. Clock in when you start, clock out when you stop. Tag sessions, view weekly/monthly summaries, and export to CSV.

--- COMMANDS

  • clockin start "Task"
  • clockin start "Task" --tag work
  • clockin stop
  • clockin status
  • clockin log
  • clockin log --date today
  • clockin log --date yesterday
  • clockin log --tag work
  • clockin summary week
  • clockin summary month
  • clockin export | Export all sessions to CSV
  • clockin delete <id> | Delete a session by ID

--- BACKGROUND USAGE

Use standard Linux tools to run in the background:

  • nohup clockin start "Task" &
  • clockin start "Task" & disown
  • systemd-run --user clockin start "Task"

Then check progress or stop from any terminal:

  • clockin status
  • clockin stop

--- DATA & PRIVACY

All sessions are stored locally in ~/.clockin/sessions.json. No telemetry, no cloud sync, no accounts required.

Source code: https://github.com/anuragbhattacharjee/clockin


Install clockin on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using clockin