Skip to Content
DocsGetting StartedInstallation

Installation

Prerequisites

ToolMinimumNotes
Python3.11+f-string typing required
GitanyClone & update
Node.js18+Dashboard only
InfoPython and Git are sufficient for the CLI/TUI. Node.js is only for the web dashboard.

Clone & Install

$ git clone https://github.com/JailbrokenAI/wallbreaker.git && cd wallbreaker$ python -m venv .venv && source .venv/bin/activate(.venv) $ pip install -e ".[dashboard,barcodes,stego]"
InfoNeed the test suite too? Add dev: pip install -e ".[dev,dashboard,barcodes,stego]". Available extras: dev, dashboard, barcodes, stego.

Keyless Claude Code CLI

If you have the claude CLI installed, Wallbreaker can use it as the attacker brain — no API key required:

$ which claude# verify it is on PATH

Verify & Launch

(.venv) $ wallbreaker check(.venv) $ wallbreaker
DangerFor authorized security testing only.
Next
Configuration →
Last updated on