Floneum icon
Floneum icon

Floneum

 1 like

Floneum allows you to build workflows that use large language models with a simple drag and drop interface.

Floneum screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  No rating
1like
0comments
0alternatives
0news articles

Features

Suggest and vote on features
  1.  Extensible by Plugins/Extensions
  2.  Rust

 Tags

Floneum News & Activities

Highlights All activities

Recent activities

  • drliu1202 liked Floneum
    7 months ago
Show all activities

Floneum information

  • Developed by

    Floneum
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

AI Tools & Services

GitHub repository

  •  1,903 Stars
  •  101 Forks
  •  46 Open Issues
  •   Updated Jun 8, 2025 
View on GitHub

Our users have written 0 comments and reviews about Floneum, and it has gotten 1 likes

Floneum was added to AlternativeTo by Paul on Mar 14, 2024 and this page was last updated Mar 14, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Floneum?

Floneum allows you to build workflows that use large language models with a simple drag and drop interface.

Floneum uses WebAssembly to load plugins in a sandboxed environment and provides them with access to only the resources they need instead of giving them full access to the system.

You can write plugins in any language that can be compiled to WebAssembly. Floneum provides ergonomic wrappers for rust, but you can also use C, Java, or Go.

Features:

  • Visual interface: You can use Floneum without any knowledge of programming. The visual graph editor makes it easy to combine community-made plugins with local AI models
  • Instantly run local large language models: Floneum does not require any external dependencies or even a GPU to run. It uses LLM to run large language models locally. Because of this, you can run Floneum with your data without worrying about privacy
  • Plugins: By combining large language models with plugins, you can improve their performance and make models work better for your specific use case. All plugins run in an isolated environment so you don't need to trust any plugins you load. Plugins can only interact with their environment in a safe way
  • Multi-language plugins: Plugins can be used in any language that supports web assembly. In addition to the API that can be accessed in any language, Floneum has a rust wrapper with ergonomic macros that make it simple to create plugins
  • Controlled text generation: Plugins can control the output of the large language models with a process similar to JSONformer or guidance. This allows plugins to force models to output valid JSON, or any other structure they define. This can be useful when communicating between a language model and a typed API

Official Links