Rampart Binary Distributions
We build binary distributions for several platforms:
- Linux x86_64 (Centos 7+, Debian 8+, Ubuntu 16.04+, etc)
- Linux i686 (Centos 7+, Debian 8+, Ubuntu 16.04+, etc)
- Raspberry Pi (Linux ARM; Debian 11+) 64 bit
- Raspberry Pi (Linux ARM; Debian 10+) 32 bit
- MacOs x86_64, Yosemite and up
- MacOs ARM M1, Big Sur and up
- Freebsd 13 (experimentally)
We have minimized the number of libraries needed for Rampart to function, and thus it should run straight out of the box.
The binary downloads directory is here.
After downloading, the following will get you started:
me@myhost:~$ tar -zxvf rampart-*.tar.gz me@myhost:~$ cd rampart me@myhost:~/rampart$ ./install.js
The source code can be found here on GitHub.
Enjoy!