# Installer languagetool-rust avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:languagetool-rust
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install languagetool-rust
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#languagetool-rust
```

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

## Faits du paquet

- **Clé du paquet:** brew:languagetool-rust
- **Gestionnaire de paquets:** Homebrew
- **Version:** 3.0.1
- **Résumé source:** LanguageTool API in Rust
- **Page d'accueil:** <https://docs.rs/languagetool-rust>
- **Dépôt:** <https://github.com/jeertmans/languagetool-rust>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- ltrs (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

LanguageTool-Rust, also called LTRS, is both a Rust library and an `ltrs` command-line client for the LanguageTool HTTP API.

### Historique du projet

The crate was created on crates.io on 2022-05-16 and developed as Rust bindings for the LanguageTool server API. Its README states that it can use the public LanguageTool API or a self-hosted LanguageTool server.

The changelog shows rapid early CLI and library work in May 2022, including commands such as `ping`, JSON output, and automatic use of the online LanguageTool server. Version 2.0.0, dated 2023-02-07, expanded the project structure and related-project documentation. Version 3.0.0, dated 2025-09-17, was a breaking refactor that separated library and CLI modules and added support for custom file types including Markdown, HTML, and Typst.

### Historique d'adoption

LanguageTool-Rust sits in the Rust ecosystem as a typed client for a widely used proofreading server. Its adoption is niche but practical: developers can add grammar/style checking to Rust programs, while CLI users can query LanguageTool from scripts without writing API glue.

### Modes d'utilisation

The README documents `cargo install languagetool-rust --features full` and an `ltrs` CLI with commands such as `ping`, `languages`, and `check`. By default, the CLI uses the public LanguageTool API, while users can point it at their own server.

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

For package nerds, LTRS is a bridge package: it wraps a Java-origin proofreading service in Rust library types and a small CLI. It is useful in editor, documentation, CI, and prose-checking workflows where LanguageTool is wanted without running the Java client directly.

### Chronologie

- 2022-05-16: Crate created on crates.io and early 0.0.x changelog entries began.
- 2023-02-07: Version 2.0.0 documented a broader project cleanup and related-project work.
- 2025-09-17: Version 3.0.0 introduced breaking CLI/library refactors and custom file-type support.
- 2025-12-31: Version 3.0.1 bumped the minimum supported Rust version and fixed raw output behavior.

### Related projects

- Related projects include LanguageTool itself, the LanguageTool public HTTP API, docs.rs, crates.io, and other Rust prose-checking tools that integrate grammar checks into documentation workflows.

### Sources

- <https://crates.io/crates/languagetool-rust>
- <https://docs.rs/languagetool-rust/latest/languagetool_rust>
- <https://github.com/jeertmans/languagetool-rust>
- <https://raw.githubusercontent.com/jeertmans/languagetool-rust/main/CHANGELOG.md>


## 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 - languagetool-rust: normalized package name match | nixpkgs package indexes: pkgs/by-name/la/languagetool-rust/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

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