Skip to content

Repository files navigation

timey

An extremely simple macOS menu bar time tracker built with Tauri v2, React, and SQLite (data stays local).

Download the latest release — v1.1.1, a .dmg for Apple silicon Macs.

It lives in the menu bar as the grid of dots from its app icon, with no Dock icon and no window of its own: clicking the icon opens a popover anchored beneath it, and it dismisses when it loses focus. Right-clicking the icon gives Settings and Quit.

The month reads as a shaded grid — one circle per day, deeper the more hours worked in that day — with the month's hours and earnings in the header and a single day's figures on hover.

The month view: September 2026 totalling 100h and $10,000.00, days shaded by hours, with a tooltip on the 23rd reading 7h 15m and $820.00

Time is entered by hand in 15-minute increments — there is no running timer. Clicking a day opens its entries beside the grid, each with its project and what it earned, and the form to add another underneath.

The day panel for Wednesday 23 September: three entries across three projects with their durations and amounts, above the add-entry form

Data Structure

Data is organized as follows:

  • Clients
    • Contacts: names and emails that should receive invoices
    • Projects
      • Time entries

Invoices

The app can generate simple PDF invoices that include the aggregate hours for a client. If Apple mail is installed, it can open it with a simple email and pre-filled contacts for the client.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages