Your fully local AI Superstack - Privacy-First, On-Premises, Limitless
ClaraN isn't just another chat UI. It's a complete AI ecosystem that runs 100% on your machines.
This is a hardfork of the awesome project https://github.com/badboysm890/ClaraVerse
- Tauri for building Desktop- and Mobile apps as a hybrid and secure framework - using Rust and web technologies
- Qwik web framework for building performant Web UIs
- Nodejs Javascript for tooling
- DaisyUI for faster, cleaner and simple tailwind CSS UI development
| operation system | supported | bundle |
|---|---|---|
| MacOS | β | aarch64.dmg (aarch64.app.tar.gz), x64.dmg (x64.app.tar.gz) |
| Apple Store | N/A | please buy me a coffee for an apple developer license $99 |
| Windows | β | x64-setup.exe, x64_en-US.msi |
| Linux | β | amd64.AppImage, amd64.deb, x86_64.rpm |
- Failed to run AppImage on Ubuntu: AppImages require FUSE to run
sudo apt-get install libfuse2-
Failed to run AppImage on Debian: The installation is failing because of missing libraries. Any clue how to fix?
-
Failed to build android on MacOS
pnpm android:build: set the OPENSSL_DIR env
1a. find the path with brew
brew info openssl@31b. or find the path with whereis
whereis openssl- set path in your environment, e.g.
~/.zshrc
export OPENSSL_DIR=/usr/local/Cellar/openssl@3/3.5.1
- Installation blocked on MacOS
Open settings then Security & Privacy -> scroll to Security and force open

When start the app go also to the settings then Security & Privacy -> scroll to Security and force open

| operation system | supported | bundle |
|---|---|---|
| Android | β | apk, aab |
| iOS | β | is planned |
# Install once the global dependency
npm install -g pnpm
# Install dependencies
pnpm installpnpm web:devpnpm dev- prerequisites: openjdk, Android Studio with one installed emulator
pnpm android:dev- prerequisites: XCode
pnpm ios:devπΌοΈ Click to see screenshots
| System | Chat | Sidebar | Keyboard |
|---|---|---|---|
| Android | ![]() |
![]() |
![]() |
| iOS | ![]() |
| System | Chat | Collapsed sidebar |
|---|---|---|
| MacOS | ![]() |
![]() |
| Feature | ClaraN | ClaraVerse | OpenWebUI | LibreChat | Ollama WebUI |
|---|---|---|---|---|---|
| π» 100% Local Stack | β Complete | β Complete | β Yes | β Yes | β Basic |
| π§© Visual App Builder | β No | β Built-in | β No | β No | β No |
| π Native Automation | β No | β N8N Integrated | β No | β No | β No |
| π§ Agent Builder | β No | β Visual Designer | β No | β No | β No |
| π¨ Image Generation | β No | β ComfyUI | β Basic DALL-E | β No | β No |
| π§± Widget System | β No | β Dynamic Dashboard | β No | β Basic | β No |
| π§ Code Execution | β No | β OpenInterpreter | β No | β No | β No |
| π± Mobile App | β Tauri - Android [iOS] | β in progress | β Web Only | β Web Only | β Web Only |
| π₯οΈ Desktop App | β Tauri - MacOS Linux Windows | β Electron | β Web Only | β Web Only | β Web Only |
| Component | Status | Description |
|---|---|---|
| π§ Clara AI Assistant | 0.4.0 open | Chat Interface with multi-provider support |
| π³ Docker Deployment | 0.3.0 in progress | One-command local deployment |
| π§ Clara AI Assistant | β 0.2.0 Released | Chat Interface with ollama provider support |
| π§ Clara AI Assistant | β 0.1.1 Released | Started with UI layout |
| π± Mobile Apps | β Released | Android support, iOS (simulator only) |
| π₯οΈ Desktop Apps | β Released | Windows, macOS, Linux support |
| π‘οΈ Privacy Feature | Status | Details |
|---|---|---|
| Local Processing | β 100% | All AI models run on your machines |
| 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 |
Any help is welcome ...
- Install termux
2a. networkless mode:
install ollama local AI server
pkg install ollama
run ollama
ollama serve
then pull AI model (other models will come)
ollama pull llama3.2
2b. shared ollama server:
- setup ssh port forward
- Clone the project
git clone git@github.com:<USER>/ClaraN.git- Create a tag and push it, e.g.
v1.0.0, which will trigger the github CI
git tag v1.0.0 && git push origin v1.0.0-
A new draft release will created and you can add more informations about the changes, here https://github.com/USER/ClaraN/releases
-
Ensure that the github secrets are setup for the mobile builds: https://github.com/USER/ClaraN/settings/secrets/actions
-
Ready? Click:
publish release
ClaraN 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





