DESKTOP APP

Solaria Agent

Your local, private AI agent. No cloud, no accounts, no telemetry.

100% Private

All data stays on your machine. No accounts, no telemetry, no servers. Your conversations never leave your device.

Agent Mode

The AI runs shell commands, reads and writes files, searches code with glob and grep — like having a developer on call.

Local Models

Built-in Ollama integration. Run Qwen, Llama, DeepSeek, Mistral, Gemma, Phi3 and more — entirely offline.

Bring Your Own Key

Connect to OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, Cohere, and more with your own API keys.

Persistent Memory

RAG system with semantic search. Remembers past conversations and project files via vector embeddings (SQLite + sqlite-vec).

Skills System

deep-research, market-analysis, report-generator, data-analysis, code-review, and more. Create your own skills from chat.

Web Search

Tavily-powered real-time web search integrated directly into conversations with source citations.

CLI Mode

Use Solaria from the terminal: 'solaria ask', 'solaria agent', 'solaria serve'. Scriptable and headless.

Agent Mode

Give the AI real access to your system

Activate Agent Mode and Solaria can execute commands, navigate your filesystem, search codebases, and modify files — all with your explicit confirmation.

shellRun terminal commands
ls -la, git status, npm install, cargo build
read_fileRead file contents
Review logs, source code, config files, JSON data
write_fileWrite or modify files
Create scripts, edit configs, generate boilerplate
globSearch files by pattern
**/*.ts, src/**/*.rs, **/*.test.tsx
grepSearch text inside files
Find function definitions, TODOs, error messages

Installation

Get Solaria Agent on your machine in seconds

# Quick install (recommended)
curl -fsSL https://raw.githubusercontent.com/Angelcmp/solaria/main/install.sh | bash

# Or build from source
git clone https://github.com/Angelcmp/solaria.git
cd solaria
npm install
npm run tauri dev

Requirements

Node.js ≥ 18
Rust (rustup)
Tauri CLI
Linux: libwebkit2gtk, libappindicator, etc.

Built with

Tauri 2React 19TypeScriptTailwind CSS 4RustOllamaSQLite + sqlite-vec

Ready to try it?

Open source. MIT licensed. Free forever.