Compare › Uptime Kuma
RunVouch vs Uptime Kuma
Uptime Kuma is the self-hosted uptime monitor everyone runs at home, and it has push monitors that work as a dead man's switch. RunVouch is the agent-specific layer on top of that idea.
| Uptime Kuma | RunVouch | |
|---|---|---|
| Push (heartbeat) monitors | yes | yes |
| HTTP / TCP / DNS uptime checks | yes | no |
| Failure with stderr excerpt | no | yes |
| Evidence the task was done | no | yes |
| Retry-storm detection | no | yes |
| Cost caps | no | yes |
| Tamper-evident proof of each run | no | yes |
| Self-host | yes (MIT) | yes (MIT) |
| Price | free | free 3 agents; $9 / $29 |
When to use which
Keep Uptime Kuma for everything with a URL. For scheduled agents, a push monitor tells you the script ran; RunVouch tells you whether it did the job and what it spent, and the self-hosted version is also MIT.