DEV Community

Cover image for Introducing TimeRing – My First .deb Release for Linux Users
Lusan Sapkota
Lusan Sapkota

Posted on

Introducing TimeRing – My First .deb Release for Linux Users

I'm excited to launch TimeRing, my first desktop timer application packaged as a .deb release! 🎉

TimeRing is a lightweight yet powerful Linux timer built with Python 3.11+ and PyQt5 perfect for anyone using Pomodoro, managing tasks, or simply staying focused.

✨ Features You'll Love

  • Run multiple timers at once
  • Custom audio alerts
  • Add names, description, and durations
  • Smart focus on the most important timer
  • Smooth and intuitive PyQt UI
  • Persistent state (auto-restore)
  • Native desktop notifications (KDE, GNOME, XFCE tested)

📦 My First .deb Release

TimeRing is now available as a .deb package for easy installation:

wget https://sourceforge.net/projects/timering/files/TimeRing_1.0.0.deb/download
sudo dpkg -i TimeRing_1.0.0.deb
Enter fullscreen mode Exit fullscreen mode

View Github
View Sourceforge

Top comments (0)