runinfra 0.2.0
Standalone runinfra executables for 0.2.0. Node is not required.
Download the file for your platform, check it against SHA256SUMS, then make it executable.
curl -fsSLO https://github.com/RightNow-AI/runinfra-cli/releases/download/v0.2.0/runinfra-linux-x64
curl -fsSLO https://github.com/RightNow-AI/runinfra-cli/releases/download/v0.2.0/SHA256SUMS
sha256sum --ignore-missing -c SHA256SUMS
chmod +x runinfra-linux-x64
./runinfra-linux-x64 --version
Use a -musl file if the host runs musl rather than glibc, such as Alpine.
| File | Platform |
|---|---|
| runinfra-linux-x64 | Linux, x86_64, glibc |
| runinfra-linux-x64-musl | Linux, x86_64, musl |
| runinfra-linux-arm64 | Linux, arm64, glibc |
| runinfra-linux-arm64-musl | Linux, arm64, musl |
| runinfra-darwin-x64 | macOS, Intel |
| runinfra-darwin-arm64 | macOS, Apple silicon |
| runinfra-windows-x64.exe | Windows, x86_64 |
| SHA256SUMS | Checksums for the files above |
Or install with one command:
curl -fsSL https://raw.githubusercontent.com/RightNow-AI/runinfra-cli/main/install.sh | sh
Built from RightNow-AI/RunInfra-Landing@5cb86a4