A blazing-fast log tail & search server.
Single binary, web UI, real-time streaming.
Click on any row to mark it.
WebSocket-based live log streaming. Watch logs as they happen.
mmap-based grep with regex support. Search millions of lines instantly.
No dependencies, no runtime. Just drop the binary and go.
Auto-detect and format JSON logs with syntax highlighting.
Auto-detects ALERT, ERROR, WARN, INFO, DEBUG, TRACE levels.
Built-in Vue 3 SPA. No separate frontend deployment needed.
# Download and run
curl -L https://github.com/wunamesst/tailr/releases/latest/download/tailr-linux-amd64 -o tailr
chmod +x tailr
./tailr --log /var/log/app.log
Open http://localhost:7700 in your browser.