Linux
Linux
Install the rstream CLI on Linux.
The rstream CLI can be installed on Linux either by downloading a standalone release with the Unix installer script, by using APT on Debian-based distributions, or by running the CLI from a Docker image.
Install with the Unix installer script
The hosted distribution provides a Bash installer. It detects the operating system and CPU architecture, downloads the matching release, and installs it under a prefix directory.
curl -fsSL https://rstream.io/scripts/install.sh | bashInstall on Debian and Ubuntu with APT
A Debian repository is available at https://debian.rstream.io/linux.
Run from Docker
The CLI is also published as a Docker image. This is convenient in CI or on hosts where installing binaries is undesirable.
docker run --rm -it rstream/rstream:latest rstream --helpThe image can run forward directly when an engine endpoint and token are provided:
docker run --rm -it -e RSTREAM_AUTHENTICATION_TOKEN="<token>" -e RSTREAM_ENGINE="<engine>" rstream/rstream:latest forward 8080