Resonix-AG Docs
Website GitHub

Docs / Install

Installation reference

Pick the install path that matches your runtime constraints and operational model.

Script install (recommended)

Use bootstrap scripts for the fastest setup.

curl -fsSL https://raw.githubusercontent.com/mangiapanejohn-dev/Resonix-AG/main/install.sh | bash
iwr -useb https://raw.githubusercontent.com/mangiapanejohn-dev/Resonix-AG/main/install.ps1 | iex

Install from source

Use this when you need local modification, debugging, or contribution workflows.

git clone https://github.com/mangiapanejohn-dev/Resonix-AG.git
cd Resonix-AG
pnpm install
pnpm build
node resonix.mjs --help

Verify installation

resonix --help
resonix onboard
resonix gateway start

Common install issues

Command not found

Restart shell session, then verify PATH includes your package manager bin location.

Node version mismatch

Ensure Node.js 22+ before running install/build commands.

Permission errors

Run with proper shell permissions and avoid partial installs in restricted directories.

Gateway not reachable

Confirm onboarding completed and gateway process started with expected bind/port.