Flowork 1.0
Flowork OS 1.0 — an AI-colony operating system designed to last: a frozen core that grows only through plug-in seams, white-label, multi-OS.
What's in this release
Three ways to run it, all public & secret-free (fill in your own keys on first boot):
| Artifact | What it is | How to run |
|---|---|---|
flowork-portable-1.0.0.zip |
Run-from-folder, no install (Windows / Linux / macOS Intel+Apple) | Unzip → Start-Flowork |
flowork-os-1.0.0.iso |
Bootable ISO (VM or CD/USB) | Boot it, or dd to a stick |
flowork-os-1.0.0-public.usb.img.gz |
Bootable USB appliance image | gunzip → dd if=… of=/dev/sdX bs=4M |
Slim by design: no bundled LLM weights (the local model is pulled on demand; cloud router works out of the box) and the knowledge brain grows as you use it.
Highlights
- Multimodal — paste/send images (Ctrl+V / 📎) to chat and LLM vision; read documents; fixed Telegram photo handling (real image blocks, far fewer tokens).
- AI Studio × Mr.Flow — chat directly with the owner agent (Mr.Flow) inside AI Studio: target dropdown, send docs + images, a live "thinking…" indicator.
- Mesh Lockbox — per-peer knowledge provenance + revoke, verify-on-promote (integrity + signature), a mesh↔evolution wall (up by default), public-vs-private knowledge visibility (private by default), and a consent gate for peer tool manifests.
- Cross-turn prompt cache — conversation history is cached (~90% cheaper reads).
- Wake-push supervisor — the "mandor" agent wakes by event when a worker finishes.
- Sound release tooling — the appliance now ships its sidecar tools + docs/apps/skills, a single in-repo sidecar manifest, and a hardened public sanitizer.
Architecture: nano-modular, no hard-coded paths, GUI is the source of truth. Third-party dependencies (models/tunnels) are pluggable and removable.
🤖 Generated with Claude Code