Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.08 KB

File metadata and controls

40 lines (31 loc) · 1.08 KB
title description lead date draft weight toc resources
CLI tool installation
Instructions to install the CLI tool for Windows, macOS, and Linux
2022-02-23 02:48:57 +0000
false
200
false
src

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:

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