Installation
Prerequisites Gurl requires no runtime dependencies โ it ships as a single static binary. Go is only needed if you are building from source (Go 1.21+). Homebrew (macOS / Linux) brew tap bsreeram08/gurl https://github.com/bsreeram08/gurl brew install gurl Update with: brew upgrade gurl One-liner Install curl -sL https://raw.githubusercontent.com/bsreeram08/gurl/master/scripts/install.sh | bash This detects your platform, downloads the correct binary from the latest release, and installs it to /usr/local/bin. Pre-built Binaries Download directly from GitHub Releases: ...