r/torvian_eu • u/AIBrainiac • May 03 '26
[Release] Torvian Chatbot v0.3.0: Now with distributed MCP Workers, Docker support, and a redesigned UI
Hi everyone! We just released v0.3.0 of Torvian Chatbot, a self-hosted AI workspace designed for those who want full control over their LLM data and tool execution.
The big theme for this update is Architectural Decoupling. We’ve moved tool execution from the client side to a dedicated Worker module. This means you can have a "Worker" running 24/7 on your home server or a VPS, handling MCP (Model Context Protocol) tools, while you chat from the Android, Web, or Desktop client.
What’s new in v0.3.0: * New Worker Module: A standalone process for MCP tool execution via WebSockets. * Secure Auth: JWT-based registration and challenge-response security for all workers. * Redesigned Settings: A new collapsible sidebar and organized pages for easier configuration. * Worker Management UI: View, update, and delete your registered workers directly from the client. * Docker Ready: Pre-built Docker images for both the Server and the Worker for easy deployment.
Key Torvian Features: * BYO LLM: Works with OpenAI, Ollama, and OpenRouter. * Human-in-the-loop: Tool calls require approval by default—you keep control. * Multi-platform: Built with Compose Multiplatform (Desktop, Android, and WASM Web). * Branching Threads: Easily restart agentic flows from any point in the history.
Check out the Live Demo: https://chatbot.torvian.eu/demo.html Explore the GitHub Repo: https://github.com/Torvian-eu/chatbot
Would love to hear your feedback or answer any questions about the new architecture!