Install +Ai Node

Turns this machine into a node your +Ai account can run agents on. Installs its own Node runtime under ~/.ainode — nothing else on the machine is touched, and no step needs root.

macOS & Linux

curl -fsSL https://node.add.ai/install | sh

Windows

irm https://node.add.ai/install.ps1 | iex

Server, connected in one line

curl -fsSL https://node.add.ai/install | sh -s -- --code ABCDE --autostart

Take the five-letter code from the connect page in Entity Studio. Re-running any of these upgrades in place.

Options