Skip to content

Pomodoro v0.1.1

Latest

Choose a tag to compare

@nikhilakki nikhilakki released this 28 Jul 14:01

Minimal Pomodoro timer for macOS, Windows, and Linux — Tauri v2 + Rust, iOS-native UI.

What's new in 0.1.1

  • Fix: Window can be moved again — drag the title bar or empty stage space (overlay title bar needed Tauri drag regions + start_dragging permission)

Highlights

  • Focus / Short Break / Long Break cycles with tray controls
  • Tasks with per-task pomodoro counts
  • Local SQLite session history and Sessions view (stats + 7-day chart)
  • Accent colors for dial and main button
  • Confirm before switching modes while a timer is active
  • Native notifications, completion chime, light/dark mode

Downloads

Pick the installer for your OS and CPU:

Platform Arch Typical file
macOS Apple Silicon (arm64) .dmg / .app
macOS Intel (x86_64) .dmg / .app
Windows amd64 (x86_64) .msi / .exe
Windows arm64 .msi / .exe
Linux amd64 (x86_64) .AppImage / .deb
Linux arm64 .AppImage / .deb

Notes

  • macOS (unsigned): first open may show “damaged”; run xattr -cr /Applications/Pomodoro.app (see DISTRIBUTING.md).
  • Windows: SmartScreen may warn on unsigned builds; choose “More info” → Run anyway if needed.
  • Session data stays local (SQLite under the app data directory).

Full write-up: see README.