Getting started
Requirements
- Node.js 18+
- Linux or WSL2 with systemd available where you expect to run services
- sudo when installing units under
/etc/systemd/system/
Install
npm install -g @zamdevio/urusVerify:
urus --versionInitialize workspace
Urus keeps configuration under ~/.config/urus/ (registry, optional settings).
urus initAdd your first bot
Interactive wizard:
urus addOr see CLI reference for flags and --non-interactive flows.
Next steps
- CLI reference — all commands
- Architecture — how registry and systemd fit together