A simple Pomodoro timer for simple people
- Built with Rust and egui for a fast and responsive experience
- A simple Pomodoro timer focused on helping you stay productive
- Customizable with persistent settings that are automatically saved
- Desktop notifications support
Before building the application, make sure you have:
- Rust
- Git
- Clone the repository
git clone https://github.com/mallei/Tempus.git- Enter the project directory
cd Tempus- Run the application
cargo run --release- Build the application
cargo build --releaseThe compiled application will be available in:
target/release
- egui
- Rust
Contributions are always welcome!
- Open an Issue
- Submit a Pull Request
- Suggest new features
This project is licensed under the GNU General Public License v3.0 (GPL-3.0).
See the LICENSE file for more information.


