- Minimalist Design
- Lightweight thanks to the Tauri framework
- Cross-Platform: Available for Linux(AppImage/Deb)/ Windows, macOS and Web
- Open Source
Download the latest .AppImage from the Releases page
chmod +x ezer-cube-timer_0.1.0_amd64.AppImage
Execute the image
./ezer-cube-timer_0.1.0_amd64.AppImage
Recommended for Debian-based systems
sudo dpkg -i ezer-cube-timer_0.1.0_amd64.deb
sudo apt-get install -f
Recommended for RHEL-based systems
sudo rpm -i ezer-cube-timer-0.1.0-1.x86_64.rpm
Since you are likely using the AppImage or building from source:
- Option A: Use the AppImage as shown above.
- Option B: Build manually:
npm install & npm run tauri build
- Clone the repo
git clone https://github.com/ezerfrlux/ezer-cube-timer.git
- Download dependencies
npm install
- Build project
npm run tauri build
- Execute .exe in
./src-tauri/target/release/bundle/nsis
- Clone the repo
git clone https://github.com/ezerfrlux/ezer-cube-timer.git
- Download dependencies
npm install
- Run in dev mode
npm run tauri dev
- Build for production
npm run tauri build
Contributions are welcome! Feel free to open an issue or submit a pull request to improve the timer.
This project is licesed under the MIT License .

