Installation & Requirements
This page details the minimum system requirements and step-by-step installation options for LocalTelemetry.
System Requirements
| Requirement | Minimum Specification | Recommended Specification |
|---|---|---|
| Operating System | Windows 10 (64-bit, v2004+ / build 19041) | Windows 11 (64-bit, v22H2+) |
| Architecture | x86-64 / AMD64 (Intel or AMD) | x86-64 / AMD64 |
| Permissions | Administrator (UAC) (for PawnIo driver access) | Administrator (UAC) |
| RAM | 2 GB | 4 GB or higher |
| Disk Space | 200 MB free space | 200 MB |
| Runtime | WebView2 Runtime | WebView2 Runtime (Pre-installed on Win 11) |
WARNING
Unsupported Architectures: 32-bit (x86) Windows editions and ARM processors (e.g. Snapdragon X Elite) are currently not supported.
Installation Methods
Method 1: Standard Inno Setup Installer (Recommended)
- Download
LocalTelemetrySetup.exefrom GitHub Releases. - Double-click the executable to launch the Setup Wizard.
- Choose your preferred installation directory (Default:
C:\Program Files\LocalTelemetry). - Select whether to create a desktop shortcut or enable Start with Windows.
- Click Install. LocalTelemetry will launch automatically in your Windows System Tray once finished.
Method 2: Portable ZIP
- Download
LocalTelemetry-win-x64.zipfrom GitHub Releases. - Extract the archive contents to any folder of your choice (e.g.
E:\Software\LocalTelemetry). - Run
LocalTelemetry.exe.
NOTE
When running in portable mode, configuration files and network logs will be saved in the application directory rather than %LOCALAPPDATA%\LocalTelemetry.
First-Time Launch & UAC Notice
What to expect on the very first launch
On the first launch after a fresh install, LocalTelemetry:
- Asks for Administrator rights once — a single Windows UAC prompt appears while LocalTelemetry elevates itself.
- Installs the PawnIo hardware driver silently in the background — while running elevated, LocalTelemetry downloads and installs the PawnIo kernel driver without any further UAC prompts (child processes launched from an already-elevated process inherit its elevation).
- May take a few seconds to appear — the system tray icon and taskbar overlay dock once the driver is installed and the monitoring services are ready.
On every subsequent launch the driver is already present, so the app starts instantly without a UAC prompt.
Why does LocalTelemetry need Administrator rights?
To read hardware sensors (such as CPU package temperatures, ring voltage and GPU power draw), LocalTelemetry interacts with low-level kernel drivers (such as PawnIo / WinRing0). Standard user privileges cannot read these hardware registers directly.
NOTE
If the background driver installation fails (for example, when offline), LocalTelemetry still runs, but CPU temperature/MSR sensors will be unavailable. Details are written to the system log at %LOCALAPPDATA%\LocalTelemetry\lt_system.log.
Updating LocalTelemetry
To update to a newer version:
- Run the latest
LocalTelemetrySetup.exeover your existing installation. Your settings (settings.json) will be preserved automatically. - Or extract the newer portable ZIP contents over your previous folder.