Install
Wasit ships as three npm packages — install only the ones you need.
| Package | What it is |
|---|---|
@wasit-dev/cli | The wasit terminal command |
@wasit-dev/server | The MCP server, for Claude Code / Claude Desktop |
@wasit-dev/core | The check-suite library, if you're building on top of Wasit directly |
# run once, no install
npx @wasit-dev/cli test --target https://your-service.example.com
# or install globally
npm install -g @wasit-dev/cli