Installation
VirtuProbe Studio ships as a self-contained Electron desktop application. No Java, Node.js, or server setup is required — everything is bundled inside the installer.
Download
Section titled “Download”Download the installer for your platform from dl.virtuprobe.studio.
| Platform | File |
|---|---|
| macOS (Apple Silicon) | virtuprobe-studio-mac-arm64.dmg |
| macOS (Intel) | virtuprobe-studio-mac-x64.dmg |
| Windows | virtuprobe-studio-win-x64.exe |
| Linux (AppImage) | virtuprobe-studio-linux-x86_64.AppImage |
| Linux (deb) | virtuprobe-studio-linux-amd64.deb |
- Open the
.dmgand drag VirtuProbe Studio to Applications. - Try to launch it — macOS will block it with “cannot be opened because it is from an unidentified developer”.
- Open System Settings → Privacy & Security. Scroll down to the blocked app notice and click Open Anyway.
- In the confirmation dialog, click Open (or enter your password if prompted).
Alternatively, right-click (or Control-click) the app in Finder and choose Open from the context menu — this lets you bypass Gatekeeper without going into System Settings.
Windows
Section titled “Windows”- Download and run
virtuprobe-studio-win-x64.exe. - Windows SmartScreen may show “Windows protected your PC” because the installer is unsigned.
- Click More info, then click Run anyway.
- Follow the setup wizard. VirtuProbe Studio is added to the Start menu.
Linux (AppImage)
Section titled “Linux (AppImage)”- Download the
.AppImagefile. - Make it executable:
Terminal window chmod +x virtuprobe-studio-linux-x86_64.AppImage - Run it:
Terminal window ./virtuprobe-studio-linux-x86_64.AppImage --no-sandbox
Linux (deb)
Section titled “Linux (deb)”sudo dpkg -i virtuprobe-studio-linux-amd64.debvirtuprobe-studio --no-sandbox
First launch
Section titled “First launch”On first launch, VirtuProbe creates a local database to store your projects and probes. No account or internet connection is required to start using the tool.
Verifying the download
Section titled “Verifying the download”Each installer has a corresponding .sha256 file published alongside it. To verify the integrity of what you downloaded:
macOS / Linux
Section titled “macOS / Linux”# Download the sha256 file alongside the installer, then:sha256sum --check virtuprobe-studio-linux-x86_64.AppImage.sha256# or on macOS:shasum -a 256 --check virtuprobe-studio-mac-arm64.dmg.sha256Windows (PowerShell)
Section titled “Windows (PowerShell)”# Compute the hash of the downloaded file:Get-FileHash virtuprobe-studio-win-x64.exe -Algorithm SHA256
# Compare against the contents of the .sha256 file:Get-Content virtuprobe-studio-win-x64.exe.sha256The .sha256 files are available at the same path as the installer, with .sha256 appended — for example:
https://dl.virtuprobe.studio/latest/win/virtuprobe-studio-win-x64.exe.sha256https://dl.virtuprobe.studio/latest/mac/virtuprobe-studio-mac-arm64.dmg.sha256https://dl.virtuprobe.studio/latest/linux/virtuprobe-studio-linux-x86_64.AppImage.sha256