# Installer mods avec Homebrew, apk, Nix, scoop, winget

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

## installation

```sh
sudo av install brew:mods
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install mods
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add mods
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#mods
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/mods
```

  Preuve: Scoop official bucket manifest trees: bucket/mods.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id charmbracelet.mods -e
```

  Preuve: Windows Package Manager source index: charmbracelet.mods from https://cdn.winget.microsoft.com/cache/source.msix

## Faits du paquet

- **Clé du paquet:** brew:mods
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.8.1
- **Résumé source:** AI on the command-line
- **Page d'accueil:** <https://github.com/charmbracelet/mods>
- **Dépôt:** <https://github.com/charmbracelet/mods>
- **Dernière mise à jour:** 2026-07-29T17:05:00+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- mods (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Mods is Charm Bracelet's command-line LLM tool, described by the project as "AI for the command line, built for pipelines." It was designed around Unix standard input and output: read command output or a prompt, send it to an LLM, and print formatted text such as Markdown, JSON, shell-oriented answers, or saved conversation output. That made it part of Charm's broader terminal tooling family rather than a GUI chatbot or application SDK.

### Historique du projet

The tool grew around provider flexibility. The README documents OpenAI-compatible endpoints, LocalAI, OpenAI, Cohere, Groq, Azure OpenAI, and Gemini, plus configuration through a settings file and environment variables. It also includes command-line affordances such as selecting models, custom roles, conversation save/list/show/delete commands, Markdown formatting, proxy settings, shell completions, and package installs through Homebrew, Winget, Arch, Nix, Debian/RPM packages, FreeBSD ports, binaries, and `go install`.

### Modes d'utilisation

Charm announced that Mods was sunset and the repository archived on March 9, 2026 so the team could focus on Crush, with much of the non-interactive use case moving to `crush run`. That gives the package a clear historical place: an early pipeline-friendly AI CLI that helped normalize piping terminal output into LLMs, later superseded inside Charm's agentic terminal product line.

### Sources

- <https://charm.land/blog/gh-mods-pop/>
- <https://formulae.brew.sh/formula/mods>
- <https://github.com/charmbracelet/mods>
- <https://raw.githubusercontent.com/charmbracelet/mods/main/README.md>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- 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/mods/mods.yml
- macOS: ~/Library/Application Support/mods/mods.yml

## Credential files

- Linux: ~/.config/mods/mods.yml
- macOS: ~/Library/Application Support/mods/mods.yml
## Autres enregistrements de gestionnaires de paquets

- Nix - mods: normalized package name match | nixpkgs package indexes: pkgs/by-name/mo/mods/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - mods - 1.8.1-r9: normalized package name match | Alpine Linux edge package indexes: mods from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | AI for the command line, built for pipelines. | https://github.com/charmbracelet/mods
- apk - mods-doc - 1.8.1-r9: normalized package name match | Alpine Linux edge package indexes: mods-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | AI for the command line, built for pipelines. (documentation) | https://github.com/charmbracelet/mods
- Scoop - main/mods: normalized package name match | Scoop official bucket manifest trees: bucket/mods.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - charmbracelet.mods: normalized package name match | Windows Package Manager source index: charmbracelet.mods from https://cdn.winget.microsoft.com/cache/source.msix
- winget - panjie.mods: normalized package name match | Windows Package Manager source index: panjie.mods from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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


## Sources

- 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
