Ready in under a minute
One command installs Spec ADE on your machine or your own VPS.
On first run, Spec ADE shows your machine ID (format ADE-xxx ). Send it to the viber.vn support team to receive your activation key.
@spec-ade/cli is not yet published on npm. The install commands below are aspirational — they will work once the public beta launches.
Install & Run (macOS, Windows, Linux)
npx -y @spec-ade/cli@latest Install on VPS / Cloud Server
npx -y @spec-ade/cli@latest --host 0.0.0.0 --port 3100 On a VPS, the CLI prints the URL — open it from your local browser.
Spec ADE serves both the API and the embedded SPA on the same port. No web server required.
After running, Spec ADE opens automatically in your browser.
Don't have npm/npx installed?
Spec ADE requires Node.js 22 or later.
Linux
curl -fsSL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt-get install -y nodejs Ubuntu/Debian. For RHEL/Fedora see NodeSource RHEL guide.