

Privacy-First AI Assistant & Agent Builder
Chat with AI, create intelligent agents, and turn them into fully functional appsβpowered entirely by open-source models running on your own device.
- Local Execution: Clara connects directly to Ollama and uses open-source language and image generation modelsβall running on your device.
- No Third-Party Clouds: Your data never leaves your machine. Zero telemetry, zero tracking.
- Open-Source Technology: Built to leverage community-driven innovations, giving you full control over your AI stack.
Chat with any Ollama-compatible model, including multimodal models that understand images:
Create amazing images from text prompts using Stable Diffusion models with ComfyUI integration:
Design custom AI agents with a node-based editor, then convert them into standalone apps without leaving Clara:
Browse, search, and manage all generated images in one convenient gallery:
# Pull the image
docker pull claraverse/clara-ollama:latest
# Run with auto-restart
docker run -d --restart always -p 8069:8069 claraverse/clara-ollama:latest
Then visit http://localhost:8069 in your browser.
- Download .dmg installer
- Universal binary (works on both Intel and Apple Silicon)
- Fully signed and notarized for enhanced security
- Download .AppImage
- Runs on most Linux distributions
- No installation required
- We recommend using the Docker version for best performance and security
- If you need the native app: Download .exe installer
- I dont have money for signing it π’
- Try Clara Online
- Requires local Ollama installation
- Install Ollama (Required for all versions except Docker) Download from Ollama's website
- Connect
Default Ollama endpoint:
http://localhost:11434
For faster performance and offline convenience, download the native desktop version:
If you see a message that the app is damaged or can't be opened:
- Right-click (or Control+click) on the app in Finder
- Select "Open" from the context menu
- Click "Open" on the security dialog
- If still blocked, go to System Preferences > Security & Privacy > General and click "Open Anyway"
This happens because the app is not notarized with Apple. This is perfectly safe, but macOS requires this extra step for unsigned applications.
Building for macOS:
- Development build (no notarization):
npm run electron:build-mac-dev
- Production build (with notarization, requires Apple Developer Program):
- Set environment variables
APPLE_ID
,APPLE_ID_PASSWORD
(app-specific password), andAPPLE_TEAM_ID
- Run
npm run electron:build-mac
- Set environment variables
To get an Apple Team ID, join the Apple Developer Program.
# Clone the repository
git clone https://github.com/badboysm890/ClaraVerse.git
cd clara-ollama
# Install dependencies
npm install
# Start development server (web)
npm run dev
# Start development server (desktop)
npm run electron:dev
If Ollama runs on another machine:
- Enable CORS in Ollama (
~/.ollama/config.json
):{ "origins": ["*"] }
- In Clara settings, specify:
http://{IP_ADDRESS}:11434
# Build web version
npm run build
# Build desktop app
npm run electron:build
Have questions or need help? Reach out via praveensm890@gmail.com.