Skip to main content

Installation

Install the Citadel CLI on your platform of choice. The binary is self-contained with no external dependencies required for basic operation.

Install Citadel

One-liner (recommended)

curl -fsSL https://get.aceteam.ai/citadel.sh | bash

This downloads the latest release, places the binary in your PATH, and verifies the checksum.

Homebrew (macOS)

brew install aceteam-ai/tap/citadel

Verify the installation

citadel version

You should see output showing the installed version, for example:

citadel version v2.3.0

System requirements

RequirementDetails
Operating systemLinux (amd64/arm64), macOS (amd64/arm64), or Windows 10+ (amd64)
DockerRequired for running AI services. Installed automatically by citadel init --provision.
GPUOptional but recommended. NVIDIA GPUs supported on Linux and Windows (via WSL2). Apple Silicon supported on macOS via Metal.
NetworkOutbound HTTPS access to aceteam.ai and nexus.aceteam.ai

Next steps

Once installed, head to the Quick Start to connect your node to the AceTeam Network.