Skip to content

Releases: flowork-os/Flowork-OS

Flowork v0.7.0

14 Jun 21:32

Choose a tag to compare

Flowork v0.7.0 — resilient routing, anti-hallucination, sovereign-local.

  • Priority failover: a model provider going offline or hitting its quota auto-slides every agent's request to the next available provider by priority (no downtime).
  • Anti-hallucination tool-grounding doctrine: agents must call tools and answer from real results — never fabricate numbers, facts, or file contents.
  • Sovereign local-model support: run the whole stack on a local model.
  • Per-agent model selection: different agents can run on different models.

Assets: slim OS USB image, portable launchers (Win/Linux/macOS), agent + router binaries, signed rootfs for A/B auto-update, manifest.json. Verify with flowork-update-pub.pem.

Flowork v0.6.0 — first public release

13 Jun 23:39

Choose a tag to compare

⚡ Flowork — sovereign AI-agent OS

Three ways to run — pick one:

Way Download How
Portable (any OS, no reboot) flowork-portable.zip unzip → Windows: start.bat · macOS: Start-Flowork.command · Linux: ./start.shhttp://127.0.0.1:1987
Bootable USB OS flowork-os-0.6.0-public.usb.img.zst `zstd -dc *.img.zst
From source git clone ./start.sh (or start.bat) — needs Go 1.25+

⚠️ USB on Windows/macOS asks to "format the disk"? That is NORMAL — the stick also holds Linux/encrypted partitions Windows can't read. Click Cancel, never format. A README.txt on the visible FLOWORK partition explains it.

🔄 Auto-update: clone/portable self-update on start (git fast-forward). The USB appliance updates via signed A/B images from these Releases.

🔐 Verify a download: openssl dgst -sha256 -verify flowork-update-pub.pem -signature <file>.sig <file>Verified OK.

Pure-Go · no Docker · no telemetry · AGPL-3.0 · © 2026 Aola Sahidin