# goread を Homebrew, Nix でインストール

goread のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:goread
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install goread
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#goread
```

  証拠: nixpkgs package indexes: pkgs/by-name/go/goread/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:goread
- **パッケージマネージャ:** Homebrew
- **バージョン:** 1.7.3
- **ソース概要:** RSS/Atom feeds in the terminal
- **ホームページ:** <https://github.com/TypicalAM/goread>
- **リポジトリ:** <https://github.com/TypicalAM/goread>
- **最終更新:** 2026-07-25T20:55:25-04:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- goread (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 1.7.3
## プロジェクトの歴史と使われ方

goread is a terminal RSS/Atom reader written in Go. Its package history is small but clear: a Bubble Tea TUI feed reader distributed through Go install, Homebrew, AUR, and Nix.

### プロジェクトの歴史

The TypicalAM/goread repository was created in 2022. The README describes it as an RSS/Atom feed reader for the terminal that categorizes feeds, downloads articles for later use, supports offline mode, imports OPML, and uses a Bubble Tea TUI.

The project follows the modern Go CLI/TUI pattern: Cobra for command flags, Bubble Tea and Lip Gloss for terminal UI, and gofeed for RSS/Atom parsing.

### 採用の歴史

Adoption appears modest and package-oriented. The README documents installation through `go install`, Homebrew, and the Arch User Repository, while the input facts also list Nix packaging.

The README's install instructions and dependency credits place goread in the terminal-reader and Go TUI audience rather than in a broad desktop RSS-reader market.

### 使われ方

Users run goread to manage feed categories and read RSS/Atom articles in a terminal UI. The README documents generated configuration under `~/.config/goread`, including `urls.yml`, `colorscheme.json`, and `goread.yml`.

The tool supports editing feeds through `goread edit urls`, custom keybindings through `goread edit config`, pywal-derived colors, OPML support, article downloads, and offline reading.

### パッケージ好きにとっての重要性

goread is a compact example of the Charmbracelet-era Go TUI package ecosystem: a small single-user terminal app assembled from Bubble Tea, Lip Gloss, Cobra, and a domain library.

Its documented config files are also package-manager useful because maintainers and users can smoke-test the binary without external services beyond feed URLs.

### タイムライン

- 2022: TypicalAM/goread repository created.
- 2024: README license text identifies Adam Piaseczny and GPL terms.
- 2020s: README documents Homebrew, AUR, Go install, and generated config-file paths.

### Related projects

- Bubble Tea provides the TUI runtime.
- Lip Gloss provides terminal styling.
- Cobra provides command-line flag handling.
- gofeed parses RSS and Atom feeds.

### ソース

- <https://github.com/TypicalAM/goread>
- <https://github.com/TypicalAM/goread#readme>
- <https://github.com/charmbracelet/bubbletea>
- <https://github.com/mmcdole/gofeed>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/goread/urls.yml, ~/.config/goread/colorscheme.json, ~/.config/goread/goread.yml
## 他のパッケージマネージャ記録

- Nix - goread: normalized package name match | nixpkgs package indexes: pkgs/by-name/go/goread/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/goread.yml](https://github.com/mxcl/pkgdb/blob/main/combined/goread.yml)


## ソース

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