Skip to content

v0.0.4

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 27 Aug 09:50
c6cdd1f

Pre-production release. Published for testing; the interface may still change.

prefixtool 0.0.4 - inspect, split and carve up IPv4 and IPv6 prefixes.

prefixtool 2001:db8::/52 -56 -64x2

Install

Download the archive for your platform below, unpack it, and put prefixtool on your PATH. Each archive ships with a .sha256 alongside it:

sha256sum -c prefixtool-v0.0.4-<target>.tar.gz.sha256

macOS

These binaries are ad-hoc signed but not notarized, so Gatekeeper will object to one that arrives with a quarantine flag. Unpacking from Terminal never sets that flag, so this just works:

tar xzf prefixtool-v0.0.4-<target>.tar.gz
./prefixtool --version

If you downloaded through a browser and hit "Apple could not verify...", the macOS archives bundle a script that sorts it out:

./macos-unquarantine.sh

It clears the quarantine flag, repairs the ad-hoc signature if it needs it, and runs the binary to prove the result works.

Or build it yourself:

cargo install --git https://github.com/jiphex/network-prefix-cli --tag v0.0.4

Binaries

  • prefixtool-v0.0.4-aarch64-apple-darwin.tar.gz
  • prefixtool-v0.0.4-aarch64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.4-x86_64-apple-darwin.tar.gz
  • prefixtool-v0.0.4-x86_64-unknown-linux-gnu.tar.gz
  • prefixtool-v0.0.4-x86_64-unknown-linux-musl.tar.gz
  • prefixtool-v0.0.4-x86_64-pc-windows-msvc.zip