# Install nom with Homebrew, apk, apt, Nix

RSS reader for the terminal. Version 3.3.2 via Homebrew; verified 2026-06-05.

## Install

```sh
sudo av install brew:nom
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install nom
```

  Evidence: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add nom
```

  Evidence: Alpine Linux edge package indexes: nom from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install nom
```

  Evidence: Debian stable package indexes: nom from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- Nix (92%):

```sh
nix profile install nixpkgs#nom
```

  Evidence: nixpkgs package indexes: pkgs/by-name/no/nom/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:nom
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/nom>
- **Version:** 3.3.2
- **Source summary:** RSS reader for the terminal
- **Homepage:** <https://github.com/guyfedwards/nom>
- **Repository:** <https://github.com/guyfedwards/nom>
- **Upstream docs:** <https://github.com/guyfedwards/nom#readme>
- **License:** GPL-3.0-only
- **Source archive:** <https://github.com/guyfedwards/nom/archive/refs/tags/v3.3.2.tar.gz>
- **Last updated:** 2026-06-05T12:49:37Z
- **Generated:** 2026-07-08T18:08:21+00:00

## Executables

- nom (cli)
- nom (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 3.3.2
- Package-manager updated: 2026-06-05
- Local data: ok
- Upstream repository: https://github.com/guyfedwards/nom
- Upstream latest detected: v3.3.2 (current)
## Project history and usage

nom is a Go terminal RSS reader. Its README describes a Bubble Tea TUI with Glow-styled markdown rendering, local sync and offline reading, Miniflux and FreshRSS backends, Vim-style navigation, read/unread state, filtering, feed naming, and OPML import.

### Project history

The GitHub repository was created on 2022-12-21. The project sits in the early-2020s wave of Charmbracelet-style terminal apps: its user interface is built around Bubble Tea and article rendering around Glow/glamour-style markdown output rather than a browser or desktop feed reader.

The 2025-12-23 v3.0.0 release was a notable configuration break, changing FreshRSS and Miniflux backend definitions from single objects to arrays so multiple backend instances could be configured. That same release added XDG config support and tag-related fixes, showing the project had moved beyond a throwaway feed reader into a stateful terminal client with backend integrations.

### Adoption history

Adoption is modest but real in terminal-RSS circles. Homebrew packages it as `nom`, the repo had hundreds of GitHub stars by 2026-07-01, and independent writeups describe it as a lightweight TUI for reading feeds in the terminal. It is not a major RSS ecosystem standard like Miniflux or FreshRSS; it is a package-manager-friendly client for people who want feed reading inside the shell.

### How it is used

Package users install `nom`, configure feeds or a backend in the app config, and read entries from the TUI. Practical workflows include offline local reading, keyboard-driven triage, markdown rendering of feed content, OPML import, tagging, filtering, and syncing read state with Miniflux or FreshRSS.

### Why package nerds care

nom is interesting as a small, modern Go CLI/TUI package: single executable, package-manager distribution, XDG-aware config, and integration with terminal UI libraries rather than ncurses. It is also a reminder that RSS tools survive in package sets as composable personal-workflow utilities, not only as hosted services.

### Timeline

- 2022-12-21: GitHub repository created.
- 2025-12-23: v3.0.0 released with multiple FreshRSS/Miniflux backend support and XDG config support.
- 2026-06-05: v3.3.2 release published.

### Related projects

- Related projects include Miniflux, FreshRSS, Charmbracelet Bubble Tea, Charmbracelet Glow, and other terminal feed readers.

### Sources

- <https://api.github.com/repos/guyfedwards/nom>
- <https://api.github.com/repos/guyfedwards/nom/releases?per_page=8>
- <https://formulae.brew.sh/api/formula/nom.json>
- <https://github.com/guyfedwards/nom>
- <https://github.com/guyfedwards/nom/releases/tag/v3.0.0>
- <https://levlaz.org/terminal-rss-reader-with-nom/>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- 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

- Linux: ~/.config/nom/config.yml
- macOS: ~/Library/Application Support/nom/config.yml
- Unix: $XDG_CONFIG_HOME/nom/config.yml

## Credential files

- Linux: ~/.config/nom/config.yml
- macOS: ~/Library/Application Support/nom/config.yml
- Unix: $XDG_CONFIG_HOME/nom/config.yml
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** nom
- **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:** head, stable

## Other Package-Manager Records

- Debian apt - nom - 0.1.5-7: normalized package name match | Debian stable package indexes: nom from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | command line tool that helps you lose weight | https://github.com/blinry/nom
- Nix - nom: normalized package name match | nixpkgs package indexes: pkgs/by-name/no/nom/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - nom - 0.1.5-4: normalized package name match | Ubuntu 24.04 LTS package indexes: nom from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | command line tool that helps you lose weight | https://github.com/blinry/nom
- apk - nom - 2.8.0-r13: normalized package name match | Alpine Linux edge package indexes: nom from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | RSS reader for the terminal | https://github.com/guyfedwards/nom
- apk - nom-doc - 2.8.0-r13: normalized package name match | Alpine Linux edge package indexes: nom-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | RSS reader for the terminal (documentation) | https://github.com/guyfedwards/nom


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://www.automicvault.com/pkg/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [matcha](https://www.automicvault.com/pkg/brew/matcha/) - Shares av.db curated category or tags: cli, feed-reader, productivity, rss.
- [miniflux](https://www.automicvault.com/pkg/brew/miniflux/) - Shares av.db curated category or tags: cli, feed-reader, productivity, rss.
- [newsboat](https://www.automicvault.com/pkg/brew/newsboat/) - Shares av.db curated category or tags: cli, feed-reader, productivity, rss, terminal.
- [bulletty](https://www.automicvault.com/pkg/brew/bulletty/) - Shares av.db curated category or tags: cli, feed-reader, productivity, rss, tui.
- [goread](https://www.automicvault.com/pkg/brew/goread/) - Shares av.db curated category or tags: cli, feed-reader, productivity, rss, terminal.
- [newsraft](https://www.automicvault.com/pkg/brew/newsraft/) - Shares av.db curated category or tags: cli, feed-reader, productivity, rss, terminal.
- [bagels](https://www.automicvault.com/pkg/brew/bagels/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.
- [circumflex](https://www.automicvault.com/pkg/brew/circumflex/) - Shares av.db curated category or tags: cli, productivity, terminal, tui.

## Combined YAML source

View the package source record on GitHub. [combined/nom.yml](https://github.com/automic-vault/db/blob/main/combined/nom.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
