# Installer no-more-secrets avec Homebrew, dnf, MacPorts, zypper, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de no-more-secrets pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

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

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

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

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:no-more-secrets
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.0.1
- **Résumé source:** Recreates the SETEC ASTRONOMY effect from 'Sneakers'
- **Page d'accueil:** <https://github.com/bartobri/no-more-secrets>
- **Dépôt:** <https://github.com/bartobri/no-more-secrets>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- nms (alias)
- sneakers (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 1.0.1
## Historique du projet et usages

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

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

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

### Related projects

- LibNMS
- sneakers
- cmatrix

### Sources

- <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>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- 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)


## Sources

- 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
