# Installer wishlist avec Homebrew, Nix, pacman, winget

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

## installation

```sh
sudo av install brew:wishlist
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install wishlist
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#wishlist
```

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

- pacman (92%):

```sh
sudo pacman -S wishlist
```

  Preuve: Arch Linux sync databases: wishlist from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

### Windows

- winget (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:wishlist
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.15.2
- **Résumé source:** Single entrypoint for multiple SSH endpoints
- **Page d'accueil:** <https://github.com/charmbracelet/wishlist>
- **Dépôt:** <https://github.com/charmbracelet/wishlist>
- **Dernière mise à jour:** 2026-07-25T22:40:21+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- wishlist (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Wishlist is Charmbracelet's SSH directory: a small Go tool and library for presenting one entry point to many SSH destinations. The public repository was created in January 2022, and the README frames the project around both server mode, where it can list several SSH or Wish applications over SSH, and local mode, where it can browse endpoints from a user's SSH configuration or a YAML file.

### Historique du projet

Wishlist belongs to Charm's broader terminal-application ecosystem, alongside Wish, Bubble Tea, and other tools that treat SSH as a transport for text user interfaces. In July 2023, Charm announced endpoint discovery for Wishlist, adding DNS SRV records, Zeroconf/mDNS, and Tailscale as discovery sources rather than requiring every endpoint to be hand-written.

### Modes d'utilisation

In practice, Wishlist is used as a terminal landing page for SSH endpoints: locally, it can turn an SSH config into a navigable TUI; as a server, it can act like a bastion that offers a selectable list of hosts or SSH applications. The Tailscale integration made it especially relevant for private tailnets, where endpoints can appear and disappear without public DNS.

### Sources

- <https://api.github.com/repos/charmbracelet/wishlist>
- <https://charm.land/blog/wishlist-sd/>
- <https://github.com/charmbracelet/wishlist>
- <https://tailscale.com/blog/charm-wishlist>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour wishlist. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.


## Autres enregistrements de gestionnaires de paquets

- Nix - wishlist: normalized package name match | nixpkgs package indexes: pkgs/by-name/wi/wishlist/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - wishlist - 0.15.2-1: normalized package name match | Arch Linux sync databases: wishlist from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | The SSH directory | https://github.com/charmbracelet/wishlist
- winget - charmbracelet.wishlist: normalized package name match | Windows Package Manager source index: charmbracelet.wishlist from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/wishlist.yml](https://github.com/mxcl/pkgdb/blob/main/combined/wishlist.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
