Latest Release

Download AutoRegbeta

Version 0.3.18  ·  Free to download

macOS 12+ (Apple Silicon & Intel)  ·  Windows 10+ (x64)

Signed & Notarizedpending…

macOS

Recommended

Apple Silicon

AutoReg-arm64.dmg

~120 MB.dmg

macOS 12 Monterey or later · M1/M2/M3/M4

Download

macOS

Intel

AutoReg.dmg

~125 MB.dmg

macOS 12 Monterey or later · Intel Core

Download

Windows

Microsoft Store

Signed & notarized by Microsoft

~130 MB.exe

Windows 10 or later · 64-bit

View in Store

AutoReg: Skill Installer

IDE extension

One-click install of the generate-autoreg AI skill for 16+ coding agents — Claude Code, Cursor, Copilot, Windsurf, and more. Analyzes your app's source code and produces the autoreg.md spec that AutoReg turns into passing end-to-end tests.

autoreg.autoreg-skill-installer  ·  v1.1.0  ·  Free

Open VSX covers editors that don't use the VS Code Marketplace — Cursor, Windsurf, VSCodium, Gitpod, and others.

Getting started

macOS

  1. 1.Download the .dmg for your chip
  2. 2.Open the DMG and drag AutoReg to Applications
  3. 3.Right-click → Open on first launch to allow the app
  4. 4.Enter your OpenAI API key in Settings

Windows

  1. 1.Download the .exe installer
  2. 2.Run the installer — choose your install directory
  3. 3.Windows SmartScreen may warn — click "More info → Run anyway"
  4. 4.Enter your OpenAI API key in Settings

Quick start after install

#Create autoreg.md in your project root
$Open AutoReg → New Workflow → Select your project folder
$Enter your app URL → Generate Tests → Run All

Frequently asked questions

What does beta mean for AutoReg?

AutoReg is in active development — features ship fast and occasional rough edges are expected. Code signing and notarization are in progress, so your OS may ask you to confirm before the first launch (right-click → Open on macOS, "More info → Run anyway" on Windows).

Do I need a license or account?

No account needed to download or run AutoReg. You will need an OpenAI API key to use the AI agent features.

Is AutoReg free?

AutoReg the desktop app is free. AI features consume OpenAI API credits billed directly through your own OpenAI account.

How do I get my OpenAI API key?

Sign in at platform.openai.com, navigate to API Keys, and create a new key. Paste it into AutoReg Settings on first launch.

What browsers do tests run in?

AutoReg uses a built-in browser engine (Chromium) for test execution. It is installed automatically on first launch.

Can I run tests in CI?

Yes — the generated scenario JSON files and test scripts can be checked into your repo and executed in any CI environment.

Usage