● Available Now

Windows (64-bit)

Official NSIS standalone installer for Windows 10 and 11 workstations.

  • Architecture: x86_64 (64-bit)
  • Format: NSIS Setup (.exe)
  • Download Size: ~30.3 MB
  • Installation: Per-user (No admin required)
  • Tools Included: Bundled Android ADB
Download for Windows (.exe) ↓

Checking latest release details…

Planned for v0.2.0

macOS

Native macOS application bundle for Apple Silicon and Intel Macs.

  • Architecture: Universal (M1–M4 & Intel)
  • Format: Disk Image (.dmg)
  • Min. OS: macOS 12.0 (Monterey+)
  • Installation: Drag to Applications
  • Status: In Build Pipeline
Get Notified on Release ↗

Follow GitHub Releases for macOS builds

Planned for v0.2.0

Linux (64-bit)

Universal packages for Ubuntu, Debian, Fedora, Arch, and derivatives.

  • Architecture: x86_64 & AArch64
  • Format: .AppImage & .deb
  • Min. glibc: glibc 2.31+
  • Installation: Standalone Portable
  • Status: In Build Pipeline
Get Notified on Release ↗

Follow GitHub Releases for Linux builds

Windows SmartScreen: "Windows protected your PC"?

Because PromptTest Studio is an independent community software release without an expensive enterprise code-signing certificate, Microsoft Defender SmartScreen displays an unrecognized app notice on first launch. The application is 100% safe, verified, and local-first:

Step 1: On the blue SmartScreen dialog, click the underlined link: "More info".
Step 2: Click the button in the bottom right corner: "Run anyway".
Step 3: The guided setup wizard installs Studio to your local user directory. No administrator privileges needed!
Compatibility Matrix

Device & Operating System Specifications

PromptTest Studio communicates directly over standard Android Debug Bridge (ADB) protocols.

Target Supported Versions Connection Methods Status
Windows PC Windows 10 (1809+) or Windows 11 (64-bit) Standalone Installer (.exe) Supported (v0.1.0)
Physical Android Devices Android 7.0 (Nougat / API 24) to Android 15 USB 3.0 Cable, Wi-Fi ADB (5GHz / 2.4GHz) Supported (All brands)
Official Android Studio Emulators Android Virtual Devices (AVD - all APIs) Local loopback (`emulator-5554`) Supported (Auto-detected)
Third-Party Emulators Genymotion, BlueStacks 5, LDPlayer ADB over localhost port Supported
macOS & Linux macOS 12+ / Ubuntu 20.04+, Fedora 36+ DMG & AppImage / .deb Planned for v0.2.0

🔒 Verify Installer Integrity (SHA-256)

We provide cryptographic SHA-256 integrity checksums for every published build so you can verify that the downloaded installer has not been altered or corrupted.

Official v0.1.0 Installer Checksum:

9a0ba1e61769aef10e53f2b1c61654897c1a8470c589eae2c7ebd76be35b2c17

Verify in Windows PowerShell:

Get-FileHash -Algorithm SHA256 "PromptTest Studio_0.1.0_x64-setup.exe"

Verify in Command Prompt (cmd.exe):

certutil -hashfile "PromptTest Studio_0.1.0_x64-setup.exe" SHA256

Download the raw SHA256SUMS.txt ↗ or inspect the release-manifest.json ↗ for automated build provenance.

CLI & CI/CD Runner npm v1.5.2

Automate in CI/CD with PromptTest Mobile

Tests created in PromptTest Studio are saved as human-readable, plain-text spec files. You can run the exact same test suites headlessly in your GitHub Actions, GitLab CI, or Jenkins pipelines using our official npm package.

# Run headless tests in any CI/CD pipeline
npx prompttest-mobile run specs/login.txt com.yourcompany.app --heal --screenshots
View on npm ↗ CI/CD Setup Guide →
Download FAQ

Frequently Asked Questions

Do I need administrator permissions to install PromptTest Studio?
No. PromptTest Studio is configured as a per-user installation (installed into your %LOCALAPPDATA% folder). It requires no administrative rights or UAC elevation, making it ideal for corporate or enterprise developer laptops.
Does the installer include Android Debug Bridge (ADB)?
Yes! The Windows installer comes bundled with the official Android platform-tools ADB binary. If you already have the Android SDK installed on your system PATH, Studio detects and uses it seamlessly.
Can PromptTest Studio be used in air-gapped or offline environments?
Yes. PromptTest Studio operates completely local-first. Once installed, it does not require an active internet connection to mirror devices, author tests, or execute suites over USB or offline local Wi-Fi.
Where can I see previous versions or release notes?
You can read detailed notes on enhancements, bug fixes, and verified artifact hashes on our Changelog page or directly on GitHub Releases ↗.