AIDA64 is an early prototype system monitoring application implemented with C++/WinRT and WinUI 3. It provides real‑time access to key system metrics (CPU, memory, disk, network, display) and is designed for extensibility via plugins.
Status: Early alpha (prototype).
- Real‑time monitoring: CPU, GPU, memory, disk, network
- Light and dark themes, accent color support
- Modular architecture with plugin support
- WMI‑based data provider for system information
- Optional integrated AI assistant for diagnostics (experimental)
Note: The application is intended to run from Visual Studio. Some data collection relies on WMI and may require elevated permissions.
- UI (WinUI 3): application pages (CPU, Memory, Display, AI Assistant, Settings)
- Core: data collection and aggregation (WMI abstraction)
- Plugins: extend functionality via external modules/DLLs
- Assistant: chat assistant subsystem (may require network access)
- CPU: per‑core usage, frequencies, sensor temperatures
- Memory: RAM usage, swap activity, available memory
- Display: resolution, refresh rate, color profile
- AI Assistant: diagnostics and guidance (experimental)
- Settings: themes, thresholds, update channels
- Complete core monitoring modules (CPU/GPU/Memory)
- Document plugin API and extension points
- Improve data accuracy and UI performance



