Modern local log viewer.
Filter and stream logs from files, Docker containers, and more — entirely on your machine.

Built for the details

Find the signal.
Filter by log level, keyword, or time range. Get straight to the line that matters — without scrolling through thousands of others. Query language docs →
Automatic format detection.
Understands popular log formats automatically. See supported formats →
Lean and performant.
Built on Tauri and powered by a Rust parser, Logdesk stays lean and fast.
Logs from anywhere.
Open a file, attach to a Docker container, pipe output from the terminal, or run a command directly — Logdesk handles every source the same way.
Stays on your machine.
Logdesk is entirely local. Your logs never leave your computer. What you read stays with you.
Designed with care.
Every element is designed with intention to make your experience delightful. Viewing logs should be fun too.
Let your agents in.
Let your AI agents access the logs. Tail live output, run queries, or pull histograms.
$ logdesk tail my-app
$ logdesk query 'level=error'
$ logdesk histogram --field level