Loading
Loading
Bootstrap & setup instructions for humans and agents
Open source deployment via AitherZero — from fresh clone to running instance. Set up your own vLLM containers, use Ollama for local inference, or configure cloud fallback endpoints. Pick Human for interactive setup or Agent for automated CI/headless bootstrap.
Installs AitherNode + AitherShell + AitherSDK. Works on Linux, macOS, and WSL2.
curl -fsSL https://launch.aitherium.com | bashcurl -fsSL https://launch.aitherium.com | bash -s -- --cloudpip install aither-adknpm i -g aithernodeOr scroll down for the full step-by-step guide to deploy the complete AitherOS Docker stack.
Get the source code on your machine
git clone https://github.com/Aitherium/AitherZero.git
cd AitherZeroOne command sets up the entire AitherZero PowerShell module, detects your system, and installs dependencies
pwsh -File ./bootstrap.ps1 -Mode New -InstallProfile StandardMinimal Standard Developer Full— use Developer for dev environments.Interactive wizard that generates encryption keys, detects hardware, and collects API keys
pwsh -File ./install-guided.ps1This creates a .env file with your secrets. AitherSecrets auto-ingests them on first boot.
Launch the core containers for aither, including Veil, Genesis, Secrets, and Chronicle
# Option A: Pull pre-built images (fastest — no local build)
npm run pull
npm start
# Option B: Build from source (slower first time, good for dev)
npm startnpm run pull downloads pre-built images from the registry, skipping the 30-60 min local build. Then npm start launches the core profile.
The dashboard is now running at localhost:3000