Amurg Documentation

Amurg is a self-hosted control plane for deploying, managing, and interacting with AI agents through a mobile-friendly chat UI. It consists of three components — a Hub that handles authentication, routing, and persistence; a Runtime that spawns and manages agent processes; and a UI that provides the browser-based chat interface.

This documentation covers everything you need to configure, deploy, and extend Amurg. Choose a topic below to get started.

Getting Started

The fastest way to get started is the one-line install script and interactive setup wizard:

curl -fsSL https://raw.githubusercontent.com/amurg-ai/amurg/main/scripts/install.sh | sh
amurg-runtime init
amurg-runtime run

See the Installation page for the full walkthrough, hub install, and CLI reference. For Docker-based deployments, see Deployment. For config file details, see Configuration.