Install (recommended)
Prebuilt binaries are available for macOS and Linux (Apple Silicon, Intel). No Swift toolchain or Xcode is required.
brew tap routeobjects/tap https://github.com/RouteObjects/homebrew-tap
brew install routeobjects/tap/cidrwalk
cidrwalk --versionHomebrew pours the correct tarball for your platform from this release.
Release assets
| Platform | Asset |
|---|---|
| macOS (Apple Silicon) | cidrwalk-0.1.3-darwin-aarch64.tar.gz |
| macOS (Intel) | cidrwalk-0.1.3-darwin-x86_64.tar.gz |
| Linux (arm64) | cidrwalk-0.1.3-linux-aarch64.tar.gz |
| Linux (x86_64) | cidrwalk-0.1.3-linux-x86_64.tar.gz |
You can also download a tarball directly and place cidrwalk on your PATH.
What's new
- GitHub Actions release workflow builds four platform tarballs per tag
- Homebrew formula switched from source build (macOS + Xcode only) to poured binaries on macOS and Linux