A simple desktop app to schedule Windows shutdown with a countdown timer.
- Time presets: 5, 10, 15, 30, 60 minutes
- Manual input (1–1440 minutes)
- Real-time countdown
- Cancel shutdown anytime
- Always-on-top window during countdown
- Node.js (LTS)
- Rust
- Microsoft C++ Build Tools (for Windows)
- WebView2 (included on Windows 10/11)
npm install
npm run tauri devnpm run tauri buildThe installer is located at src-tauri/target/release/bundle/.
The shutdown /s /t command is executed by Windows. The countdown continues even if the app is closed — use the Cancel Shutdown button to abort it.
