Documentation Index
Fetch the complete documentation index at: https://docs.qaos.machdel.com/llms.txt
Use this file to discover all available pages before exploring further.
Before you begin
If you don’t have one yet, create a QAOS account and set up a project from the QAOS Dashboard. You’ll need a project to run audits and view reports.Prerequisites
Before using QAOS, make sure you have:- Node.js 16 or later — Download from nodejs.org
- Playwright browser binaries — required for the headless browser that powers QAOS
- A QAOS account — Sign up
Install Playwright browser binaries
QAOS uses Playwright internally to control a Chromium browser. The browser binaries must be installed separately before your first run:You only need to run this once. If the binaries are missing, QAOS will display a clear error message reminding you to run this command.
Run without installing
You can run QAOS directly using npx without installing anything globally:Install globally (optional)
If you prefer to haveqaos available as a standalone command, you can install it globally:
qaos directly instead of npx qaos.
Update
To run the latest version with npx, use the@latest tag:
Uninstall
If you installed QAOS globally and want to remove it:Troubleshooting
'qaos' is not recognized as a command
'qaos' is not recognized as a command
If you are using npx, make sure you are running Add the printed path to your shell’s
npx qaos and not just qaos. If you installed globally and the command is not found, your npm global bin directory may not be in your PATH. Run:PATH variable (.bashrc, .zshrc, or equivalent).Node.js version too old
Node.js version too old
QAOS requires Node.js 16 or later. Update using nvm: