Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 27 Mar 17:09
· 34 commits to main since this release

Install

Windows
Download the binary for your platform, rename to binpeek and put it in your PATH.

One-liner (Linux x64):

curl -L https://github.com/Kleshzz/binpeek/releases/download/v0.2.2/binpeek-linux-x64 -o binpeek && chmod +x binpeek && sudo mv binpeek /usr/local/bin/

One-liner (macOS ARM64):

curl -L https://github.com/Kleshzz/binpeek/releases/download/v0.2.2/binpeek-macos-arm64 -o binpeek && chmod +x binpeek && sudo mv binpeek /usr/local/bin/

Cargo

cargo install binpeek

Full Changelog: v0.2.1...v0.2.2