Getting Started
Installation
Windows
- Download Cerebion Rivet for Windows
- Extract the .zip and run the installer
- If Windows SmartScreen appears, click More info โ Run anyway
- Launch Cerebion Rivet from the Start Menu
macOS
- Download Cerebion Rivet for macOS
- Open the .dmg and drag the app to your Applications folder
- Launch from your Applications folder
Linux (Ubuntu 22.04+)
- Download Cerebion Rivet for Linux
- 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
- Open Cerebion Rivet
- Go to Settings โ License
- Enter your license key (from your trial or purchase confirmation email)
- 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
- Click Certificate Analysis in the sidebar
- Enter a hostname (e.g.
example.com) or upload a.pemfile - Click Scan
Code Scan
- Click Code Analysis
- Select a folder containing your source code
- Click Scan โ OpenGrep scans all supported files
Network Scan
- Click Network Analysis
- Enter a hostname or IP address
- Click Scan
Binary Scan
- Click Binary Analysis in the sidebar
- Click Select File and choose a binary (EXE, DLL, ELF, etc.)
- 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.