The AgentX daemon runs on your own machine and hosts your agents there. Install it, claim it from your console, and it joins your account's fleet — every agent, session, and artifact driven from one screen.
wget https://app.agentxhq.io/releases/agentx_0.72.5_amd64.deb
echo "78ad27fd69bbc5403b17e5cf358afed3bdbeafa71bf1ec24565f4985ed5f29ba agentx_0.72.5_amd64.deb" | sha256sum --check
Only continue when sha256sum prints agentx_0.72.5_amd64.deb: OK. A failed check means the download is corrupt or isn't the file we published — don't install it.
sudo apt install ./agentx_0.72.5_amd64.deb
apt resolves the package's dependencies and installs the daemon.
The package starts the AgentX daemon as a systemd service automatically. On first start the daemon presents its claim path — sign in to your console, claim the daemon, and it joins your fleet. Enrolment is automated from there.
Once your daemon is enrolled, your agents, sessions, and artifacts are live in the console — create named agents, put them in a Bubble, and set them to work.