Free, Open Source, and built for solo workers. No subscriptions, no internet, no shared data — just pure, native time tracking that gets out of your way. Just start it. Just use it.
All screenshots show real UI from Tempo — no mockups or fake visuals.
As a freelancer, I faced the same problem every day: I needed to track my time, but none of the available apps met my requirements.
I wanted something simple:
When I couldn't find such an app — I decided to build it myself.
That’s how Tempo was born.
Feature | Description |
---|---|
Works Offline |
Tempo doesn’t require an internet connection. Use it on the go, even without Wi-Fi. |
No Browser Required |
This is a full desktop app. No tabs, no background processes. |
Minimalist Interface |
Only essential functions: start, stop, task, description. No extra buttons. |
Native Performance |
Built without Electron, uses minimal RAM and CPU. |
Data in Your Hands |
All records are saved in CSV files. Open them in Excel, Google Sheets, or any text editor. |
Easy Integration |
Want charts? Use Excel. Need automation? Parse the CSV with Python. |
Free & Open Source |
MIT License. You can view, modify, and redistribute the code freely. |
Future: Cross-Platform |
Currently available for Windows. Linux and macOS versions are coming soon. |
All time tracking data is stored in a simple CSV file. Example:
Date,Start,End,Task,Duration
2025-05-01,09:30,11:15,"Designing Tempo app interface",105
2025-05-01,13:00,14:30,"Setting up local data storage",90
This allows you to:
tempo.exe
tasks.csv
fileTempo does not provide built-in analytics — because you can do it yourself using your preferred tools:
Tempo is an open source project released under the MIT License.
You can:
GitHub: github.com/elcoan/tempo