N
Nebula

Get Started

Nebula is self-hosted. Clone the repo, run Docker, and you have a multi-agent AI platform running on your own infrastructure.

Quick Start

1. Clone the repository

git clone https://github.com/reforia/Nebula.git

2. Start with Docker Compose

cd Nebula
cp .env.example .env
echo "NEBULA_ENCRYPTION_KEY=$(openssl rand -hex 32)" >> .env
docker compose up -d --build

3. Open the web interface and create your admin account

http://localhost:8080

Requirements

  • Docker

    Docker Engine 24+ and Docker Compose v2

  • Memory

    4 GB RAM minimum, 8 GB recommended

  • Storage

    10 GB for base install + agent workspaces

  • CLI Runtime

    At least one: Claude Code, OpenCode, Codex CLI, or Gemini CLI