Installation

Releases

There are prebuilt releases for macOS and Linux available on the releases page.

Keep in mind you will need a working installation of OpenSSL 1.1.1 which can be installed via homebrew or on Debian-based Linux distributions with apt-get install.

Building from source

Alternatively, you can build proxysaur from source.

You'll need to have Rust installed, and then you can run:

$ git clone https://github.com/pmalmgren/proxysaur.git
$ cd proxysaur
$ cargo build --release
$ cp target/release/proxysaur /usr/local/bin # or somewhere in your PATH