# leaf mit Homebrew, MacPorts, scoop installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für leaf in AI-Agent-Workflows.

## Installation

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

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install leaf
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install leaf
```

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

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

## Paketfakten

- **Paketschlüssel:** brew:leaf
- **Paketmanager:** Homebrew
- **Version:** 1.3.0
- **Quellzusammenfassung:** General purpose reloader for all projects
- **Homepage:** <https://pkg.go.dev/github.com/vrongmeal/leaf>
- **Repository:** <https://github.com/vrongmeal/leaf>
- **Zuletzt aktualisiert:** 2026-07-27T15:17:52+02:00
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- leaf (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 1.3.0
## Projektgeschichte und Nutzung

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.

### Projektgeschichte

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.

### Adoptionsgeschichte

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.

### Wie es verwendet wird

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.

### Warum Paket-Nerds sich dafür interessieren

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.

### Zeitleiste

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

### Quellen

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


## Sicherheitshinweise

Für leaf wurde kein passendes lokales Secret-Handling-Manifest gefunden. Nucleus-Paketmetadaten bleiben hier veröffentlicht, damit künftige Abdeckung eine stabile Paket-URL hat.



## 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
## Andere Paketmanager-Einträge

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


## Quellen

- 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
