Wasit
Why WasitHow it worksFAQQuick start
Docs
Docs
  • What Is Wasit
    • Install
    • Quick Start
    • How It Works
  • GitHub
  1. Get Started
  2. Install

Install

Wasit ships as three npm packages — install only the ones you need.

PackageWhat it is
@wasit-dev/cliThe wasit terminal command
@wasit-dev/serverThe MCP server, for Claude Code / Claude Desktop
@wasit-dev/coreThe check-suite library, if you're building on top of Wasit directly
bash
# run once, no install
npx @wasit-dev/cli test --target https://your-service.example.com

# or install globally
npm install -g @wasit-dev/cli
PreviousWhat Is WasitNextGet Started · Quick Start