# Installer talm avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:talm
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install talm
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#talm
```

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

## Faits du paquet

- **Clé du paquet:** brew:talm
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.34.0
- **Résumé source:** Manage Talos Linux configurations the GitOps way
- **Page d'accueil:** <https://github.com/cozystack/talm>
- **Dépôt:** <https://github.com/cozystack/talm>
- **Dernière mise à jour:** 2026-07-29T16:57:58Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- talm (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Talm is a Talos Linux configuration manager that describes itself as Helm-like tooling for Talos. It is package-manager relevant because it wraps Talos cluster templating, node discovery, and Git-friendly configuration into a single CLI.

### Historique du projet

The official repository began with an `init` commit on 2024-04-29 and produced its first observed release tag, v0.1.0, on 2024-05-02. The README states that Talm was developed around automatic discovery, template customization, GitOps-friendly outputs, simpler node connection handling, and compatibility with upstream Talos tooling.

### Historique d'adoption

Talm is documented in Cozystack's installation flow and the README recommends Homebrew for macOS and Linux users while also offering release binaries and a shell installer. The supplied package facts list Homebrew and Nix, which is typical for infrastructure CLIs that target operator workstations rather than application runtimes.

### Modes d'utilisation

A normal workflow starts with `talm init`, then uses templates, `values.yaml`, per-node files under `nodes/`, and Talos connection data to generate or apply Talos machine configuration. The README emphasizes use on bare-metal clusters where disks and network interfaces vary between nodes.

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

Talm is interesting to package-manager users because it is a young, specialized CLI in the Talos ecosystem that borrows package-manager and templating ideas from Helm while targeting machine configuration rather than Kubernetes application manifests.

### Chronologie

- 2024-04-29: First commit in the official Git repository.
- 2024-05-02: First observed release tag, v0.1.0.
- 2026-06-24: Latest observed tag and Homebrew stable version are v0.32.0.

### Related projects

- Talm is closely related to Talos Linux, `talosctl`, Omni, Helm-style templating, and Cozystack's Kubernetes installation workflow.

### Sources

- <https://cozystack.io/docs/v0/install/kubernetes/talm/>
- <https://formulae.brew.sh/api/formula/talm.json>
- <https://github.com/cozystack/talm README>
- <https://github.com/cozystack/talm official Git history and tags>


## Notes de sécurité

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



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

- Unix: Chart.yaml, values.yaml, templates/, nodes/<name>.yaml

## Credential files

- Unix: secrets.yaml, talosconfig, kubeconfig, talm.key, values-secret.yaml
## Autres enregistrements de gestionnaires de paquets

- Nix - talm: normalized package name match | nixpkgs package indexes: pkgs/by-name/ta/talm/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/talm.yml](https://github.com/mxcl/pkgdb/blob/main/combined/talm.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
