Skip to main content

Installation

Get DeepScanBot up and running in minutes.


The easiest way to install DeepScanBot is via npm. This method automatically downloads the correct pre-built binary for your operating system and architecture.

npm install -g @mindfiredigital/deepscanbot

After installation, verify it works:

deepscanbot --help
deepscanbot doctor

Supported platforms:

  • macOS (Intel x64, Apple Silicon arm64)
  • Linux (amd64, arm64)
  • Windows (amd64)

Requirements:

  • Node.js 18+ (for npm installation)
  • No additional runtime dependencies required

How It Works

DeepScanBot is distributed as an npm package containing pre-built binaries for all supported platforms. During installation, the postinstall script:

  1. Detects your operating system and CPU architecture
  2. Locates the correct pre-built binary from the package
  3. Installs it to your npm global bin directory
  4. Sets executable permissions
  5. Verifies the binary works correctly

This means you get the performance of a native binary with the convenience of npm package management.

Verify Installation

# Show help and available commands
deepscanbot --help

# Run diagnostics
deepscanbot doctor

# Quick smoke test
deepscanbot scan https://example.com depth=0 json=true

Next Steps

📖
Usage Guide

Learn how to use all CLI options

Features

Explore all features in depth