Skip to content

Releases: DaxxSec/Labyrinth

v0.1.0 — Initial Release

27 Feb 03:55

Choose a tag to compare

Project LABYRINTH v0.1.0

Adversarial Cognitive Portal Trap Architecture — initial public release.

What's Included

  • Go CLI binary (labyrinth) with full environment lifecycle management
  • 5-tab TUI dashboard for real-time monitoring (Bubbletea v2)
  • Reverse kill chain (L0 BEDROCK → L4 PUPPETEER)
  • Docker Compose test deployment with one command
  • Attacker agent setup (PentAGI, PentestAgent, Strix, custom)
  • JSONL forensic capture with dashboard API
  • SIEM integration and data retention policies

Quick Start

# Download and install
tar xzf labyrinth-<os>-<arch>.tar.gz
./labyrinth --install

# Deploy and monitor
labyrinth deploy -t
labyrinth tui

Platforms

File OS Arch
labyrinth-linux-amd64.tar.gz Linux x86_64
labyrinth-linux-arm64.tar.gz Linux ARM64
labyrinth-darwin-amd64.tar.gz macOS Intel
labyrinth-darwin-arm64.tar.gz macOS Apple Silicon

Verify Downloads

shasum -a 256 -c checksums.txt

Full documentation: Wiki