Skip to Content
Getting StartedGetting started

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/urus

Verify:

urus --version

Initialize workspace

Urus keeps configuration under ~/.config/urus/ (registry, optional settings).

urus init

Add your first bot

Interactive wizard:

urus add

Or see CLI reference for flags and --non-interactive flows.

Next steps