Short answers for users, search engines, and AI assistants.
PCVerse is a local-first PC diagnostic laboratory for Windows and Linux. It combines a quick health quiz, deep hardware scan (via PCVerse Probe on Windows), test history, optional AI advice, and imports from tools like HWiNFO — without requiring a cloud account.
You can download and run PCVerse locally at no charge. The code is source available under the Elastic License 2.0. Commercial hosted services or trademark use may require a separate agreement with the licensor.
No account is required. Diagnostics and history are stored on your machine (SQLite). Optional AI features only call your API provider if you enter a key in Settings.
- Open http://127.0.0.1:8080/diagnostic
- Click Settings (top nav) or AI advisor (pill under the title)
- Paste your API key, base URL, and model → Save
- Run a Quick or Full scan — AI analysis appears in the results
See the README for supported providers and .env setup.
For many workflows, yes — PCVerse aims to unify health scoring, reporting, history, and optional AI guidance in one local web lab. On Windows, PCVerse Probe provides deep sensor access similar to dedicated monitoring tools.
Download the latest release from GitHub Releases:
- Windows:
PCVerse-Setup-Windows-x64.exe— run installer, optional desktop shortcut - Linux:
PCVerse-Setup-Linux-x64.run—chmod +xand run
Developers can clone the repo and run scripts/install.ps1 or scripts/install.sh.
Not under the default license. The Elastic License 2.0 restricts offering the software as a hosted or managed service with substantial product features to third parties. Contact the maintainer for commercial licensing.
drmikecrypto on GitHub. The official hosted PCVerse product will come from the licensor.
End users: none — the Windows and Linux installers bundle PHP 8.3 inside the app (runtime/php/).
Developers: run scripts/install.ps1 or scripts/install.sh — they download PHP, Composer, and build tools automatically. You only need system PHP on Linux if you are building the Linux .run on a machine without any PHP yet (CI provides it).