# Installer hwatch avec Homebrew, apk, MacPorts, Nix

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

## installation

```sh
sudo av install brew:hwatch
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install hwatch
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install hwatch
```

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

### Linux

- apk (92%):

```sh
sudo apk add hwatch
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#hwatch
```

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

## Faits du paquet

- **Clé du paquet:** brew:hwatch
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.4.2
- **Résumé source:** Modern alternative to the watch command
- **Page d'accueil:** <https://github.com/blacknon/hwatch>
- **Dépôt:** <https://github.com/blacknon/hwatch>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- hwatch (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

hwatch is a modern replacement for the Unix `watch` command. It repeatedly runs a command, keeps output history, shows diffs, can log results as JSON, and can trigger hooks when output changes.

### Historique du projet

The GitHub repository was created in February 2018, and the README describes hwatch as an alternative watch command developed starting in 2018. The release list shows a v0.1.0 tag in July 2018, followed by 0.1.x releases through 2019 and later 0.2/0.3 releases in 2022.

### Historique d'adoption

The README lists installation paths through Homebrew, MacPorts, AUR, Nix, conda-forge, mise/asdf, Cargo, GitHub release archives, and distro packaging work such as Alpine and Debian-style assets. That spread matches a small terminal utility whose adoption depends on being easy to install on many developer machines.

### Modes d'utilisation

hwatch is used where plain `watch` is too stateless: monitoring command output, scrolling previous results, viewing line or word diffs, writing JSONL logs, running an after-command on change, or using batch output in scripts.

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

Its package-nerd value is the familiar Unix-watch workflow with persistence and diff awareness. It is a small tool, but it fills a practical gap for people who inspect build output, service state, queue depths, or logs from a terminal.

### Chronologie

- 2018: Repository created and v0.1.0 release published.
- 2019: 0.1.x releases continued the early CLI line.
- 2022: 0.2.x and 0.3.x releases appeared.
- 2026: README packaging notes listed multiple package-manager and release-asset paths.

### Related projects

- hwatch is directly related to the traditional Unix `watch` command, terminal diff viewers, JSONL logging workflows, Rust/Cargo packaging, and shell hook automation.

### Sources

- Project README, GitHub release metadata, GitHub repository metadata, and Homebrew package metadata were used.


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- Nix - hwatch: normalized package name match | nixpkgs package indexes: pkgs/by-name/hw/hwatch/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - hwatch - 0.3.11-r0: normalized package name match | Alpine Linux edge package indexes: hwatch from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A modern alternative to the watch command | https://github.com/blacknon/hwatch
- apk - hwatch-doc - 0.3.11-r0: normalized package name match | Alpine Linux edge package indexes: hwatch-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | A modern alternative to the watch command (documentation) | https://github.com/blacknon/hwatch
- apk - hwatch-fish-completion - 0.3.11-r0: normalized package name match | Alpine Linux edge package indexes: hwatch-fish-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Fish completions for hwatch | https://github.com/blacknon/hwatch
- apk - hwatch-zsh-completion - 0.3.11-r0: normalized package name match | Alpine Linux edge package indexes: hwatch-zsh-completion from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Zsh completions for hwatch | https://github.com/blacknon/hwatch
- MacPorts - hwatch: normalized package name match | MacPorts ports tree: sysutils/hwatch/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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