macOS and Linux
Use the shell installer. It installs or updates the Aeges CLI as a global .NET tool.
curl -fsSL https://get.aeges.top/install.sh | sh
Aeges owns durable task lifecycle, artifacts, approvals, and runner dispatch. Coding agents are replaceable workers.
Use the shell installer. It installs or updates the Aeges CLI as a global .NET tool.
curl -fsSL https://get.aeges.top/install.sh | sh
Use the PowerShell installer with the same release package and checksum contract.
irm https://get.aeges.top/install.ps1 | iex
Pin a release by setting AEGES_VERSION. The installer downloads the package from GitHub Releases and verifies SHA256SUMS.
curl -fsSL https://get.aeges.top/install.sh | AEGES_VERSION=0.1.0-alpha.1 sh
Installation only puts the aeges command on the machine. Runtime setup remains explicit.
aeges db migrate
aeges telegram setup
aeges telegram start
aeges agent start