The browser can only see the browser. The companion is a small Windows tray app that watches the rest of the desktop and tells the extension what it finds, so a stint spent in Figma, Excel or a call is time your day actually accounts for instead of a five-hour hole labelled "idle". It is a separate product with its own release line, its own palette, and its own database. Every component below is built and running today. It is not yet something you can download.
The companion is real and it runs, but it exists as a binary on the machine that compiled it and nowhere else. There is no repository, no release and no installer to point you at, so this page will not hand you a link that does not work. Windows only, and not by oversight: the window monitor is bound to Win32 and the capture engine draws through GDI, so macOS and Linux are not a build target away, they are a port.
It watches which application and window is in front, sorts that into categories, keeps it in a local SQLite database, and pushes what it sees to the extension over a loopback WebSocket. It can also capture the screen while the browser is not in front, throttled and redacted, which is the half of the record the extension cannot see. That capture is the reason this is not a casual install, and the reason the release below is gated rather than rushed.
cargo build --release has run, which yields a bare
16 MB exe with no Start-menu entry, no uninstall and no auto-start registration. Bundling
(tauri build) has not been run.The companion has almost no UI on purpose. It is a tray icon, one optional 480ร640 window, and a great deal of machinery underneath - because the thing it is trying to be is invisible: if you have to interact with it, it has already failed at its job. So most of what follows is not a screen but a subsystem, shown as the surface through which you would ever actually meet it. The stages here render the companion's own tokens (accent #4a9eff, green #10ac84) and its 8/4 radius scale - it is a different app from the extension, and it does not pretend otherwise.