| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
TimeTracker is a macOS menu bar app for tracking time by project.
Your records stay on your Mac and are never sent elsewhere. Idle detection does not capture your input; it only checks the time since the last keyboard or mouse event. Accessibility and Input Monitoring permissions are not required.
Download TimeTracker-vX.Y.Z.zip from the latest release, extract it, and move TimeTracker.app to /Applications.
The app uses an ad-hoc signature and is not notarized by Apple. The first time you open it, macOS may block it because the developer cannot be verified. After trying to open the app, go to System Settings > Privacy & Security, scroll down to Security, and click Open Anyway. See Apple's instructions for opening an app from an unknown developer.
Building from source requires Xcode and XcodeGen. Install XcodeGen with Homebrew:
brew install xcodegenClone the repository and build the app in /Applications:
git clone https://github.com/HappyOnigiri/TimeTracker.git
cd TimeTracker
make installmake install replaces an existing /Applications/TimeTracker.app.
Please use Issues for bug reports and feature requests, and submit changes as pull requests.
Before opening a pull request, install SwiftLint and verify that make ci succeeds:
brew install swiftlint
make ciReleased under the MIT License.
| Back | FazBrowse Home | New Git URL |