Agentiqa Docs

Desktop vs Web

The web and desktop apps do the same job — the difference is a few things only the desktop app can do.

The web app and the desktop app give you the same features — projects, the Assistant, test plans, runs, issues, the dashboard, and settings all work the same way in both. The difference comes down to a few capabilities that need to run on your own machine, so they're available in the desktop app but not in the browser.

What you can doDesktop appWeb app
Test browser-extension / wallet flows (e.g. Metamask, web3 dApps)YesNo
Save run video and artifacts to a folder on your computerYesNo
Get native desktop notifications (e.g. when a long run finishes)YesNo
Native window controlsYesNo
Test an app running on http://localhostYesNo
A completed Agentiqa test run with per-step results
A completed test run — the desktop and web apps render this identically. The difference is what each can run locally (localhost, wallets, native files).

Which one should I use?

  • Use the web app to try Agentiqa with nothing to install and to test a public URL — the browser runs in Agentiqa's cloud.
  • Use the desktop app when you need to test a site on http://localhost, test a browser extension or crypto wallet, or save run artifacts to your computer.
  • Use the CLI to run tests locally from a terminal or in CI.

Whichever you pick, everything in the feature guides works the same.

A note on mobile: Agentiqa tests web apps. Mobile-app testing was retired and is no longer supported.

On this page