A desktop app that keeps work records locally and can write daily reports

Work Review is a for checking what happened during the workday and turning that record into a daily report. It runs in the background and records the apps used, window titles, browser URLs, and time spent. Optional and OCR can add more detail to the record.

The records become a timeline and that can be reviewed, searched, and queried with questions such as what the week’s focus was or how long a task took. All data stays on the computer in SQLite, with no server and no telemetry. AI is off by default, and when enabled it uses the user’s own model or API key, including Ollama, services, DeepSeek, Qwen, Zhipu, Claude, or Gemini.

Each app can be set to normal recording, anonymized recording, or ignored, with domain blocking, sensitive-word filtering, and automatic pause on screen lock. Daily reports can be exported as Markdown or saved automatically.

Key points

  • It records apps, window titles, browser URLs, and time spent automatically.
  • Optional and OCR can capture more work context.
  • Data stays on the device in SQLite instead of being sent to a server.
  • AI is off by default and uses the user’s chosen model or API key when enabled.
  • Per-app rules, domain blocking, and sensitive-word filters can reduce what gets sent to AI.
Read original