Now in public beta

Your CLI agent that actually ships_

A powerful CLI agent built for developers. Run tasks, automate workflows, and ship faster — straight from your terminal. No dashboards, no magic.

$npm install -g testy-claw
~ terminal

$ npm install -g testy-claw

  added 1 package in 1.4s

$ Testy-Claw wakeup

   Testy Claw is awake

  ◎ Loading tools   fs · shell · http · git

  ◎ Model         gpt-4o

  ◎ Config        claw.config.ts

  ✓ Ready — type your task below

$ testy-claw run "scaffold a REST API"

  ◎ Planning 4 steps...

  ✓ Done in 2.1s · 4 files created

Works with every major AI provider

OpenAIAnthropicMistralCohereGeminiLlamaGroqTogether AI
Features

Everything you need to automate from the terminal

A CLI agent that understands your project, executes tasks, and gets out of your way.

Core

Plain-English task runner

Describe what you want in natural language. The agent breaks it into steps, executes them, and reports back — no scripting required.

Performance

Parallel task execution

Run multiple agent tasks concurrently. Testy Claw distributes work across workers automatically — no infra to manage.

Extensible

Pluggable tool system

Built-in tools for filesystem, shell, HTTP, and Git. Add custom tools in TypeScript with a single function export.

Observability

Step-by-step transparency

Every action the agent takes is logged in real time. Inspect, replay, or roll back any step from the CLI.

DX

Config as code

Define your agent's tools, model, limits, and behaviour in a typed TypeScript config. Version it alongside your project.

Integrations

CI/CD native

First-class GitHub Actions, GitLab CI, and Buildkite integrations. Automate agent tasks as part of any pipeline.

How it works

From install to running in under a minute

Testy Claw fits into your existing workflow. No new paradigms, no dashboards — just your terminal.

01

Install globally

One command gets you the full CLI. No project setup required — works anywhere Node.js runs.

npm install -g testy-claw
02

Init your agent

Run init inside any project. Testy Claw detects your stack and writes a config file with sensible defaults.

testy-claw init
03

Run tasks in plain English

Describe what you want done. The agent plans, executes, and reports back — step by step.

testy-claw run "your task here"
claw.config.ts
// claw.config.ts
import { defineConfig } from "testy-claw";

export default defineConfig({
  agent: "my-agent",
  tools: ["fs", "shell", "http"],
  model: "gpt-4o",
  maxSteps: 20,
  timeout: 30_000,
});
~ terminal
# Run a task
$ testy-claw run "scaffold a REST API in ./src"

  ◎ Planning steps...
  ✓ Created src/index.ts
  ✓ Created src/routes/users.ts
  ✓ Created src/middleware/auth.ts
  ✓ Wrote package.json dependencies
  ✓ Done in 4.1s — 5 files created
Testimonials

Trusted by AI teams shipping fast

Testy Claw caught a prompt regression that would have shipped to 50k users. The semantic matchers are genuinely impressive — nothing else comes close.

Priya Mehta

Staff Engineer · Synthex AI

We went from zero LLM test coverage to 200+ tests in a week. The TypeScript-first API means our team was productive immediately — no new tools to learn.

Jordan Lee

Head of Platform · Loopback Labs

The CI integration is seamless. We gate every deploy on Testy Claw results. It's become as essential as our unit test suite.

Marcus Chen

CTO · Orbital Systems

Finally, a testing tool that understands LLMs aren't deterministic. The baseline diffing and tolerance settings are exactly what we needed.

Aisha Okonkwo

ML Engineer · Verdant AI

Pricing

Simple, transparent pricing

Start free. Scale as you grow. No surprise bills.

Hobby

Free

For individuals exploring the CLI agent.

  • Up to 500 agent runs / month
  • 3 connected tools
  • Local execution only
  • Community plugins
  • Community support
Get started free
Most popular

Pro

$49/ month

For developers shipping real workflows.

  • Unlimited agent runs
  • All built-in tools & integrations
  • Custom plugin support
  • CI/CD pipeline integration
  • Run history & audit logs
  • Parallel task execution
  • Email support
Start free trial

Enterprise

Custom

For teams with advanced automation needs.

  • Everything in Pro
  • SSO & SAML
  • Private cloud deployment
  • SLA guarantees
  • Dedicated Slack channel
  • Custom tool development
Talk to sales

All plans include a 14-day free trial · No credit card required

Get started in seconds

One command. Infinite possibilities.

Install Testy Claw globally and start running your CLI agent in under a minute. No config files, no sign-up required to try it.

$npm install -g testy-claw

Free forever · No credit card · Open source