# 使用 Homebrew, dnf, MacPorts, zypper, Nix 安装 no-more-secrets

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

## 安装

```sh
sudo av install brew:no-more-secrets
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install no-more-secrets
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install no-more-secrets
```

  证据: MacPorts ports tree: games/no-more-secrets/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- dnf (92%):

```sh
sudo dnf install no-more-secrets
```

  证据: Fedora Rawhide package metadata: no-more-secrets from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install no-more-secrets
```

  证据: openSUSE Tumbleweed package metadata: no-more-secrets from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#nms
```

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

## 软件包事实

- **软件包键:** brew:no-more-secrets
- **软件包管理器:** Homebrew
- **版本:** 1.0.1
- **来源摘要:** Recreates the SETEC ASTRONOMY effect from 'Sneakers'
- **主页:** <https://github.com/bartobri/no-more-secrets>
- **仓库:** <https://github.com/bartobri/no-more-secrets>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- nms (别名)
- sneakers (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

No More Secrets is a terminal toy and effect generator: it pipes text through a 'Hollywood decryption' animation inspired by the 1992 film Sneakers.

### 项目历史

The upstream README defines the project around one memorable visual: the data decryption effect seen in Sneakers. It ships nms for arbitrary piped text and sneakers for a more direct recreation of the movie clip, relying by default on ANSI/VT100 terminal escape sequences and offering an ncurses implementation for terminals that need it.

The project is small C code with a stable niche: fun terminal demos, screenshots, talks, shell aliases, and social-media-friendly command-line output. Its release history is short compared with infrastructure packages, but the repository's packaging files and distro availability show it escaped pure novelty status.

### 采用历史

Adoption is mostly cultural rather than infrastructural. The upstream README notes that more Unix/Linux platforms include it in package managers, and package metadata shows it in Homebrew, Fedora/openSUSE-family packages, MacPorts, and Nix. Its GitHub page also shows thousands of stars, which fits a visual terminal project that spreads by demos.

The tool's staying power comes from being scriptable: because nms reads standard input, users can animate ls output, logs, generated banners, conference demos, terminal startup gags, or README screenshots without modifying the producing command.

### 使用方式

The common use is a pipe: ls -l | nms. Flags control auto-decrypt, masking spaces, foreground color, screen clearing, and version output. By default it waits for a keypress before decrypting, matching the source-film rhythm.

Package nerds treat it as a harmless terminal flourish: a tiny C command, no default dependencies, optional ncurses build, and an obvious Unix interface. It is not a security tool and does not encrypt anything; its value is aesthetic and demonstrative.

### 为什么软件包爱好者会关心

No More Secrets is significant as a packaged terminal-culture artifact. It is the kind of small, self-contained command that package managers preserve well: one memorable behavior, trivial invocation, and enough charm to justify installation despite having no operational necessity.

### 时间线

- {'date': '2021-09-24', 'event': 'The GitHub repository page listed Release Version 1.0.1 as the latest release.'}

### Related projects

- LibNMS
- sneakers
- cmatrix

### 来源

- <https://formulae.brew.sh/formula/no-more-secrets>
- <https://github.com/bartobri/no-more-secrets>
- <https://raw.githubusercontent.com/bartobri/no-more-secrets/master/README.md>
- <https://snapcraft.io/no-more-secrets>


## 安全说明

narrow executable package without higher-risk signals.

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

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

- dnf - no-more-secrets - 1.0.1-13.fc45: normalized package name match | Fedora Rawhide package metadata: no-more-secrets from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | A recreation of the "decrypting text" effect from the 1992 movie Sneakers | https://github.com/bartobri/no-more-secrets
- zypper - no-more-secrets - 1.0.1-1.18: normalized package name match | openSUSE Tumbleweed package metadata: no-more-secrets from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A recreation of the "decrypting text" effect from the 1992 movie Sneakers | https://github.com/bartobri/no-more-secrets
- MacPorts - no-more-secrets: normalized package name match | MacPorts ports tree: games/no-more-secrets/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Nix - nms: installed executable or alias match | nixpkgs package indexes: pkgs/by-name/nm/nms/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/no-more-secrets.yml](https://github.com/mxcl/pkgdb/blob/main/combined/no-more-secrets.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
