A lightweight task scheduler for Windows. I hope it is more intuitive than the built-in Task Scheduler.
- Lightweight design: single executable; low overhead when idle
- Schedule tasks using cron expressions
- Supports command arguments and working directory
- Execution logs
- Advanced job options: concurrency policy / disable after consecutive failures
- Silent start / run on boot / lightweight mode / tray mode
- Global hotkeys
- Import/export
- IPC command-line control
Make sure WebView2 is installed.
- Download the zip from the GitHub Releases page.
-
Install Wails3:
go install -v github.com/wailsapp/wails/v3/cmd/wails3@latest -
Build (outputs to
bin/by default):wails3 build
- Go:
1.25 - Wails:
v3.0.0-alpha.71 - Bun:
v1.0or above - Node.js: optional (if you don't use Bun)

