# 使用 Homebrew, Nix 安装 logdy

查看 logdy 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:logdy
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install logdy
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#logdy
```

  证据: nixpkgs package indexes: pkgs/by-name/lo/logdy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:logdy
- **软件包管理器:** Homebrew
- **版本:** 0.17.1
- **来源摘要:** Web based real-time log viewer
- **主页:** <https://logdy.dev>
- **仓库:** <https://github.com/logdyhq/logdy-core>
- **最后更新:** 2026-07-26T13:41:02+02:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- logdy (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.17.1
## 项目历史与用法

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.

### 时间线

- 2024: Early public GitHub releases begin, including v0.5.0 in February and v0.13.0 in July.
- 2025: v0.14.x, v0.15.0, v0.16.0, and v0.17.x releases are published.
- 2025: README identifies v0.17.0 as the June 1, 2025 latest-version announcement.

### Related projects

- tail, grep, awk, sed, jq, and less: command-line tools used by Logdy's README as workflow comparisons.
- logdy-ui: the UI project embedded into the logdy-core binary.

### 来源

- <https://github.com/logdyhq/logdy-core>
- <https://github.com/logdyhq/logdy-core/releases>
- <https://logdy.dev/docs/quick-start>
- <https://logdy.dev/docs/reference/cli>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 其他软件包管理器记录

- Nix - logdy: normalized package name match | nixpkgs package indexes: pkgs/by-name/lo/logdy/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/logdy.yml](https://github.com/mxcl/pkgdb/blob/main/combined/logdy.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
