Tempo Logo Tempo

Download

A simple and reliable time tracker for solo workers

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.


📸 Screenshots

All screenshots show real UI from Tempo — no mockups or fake visuals.


💡 Why I Built Tempo

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.


✅ Key Features

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.

🧩 How Data Is Stored

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:


🚀 How to Get Started

  1. Download the app
    Go to the download page
  2. Run the executable
    Unpack the archive and run tempo.exe
  3. Add a task
    Enter the task name and click "Start"
  4. Stop the timer
    Click "Stop" when done
  5. View results
    All your records will be saved in the tasks.csv file

📊 How to Analyze Time

Tempo does not provide built-in analytics — because you can do it yourself using your preferred tools:


👥 Who Is Tempo For


🌍 Roadmap


🔗 Feedback Channels


📦 Download Now

Download Tempo


🤝 Open Source

Tempo is an open source project released under the MIT License.
You can:

GitHub: github.com/elcoan/tempo