# Installer comrak avec Homebrew, apk, Nix, scoop

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

## installation

```sh
sudo av install brew:comrak
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install comrak
```

  Preuve: local Homebrew formula metadata

### Linux

- apk (92%):

```sh
sudo apk add comrak
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#comrak
```

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

### Windows

- Scoop (92%):

```sh
scoop install main/comrak
```

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

## Faits du paquet

- **Clé du paquet:** brew:comrak
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.54.0
- **Résumé source:** CommonMark + GFM compatible Markdown parser and renderer
- **Page d'accueil:** <https://comrak.ee>
- **Dépôt:** <https://github.com/kivikakk/comrak>
- **Dernière mise à jour:** 2026-07-12T03:22:29Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- comrak (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

Comrak is a Rust CommonMark and GitHub Flavored Markdown parser and renderer with both library and CLI use cases.

### Historique du projet

The project publishes a Rust crate and CLI around standards-oriented Markdown parsing. Its README emphasizes compatibility with CommonMark and GitHub Flavored Markdown and shows conformance badge counts for both test suites.

### Historique d'adoption

crates.io records public Comrak releases starting in 2017. Official installation notes cover Cargo, cargo-binstall, several Unix distributions, Homebrew, Nix, and Scoop, showing adoption as both a Rust library dependency and a standalone formatter/converter CLI.

### Modes d'utilisation

Comrak can parse files or standard input and render HTML, XML, or CommonMark. Its CLI supports a config file and options for GFM extensions, HTML safety behavior, syntax highlighting, source positions, and in-place formatting.

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

Comrak matters to package maintainers because Markdown rendering is part of package metadata, README display, docs generation, and changelog tooling. A CommonMark/GFM-compatible Rust implementation gives both Rust programs and shell workflows a reusable renderer.

### Chronologie

- 2017: crates.io records the first public Comrak release.
- 2018: GitHub releases include early 0.1.x builds.
- 2026: crates.io records continuing 0.52.x releases.

### Related projects

- Comrak is related to CommonMark, GitHub Flavored Markdown, cmark-gfm, docs.rs, crates.io, and Markdown-oriented documentation pipelines.

### Sources

- <https://comrak.ee/>
- <https://github.com/kivikakk/comrak>
- <https://raw.githubusercontent.com/kivikakk/comrak/main/README.md>
- <https://crates.io/api/v1/crates/comrak>
- <https://github.com/kivikakk/comrak/releases/tag/0.1.8>


## Notes de sécurité

narrow executable package without higher-risk signals.

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


## 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: $XDG_CONFIG_HOME/comrak/config, ~/.config/comrak/config
## Autres enregistrements de gestionnaires de paquets

- Nix - comrak: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/comrak/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - comrak - 0.54.0-r0: normalized package name match | Alpine Linux edge package indexes: comrak from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CommonMark + GFM compatible Markdown parser and renderer | https://github.com/kivikakk/comrak
- apk - comrak-doc - 0.54.0-r0: normalized package name match | Alpine Linux edge package indexes: comrak-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | CommonMark + GFM compatible Markdown parser and renderer (documentation) | https://github.com/kivikakk/comrak
- Scoop - main/comrak: normalized package name match | Scoop official bucket manifest trees: bucket/comrak.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/comrak.yml](https://github.com/mxcl/pkgdb/blob/main/combined/comrak.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
