Your Personal AI Agent Operating System

Run powerful AI agents locally with persistent memory, multi-agent orchestration, and enterprise-grade security

Self-Hosted
Complete Data Privacy
Multi-Agent
Orchestrate AI Teams
Persistent Memory
AI That Remembers

Why NexusOS?

🧠

Persistent Memory

AI agents that remember your context forever. No more repeating yourself to bots - they learn and evolve with you.

🤖

Multi-Agent Orchestration

Run teams of specialized AI agents that collaborate on complex tasks like a human team.

🔒

Enterprise Security

Self-hosted architecture keeps your data private. JWT, OAuth, role-based access control, and database encryption included.

True OS Capabilities

Process management, IPC, workflows, and sandbox isolation - it's an operating system for AI agents.

🌐

Local-First

Run everything locally or on your own VPS. No vendor lock-in, no subscription fees, just your AI.

🛠️

Extensible

Plug in your own tools, APIs, and services. Open architecture designed for customization.

Install NexusOS

Choose your deployment method

🌐 VPS/Server Installation

Deploy on your own server for production use

  1. Download the distro image
  2. Upload to your server
  3. Run with Docker
# Download the pre-built image wget https://releases.nexusos.cloud/nexusos-full.tar # Load into Docker docker load -i nexusos-full.tar # Run the full stack docker run -d -p 8080:8080 -p 3000:3000 \\ -p 11434:11434 nexusos:full # Access at http://your-server:8080

Requirements: Docker 20+, 4GB RAM, 10GB disk space

💻 Local Installation

Run on your local machine for personal use

  1. Install Docker Desktop
  2. Download and run the image
  3. Access via localhost
# Install Docker Desktop (Mac/Windows) # Visit: https://www.docker.com/products/docker-desktop # Download the image docker pull nexusos:full # Run locally docker run -d -p 8080:8080 -p 3000:3000 \\ -p 11434:11434 nexusos:full # Access at http://localhost:8080

Requirements: Docker Desktop, 4GB RAM, 10GB disk space

What you get:

PostgreSQL Database
Redis Cache
Ollama (AI Models)
Web Dashboard

First boot auto-downloads phi3 model (2.2GB). Additional models are optional.

Generate Your API Key

Create an account to get your API key and start building with NexusOS

  1. 1
    Go to the Dashboard

    Visit https://nexusos.cloud/ui

  2. 2
    Create Your Account

    Click "Register account" and enter your email, password, and name

  3. 3
    Get Your API Key

    Your API key is generated automatically. Find it in Settings → API Keys

# Example: Using your API key curl -X POST https://nexusos.cloud/api/chat \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"message": "Hello, NexusOS!"}'

Ready to Build with AI Agents?

Join the revolution in AI operating systems. It's time to take back control.

Launch Demo View Source