# Install languagetool-rust with Homebrew, Nix

LanguageTool API in Rust. Version 3.0.1 via Homebrew; verified from local package data. Also installable with nix: nix profile install nixpkgs#languagetool-rust.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

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

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Package facts

- **Package key:** brew:languagetool-rust
- **Package manager:** Homebrew
- **Version:** 3.0.1
- **Source summary:** LanguageTool API in Rust
- **Homepage:** <https://docs.rs/languagetool-rust>
- **Repository:** <https://github.com/jeertmans/languagetool-rust>
- **Generated:** 2026-08-03T19:37:03+00:00

## Executables

- ltrs (alias)

## Install behavior

- Bottle: not available

## Freshness

- Page generated: 2026-08-03
- Package-manager version: 3.0.1
## Project history and usage

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

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

- 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>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Other Package-Manager Records

- 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
