Skip to content

hellodda/AIDA64-Preview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

AIDA64‑Preview

C++

476306562-d8a1efdd-042b-4f6c-b881-e87ea09308dc

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).

Key Features

  • 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)

ScreensShots

476306579-d44d49bf-2bd9-4487-af13-b12e720df507 476306571-355d8c0c-8f5b-4eb8-97a9-93951969cfb2 476306583-ecfe8016-0141-4f43-96f8-7c4d057063cc

Note: The application is intended to run from Visual Studio. Some data collection relies on WMI and may require elevated permissions.

Architecture (brief)

  • 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)

Application Pages

  • 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

Roadmap

  • Complete core monitoring modules (CPU/GPU/Memory)
  • Document plugin API and extension points
  • Improve data accuracy and UI performance

About

AIDA64 project preview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published