Releases: code3hr/opencode
Releases · code3hr/opencode
Release v1.3.0
Full Changelog: v1.2.5...v1.3.0
Release v1.2.5
Full Changelog: v1.2.4...v1.2.5
Wiz v1.1.0 - Initial Release
Wiz v1.1.0 - Initial Release
AI-Powered Security Operations Platform
Features
- Natural language tool orchestration
- Governance engine with policy-based approval
- Scope enforcement for authorized targets
- Comprehensive audit logging
- Structured findings management
- Professional report generation
Integrated Security Tools
- Reconnaissance: nmap, masscan, amass, subfinder
- Web Scanning: nikto, nuclei, gobuster, ffuf, sqlmap
- Network Analysis: SMB, SNMP, DNS, LDAP enumeration
- Active Directory: User/group enumeration, Kerberoasting
- API Security: OpenAPI parsing, JWT analysis
Platform Support
- Kali Linux
- Parrot OS
- Any Linux with manual tool installation
Installation
Debian/Kali/Parrot:
wget https://github.com/code3hr/opencode/releases/download/v1.1.0/wiz_1.1.0-1_all.deb
sudo dpkg -i wiz_1.1.0-1_all.deb
sudo apt-get install -fFrom source:
git clone https://github.com/code3hr/opencode.git wiz
cd wiz
bun install
bun run --cwd packages/opencode src/index.tsRequirements
- Bun runtime (installed automatically by .deb)
- LLM API key (Anthropic or OpenAI)