You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No hardcoded tool registries. The AI is the master of its own technical stack.
🔍 Path Discovery
Dynamically scans $PATH to reveal 2000+ available system tools instantly.
🎯 Auto-Provisioning
Autonomous installation of apt, pip, git, or source tools based on target discovery.
🐚 Stateful Heart
Long-running bash sessions that survive restarts. Arsenal building lives on.
🛡️ AST Guardrails
Advanced Python AST and shell analysis to keep the host system safe while allowing tactical freedom.
🚀 Quick Start
Prerequisites
Docker installed and running
Python 3.11+ (via UV)
Run
# Using the installed script (recommended)
vibehack
# Or directly with UVcd /home/rasyiqi/Project/VibeHack
uv run vibehack
# With target
vibehack --target http://localhost:3000
# Health check
vibehack check
Installation (if not installed)
# Install via UV (recommended)
uv pip install -e .# Or manual
cp /home/rasyiqi/.local/bin/vibehack /home/rasyiqi/.local/bin/vibehack.new
chmod +x /home/rasyiqi/.local/bin/vibehack.new