sigwire
tail -f for signals. Every signal any process on the box raises — who sent it, who it hit, which signal, how it was raised (kill(2), the kernel, a POSIX timer), whether the target caught it and how long its handler ran, whether it tore a blocked syscall out with EINTR.
What is it?
What it is
> **`tail -f` for signals.** Every signal any process on the box raises — who sent it, who it hit, which signal, how it was raised (`kill(2)`, the kernel, a POSIX timer), whether the target caught it and how long its handler ran, whether it tore a blocked syscall out with `EINTR` — decoded off the kernel's signal tracepoints and streamed live to your terminal. No `strace -f` on one pid, no `ptrace`, no cooperation from the processes involved.
Why it exists
tail -f for signals. Every signal any process on the box raises — who sent it, who it hit, which signal, how it was raised (kill(2), the kernel, a POSIX timer), whether the target caught it and how long its handler ran, whether it tore a blocked syscall out with EINTR.
Who should use it
Teams building with JavaScript who want an open-source, self-hosted option.
Who should avoid it
Teams that need a fully managed SaaS with enterprise SLAs out of the box.
How it works
A quick walkthrough in plain English
How sigwire works
Step 1 of 3
You interact with it
Open sigwire, send a request, or connect it to your stack.
Features
Advantages
- Open source (Open Source)
- Active JavaScript ecosystem
- Self-hosted deployment options
Disadvantages
- Requires operational ownership for self-hosted setups
- Community support varies by project maturity
Installation
native
curl -fsSL https://yeet.cx | sh # install the yeet daemon (one time) yeet run github:yeet-src/sigwire # run the dashboard (the daemon does the privileged BPF load)
FAQ
What is sigwire?
sigwire is an open-source project licensed under Open Source.
What language is sigwire built with?
Primary language: JavaScript.
Is it free to use?
Yes. Licensed under Open Source. Check the license for commercial use.
Featured in Videos
YouTube tutorials and walkthroughs for sigwire
Alternatives
Similar projects ranked by category, topics, and text overlap.