celebr8

Getting Started

Celebr8 is a Tauri v2 desktop application that brings 28 security tools under a single AI-driven interface.

Prerequisites

  • macOS 13+, Linux (Ubuntu 22.04+), or Windows 11
  • Rust toolchain (for building from source)
  • Node.js 20+ and pnpm

Installation

Download the latest release from the GitHub releases page, or build from source:

git clone https://github.com/BenWertoski/celebr8.git
cd celebr8
pnpm install
pnpm tauri build

First Run

Launch the app and you'll be greeted by the AI chat interface. Type your target in plain English:

Scan example.com for open ports and subdomains

The agent will select the appropriate tools (Nmap, Subfinder, etc.), execute them in sequence, and stream the output directly to your screen.

Findings

Every discovered vulnerability or piece of intelligence is automatically saved to a local SQLite database. View your findings in the Vuln Tracker tab at any time.