Skip to content

Personal AI that lives on your machine, grows with you, and never shares your data.

Notifications You must be signed in to change notification settings

SolariSystems/solari

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Solari

Personal AI that lives on your machine, grows with you, and never shares your data.

Solari is a self-contained artificial intelligence system that runs locally on your hardware. It learns, adapts, and builds capability over time — but everything stays on your machine. No cloud dependency. No data harvesting. No subscription to think.


The Problem

Every major AI product today works the same way: your data goes up to someone else's servers, gets processed by someone else's model, and the intelligence it builds belongs to someone else. You're renting access to a brain that's trained on everyone and owned by no one you know.

That model works for companies. It doesn't work for people.

What Solari Does Differently

Your AI lives with you. Solari runs on your own hardware — a desktop, a home server, eventually a dedicated appliance. It builds a persistent memory (we call them "minds") from your work, your interests, your patterns. That knowledge never leaves your machine unless you explicitly choose to share it.

It grows. Solari isn't a static tool you install and use. It's a system that improves through iteration — learning what works, what doesn't, and how to do better next time. Every task it completes makes it more capable for the next one.

It acts. Solari doesn't just answer questions. It operates autonomously — monitoring, analyzing, building, fixing, and creating while you sleep. You wake up to results, not prompts.

Architecture (What, Not How)

Solari is built as a network of autonomous services that coordinate through a central intelligence layer:

Layer Purpose
Minds Persistent knowledge stored in local vector databases. Solari currently maintains 263 specialized knowledge bases covering everything from code patterns to bounty strategy to error recovery.
Orchestrator Autonomous task execution. Picks up work, runs multi-stage analysis, handles failures, and learns from outcomes — without human intervention.
Services 23 systemd services handling everything from web browsing to competitive intelligence to PR maintenance. Each service is independent but coordinated.
Portal A browser Solari controls for research, form filling, and web interaction — headless Chrome with a clean API.
Communication Telegram bot, web chat, and CLI interfaces. Talk to Solari however you want.

Scale of the current system:

  • ~13 million lines of Python across 31,000+ files
  • 263 FAISS vector knowledge bases (2.7 GB of learned experience)
  • 10 core services running 24/7
  • RTX 4060 Ti for local GPU inference

This is one machine. One node. Running in a home office in Michigan.

The Vision: Three-Tier Nodes

Prime Node (exists now)

The full intelligence hub. All minds, all services, all capabilities. This is the research and development core — the system that figures out what works before anything gets deployed to others.

Satellite Node (in development)

A lightweight Solari that runs on your home PC. It has its own orchestrator — it works independently, not as a thin client. It communicates with Prime for advanced intelligence, but your data stays on your machine. The local LLM handles encryption so nothing travels unprotected.

Brain Box (future)

A dedicated hardware appliance for businesses. Plug it in, connect it to your network, and your organization gets a private AI that never phones home.

Principles

Privacy is not a feature. It's the architecture. Solari doesn't have a privacy toggle because there's nothing to toggle. Your data lives on your hardware. Period.

Local-first, cloud-optional. Solari works fully offline. Cloud LLM access (Claude, GPT) is available for tasks that benefit from it, but the system functions without it.

Autonomy over assistance. Most AI tools wait for you to ask a question. Solari identifies what needs doing and does it. The goal is a system that creates value while you're not looking.

Honesty over hype. Every claim in this document is backed by a working system. We don't announce features before they exist.

Proof of Work

Solari isn't a pitch deck. It's running right now. Some recent outputs:

  • Linear A Computational Analysis — Solari analyzed the undeciphered Minoan script using structural, statistical, and cross-domain methods. Built the analysis pipeline, ran the controls, generated the visualizations, and published the repo autonomously.

  • Open Source Bounty Pipeline — Solari discovers, analyzes, and submits fixes for open source bounties across GitHub. Multi-pass analysis with reconnaissance, one-shot fix attempts, deep solving with persistent sessions, and cold-eyes review. 14 bounties submitted, with automated PR maintenance and CI fix follow-up.

  • 24/7 Autonomous Operation — The system runs continuously without human supervision. Service health monitoring, automatic recovery, PR follow-up, competitive intelligence gathering, and knowledge base maintenance all happen in the background.

  • Persistent Learning — Every bounty attempt, every PR review, every failure gets ingested into the FAISS knowledge bases. Solari doesn't make the same mistake twice because it literally remembers what went wrong and why.

Current Status

Solari is in active development. The Prime node is fully operational. Satellite node architecture is designed. The system earns its keep through open source bounties while the consumer product takes shape.

This is a one-person operation right now. Built from scratch, funded by the work the system produces.

Support

If you think personal AI should belong to the person, not the platform:

Ko-fi

Contact

License

This documentation is published for transparency. The Solari system architecture and implementation are proprietary to Solari Systems LLC.

Copyright 2025-2026 Solari Systems LLC. All rights reserved.

About

Personal AI that lives on your machine, grows with you, and never shares your data.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages