A private, native macOS menu-bar app for seeing where your time went.
Fugit tracks active-app time locally and turns a day into a clear productivity receipt: focused time, distractions, neutral apps, and a weekly trend. It does not require an account or cloud sync.
Download the latest macOS release
- tracks the active macOS application in short intervals;
- groups activity into productive, distracting, and neutral categories;
- shows a readable daily receipt and weekly trend;
- stores data locally, without an account or server sync;
- provides a lightweight menu-bar experience instead of another full-screen dashboard.
- Open Releases.
- Download
Fugit.dmgorFugit.zipfor your Mac. - Move Fugit.app to Applications and grant the requested Accessibility / System Events permissions on first launch.
The installer downloads the ZIP from the latest GitHub Release, verifies the app bundle signature, installs it into ~/Applications, and leaves existing Fugit data untouched.
curl -fsSLO https://raw.githubusercontent.com/jann5/fugit/main/scripts/install-fugit-macos.sh
bash install-fugit-macos.sh- macOS 10.15 or newer
- Intel (
x86_64) and Apple Silicon (arm64)
Fugit keeps its application data locally in:
~/Library/Application Support/com.jannawrot.fugit/
Typical files include settings, daily statistics, and rest-day data. The app has no user account and no cloud synchronisation.
Requirements: Node.js 18+, npm, and Rust through rustup.
npm install
npm run tauri devUseful commands:
npm run build
npm run tauri build
npm run build:zip
npm run build:dmg- React and TypeScript
- Vite
- Rust
- Tauri 2
Release builds are published through GitHub Releases, so each version has a stable download page and versioned assets.
