kilianc/rtail
rtail(1) - Terminal output to the browser in seconds, using UNIX pipes. observed · 2026-08-28
Health v2 · maintenance only
87/100
- Activity 99
- Release rhythm 65
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4329
- days_rel: 22
- days_push: 11
- n_releases_24m: 1
Adoption not part of the score
1612 stars · 101 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
rtail is a CLI utility that pipes stdin lines over UDP to an rtail-server, which streams them into a browser in realtime via socket.io. It requires no agents, no log format changes, and no persistence layer, making it a lightweight alternative to traditional log aggregation tools.
Use cases
- tail log files in the browser in realtime
- monitor logs from multiple remote servers without ssh
- view colored terminal output of test runs in a browser
- stream node server.js output to a live web dashboard
- replace logio for realtime log viewing
- pipe any command output to a shared web viewer
When to choose
- you want zero-config realtime log viewing over unix pipes
- you need to watch logs from many machines in one browser tab
- you don't want to change application code or adopt a logging protocol
- you want fire-and-forget UDP streaming with no back-pressure
When to avoid
- you need log persistence, search, or retention
- you need authentication — rtail-server has none
- you need guaranteed delivery or ordered logs over unreliable networks
- you need a production-grade log aggregation platform
Facets
cli-tool · maturity active
logging monitoring cli http-server websocket developer-tools monitoring cli self-hosted cross-platform log-streaming udp-broadcast unix-pipes realtime-logs terminal-output socket-io ansi-colors no-persistence devops command-line real-time nodejs docker web-server
2 sources
- readme: https://github.com/kilianc/rtail · fetched 2026-08-28 · 55ab7464582e
- homepage: https://rtail.ciuffolo.com · fetched 2026-08-29 · e54ef48afd78
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kilianc/rtail | main | 87 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem