User Guide
  • Fundamentals
    • Quick Start Guide
      • Signing Up
      • Package Discovery
        • Connecting to GitHub
        • Connecting to GitLab
        • Connecting to Azure DevOps
        • Connecting to the CI Pipeline
        • Connecting to the Artifact Server
      • Package Sealing
        • Integrating the CLI in the CI
        • Editing Dependencies
    • Deployments
      • Choosing Your Deployment
      • Automatic Remediation
      • Remote Configuration
      • Local Configuration
      • Artifact Server
    • CLI
      • Download and Installation
      • Scanning
      • Fixing All Dependencies
      • Fixing Specific Dependencies
      • Fixing OS Vulnerabilities
      • Integrating with the CI
      • Uploading Scan Results
      • Commands
      • SCA Integrations
      • JFrog Integration
      • Usage Examples
        • Sealing Application Dependencies
        • Sealing Linux Environments
    • Artifact Server
      • Generating a Token
      • Artifact Server Ordering
      • Configuring the Package Manager
        • Configuring apk
        • Configuring Composer
        • Configuring Go
        • Configuring Gradle
        • Configuring Maven
        • Configuring npm
        • Configuring pip
        • Configuring Poetry
        • Configuring yarn
        • Configuring yum
      • Clearing the Cache
      • Editing Your Dependencies
    • Web Interface
      • Rules Screen
  • APIs
    • List Vulnerable Packages
  • FAQ
  • Vulnerability Disclosure
Powered by GitBook
On this page
  1. Fundamentals
  2. CLI

Download and Installation

PreviousCLINextScanning

Last updated 1 year ago

The CLI is released as open-source on . Its latest version is available .

Mac:

  1. Download the version for Mac (it's the pkg file).

  2. Install the pkg file normally.

  3. The installation defaults to /usr/local/bin/seal.

Windows:

  1. Download the version for Windows.

  2. Unzip it and extract the seal.exe file. No installation is needed.

  3. For ease of use it's recommended to put the seal.exe file in the project directory, or add the directory it's in to the Path environment variable.

Linux:

  1. Download the version for Linux.

  2. Unzip it and extract the seal file. No installation is needed.

  3. For ease of use it's recommended to put the seal file in the project directory, or add the directory it's in to the PATH environment variable.

For instructions on how to incorporate the CLI as part of your CI refer to this .

GitHub
here
latest
latest
latest
section