# Installer html2markdown avec Homebrew

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

## installation

```sh
sudo av install brew:html2markdown
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install html2markdown
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:html2markdown
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/html2markdown>
- **Version:** 2.5.2
- **Résumé source:** Convert HTML to Markdown
- **Page d'accueil:** <https://html-to-markdown.com>
- **Dépôt:** <https://github.com/JohannesKaufmann/html-to-markdown>
- **Docs amont:** <https://github.com/JohannesKaufmann/html-to-markdown>
- **Licence:** MIT
- **Archive source:** <https://github.com/JohannesKaufmann/html-to-markdown/archive/refs/tags/v2.5.2.tar.gz>
- **Dernière mise à jour:** 2026-06-07T15:08:40Z
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- html2markdown (cli)
- html2markdown (alias)

## Dépendances de compilation

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 2.5.2
- gestionnaire mis à jour: 2026-06-07
- données locales: OK
- dépôt amont: https://github.com/JohannesKaufmann/html-to-markdown
- dernière version détectée: v2.5.2 (à jour)
## Historique du projet et usages

html2markdown is the Homebrew-packaged command-line face of Johannes Kaufmann's html-to-markdown project, a Go implementation for turning HTML into readable Markdown. Its appeal comes from using an HTML parser and conversion rules instead of regular-expression scraping.

### Historique du projet

The repository was created in 2018 and presents the project as a Go library that converts HTML to Markdown with parser-based handling for unknown input. The README emphasizes extensibility through rules and plugins, with support for GitHub-flavored Markdown features such as tables, strikethrough, and task-list items.

The release stream shows steady versioned packaging, with the 1.x series active through 2024 and the 2.x series appearing afterward. Release assets include platform archives and package artifacts, which explains why a library-oriented Go project also fits Homebrew as a CLI formula.

### Historique d'adoption

The project is visible in Go documentation, Homebrew, and Debian's Go library packaging. That adoption pattern is common for Go conversion libraries: developers embed the library in migration tools, while package managers expose a small command-line converter for one-off document cleanup.

### Modes d'utilisation

Typical use cases are converting copied web fragments, archived pages, CMS exports, or generated HTML into Markdown for documentation systems. The README's rule and plugin APIs make it useful when a team needs repeatable conversion rules instead of a generic all-purpose document converter.

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

For package nerds, html2markdown is interesting because it occupies the narrow lane between heavyweight converters such as Pandoc and tiny ad hoc scripts. It packages a parser-backed Go library as an installable utility, giving shell users a focused HTML-to-Markdown tool with binaries across platforms.

### Chronologie

- 2018: The html-to-markdown repository was created on GitHub.
- 2020: The v1.2.0 release continued the early 1.x line.
- 2021: v1.3.0 added nested-list focused work.
- 2023: v1.4.0 added escaping control, followed by v1.5.0 list-start work.
- 2024: v1.6.0 landed before the alpha 2.0 releases.
- 2025: v2.3.0 identified table-plugin work in the release title.
- 2026: v2.5.2 shipped with multiple platform artifacts.

### Related projects

- The README names Turndown for JavaScript and lunny/html2md as related projects. In practice, users also compare this kind of tool with Pandoc, html2text, and bespoke site-migration scripts.

### Sources

- GitHub repository and release metadata document the repository creation date and versioned release history.
- Homebrew and Debian package pages support package-manager adoption.
- The GitHub README documents parser-based conversion, rules, plugins, security caveats, and related projects.


## Notes de sécurité

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


## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** html2markdown
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable


## Liens liés

- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/fr/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/fr/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://www.automicvault.com/fr/pkg/brew/go/) - Build dependency declared by Homebrew.
- [html2text](https://www.automicvault.com/fr/pkg/brew/html2text/) - Shares av.db curated category or tags: cli, conversion, converter, developer-tools, html.
- [markdown](https://www.automicvault.com/fr/pkg/brew/markdown/) - Shares av.db curated category or tags: cli, conversion, developer-tools, html, markdown.
- [vilistextum](https://www.automicvault.com/fr/pkg/brew/vilistextum/) - Shares av.db curated category or tags: cli, conversion, developer-tools, html, markup.
- [discount](https://www.automicvault.com/fr/pkg/brew/discount/) - Shares av.db curated category or tags: cli, developer-tools, html, markdown, markup.
- [htmldoc](https://www.automicvault.com/fr/pkg/brew/htmldoc/) - Shares av.db curated category or tags: cli, conversion, converter, developer-tools, html.
- [pandoc](https://www.automicvault.com/fr/pkg/brew/pandoc/) - Shares av.db curated category or tags: cli, developer-tools, html, markdown, markup.
- [comrak](https://www.automicvault.com/fr/pkg/brew/comrak/) - Shares av.db curated category or tags: cli, developer-tools, markdown, markup.
- [hoedown](https://www.automicvault.com/fr/pkg/brew/hoedown/) - Shares av.db curated category or tags: cli, developer-tools, markdown, markup.

## Combined YAML source

View the package source record on GitHub. [combined/html2markdown.yml](https://github.com/automic-vault/db/blob/main/combined/html2markdown.yml)


## Sources

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- cross-ecosystem install command graph
