A simple Windows desktop app for shutdown control, packaged with Tauri.
- Download the latest Windows release artifact for
Win UI SHUTDOWN. - Run installer (
.msi) and follow the prompts.
- Launch the installed app from the Start menu or the extracted folder.
- Follow the app UI to perform shutdown actions.

- Install Node.js and the Rust toolchain.
- Run:
npm installnpm run tauri build
- Open the release bundle at:
src-tauri/target/release/bundle
If you want to help improve the app, the source code is in src/ for the frontend and src-tauri/ for the Tauri backend. Feel free to submit issues or pull requests.
