Open source at TesterArmy
Everything we publish under the MIT license: tools for running QA with coding agents, testing APIs and reading agent traces, with more on the way. Built and maintained by the engineers behind TesterArmy, who also contribute to React Native core.
- npm downloads, all time
- 37k
- React Native core commits by our co-founder
- 113
- Merged pull requests by our co-founder
- 1.5k+
The same client our CI runs
The testerarmy package talks to the TesterArmy API from a terminal, a CI job or a coding agent. About ten thousand downloads a month.
Agent skills and safe defaults
One command installs the skill, and output is JSON on request. Scout blocks writes by default; unbox-ai never opens a server by accident.
Built by React Native contributors
Co-founder Oskar Kwasniewski has 113 commits in React Native core and maintains MiniSim, the simulator launcher for macOS.
What TesterArmy publishes
Every package TesterArmy publishes on npm, with all-time downloads and GitHub stars read from the npm and GitHub APIs once a day.
| Project | Downloads | Stars | Category | GitHub |
|---|---|---|---|---|
| TesterArmy CLIAI QA agent that clicks through your website like a real user | 31,254 | 47 | Testing | |
| ScoutAPI testing CLI for coding agents, driven by your OpenAPI spec | 5,035 | 51 | Agents | |
| unbox-aiTurns an AI agent trace into a readable token and latency view | 660 | 38 | Agents |
- TesterArmy CLIAI QA agent that clicks through your website like a real userDownloads31,254Stars47Testing
- ScoutAPI testing CLI for coding agents, driven by your OpenAPI specDownloads5,035Stars51Agents
- unbox-aiTurns an AI agent trace into a readable token and latency viewDownloads660Stars38Agents
One command each
Every tool runs from npx and ships an agent skill. Scout and unbox-ai work without an account; the CLI needs a TesterArmy API key.
TesterArmy CLI
Runs your saved TesterArmy tests from a terminal, a CI job or a coding agent, remotely or in a local browser, and prints a pass or fail your agent can parse with --json.
npx testerarmy agent initScout
Parses your OpenAPI spec, runs instrumented requests inside a host allowlist, and records findings and coverage.
npx @testerarmy/scout agent initunbox-ai
Opens an agent trace as a token treemap, a latency waterfall and a deduplicated conversation view.
npx unbox-ai trace.jsonBuild with us in the open
Issues, pull requests and feature requests are welcome on every project. If you are wiring one of these tools into an agent workflow and get stuck, the maintainers are on Discord.