Installation

Requirements

Pre-built binary (recommended)

curl -fsSL https://furtrail.top/install.sh | sh

This downloads the latest release binary and installs it to /usr/local/bin/furtrail.

From source

git clone https://github.com/matt.r/furtrail
cd furtrail
pip install -e .

Verify

furtrail --version
# furtrail v2026

If you see the version string, installation succeeded. Continue to Quickstart.