Install Autho Operator Node

Run a consensus/validation node and participate in the network

Important: Operator nodes sign state transitions. Only run an operator node if you intend to participate in governance/validation.

⚡ Quick Install

These commands install the operator node to your machine and create a start script. Requires Node.js 18+ and Git.

🪟 Windows
🍎 macOS
🐧 Linux
Run this in PowerShell (not CMD):
irm __AUTHO_ORIGIN__/downloads/operator-node/quick-install.ps1 | iex
Run this in Terminal:
curl -fsSL __AUTHO_ORIGIN__/downloads/operator-node/quick-install.sh | bash
Run this in Terminal:
curl -fsSL __AUTHO_ORIGIN__/downloads/operator-node/quick-install.sh | bash
📖 Full instructions: README

🧰 Manual Install (Advanced)

You can also clone the repo and run the operator manually. See the README for details.

← Back to Home