v0.1.0-alpha
Pre-release
Pre-release
PentAGI v0.1.0 - First Public Alpha Release
We are excited to announce the first public alpha release of PentAGI - an innovative AI-powered penetration testing system that brings autonomous security testing to a new level.
🎯 Current State
PentAGI is in early alpha stage, focusing on core functionality and system stability. This release demonstrates the basic capabilities of our autonomous penetration testing system while actively being developed and improved.
✨ Available Features
Core Functionality
- 🤖 Multi-agent system (Researcher, Developer, Executor)
- 🛡️ Integration with essential security testing tools
- 🧠 Basic memory system with vector storage
- 🔄 Autonomous decision-making capabilities
Technical Implementation
- 🐳 Docker-based deployment
- 📊 Basic monitoring (Grafana + OpenTelemetry)
- 📝 LLM operations tracking (Langfuse)
- 🔌 Support for OpenAI/Anthropic APIs
⚠️ Important Notes
- This is an alpha release intended for testing and feedback
- Not recommended for production use
- Expect frequent updates and changes
- Some features may be unstable or incomplete
- Limited documentation available
🚀 Quick Start
mkdir pentagi && cd pentagi
curl -O https://raw.githubusercontent.com/vxcontrol/pentagi/main/docker-compose.yml
curl -o .env https://raw.githubusercontent.com/vxcontrol/pentagi/main/.env.example
# Configure your .env file
docker compose up -d
For detailed documentation and latest updates, please visit README file.