// SegFault-Tec firmware terminal — flash your badge from the browser
This flasher needs the Web Serial API, which only works in Chrome, Edge, or Opera on a desktop/laptop (and Chrome on Android with a USB-OTG cable). It does not work in Firefox, Safari, or on iPhone/iPad.
Open this page in Chrome or Edge on a computer and you're good to go.
Founding backer? The exclusive Quantum-Rift builds live at your Founding Backer terminal.
| Mode | App firmware |
Radio media |
Collected items & settings |
Download* |
|---|---|---|---|---|
| App Only | ✓ Written | – Kept | – Kept | ~8 MB 2+ min |
| Content / media | – Kept | ✓ Written | – Kept | ~6 MB 2+ min |
| Factory reset | ✓ Written | ✓ Written | ✗ Erased | ~14 MB 2+ min |
✓ written new · – kept as-is · ✗ erased · *download size; each flash takes at least ~2 min — keep the badge plugged in
Pick a firmware and a mode above to enable flashing.
Driver? Usually none. Clip-Boy connects as a native USB serial device, and Windows 10/11, macOS, and Linux already include the USB-CDC driver — use a data USB-C cable, plug in, and pick the port.
sudo usermod -aG dialout $USER, then log out/in (or replug).Note: the driver/vendor links above are third-party resources, not provided or operated by us — included for convenience only. We don't control them and aren't responsible for the software or anything that results from downloading or using them. Always get drivers from the vendor's official site.
Every release is signed. You can confirm the firmware independently — without trusting this site — because the checksums and signing key live in our public source repo, on a different host:
SHA256SUMS + SHA256SUMS.minisig from
github.com/SafeHazard/Clip-Boy (release/),
and our key from keys/clipboy-release.pub.df5f8645…):minisign -Vm SHA256SUMS -P RWS3nF/cRYZf3xN3Z9KSkNbKdGcOzcAIzm5+9bkUpmrO361rt8lkhlOasha256sum -c SHA256SUMS — the bins this page flashes are the ones named in those sums.This flasher also runs that checksum match automatically before enabling FLASH; verifying it yourself against the key in our public repo doesn't require trusting this page. Full procedure & reproducible-build notes: SECURITY.md.
Pick a firmware above and the exact file(s) it flashes appear here to download & hash.
# 1. checksums + signature, from the public source repo (a different host)
curl -O https://raw.githubusercontent.com/SafeHazard/Clip-Boy/main/release/SHA256SUMS
curl -O https://raw.githubusercontent.com/SafeHazard/Clip-Boy/main/release/SHA256SUMS.minisig
# 2. verify the signature against our published key (minisign: brew/apt install minisign)
minisign -Vm SHA256SUMS -P RWS3nF/cRYZf3xN3Z9KSkNbKdGcOzcAIzm5+9bkUpmrO361rt8lkhlOa
# 3. put the file(s) you downloaded above beside SHA256SUMS, then check them:
sha256sum -c --ignore-missing SHA256SUMS
By flashing, you agree to use Clip-Boy lawfully and only on networks, devices, and radio environments you own or are authorized to test, and you accept full responsibility for its use. Full acceptable-use terms.