Windows Installation, SmartScreen Walkthrough & Technical Audit
Verify file provenance and integrity before executing on your Windows PC:
https://streamtune.app.
When running the installer for the first time, follow these steps to proceed past the SmartScreen prompt:
When Windows displays the blue "Windows protected your PC" SmartScreen dialog, click the underlined text link that reads "More info" directly below the warning text.
The dialog will expand to show App: StreamTune_Setup.exe and Publisher: Unknown publisher. Click the newly revealed "Run anyway" button at the bottom right.
Technical explanation of Windows publisher reputation and code signing status:
Microsoft Defender SmartScreen is an automated reputation filtering service built into Windows. It evaluates two primary criteria: Publisher Reputation (established through commercial Authenticode certificates over extended distribution periods) and File Reputation (telemetry across global downloads).
StreamTune Pro v1.2.0-beta is distributed as an unsigned binary during the beta testing phase. Because it does not carry an established Authenticode certificate, Windows has no cryptographic publisher identity to evaluate and flags the file as an unrecognized publisher by default.
SmartScreen's blue prompt is an unknown-reputation advisory. When Microsoft Defender Antivirus detects recognized malicious signatures or severe behavioral threats, it actively alerts, blocks execution, or quarantines the file according to system policy.
To ensure complete transparency regarding network activity and device telemetry, here is the exact data-flow specification for the StreamTune Pro desktop application:
| Data Stream | Network Destination | Purpose | Data Fields Transmitted |
|---|---|---|---|
| Microphone & Broadcast Audio | None (0% Outbound) | StreamTune configures OBS filters through a local authenticated OBS WebSocket connection. | Zero audio data leaves your machine. Processed entirely in local volatile RAM via OBS Studio. |
| License Activation & Seat Verification | https://streamtune.app/v1/license/* (Encrypted HTTPS) |
Verifying beta license key and managing 2-PC seat allocation. | license_key, a pseudonymous persistent device identifier derived from Windows MachineGuid and OS version, and device hostname. |
| Beta Feedback (Opt-in only) | https://streamtune.app/api/v1/feedback (Encrypted HTTPS) |
Voluntary bug and audio feedback submission for 3-day beta reward eligibility. | Transmitted only when clicking "Send Feedback": Rating (1-5), user comment, mic model name, app version, optional email, and pseudonymous device hash. |
Privacy & Data Retention Notice: Processing is hosted globally on Cloudflare Workers with D1 persistence. Edge server logs are retained for 7 days for abuse prevention. Active beta license and feedback records are maintained through the conclusion of the public beta (October 5, 2026). To request immediate seat dissociation or deletion of your feedback records, contact [email protected] (requests fulfilled within 3 business days).
Cryptographic hashes and independent verification instructions for security auditors and power users:
| File Name | Size (Bytes) | SHA-256 Checksum (Selectable Text) |
|---|---|---|
| StreamTune_Setup.exe | 2,589,836 bytes | 5C14FDB7A06F75F32EE34D7FFCDF2DCD36D39034A2A5ABFB25CC84C452031295 |
| StreamTunePro.exe | 476,672 bytes | 5652DA902520780C35614E89AE68E124DDA779019CF218E7850EFF5173CDEB8C |
$expected = '5C14FDB7A06F75F32EE34D7FFCDF2DCD36D39034A2A5ABFB25CC84C452031295'; ((Get-FileHash .\StreamTune_Setup.exe -Algorithm SHA256).Hash -eq $expected)
Get-AuthenticodeSignature -Path .\StreamTune_Setup.exe