Skip to main content
Community-driven · Built with Intent by Augment Code Community

[GETTING-STARTED]

Install, launch, first run.

Installation

GetWired runs directly via npx. Launch it from your project folder so it can inspect that app and create its .getwired/ directory in the right place:

$ cd your-project
$ npx getwired

Or install globally if you prefer:

$ npm install -g getwired

Once installed, you can start using GetWired with just:

$ getwired

Initialize your project

On first run, GetWired scans the current project folder to detect your framework, local dev server, and routes. You can also run init explicitly to choose your AI provider:

$ getwired init --provider claude-code

This creates a .getwired/ directory in your project with your configuration and test notes.

Run your first test

Make sure your local dev server is running, then tell GetWired to break things. Remote `.com` sites and other online URLs are not supported:

$ npm run dev
$ getwired test

GetWired auto-detects your localhost dev server and begins AI-driven chaotic testing. Results are saved to .getwired/reports/.