Releases: blackhat-coder/Claymore
Releases · blackhat-coder/Claymore
v0.1.0 (Sept 12, 2025)
🚀 Claymore v0.1.0
Excited to announce the first public release of Claymore 🎉 — an open-source load testing tool for swarming your system with millions of simulated users.
With Claymore, you can define user behavior in JSON and execute complex API flows at scale.
✨ Features in v0.1.0
- Cross-platform builds: macOS (Intel/ARM), Windows (x64), and Linux (x64).
- JSON-based configuration for defining tasks and user flows.
- Task chaining with dependencies — pass values between tasks (
$taskName.ResponseBody.property). - Templating engine with built-in placeholders:
$bool→ random boolean$string[6]→ random string of length 6$number[5]→ random numeric string of length 5$name→ random name
- Concurrent workers to simulate thousands of users.
- Simple CLI for running load tests.
🔮 Roadmap
- Move to a more Robust templating engine.
- Distributed load testing (run Claymore across multiple machines).
- Support for WebSockets and gRPC.
Claymore is still in its early stages (v0.1.0). Feedback and contributions are welcome — open an issue or submit a PR 🚀.