Windows Desktop Bridge

Local browser debugging package for Windows and Vigthoria Code. Download the ZIP, run the PowerShell setup script, and let Agent/Operator modes inspect your running apps without using npm global install.

Download bridge package (.zip) Vigthoria Code

Quick start (PowerShell)

Requires Node.js on Windows. Scripts download or refresh the package, install dependencies, and start the local bridge process.

# Run in PowerShell (as your Windows user)
PS> Set-ExecutionPolicy -Scope Process Bypass
PS> .\vigthoria-desktop-bridge-start-live.ps1
# Vigthoria Code auto-connects when the bridge is running

What it does

Files included

Tip: For macOS or Linux, use DevTools Bridge (npm) instead.