LoadCell is a native app for hammering HTTP endpoints and watching what happens. Constant, ramp, or hand-drawn load curves — with live RPS, latency percentiles, and error breakdowns.
Or pick a different platform · build from source
The binary isn't notarized (yet), so first launch shows
"cannot be opened…." Right-click loadcell.app
→ Open, or run:
xattr -dr com.apple.quarantine /Applications/loadcell.app
Designed around the actual rhythm of load testing: pick a target, shape the load, watch it unfold, and read the result without deciphering a wall of JSON.
p50, p95, p99 latency, RPS, and error breakdowns by 4xx / 429 / 5xx / network — streaming as the test runs, not after.
Hold steady load, linearly ramp users, or draw a custom curve with linear / exponential / step segments and optional noise.
Persist method, URL, headers, and body as named templates so you can rerun the same scenario across builds and environments.
Wails-powered desktop app: real windows, real keyboard shortcuts, no terminal panes — with a Go engine doing the actual work.
No accounts, no telemetry, no cloud round-trips. Your request templates live on your disk, and your traffic goes straight to the target.
Go engine, Svelte UI. Read the code, file an issue, send a PR, or just fork it and make it yours.
Prebuilt binaries are cut on demand from the GitHub Actions release workflow. Pick your platform — or build from source if you'd rather.
— downloads across — releases latest v—
The binary isn't notarized (yet), so the first launch shows "cannot be opened because the developer cannot be verified." Two quick ways past it:
loadcell.app → Open, then confirm in the dialog.xattr -dr com.apple.quarantine /Applications/loadcell.appLoadCell uses Wails for the desktop shell. If you have Go and Node installed, you're already most of the way there.
Go 1.21+, Node 18+, and the
wails CLI.
wails dev for hot reload, or
wails build for a redistributable.
# 1. Install the Wails CLI (one-time) go install github.com/wailsapp/wails/v2/cmd/wails@latest # 2. Clone & enter the repo git clone https://github.com/RobiMez/loadcell.git cd loadcell # 3. Run in dev mode... wails dev # ...or build a redistributable wails build
LoadCell is free, open source, and built by one person ( robi ) in between a couple day jobs. If it saves you time ( and the 9$/m postman subscription), a small sponsorship helps fund more claude tokens & food ( in that order ).