GuideInstallation

Installation

1. Download AutoReg

Grab the installer for your OS from the download page:

https://autoreg-ai.vercel.app/download

OSInstaller
macOS (Apple Silicon & Intel)AutoReg.dmg — open and drag AutoReg to Applications
Windows 10+AutoReg Setup.exe — run the installer and follow the prompts

2. Choose your AI model (optional)

AutoReg works out of the box with the default model. You can switch models any time via the chat composer — no restart needed:

ModeNotes
AutoDefault — fast and cheap
gpt-5.5Most capable
gpt-5.4-miniBalanced

More model providers are coming soon.

3. Install the AutoReg skill

autoreg.md — the spec AutoReg needs to generate your tests — is produced by the AutoReg: Skill Installer extension, not written by hand. It installs in seconds into any repository, application, or project:

  1. In VS Code (or any VS Code-compatible editor), open Extensions and search for AutoReg: Skill Installer (publisher: autoreg).
  2. Open the AutoReg panel in the activity bar. It detects the AI coding agent already in your workspace — Claude Code, Cursor, GitHub Copilot, Windsurf, Cline, and more.
  3. Click Install next to the coding agent you use.

Run the skill from your coding agent to generate autoreg.md for your app:

  • Agent detected — type the slash command in your coding agent’s chat:
    /generate-autoreg
  • No agent detected — a generate-autoreg/ folder is created in your workspace with the skill inside it. Reference it directly in your agent’s chat:
    @generate-autoreg/generate-autoreg.md

Full walkthrough: Generating autoreg.md.

Log files

All app output is written to a rotating log file — useful when reporting issues:

OSPath
Windows%APPDATA%\AutoReg\logs\autoregDDMMYYYY.log
Mac~/Library/Logs/AutoReg/autoregDDMMYYYY.log

Max 100 MB per file; archived with _N suffix on rotation.

Checklist

  • Installer downloaded from autoreg-ai.vercel.app/download and app installed
  • AutoReg launches
  • AutoReg: Skill Installer extension installed in your editor
  • autoreg.md generated with the skill

Next steps