-
Notifications
You must be signed in to change notification settings - Fork 0
Roadmap
marcushbsh23 edited this page Aug 24, 2026
·
2 revisions
VoidGuard is built in phases, each with a handoff document in the
repo's handoffs/ folder once complete.
| Phase | Scope | Status |
|---|---|---|
| 1 | Tauri setup, app shell, dashboard, SQLite schema, event + audit backend | ✅ Done — handoff |
| 2 | Process monitoring, open ports (+ terminate/open/close), network interfaces, service monitoring | ✅ Done — handoff (native Windows code not yet compiled/tested) |
| 3 | File integrity monitoring, startup/persistence monitoring, event engine, risk engine | ✅ Mostly done — handoff (Scheduled Tasks not covered; native Windows code not yet compiled/tested) |
| 4 | Full firewall rule management, DNS management, remaining privileged-operation plumbing | ✅ Done — handoff (real Windows compile found & fixed a BSTR/HSTRING bug; audit log UI still pending) |
| 5 | Scanning system, security scoring, notifications, dashboard polish | ✅ Done — handoff |
| 6 | Testing, performance/retention, hardening, docs, Windows packaging | ⏳ Not started |
For the detailed module-by-module breakdown, see Architecture.