Original Reddit post

Hey everyone, I’m building Vellium, an open-source cross-platform app for working with LLMs in desktop workflows. The goal is to make it easier to use different models for writing, automation, coding help, file-based workflows, and agent experiments from one interface. The latest update adds two larger features. The first one is desktop widgets. You can create a small interactive AI widget and place it on your desktop above other windows. It can react visually, expose a small hover interface, and let you send quick messages without opening the full app window. This part is still experimental, so I’m currently looking for feedback on whether this kind of lightweight desktop interaction is actually useful in daily LLM workflows. The second feature is Agents. The app now has an optional Agents tab, disabled by default, which can be enabled in settings. The idea is to provide a more visual interface for CLI-like agent workflows. Agents can read documents, inspect folders, run terminal commands, help with code, edit files, and use connected tools. Vellium also supports MCP servers. If you already have MCP servers connected in the app, you can attach them to agents and use them inside the same workflow. Apart from these bigger additions, I also fixed a lot of bugs and added smaller improvements. For example, chat mode now supports custom fields, so users can add or remove fields depending on their workflow. The project is still evolving, and some parts are experimental, but I’d appreciate feedback from people interested in open-source LLM apps, agent interfaces, MCP workflows, or desktop AI tooling. GitHub: https://github.com/tg-prplx/vellium submitted by /u/Possible_Statement84

Originally posted by u/Possible_Statement84 on r/ArtificialInteligence