macOS
brew install logdylocal Homebrew formula metadata
brew
Web based real-time log viewer. Version 0.17.1 via Homebrew; verified from local package data.
install
brew install logdylocal Homebrew formula metadata
nix profile install nixpkgs#logdynixpkgs package indexes · pkgs/by-name/lo/logdy/package.nix · source: api.github.com
overview
Web based real-time log viewer
history
Logdy is a lightweight single-binary log viewer that pipes terminal logs into a local web UI for real-time viewing, filtering, parsing, and exploration.
The official README presents Logdy as a local, zero-dependency single binary with an embedded web UI. Its release history in GitHub begins in early 2024, and the README identifies v0.17.0 as the June 2025 release line.
The project is implemented as a Go backend with embedded UI assets and can also be used as a Go library. Its release process publishes precompiled binaries for Linux, macOS, and Windows-style targets from GitHub releases.
Logdy is young compared with the other packages in this batch. Official project materials frame it around local developer productivity rather than fleet-scale log aggregation: piping `tail -f`, Node.js, Docker, Kubernetes, journalctl, or application output into a browser UI.
Package adoption is still narrow but visible: the supplied metadata records Homebrew and Nix packages, while the README documents Homebrew installation and direct binary downloads from GitHub releases.
Typical use is `tail -f file.log | logdy`, `logdy follow app-out.log --full-read`, or `logdy stdin "npm run dev"`. The web UI defaults to localhost port 8080, and the CLI supports modes for stdin, files, sockets, REST forwarding, demos, and utility operations.
Logdy can accept an optional JSON UI config path with `--config`, but the path is user supplied rather than a documented default config-file location. It also exposes flags for an API key, UI password, append-to-file behavior, message buffer size, and analytics/update opt-outs.
Logdy represents the modern single-binary developer-tool pattern: a Go executable embeds a browser UI, ships cross-platform binaries, and becomes useful immediately through a pipe. Package managers make that workflow feel like installing grep or jq, even though the tool launches a local web app.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
logdy | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/logdyhq/logdy-core
install metadata
| Package key | brew:logdy |
|---|---|
| Version | 0.17.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/logdy |
| Homepage | https://logdy.dev |
| Repository | https://github.com/logdyhq/logdy-core |
| Upstream docs | https://logdy.dev/docs |
| License | Apache-2.0 |
| Source archive | https://github.com/logdyhq/logdy-core/archive/refs/tags/v0.17.1.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | logdy |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
logdy
nix profile install nixpkgs#logdysource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.