Command not found
Restart shell session, then verify PATH includes your package manager bin location.
Resonix Docs
Pick the install path that matches your runtime constraints and operational model.
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
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
resonix --help
resonix onboard
resonix gateway start
Restart shell session, then verify PATH includes your package manager bin location.
Ensure Node.js 22+ before running install/build commands.
Run with proper shell permissions and avoid partial installs in restricted directories.
Confirm onboarding completed and gateway process started with expected bind/port.