CodeRaft Platform

CodeRaft is a self-hosted cybersecurity platform that deploys in minutes. One installer, one dashboard, three products — all managed from a unified interface.

Platform Overview

The CodeRaft Platform orchestrates deployment, licensing, and configuration of all security products through a single dashboard. Each product can be deployed individually or as a unified suite.

Products

Data flow & privacy

  • Scan data (findings, reports, targets) never leaves your infrastructure
  • EntraGuard contacts only graph.microsoft.com, login.microsoftonline.com and license.coderaft.io
  • Ravenscan contacts only license.coderaft.io — everything else is offline
  • RedFox Bastion contacts login.microsoftonline.com (OIDC) and license.coderaft.io
  • No telemetry, no analytics, no beacons
  • Licence cache encrypted locally (AES-256-GCM, 48h TTL); licence signed RSA-4096

Prerequisites

  • Docker 24+ and Docker Compose v2+ — all products run from a single docker-compose.yml
  • 4 GB RAM minimum (8 GB recommended) — all products share PostgreSQL, Neo4j and Redis
  • A CodeRaft licence key — free 14-day trial

Quick install

One command to deploy the CodeRaft Dashboard. Activate your licence in the dashboard to deploy your products.

Linux / macOS

curl -fsSL https://install.coderaft.io | bash

Windows (PowerShell)

irm https://install.coderaft.io/win | iex

Open http://localhost:3000 after install. The Setup Wizard handles the rest.