V1.0 Public Release

OROBOROS OS

The AI-Powered Operating System

Run AI models locally. Protect your privacy. Built-in ethics compliance. Docker-ready, USB bootable, and completely open source.

100+ AI Models
Level 99 Foundation
0 Telemetry
oroboros-os ~ terminal
$ docker pull oroboroslab/oroboros-os:v1.0
Pulling from oroboroslab/oroboros-os
Status: Downloaded newer image
 
$ docker run -it -p 8080:8080 oroboroslab/oroboros-os:v1.0
╔═══════════════════════════════════════╗
║ OROBOROS OS V1.0 - PUBLIC RELEASE ║
║ Level 99 Foundation ║
╚═══════════════════════════════════════╝
OROBOROS OS is ready!
$

Developer Features

Built for developers, powered by AI

🤖 Ollama Integration

Run 100+ open-source AI models locally with Ollama. Llama 3, Mistral, CodeLlama, and more. No cloud required.

ollama pull llama3.2
ollama run llama3.2

🔒 Ethics Compliance

Built-in ethics validation for all AI operations. Content filtering, input validation, and audit logging.

from oroboros.ethics import EthicsValidator
validator = EthicsValidator(mode="standard")

📦 Docker Native

Container-first architecture. Pull and run in seconds. GPU support with NVIDIA Container Toolkit.

docker run -it --gpus all \
oroboroslab/oroboros-os:v1.0

💻 Multi-Provider AI

Unified API for Ollama, LM Studio, OpenAI, and Anthropic. Switch providers with one line of code.

from oroboros.ai import AIEngine
engine = AIEngine(provider="ollama")

🔐 Privacy First

Local-only mode blocks all network access. Zero telemetry. Your data never leaves your device.

OROBOROS_PRIVACY_MODE=local_only
OROBOROS_TELEMETRY=disabled

Level 99 Architecture

Public Foundation tier with full AI capabilities. Level 1000 orchestration runs encrypted on backend.

level: 99 # Public Foundation
backend_orchestration: encrypted

Download Options

Choose how you want to get OROBOROS OS

💻

Download Repository

Get the full source code

🐳

Docker

Fastest way to get started

docker pull oroboroslab/oroboros-os:v1.0

docker run -it -p 8080:8080 \
oroboroslab/oroboros-os:v1.0
💾

Live USB

Boot directly from USB drive

# Download ISO
wget oroboros-os-v1.0.iso

# Flash to USB
sudo dd if=*.iso of=/dev/sdX bs=4M
🖥

Source

Clone and build from source

git clone github.com/oroboroslab/oroboros-os
cd oroboros-os
pip install -r requirements.txt
python -m oroboros serve

Included Applications

Everything you need for AI-powered productivity

💬

AI Chat

Personal AI assistant

🧰

Model Manager

Download & manage AI models

📄

Document AI

Analyze PDFs & documents

💻

Code Assistant

AI-powered coding help

🖨

Terminal AI

Smart command line

📊

System Monitor

Resource usage tracking

💡

Prompt Studio

Design & test prompts

🔬

Research Assistant

Summarize & analyze

Documentation

Everything you need to get started