quiet-professional 7f22302859
Build and Release Core / Test and Build (push) Successful in 6m4s
patched sla bug
2026-04-30 12:49:51 -04:00
2026-04-02 10:57:36 -04:00
2026-04-29 11:04:14 -04:00
2026-04-02 10:57:36 -04:00
2026-04-30 12:49:51 -04:00
2026-04-29 11:04:14 -04:00
2026-04-02 10:58:50 -04:00
2026-04-29 11:04:14 -04:00
2026-04-01 15:39:04 +00:00
2026-04-29 11:04:14 -04:00

🐴 RiskRancher Core (Community Edition)

RiskRancher Core is an open-source Risk-Based Vulnerability Management (RBVM) and ASPM platform built for modern DevSecOps teams.

Compiled as a lightning-fast, air-gapped single Go binary with an embedded SQLite database, it ingests, deduplicates, and routes millions of security findings from your CI/CD pipelines and scanners.

No external databases to spin up, no Docker swarms to manage, and zero complex microservices. Just drop the binary on a server and start triaging.

Getting Started

Option A: Download the Binary

  1. Go to the Releases tab and download the compiled executable for your OS (Windows/macOS/Linux).
  2. Place the binary in a dedicated directory and execute it.
  3. Visit http://localhost:8080 in your browser.

Option B: Compile from Source

Ensure you have Go 1.26+ installed (CGO is required for the native mattn/go-sqlite3 driver).

git clone https://code.riskrancher.com/RiskRancher/core
cd core
go build -o rr ./cmd/rr/main.go
./rr

License

Apache License 2.0

S
Description
Open-source Risk-Based Vulnerability Management (RBVM). A high-performance, air-gapped single binary for finding ingestion, deduplication, and triage.
Readme Apache-2.0 2.1 MiB
2026-05-01 13:59:58 +00:00
Languages
Go 72.8%
JavaScript 21.9%
CSS 5.3%