AutoFlow v2.0.0
Complete rewrite in Rust. 3.1 MB single EXE — no Python, no runtime, no install.
What's new
- F9 global hotkey — start/stop recording from any application
- Smart window-ready check in playback — waits for windows before clicking
- AI step naming via local Ollama (
qwen3:8b) - Task Scheduler export —
⏰ Scheduleproduces a Windows Task XML + script ZIP - Run Workflow step — chain workflows recursively
- Two-click delete confirmation — no accidental deletes
- HUD overlay hides instantly when the last browser tab closes
- Region screenshot thumbnails with red target-circle annotation
- axum 0.7 + tokio backend; rust-embed bundles all assets into the EXE
Download
Grab autoflow.exe below — double-click to run.
Build from source
git clone https://github.com/ChrisMangin/AutoFlow
cd AutoFlow
cargo build --releaseSee CHANGELOG.md for the full history.