From 01a9645657fdd52499359b021f215982a07586dc Mon Sep 17 00:00:00 2001 From: CODEX-cpp Date: Mon, 17 Aug 2026 00:17:58 +0200 Subject: [PATCH] Add TrackFlow to the list of ActivityWatch forks TrackFlow (https://github.com/CODEX-cpp/TrackFlow) is a Windows desktop fork rewritten in Rust/Tauri, adding a redesigned UI, project/stopwatch tracking, category tagging, custom notifications, and an extensible custom-watcher system. --- src/forking.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/forking.rst b/src/forking.rst index 7946757..0ef5234 100644 --- a/src/forking.rst +++ b/src/forking.rst @@ -47,5 +47,6 @@ These are just to serve as reference, and to keep track of forks. - :gh:`doubledashio/activitywatch` - Fork of ActivityWatch with internationalization support (French) among other changes, likely for some research purpose. - :gh:`simonperneel/activitywatch` - Fork used by a `EU-funded study on digital wellbeing `_. + - :gh:`CODEX-cpp/TrackFlow` - Windows desktop fork rewritten in Rust/Tauri (single in-process server, no network port), with a redesigned UI, project/stopwatch tracking, category tagging, custom notifications, and an extensible custom-watcher system. If you fork ActivityWatch, please add your fork to this list.