PCDeck icon PCDeck

Security & Privacy Architecture

How PCDeck communicates strictly over your local Wi-Fi network, why it requires zero internet access or accounts, and how to verify binary integrity independently.

Updated 27 August 2026 · Technical documentation · Zero cloud relay

1. Local Network Isolation (LAN Only)

PCDeck is built from the ground up to operate exclusively within your private local network (LAN) or direct phone Wi-Fi hotspot. It does not route screen frames, mouse coordinates, audio packets, or files through external cloud servers or third-party relays.

2. Zero Telemetry & Data Collection

Many remote utilities bundle analytics SDKs, session loggers, or mandatory cloud logins. PCDeck enforces strict data minimization:

3. Understanding Windows SmartScreen & Defender Warnings

When running the executable for the first time, Windows Defender SmartScreen may display a warning stating "Windows protected your PC". Understanding why this happens helps distinguish genuine threats from code-signing reputation mechanics:

Why the warning appears

Microsoft SmartScreen uses an automated reputation system. Software that is newly released or distributed directly without an expensive commercial EV (Extended Validation) code-signing certificate starts with zero reputation by default, triggering a cautionary screen until enough users run it.

A wireless trackpad and display tool naturally uses OS APIs to capture the desktop buffer, synthesise mouse/keyboard input, and open a local network port. To heuristic scanners without signature reputation, this combination resembles remote administration tools.

Rather than blindly bypassing warnings, we encourage verifying the software's binary hash independently before running it.

4. Independent Binary Verification (SHA-256)

You can verify that the binary you received is authentic and unmodified by checking its SHA-256 cryptographic hash against our official release.

Verifying in Windows PowerShell:

PowerShell verification command
CommandPurpose
Get-FileHash PCDeck.exe Computes the SHA-256 hash of your downloaded file. Compare the output hash with the published release hash on our GitHub repository.

You can also upload PCDeck.exe or PCDeck.apk to VirusTotal to inspect analysis from over 70 independent antivirus engines.

100% Offline, Privacy-First PC Companion

PCDeck delivers mouse, keyboard, screen streaming, audio, and file transfers over your own local network with zero accounts and zero telemetry.

Windows 10 / 11 · Android 5.0+ · Independent software