Loading...
RightNow Agent is currently installed by building the repository from source. There is no npm package, published installer, or self-update channel yet.
rust-toolchain.toml.git config --global core.longpaths trueThe build resolves protoc in this order:
PROTOC environment variable.bin/protoc wrapper, which requires dotslash.protoc on PATH.protoc-bin-vendored executable.A separate system installation of protoc is not required for the standard build.
cargo build -p rightnow-pager-bin --release| Platform | Build output |
|---|---|
| Windows | target/release/rightnow-pager.exe |
| macOS or Linux | target/release/rightnow-pager |
$env:RIGHTNOW_API_KEY = "<your key>"
.\rightnow.ps1The Windows launcher is the measured product path. It seeds a missing ~/.rightnow/config.toml from config/rightnow.toml. Older valid configs are backed up and upgraded additively without replacing owner values.
export RIGHTNOW_API_KEY='<your key>'
./rightnow.shThe POSIX launcher exists and Ubuntu CI runs Rust source checks and tests. Native macOS use and the full macOS and Linux product paths are unverified, and neither platform has a certified release package.