Changelog
Notable changes and version history. Format based on Keep a Changelog.
v1.0.0 (Current)
Added
- Electron desktop app with React frontend
- 7-layer rule-based detection (port scan, SYN flood, brute force, SQL injection, XSS, etc.)
- ML anomaly detection (Isolation Forest, Python or JS fallback)
- 20-feature extraction pipeline
- Combined detection engine (rules + ML)
- Firewall integration (Windows Firewall, Linux iptables)
- Honeypots (SSH, RDP, HTTP, SQL, Telnet)
- Honey tokens
- REST API for mobile app
- Mobile app (React Native / Expo)
- Landing page and web dashboard (Next.js, Clerk)
- Custom Electron installer (Inno Setup)
- Network baseline learning
- Historical threat database, IP reputation
- Threat map, traffic graphs, analytics
- Keyboard shortcuts
- Documentation
Technical
- SQLite for alerts, traffic, threats
- IPC bridge for Electron ↔ React
- Python subprocess for ML inference
Future
Planned improvements: deeper packet inspection, 3D visualization, advanced threat hunting, distributed sensors.