# Installer leaf avec Homebrew, MacPorts, scoop

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

## installation

```sh
sudo av install brew:leaf
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install leaf
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install leaf
```

  Preuve: MacPorts ports tree: sysutils/leaf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/leaf
```

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

## Faits du paquet

- **Clé du paquet:** brew:leaf
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.3.0
- **Résumé source:** General purpose reloader for all projects
- **Page d'accueil:** <https://pkg.go.dev/github.com/vrongmeal/leaf>
- **Dépôt:** <https://github.com/vrongmeal/leaf>
- **Dernière mise à jour:** 2026-07-27T15:17:52+02:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- leaf (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

leaf is a small Go hot-reloader for command-line development workflows. It watches a project directory and runs configured commands when files change, making it a lightweight alternative to framework-specific reloaders.

### Historique du projet

The public GitHub tags show leaf reaching v1.0.0 on February 23, 2020. The project evolved quickly in early 2020 with Cobra/Viper command-line configuration, a v1.2.0 internal rewrite around process contexts, and v1.3.0 in September 2020.

### Historique d'adoption

Adoption evidence is modest and package-manager oriented: Homebrew, MacPorts, and Scoop package it as a general-purpose reloader rather than as a tool tied to one language framework.

### Modes d'utilisation

The CLI watches the working directory, applies include/exclude filters, and runs one or more commands on file updates. Its default config path is <CWD>/.leaf.yml, which keeps it close to the project being reloaded.

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

leaf is notable as a tiny cross-project hot-reload utility in the Go ecosystem: useful for package collections because it occupies the space between language-specific dev servers and larger file-watcher automation tools.

### Chronologie

- 2020-02-23: v1.0.0 tag published.
- 2020-04-21: v1.2.0 tag described a major internal rewrite around process contexts.
- 2020-09-12: v1.3.0 tag added command-line behavior refinements.

### Related projects

- Related tools include file-watcher and rebuild utilities such as entr, watchexec, reflex, air, and nodemon.

### Sources

- <https://formulae.brew.sh/formula/leaf>
- <https://github.com/vrongmeal/leaf>
- <https://github.com/vrongmeal/leaf/tags>
- <https://pkg.go.dev/github.com/vrongmeal/leaf>


## Notes de sécurité

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour leaf. 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: <CWD>/.leaf.yml
## Autres enregistrements de gestionnaires de paquets

- MacPorts - leaf: normalized package name match | MacPorts ports tree: sysutils/leaf/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/leaf: normalized package name match | Scoop official bucket manifest trees: bucket/leaf.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Combined YAML source

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


## Sources

- pkg.so package database
- curated configuration and credential file locations
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
