Skip to content

v2.0.0 — Rust Rewrite

Latest

Choose a tag to compare

@ChrisMangin ChrisMangin released this 23 Jul 10:20

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⏰ Schedule produces 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 --release

See CHANGELOG.md for the full history.