CLI Desktop GitHub Get Started
Nexus Engine

Install AgentX

Download the binary, double-click to run the setup wizard. No build tools required.

Detected platform
Download
Not your OS? See all platforms

What happens when you install

Three steps to get running

1

Download

Click the button above. A single binary downloads (~12 MB).

2

Run it

3
🚀

Setup wizard

The onboard wizard launches. Pick your AI provider and go.

All Platforms

Choose your operating system

Advanced: install via command line

Linux / macOS (auto-install script)

curl -fsSL https://raw.githubusercontent.com/Agentx-network/agentx/main/install.sh | bash

Windows (PowerShell)

irm https://raw.githubusercontent.com/Agentx-network/agentx/main/install.ps1 | iex

Homebrew

brew install Agentx-network/tap/agentx

Build from source

git clone https://github.com/Agentx-network/agentx.git && cd agentx && make install