# Installer thrax avec Homebrew

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

## installation

```sh
sudo av install brew:thrax
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install thrax
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:thrax
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.3.10
- **Résumé source:** Tools for compiling grammars into finite state transducers
- **Page d'accueil:** <https://www.openfst.org/twiki/bin/view/GRM/Thrax>
- **Dernière mise à jour:** 2026-06-26T12:23:28-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- thraxcompiler (alias)
- thraxmakedep (alias)
- thraxrandom-generator (alias)
- thraxrewrite-tester (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

OpenGrm Thrax is a grammar compiler toolkit for compiling grammars written as regular expressions and context-dependent rewrite rules into weighted finite-state transducers using the OpenFst format.

### Historique du projet

The official OpenGrm README presents Thrax as release 1.2 and ties it directly to OpenFst: users need OpenFst with FAR, PDT, and MPDT support or the OpenFst `--enable-grm` option. The documentation is hosted on the OpenFst/OpenGrm TWiki rather than a public GitHub repository.

### Historique d'adoption

Thrax's adoption is specialized: it serves finite-state grammar, language-processing, and computational-linguistics workflows rather than broad application development. Its Homebrew package makes the OpenGrm tools available to macOS users who want command-line programs such as `thraxcompiler`, `thraxmakedep`, and `thraxrewrite-tester` without building the OpenFst-related stack manually.

### Modes d'utilisation

The quick tour recommends copying the installed sample grammars from `/usr/local/share/thrax/grammars`, running `thraxmakedep`, building with `make`, and testing the resulting FAR archive with `thraxrewrite-tester`. The same page documents grammar features for tokenization, rewrite rules, PDT/MPDT usage, and morphological paradigms.

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

For package nerds, Thrax is a good example of a niche research-grade CLI where packaging matters because the dependency and build flags are the hard part. The official README calls out C++11, POSIX, bison, OpenFst, and specific OpenFst features, so a package manager saves users from reproducing a fragile local build recipe.

### Chronologie

- 2017: Official OpenGrm README revision documents Thrax release 1.2.
- 2019: Official quick tour revision documents the OpenGrm Thrax grammar compiler workflow.
- Thrax 1.1.0: Official quick tour notes added support for linguistic features and aspects of paradigmatic morphology.
- Thrax 1.2.4: Official quick tour notes a more bash-friendly separator for PDT/parens/assignments triples.

### Related projects

- Related projects include OpenFst, OpenGrm, weighted finite-state transducer tools, grammar compilers, and language-processing toolkits that use rewrite rules and finite-state archives.

### Sources

- <https://www.openfst.org/twiki/bin/view/GRM/ReadMe - official OpenGrm Thrax README for release, requirements, OpenFst dependency, installation, and usage paths.>
- <https://www.openfst.org/twiki/bin/view/GRM/Thrax - official Thrax documentation entry point.>
- <https://www.openfst.org/twiki/bin/view/GRM/ThraxQuickTour - official quick tour for compiler workflow, `thraxmakedep`, `thraxrewrite-tester`, PDT/MPDT, feature, and morphology notes.>


## Notes de sécurité

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
