Momentum Track is an open-source time tracking app built with Flutter. It helps you log your work, organize it by project, and export detailed time reports. Designed for simplicity and productivity, it's perfect for freelancers, developers, and anyone who needs to track their time.
🚧 This is a pre-release version — macOS builds are available now, and Windows support is on the way!
- 🗂️ Project Management – Create and manage multiple projects.
- 📝 Time Logging – Add time entries with start/end times and notes.
- ⏳ Automatic Duration Calculation – See total time spent on each project.
- 📊 Report Export – Export logs from custom date ranges.
- 💻 Cross-Platform – Currently supports macOS, with Windows support coming soon.
- Download the latest
.dmg
from the Releases. - Open the file and drag the app into your Applications folder.
- Run the app (you may need to allow it in system settings).
Windows builds will be available in a future release.
Requires Flutter SDK and Dart 3+
git clone https://github.com/Pars-String/momentum_track
cd momentum-track
flutter pub get
flutter run
We welcome contributions from the community! Whether it's a bug fix, feature suggestion, or documentation improvement, your help is appreciated.
- Fork the repo
- Create a new branch:
git checkout -b feature/my-feature
- Make your changes
- Commit:
git commit -am 'Add new feature'
- Push:
git push origin feature/my-feature
- Open a Pull Request
If you find a bug or have a feature request, open an issue. Your feedback helps improve the project!
This project is licensed under the MIT License.
Thanks to all early users and contributors helping build and shape Momentum Track!