๐Ÿš€ Launch Special: 50% off with code LAUNCH50. Offer ends Dec 31, 2026Get Started

Getting Started

Installation

Windows

  1. Download Cerebion Rivet for Windows
  2. Extract the .zip and run the installer
  3. If Windows SmartScreen appears, click More info โ†’ Run anyway
  4. Launch Cerebion Rivet from the Start Menu

macOS

  1. Download Cerebion Rivet for macOS
  2. Open the .dmg and drag the app to your Applications folder
  3. Launch from your Applications folder

Linux (Ubuntu 22.04+)

  1. Download Cerebion Rivet for Linux
  2. Open a terminal and run the following commands:
# Install required system libraries (first time only)
sudo apt-get install -y libglib2.0-0 libnss3 libatk1.0-0 libatk-bridge2.0-0 \
  libcups2 libdrm2 libxkbcommon0 libxcomposite1 libxdamage1 libxfixes3 \
  libxrandr2 libgbm1 libasound2 libpangocairo-1.0-0 libgtk-3-0

# Extract the archive
tar -xzf CerebionRivet-Linux-1.0.168.tar.gz
cd CerebionRivet-Linux-1.0.168

# Fix sandbox permissions (required once)
sudo chown root:root chrome-sandbox && sudo chmod 4755 chrome-sandbox

# Launch
./cerebion-rivet

Activating Your License

  1. Open Cerebion Rivet
  2. Go to Settings โ†’ License
  3. Enter your license key (from your trial or purchase confirmation email)
  4. Click Activate

For offline/air-gapped environments, see License & Activation.

Best Practices Before You Scan

โš  Important: Always work on a copy or a dedicated branch โ€” never run scans or apply AI-generated fixes directly on production systems or your main repository branch.
  • Use a branch or backup. Before applying any AI-generated fixes, create a Git branch or backup copy of your files. This lets you review, test, and roll back changes safely.
  • Review fixes before applying. AI-suggested fixes are provided as guidance only. Always review and test them in a non-production environment before committing to production.
  • Non-production first. Run analyses in a development or staging environment where possible, especially when using the AI Fix feature.

Running Your First Scan

Certificate Scan

  1. Click Certificate Analysis in the sidebar
  2. Enter a hostname (e.g. example.com) or upload a .pem file
  3. Click Scan

Code Scan

  1. Click Code Analysis
  2. Select a folder containing your source code
  3. Click Scan โ€” OpenGrep scans all supported files

Network Scan

  1. Click Network Analysis
  2. Enter a hostname or IP address
  3. Click Scan

Binary Scan

  1. Click Binary Analysis in the sidebar
  2. Click Select File and choose a binary (EXE, DLL, ELF, etc.)
  3. Click Scan

Note: Cerebion Rivet can analyze binaries from any platform regardless of your OS. You can scan Linux ELF binaries, macOS Mach-O libraries, or Windows PE files from any machine.

Understanding Your Risk Score

Binary, Certificate, and Network scans produce a 0โ€“100 Quantum Risk Score. Code scans report findings by severity but do not produce a risk score.

Score ranges:

  • 0โ€“25: Low risk โ€” algorithms are quantum-resistant or low priority
  • 26โ€“50: Medium risk โ€” plan migration within 3โ€“5 years
  • 51โ€“75: High risk โ€” prioritize migration
  • 76โ€“100: Critical โ€” immediate action recommended

See Risk Scoring for full details.