activitywatch

activitywatch 0.13.2

Best free and open-source automated time tracker

https://activitywatch.net/
Mozilla Public License 2.0
main program: aw-qtprograms: aw-watcher-afk, aw-watcher-window, aw-sync, aw-server, aw-qt, aw-notify
Platforms (24)
armv7a-linuxs390-linuxriscv32-linuxmicroblaze-linuxmips-linuxarmv5tel-linuxmicroblazeel-linuxmipsel-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  activitywatch
];
Ad-hoc shell
nix-shell -p activitywatch
Flake (nix run)
nix run nixpkgs#activitywatch