Records work activity into your Kbot branch โ screenshots, idle time. Two ways to install: browser tracker (works today, no install) or desktop app (coming soon, native background mode).
/workforce-tracker.html?sub=<sub>&member=<member> in any modern browser (Chrome, Edge, Firefox, Safari 14+). One click on "Share screen" grants permission. Captures + uploads a 640ร400 JPG every 10 minutes while the tab stays open. Pauses automatically after 5 min idle. Stop button + capture preview + countdown built in.
Admin: generate the per-member URL from the Workforce panel in the dashboard (see "Get tracker link" next to each member). The URL contains the IDs only โ no secrets.
Limits vs the native app: must keep the browser tab open (tracker stops if the tab is closed), can't see active app / window title (browser sandbox blocks this), and the browser shows a small "sharing" pill while the screen-share is live.
apps/kbot-tracker/ โ admin clones, runs npm install + npm run build:<os>, distributes the binary. Code-signing certs are still pending so users see "unknown developer" warnings on first launch; right-click โ Open on macOS bypasses it.
git clone https://github.com/stevehkaser/Kbot.git cd Kbot/apps/kbot-tracker npm install # Build for your team's OS: npm run build:mac # โ dist/Kbot Tracker-0.1.0.dmg npm run build:win # โ dist/Kbot Tracker Setup 0.1.0.exe npm run build:linux # โ dist/Kbot Tracker-0.1.0.AppImageUpload the resulting installer to a shared location your team can access (Google Drive, internal share, etc.).
Note: builds aren't code-signed yet โ members will see "unknown developer" warnings. To bypass: macOS users right-click โ Open; Windows users click "More info โ Run anyway" on the SmartScreen prompt.
kasercorp.com/Kbot.), your dashboard email + password, and a name for this device.System Settings โ Privacy & Security โ Screen Recording โ โ Kbot Trackerquit and relaunch the tracker. Heartbeats will start including thumbnails on the next cycle.
Source: apps/kbot-tracker/ ยท
Server endpoints: /api/workforce/tracker/* ยท
Spec: V4 ยง3