Quick Start

Configure your API key and run your first analyze and test cycle with minimal setup.

1 min readUpdated Jul 9, 2026

Quick Start

FOSSA CLI (occasionally referred to as Spectrometer) is a tool that requires minimal configuration: usually, only a FOSSA API key is required.

If you do not have an API key, please check the FOSSA documentation for instructions on generating an API key.

Configure your API key

Shell
export FOSSA_API_KEY=abcdef123456

Run Analysis

This runs dependency analysis in the current directory, uploading results to FOSSA

Shell
fossa analyze

Check for FOSSA scan results

Shell
fossa test

This may take some time to return while FOSSA downloads and scans each dependency for display in our web UI.

For additional commands and command flags, use --help:

Shell
fossa --helpfossa analyze --help# etc
© 2026 FOSSA, Inc.support@fossa.com