Get Rampart

One-Line Install

On most platforms, install the latest Rampart with a single command:

$ curl -fsSL https://get.rampart.dev/ | sh

Works on every platform listed below. The installer detects your system and downloads the matching build automatically.

Binary Distributions

Pre-built binaries are available for the following platforms (as of v0.7.1). Minimal dependencies — it should run straight out of the box.

Linux builds come in two variants matched to your system's C library (glibc); the installer picks the right one for you. The oldest supported glibc is 2.17 on x86_64 and ARM64, and 2.28 on 32-bit ARM.

Included in the binary build:

The tar.gz filenames indicate the build OS, which generally represents the minimum C library (or OS) version required.

Manual Install

From a downloaded tarball, three commands and you're up:

me@myhost:~$ tar -zxvf rampart-*.tar.gz
me@myhost:~$ cd rampart
me@myhost:~/rampart$ ./install.sh

Enjoy!