This documentation is available as Markdown. For the complete index, see llms.txt. Skip to content

Overview & download

For the complete documentation index, see llms.txt

unotest studio is the desktop app for people who don’t want to touch a terminal. Download it, open a project folder, and you have the full unotest experience — write, run, and debug tests with your AI agent — with nothing to install.

What it is

  • Zero setup. No Node.js, no npm, no CLI. Studio bundles its own runtime and the test runners.
  • The same tool, packaged. The window is the viewer; the engines are the same @unotest/web and @unotest/mobile runners you’d otherwise install from npm. Nothing is reimplemented.
  • Local-first. Everything runs on your machine — no cloud, no account. Tests are plain .js in your folder.
  • Bring your own agent. Studio connects Claude or Codex to the open workspace over MCP, so they write and run the tests for you.

Platforms

OSBuildTest targets
macOSsigned + notarized .dmgweb and iOS
Windowsinstallerweb
LinuxAppImageweb

iOS testing needs macOS — Xcode and the iOS Simulator are Apple-only. See Web & iOS targets.

Download

Get the build for your OS from unotest.com, open it, and pick a project folder to begin. Studio keeps itself up to date from there.

Next