Claraverse is a opesource privacy focused ecosystem to replace ChatGPT, Claude, N8N, ImageGen with your own hosted llm, keys and compute. With desktop, IOS, And
Claraverse is a opesource privacy focused ecosystem to replace ChatGPT, Claude, N8N, ImageGen with your own hosted llm, keys and compute. With desktop, IOS, And
### Clara Agent: The Same Assistant, In Your Terminal [Clara Agent](clara-agent/) is a coding agent that runs in your terminal and ships in this repo. It reads, writes, and edits files and runs commands on your machine, using the same model and account as the web app. ```bash claraverse agent install # builds it and puts `claracli` on your PATH claracli # start it in any project directory ``` Then run `/login claraverse` inside the agent. You get a short code to confirm in the browser, and it picks up whichever model your account is configured with. The machine then shows up under **Settings → Devices**, where you can revoke it at any time. It talks directly to your configured model provider, so it keeps working even when the ClaraVerse server is down, and it makes no network calls to anything except your own instance and your own model provider. ### Skills in Chat Clara uses skills mid-conversation: context-aware tools that activate when needed. Search the web, generate images, analyze data, all without leaving the chat.
### Channels: Telegram Integration Talk to Clara from Telegram when you're away from the app. Set up routines that run on a schedule and report back to your phone.
### 150+ Integrations & Tools Out of the Box Slack, GitHub, Jira, Google Sheets, Notion, Discord, Telegram, HubSpot, and many more, built in, no MCP required. All integrations are shared across Chat, Workflows, Crew, and Routines. Connect once, use everywhere.
### Interactive Artifacts Have all your creations in one place: images, charts, games, apps, and more.
### AI Docs Built-in tools for PPT, PDF, CSV, and much more.
### Interactive Chat UI (Human in the Loop) The AI asks you visual questions when it needs your input.
### Workflows: Visual Automation Drag-and-drop workflow builder with parallel execution, scheduling, and 200+ integrations. Describe what you need and let the LLM build the automation for you.
### Schedule, API and Automate Use workflows with your web apps, schedule daily messages, automate repetitive tasks.
--- ## ClaraVerse vs Open WebUI Open WebUI is the biggest self-hosted AI chat UI, and a good one. It has a bigger community, more vector database integrations, and a deeper document extraction pipeline than we do. We're not pretending otherwise. But it is a chat UI with tools bolted on. ClaraVerse is built differently, and it shows in three places. | | ClaraVerse | Open WebUI | | --- | --- | --- | | **License** | AGPL-3.0. Host it, white-label it, sell access to it. The only condition is that your modifications to the code stay open source. | BSD-3 with a branding clause added in v0.6.6. Once you pass 50 users in any 30-day window, you're required to keep "Open WebUI" branding visible unless you buy an enterprise license. | | **Multi-agent teams** | Crew ships in the box: hire a team of agents, work moves through a Kanban pipeline (Drafts, Queued, Working, Review, Done), and every card comes back to a human before it ships. | No equivalent. "Agents" are per-model system prompt and tool presets. Kanban-style multi-agent orchestration isn't part of the product. | | **Memory** | Layered by default. A pinned tier that never decays and always gets injected, a recall tier retrieved by embedding similarity, automatic decay and archival for stale entries, AES-256-GCM encryption per user. The model calls it as a tool, same as any other tool. | Manual notes, or an optional background job that extracts facts every few turns. The tiering and relevance logic you'd actually want exists as a third-party community Function you install yourself. No documented encryption model. | | **Workflow automation** | Visual drag-and-drop builder with parallel branches and scheduling. Describe what you want and the builder generates it for you. | Scheduled prompt runs and structured task lists. No visual node-based builder. | | **Local model support** | Auto-detects Ollama, LM Studio, and any OpenAI-compatible endpoint, including llama.cpp, on a 2-minute poll. | Auto-detects Ollama. | | **Terminal agent** | Clara Agent ships in the repo. One command installs `claracli`, which shares your account, model, and device list with the web app. | No first-party terminal coding agent. | If you need enterprise SSO, SCIM provisioning, and a large plugin marketplace today, Open WebUI is more mature there. If you want agents that act like a team, memory that behaves like an actual memory system, and a license that doesn't ask you to pay once you succeed, that's what ClaraVerse is for. --- ## Key Features | Feature | Description | | --------------------------------- | ---------------------------------------------------------------------------- | | **Crew** | Agent teams with a card pipeline and human review | | **Clara Agent** | Terminal coding agent (`claracli`) sharing your account and model, ships in-repo | | **Memory System** | Layered pinned/recall memory, AES-256-GCM encrypted, model-driven retrieval, automatic decay | | **Knowledge bases** | Upload PDFs / MD / TXT / HTML to a project, search via hybrid vector + BM25 + reranker. Available in Chat and Workflows | | **Skills** | Context-aware tools that activate mid-conversation when needed | | **Channels** | Telegram integration, talk to Clara from your phone | | **Routines** | Scheduled task sequences that report back via Telegram | | **Workflows** | Drag-and-drop builder with parallel execution, scheduling, 200+ integrations | | **150+ Integrations** | Slack, GitHub, Jira, Notion, and more, shared across Chat, Workflows, Crew, and Routines | | **Devices** | Connect all your machines, Clara reaches MCP on any of them remotely | | **Local-First Storage** | Conversations live in IndexedDB by default, with optional encrypted cloud sync | | **Local AI Auto-Detection** | Ollama and LM Studio discovered and imported automatically |
SSRF guard misses NAT64/6to4/Teredo-embedded internal addresses in two tools
fix readme
Wizard does not work, has a 404 URL for llama-server
Still being maintained?
Improve Documentation About OpenRouter API Support
Wizard doesn't complete on Linux
The agent feature times out before receiving a response from Ollama