Floneum
A rare visual LLM workflow tool that runs on your own machine with no account, and its plugin sandbox is a real design decision rather than a checkbox — third-party nodes get only the capabilities you grant. The catch is momentum: the graphical app has not shipped a release since 0.2.0 in 2023 and the team's published work now lands in the Kalosm Rust crates instead.
Pros
- 41 built-in nodes cover generation, embeddings, scraping, files and control flow out of the box
- Plugins run in a WebAssembly sandbox with scoped access instead of full system rights
- Plugins can be written in any language that compiles to WebAssembly, with Rust wrappers provided
- Runs entirely offline against local models, so no per-token bill
Cons
- The GUI app's last tagged release is 0.2.0 from 2023 while newer releases are Kalosm crates
- No hosted version, no collaboration and no shared workflow library
- Binaries live only on GitHub releases, with no installer or auto-update story
- Documentation assumes you are comfortable in the Rust ecosystem