1
macOS Apple Silicon
curl -fsSL https://raw.githubusercontent.com/HaloForgeAI/aegis-release/main/install.sh | bash
Installs the macOS arm64 CLI, creates the self-host directory,
writes local config, and starts the Docker control plane.
2
Windows x64
iwr https://raw.githubusercontent.com/HaloForgeAI/aegis-release/main/install.ps1 -OutFile install-aegis.ps1
powershell -ExecutionPolicy Bypass -File .\install-aegis.ps1
Installs `aegis.exe`, prepares `~/.aegis/self-host`, and runs
the same containerized control plane through Docker Desktop.
3
Worker-only
curl -fsSL https://raw.githubusercontent.com/HaloForgeAI/aegis-release/main/install.sh | \
AEGIS_SERVER_URL="https://aegis.example.com" \
AEGIS_ACCESS_TOKEN="owner-token" \
bash -s -- --worker-only
Use this when the server lives elsewhere. It does not install a
standalone non-Docker Aegis Server; this machine contributes
tools and local context through the Local Gateway.