Skip to content

VoidGuard - v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@Behnooddev Behnooddev released this 21 Aug 18:59
· 12 commits to main since this release

v0.1.0 — Foundation & Core Monitoring -- VoidGuard

This release introduces the initial foundation of the Windows security and system monitoring platform.

Version 0.1.0 focuses exclusively on Phase 1 of the project: establishing the application architecture, desktop interface, core system monitoring, local data storage, and event infrastructure.

Included in This Release

Application Foundation

  • Initial Tauri desktop application
  • React and TypeScript frontend
  • Rust backend
  • Modular project architecture
  • Frontend-to-backend IPC foundation
  • Initial application configuration system

Dashboard

  • Initial security dashboard
  • Real-time CPU monitoring
  • RAM usage monitoring
  • Disk usage monitoring
  • Basic system health indicators
  • Network connection status
  • Initial security status components

Event Infrastructure

  • Centralized event model
  • Event categories and severity levels
  • Event normalization layer
  • Initial event storage
  • Foundation for future real-time security monitoring

Local Database

  • SQLite integration
  • Initial database schema
  • Database initialization
  • Migration infrastructure
  • Repository layer

User Interface

  • Modern desktop UI
  • Sidebar navigation
  • Dashboard layout
  • Dark and light theme foundation
  • Responsive components
  • Loading and empty states
  • Initial settings structure

Current Scope

This release is intentionally limited to the Phase 1 foundation.

The following major features are not yet part of v0.1.0:

  • Process management
  • Open-port monitoring
  • Firewall management
  • DNS management
  • Windows service management
  • File integrity monitoring
  • Startup/persistence monitoring
  • Advanced security scanning
  • Risk correlation engine
  • Advanced security scoring
  • Full audit system

These features are planned for subsequent releases.

Stability

v0.1.0 should be considered an early development release.

The architecture and APIs may change in future versions as additional monitoring and security modules are introduced.

Roadmap

Upcoming development will focus on:

  • Process monitoring
  • Network interface monitoring
  • Open-port detection
  • Windows service monitoring
  • File system monitoring
  • Startup and persistence monitoring
  • Security event correlation
  • Risk scoring
  • Firewall and DNS management
  • Advanced auditing and security analysis

Feedback

Bug reports, feature requests, architectural suggestions, and security-related feedback are welcome through the project's GitHub issue tracker.


This release establishes the foundation for the broader Windows security and system monitoring platform.