Installation

The surfpool CLI is available for installation via Homebrew, Snapcraft, or through a manual build.

Homebrew (macOs)

To install surfpool on a macOS system using Homebrew, open a terminal and run:

brew tap txtx/taps
brew install txtx/taps/surfpool

Snapcraft (Linux)

To install surfpool on a Linux system using Snapcraft, open a terminal and run:

sudo snap install surfpool

Manual Installation

Platform-specific binaries are generated for each release. See the releases page to download a release.

Install from Source

To compile the Surfpool binary from source, clone the surfpool repository.

git clone https://github.com/txtx/surfpool.git

Navigate to the new directory.

cd surfpool

Then, compile the binary. This command will compile the binary and store it in ~/.cargo/bin/surfpool.

cargo surfpool-install

Finally, make sure that the surfpool binary is available on your PATH. This process will differ depending on your operating system.

Was this page helpful?