CLI tool installation

The BluBracket CLI is a high-performance, compact risk scanner written in Go. Unlike some tools, it runs entirely locally without sending any data to remote hosts (unless explicitly configured otherwise).

macOS, multiple Linux distros, and Windows are all supported.

Installation

Use these direct links to download the executables:

  • macOS: https://static.blubracket.com/cli/latest/blubracket-macos
  • Linux: https://static.blubracket.com/cli/latest/blubracket-linux
  • Windows: https://static.blubracket.com/cli/latest/blubracket-win.exe

For example, to download and run the latest BluBracket CLI on macOS, you could run:

curl https://static.blubracket.com/cli/latest/blubracket-macos -o blubracket
chmod +x ./blubracket
mv ./blubracket /usr/local/bin/

Supported platforms

  • Windows >= 10
  • macOS >= 10.12
  • Linux
    • Alpine >= 5
    • Ubuntu >= 16.04
    • CentOS >= 7

Edit this page on GitHub