๐ŸŸข Open Source & Free Forever

Atlas Cortex

Your personal AI. Runs locally. Learns continuously. Costs nothing.

100% Offline Open Source Self-Evolving Self-Learning Self-Healing

The Atlas Family

Four open-source products. One mission: AI that serves you โ€” not the other way around.

Atlas Cortex

Personal AI Platform

  • Self-evolving AI assistant with 4-layer pipeline
  • Voice, chat, and CLI interfaces
  • Home automation, scheduling, media, knowledge
  • Blazing fast inference on any GPU โ€” or CPU-only
  • OpenAI-compatible API

Atlas Sight

Accessibility Assistant

  • Vision + voice assistant for visually impaired
  • Camera scene description, OCR text reading, navigation
  • 100% offline โ€” no subscriptions, no cloud tokens
  • Runs on phone (~1 GB RAM)
  • Voice and gesture interaction โ€” no screen needed

Atlas CLI

Standalone AI Brain

  • Local AI coding/reasoning assistant
  • Multi-model routing (4B fast โ†’ 9B expert โ†’ 27B reasoning)
  • Code execution sandbox with self-correction
  • Session memory with crash recovery
  • No bloat โ€” just the intelligence layer

Atlas Little Learner

Adaptive Education

  • Early education for ages 18 months to 5 years
  • 7 skill modules, adaptive difficulty
  • Toddler-friendly voice interaction
  • Frustration detection, safety limits
  • Parent dashboard

Architecture

A lean pipeline that goes from raw input to intelligent response in milliseconds.

llama.cpp โ†’ Model Router โ†’ Thinking Router โ†’ Layer 0 ยท Context โ†’ Layer 1 ยท Instant โ†’ Layer 2 ยท Plugins โ†’ Layer 3 ยท LLM
110
Tokens / second
100%
CAG Recall
2,825+
Cortex Tests
347+
Sight Tests

We collect nothing.

Your data never leaves your device. No telemetry, no tracking, no cloud. Open source โ€” verify it yourself.

๐Ÿ”’

On-Device Only

100% of processing happens locally on your hardware. Nothing is sent anywhere.

๐Ÿšซ

No Telemetry

Zero analytics, zero tracking, zero phone-home. We don't even have a server to receive data.

๐Ÿ”

Fully Auditable

Every line of code is open source under MIT. Read it, fork it, verify it.

๐Ÿ›ก๏ธ

Your Data, Period

Conversations, memories, knowledge โ€” stored locally, encrypted at rest, owned by you.

Built on convictions, not just code.

Atlas is guided by immutable principles โ€” load-bearing walls that cannot be removed, overridden, or configured away.

๐Ÿงฌ

Self-Evolving

Atlas learns from interactions, trains LoRA adapters on corrections, and improves itself โ€” entirely on your hardware.

๐Ÿ”„

Self-Healing

Crash recovery with circuit breakers. If something breaks, Atlas rolls back, diagnoses the problem, and fixes itself.

๐ŸŽฏ

Grounded in Evidence

Atlas follows facts, not ideology. When it doesn't know something, it says so. Truth above comfort.

๐Ÿ›ก๏ธ

Protect the Vulnerable

Children, elderly, disabled โ€” Atlas prioritizes safety for those who need it most. This principle cannot be overridden.

โ›”

Cannot Be Weaponized

Atlas refuses to generate harmful content, assist in violence, or be used against people. This is an immutable line.

๐Ÿ”‘

Privacy Is Inviolable

Your conversations, your data, your memories. Atlas never shares, transmits, or exposes personal information.

Tech Specs

Built for consumer hardware. No data center required.

Component Details
Runs On Raspberry Pi Phones Laptops Desktops Workstations AMD GPUs NVIDIA GPUs Apple Silicon CPU-only
Models Qwen3.5 0.8B โ€” Pi & phones Qwen3.5 2B โ€” tablets & laptops Qwen3.5 4B โ€” any 4GB+ GPU Qwen3.5 9B โ€” expert, 8GB+ GPU Qwen3.5 27B โ€” heavy reasoning, 20GB+
Inference llama.cpp with TurboQuant KV cache
Context Window Up to 262K tokens (model dependent)
LoRA Adapters 20+ domains โ€” coding, medical, engineering, education, creative writing, and more
Voice Multi-provider TTS/STT โ€” Qwen3-TTS, Fish Audio, Orpheus, Kokoro, Piper, Whisper
API OpenAI-compatible REST API on port 5100
Deployment Docker Compose stack with GPU auto-detection

Atlas Cortex is built on incredible open-source projects. Core functionality requires only llama.cpp and a Qwen model โ€” everything else is optional and swappable.

๐Ÿง  Core (Required)

llama.cpp โ€” Inference engine
Qwen3.5 โ€” Language models (Apache 2.0)

๐Ÿ—ฃ๏ธ Voice (Optional)

Qwen3-TTS โ€” Primary TTS
Fish Audio โ€” Character voices
Piper โ€” Ultra-fast CPU TTS
Whisper.cpp โ€” Speech-to-text

โšก Platform (Optional)

AMD ROCm โ€” AMD GPU acceleration
NVIDIA CUDA โ€” NVIDIA GPU acceleration
PEFT โ€” LoRA adapter training