Skip to content

Installation

Install FireScan using Go or download pre-compiled binaries.

Requirements

  • Go 1.19+ (if building from source)
  • Linux, macOS, or Windows

Install with Go

bash
go install github.com/JacobDavidAlcock/firescan/cmd/firescan@latest

This installs firescan to $GOPATH/bin. Make sure it's in your PATH.

Build from source

bash
git clone https://github.com/JacobDavidAlcock/firescan.git
cd firescan
go build cmd/firescan/main.go
./firescan

Pre-compiled binaries

Download from GitHub Releases.

Available for:

  • Linux (x64, ARM64)
  • macOS (x64, Apple Silicon)
  • Windows (x64)

Verify installation

bash
firescan --help

You should see the FireScan console.

Update

bash
go install github.com/JacobDavidAlcock/firescan/cmd/firescan@latest

Next

Quick Start - Run your first scan