Skip to content

Clara — Privacy-first, fully local AI workspace with Ollama LLM chat, tool calling, agent builder, Stable Diffusion, and embedded n8n-style automation. No backend. No API keys. Just your stack, your machine.

License

Notifications You must be signed in to change notification settings

badboysm890/ClaraVerse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClaraVerse Logo

🚀 ClaraVerse

Your Fully Local AI Superstack — Privacy-First, Cloud-Free, Limitless

ClaraVerse isn't just another chat UI. It's a complete AI ecosystem that runs 100% on your machine.

Latest Release GitHub Stars License Total Downloads

Try Online Download Discord Reddit

💬 LLM Chat • 🧠 AI Agents • 🔄 Automation • 🎨 Image Gen • 🧩 App Builder • 🧱 Widgets
Powered by open-source, privacy-first, zero-cloud technology


🌟 What Makes ClaraVerse Special?

Clara is what happens when you give Ollama, N8N, and OpenInterpreter a shared brain — and run them offline with a beautiful UI.

ClaraVerse is a complete AI development suite that runs entirely on your machine. No cloud. No API keys. No data leaving your computer. Ever.

🎯 Built for Everyone

  • Developers: Full-stack AI development environment
  • Creators: Visual workflow automation and image generation
  • Privacy Advocates: 100% local processing, no telemetry
  • Businesses: Self-hosted AI infrastructure without vendor lock-in

🚀 Feature Universe

🧠 Clara AI Assistant

  • Advanced Chat Interface with vision model support
  • File Processing - documents, images, code
  • Voice Integration - TTS/STT capabilities
  • Context Awareness - remembers your conversations
  • Multi-Provider Support - Ollama, OpenAI, OpenRouter

🧩 LumaUI Code Builder

  • WebContainer-Powered development environment
  • Live Preview with Monaco editor
  • AI Code Generation and assistance
  • Project Templates - React, Vue, Vanilla JS
  • Real-time Synchronization

🔄 N8N Automation Hub

  • 1000+ Workflow Templates
  • Drag-and-Drop automation builder
  • Webhook Testing and tool creation
  • Native Integration - no external setup
  • Visual Workflow Designer

🎨 ComfyUI Image Studio

  • Local Stable Diffusion - SDXL, SD 1.5, Flux
  • LoRA & ControlNet support
  • Model Management with download progress
  • Prompt Enhancement using local LLMs
  • Image Gallery with metadata

🧠 Agent Builder Studio

  • Visual Flow Programming with React Flow
  • Custom Node Creation - Auto & Manual modes
  • Real-time Execution with debugging
  • Import/Export agent workflows
  • Template Library with prebuilt agents

🧱 Dynamic Widget System

  • Draggable Dashboard with grid layout
  • Custom Widget Types - Chat, Email, Flow, Webhook
  • Persistent Configurations
  • Context Menu Management
  • Real-time Updates

📸 Visual Showcase

🖼️ Click to see screenshots

💬 AI Assistant Interface

Clara AI Assistant

🧩 LumaUI Code Builder

LumaUI Code Builder

🔄 N8N Automation Studio

N8N Automation

🎨 Image Generation Lab

Image Generation

🧱 Widget Dashboard

Widget Dashboard

🆚 Clara vs The Competition

Feature ClaraVerse OpenWebUI LibreChat Ollama WebUI
💻 100% Local Stack ✅ Complete ✅ Yes ✅ Yes ✅ Basic
🧩 Visual App Builder ✅ Built-in ❌ No ❌ No ❌ No
🔄 Native Automation ✅ N8N Integrated ❌ No ❌ No ❌ No
🧠 Agent Builder ✅ Visual Designer ❌ No ❌ No ❌ No
🎨 Image Generation ✅ ComfyUI ✅ Basic DALL-E ❌ No ❌ No
🧱 Widget System ✅ Dynamic Dashboard ❌ No ✅ Basic ❌ No
🔧 Code Execution ✅ OpenInterpreter ❌ No ❌ No ❌ No
📱 Desktop App ✅ Electron ❌ Web Only ❌ Web Only ❌ Web Only

🗓️ Release Timeline & Roadmap

🎯 Current Release Status

Component Status Description
🧠 Clara AI Assistant Released Advanced chat interface with multi-provider support
🧩 LumaUI Code Builder Released WebContainer-powered development environment
🧱 Widget System Released Dynamic dashboard with draggable widgets
🔄 N8N Integration Released Native workflow automation
🎨 Image Generation Released ComfyUI integration for local Stable Diffusion
🧠 Agent Builder Released Visual flow programming for AI agents
📱 Desktop Apps Released Windows, macOS, Linux support
🐳 Docker Deployment Released One-command local deployment

🚀 Coming Soon

timeline
    title Upcoming Features
    
    section Next Release
        Enhanced UX : Improved onboarding
                    : Better mobile experience
                    : Advanced tutorials
    
    section Future Releases
        Mobile Apps : iOS/Android support
                    : Cross-platform sync
                    : Mobile-optimized UI
        
        Enterprise : Team collaboration
                   : Role-based access
                   : Advanced analytics
        
        Extensions : Plugin marketplace
                   : Custom integrations
                   : Third-party connectors
Loading

🚀 Quick Start

💻 Desktop App


Windows

macOS

Linux

🛠️ Development Setup

# Install dependencies
npm install

# Development server
npm run dev           # Web version
npm run electron:dev  # Desktop version

# Build for production
npm run build              # Web build
npm run electron:build     # Desktop build

🔐 Privacy & Security

🛡️ Privacy Feature Status Details
Local Processing ✅ 100% All AI models run on your machine
No Telemetry ✅ Zero No data collection or phone home
Open Source ✅ Full Complete codebase transparency
Self-Hosted ✅ Complete Own your entire AI stack
No Cloud APIs ✅ Optional Cloud providers only if you choose
Encrypted Storage ✅ Built-in Local data encrypted by default

Your Data, Your Rules: ClaraVerse processes everything locally. Your conversations, files, and generated content never leave your machine unless you explicitly choose to use cloud providers.


🏗️ Architecture Overview

graph TB
    subgraph "🖥️ ClaraVerse Desktop App"
        UI[React Frontend]
        API[API Layer]
        DB[(Local Database)]
    end
    
    subgraph "🧠 AI Stack"
        LLM[Clara Core<br/>Llama.cpp]
        VISION[Vision Models]
        TTS[Text-to-Speech]
        STT[Speech-to-Text]
    end
    
    subgraph "🔧 Developer Tools"
        LUMA[LumaUI<br/>Code Builder]
        AGENT[Agent Builder<br/>Studio]
        WEB[WebContainer<br/>Environment]
    end
    
    subgraph "🎨 Creative Tools"
        COMFY[ComfyUI<br/>Image Gen]
        N8N[N8N Workflows<br/>Automation]
        WIDGETS[Widget System<br/>Dashboard]
    end
    
    UI --> API
    API --> LLM
    API --> LUMA
    API --> AGENT
    API --> COMFY
    API --> N8N
    API --> WIDGETS
    LLM --> VISION
    LLM --> TTS
    LLM --> STT
    LUMA --> WEB
    API --> DB
Loading

🌍 Community & Support

Join the ClaraVerse Community


GitHub
Issues & PRs

Discord
Live Chat

Reddit
Community

Twitter
Share Clara

Get Help & Share Ideas


🤝 Contributing

We love contributions! Here's how you can help make ClaraVerse even better:

🌟 Ways to Contribute

  • Star the repository to show your support
  • 🐛 Report bugs and suggest improvements
  • 📝 Improve documentation and tutorials
  • 🧩 Create new templates for agents and workflows
  • 🎨 Design new widgets and UI components
  • 🔧 Add new features and integrations

🛠️ Development Guidelines

  1. Fork the repository
  2. Create a feature branch: git checkout -b feature/amazing-feature
  3. Make your changes and test thoroughly
  4. Commit with clear messages: git commit -m 'Add amazing feature'
  5. Push to your branch: git push origin feature/amazing-feature
  6. Open a Pull Request with detailed description

📊 GitHub Stats

Star History Chart

Contributors Forks Issues Pull Requests


📜 License

ClaraVerse is open-source software licensed under the MIT License. This means you can:

  • ✅ Use it commercially
  • ✅ Modify and distribute
  • ✅ Use it privately
  • ✅ Contribute back to the community

🚀 Ready to Launch Your AI Journey?

ClaraVerse gives you the complete local AI stack — no vendor lock-in, no API hell, no GPU bills.

Launch Clara

Clara's your rocket. Light it up. 🚀

Made with ❤️ by the ClaraVerse community


"The future of AI is local, private, and in your hands."

⭐ Star us on GitHub • 🗨️ Join our Discord • 🎯 Follow our journey

About

Clara — Privacy-first, fully local AI workspace with Ollama LLM chat, tool calling, agent builder, Stable Diffusion, and embedded n8n-style automation. No backend. No API keys. Just your stack, your machine.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published