Get Rampart
Binary Distributions
Pre-built binaries are available for the following platforms (as of v0.6.1). Minimal dependencies — it should run straight out of the box.
- Linux x86_64 (CentOS 7+, Debian 8+, Ubuntu 16.04+)
- Linux x86_64 (Debian 12+)
- Raspberry Pi — Linux ARM, Debian 11+ (64-bit)
- Raspberry Pi — Linux ARM, Debian 10+ (32-bit)
- macOS x86_64, Big Sur and up
- macOS ARM (Apple Silicon), Big Sur and up
- FreeBSD 14 (experimental)
- Windows 10/11 (msys2 build; experimental)
Included in the binary build:
- Rampart Langtools for supported builds in a separate tar.gz
- Rampart Webview
- Rampart Iroh
The tar.gz filenames indicate the build OS, which generally represents the minimum C library (or OS) version required.
Quick Start
Three commands and you're up:
me@myhost:~$ tar -zxvf rampart-*.tar.gz me@myhost:~$ cd rampart me@myhost:~/rampart$ ./install.js
Enjoy!