# Installer textidote avec Homebrew, Nix

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

## installation

```sh
sudo av install brew:textidote
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install textidote
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#textidote
```

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

## Faits du paquet

- **Clé du paquet:** brew:textidote
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/textidote>
- **Version:** 0.9
- **Résumé source:** Spelling, grammar and style checking on LaTeX documents
- **Page d'accueil:** <https://sylvainhalle.github.io/textidote>
- **Dépôt:** <https://github.com/sylvainhalle/textidote>
- **Docs amont:** <https://sylvainhalle.github.io/textidote>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://github.com/sylvainhalle/textidote/archive/refs/tags/v0.9.tar.gz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- textidote (cli)
- textidote (alias)

## Dépendances

- openjdk

## Dépendances de compilation

- ant

## 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-08-04
- version du gestionnaire: 0.9
- données locales: OK
- dépôt amont: https://github.com/sylvainhalle/textidote
- dernière version détectée: v0.9 (à jour)
- info: No package-manager update timestamp was available.
## Historique du projet et usages

TeXtidote is a Java command-line correction tool for LaTeX and Markdown documents. Its niche is preserving positions from marked-up source while sending cleaned text to LanguageTool, so grammar and style messages can be mapped back to the original file.

### Historique du projet

The public repository began in June 2018 with early commits for annotated strings, linter rules, and LanguageTool integration. The project was renamed TeXtidote in the first week of development and published its v0.1 tag on 2018-06-14.

The README and project website describe TeXtidote as solving the problem that ordinary grammar checkers cannot distinguish LaTeX markup from prose. Later releases added report formats, dictionaries, rule ignoring, replacement files, and a `.textidote` configuration file for repeated command-line options.

### Historique d'adoption

TeXtidote was distributed as a JAR and Debian package before appearing in Unix package-manager catalogs such as Homebrew and Nix. Its release history shows frequent 2018-2019 iteration, a 2021 maintenance line around LanguageTool upgrades, and a 2026 v0.9 release that incorporated several years of fixes.

### Modes d'utilisation

Users run TeXtidote from the terminal against `.tex` or Markdown input and choose HTML, plain console, or single-line output. The single-line form is especially useful in editor integrations and CI-style checks because every warning is emitted as a parseable line with file and source position.

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

For package-manager users, TeXtidote is a compact example of a JVM-based CLI wrapped for Unix workflows: a single executable command, shell completions, Debian packaging, and a dotfile config. It matters most to LaTeX-heavy developers who want LanguageTool-style checking without flattening source files by hand.

### Chronologie

- 2018-06-11: First public commits
- 2018-06-14: v0.1 tag
- 2018-06-15: Project renamed to TeXtidote
- 2019-08-05: v0.8 tag
- 2021-12-16: v0.8.3 tag with LanguageTool 5.6 work
- 2026-03-25: v0.9 release published

### Related projects

- LanguageTool supplies the spelling, grammar, and style engine used after TeXtidote cleans markup.
- Aspell local dictionaries are supported for ignored words in LaTeX workflows.
- PaperShell is mentioned by the README as an environment that can produce local Aspell dictionaries consumed by TeXtidote.

### Sources

- Official git tags and commit history from https://github.com/sylvainhalle/textidote
- <https://github.com/sylvainhalle/textidote/blob/master/Readme.md>
- <https://github.com/sylvainhalle/textidote/releases>
- <https://sylvainhalle.github.io/textidote>


## 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: .textidote
## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** textidote
- **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

## Autres enregistrements de gestionnaires de paquets

- Nix - textidote: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/textidote/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [openjdk](https://pkg.so/fr/brew/openjdk/) - Runtime dependency declared by Homebrew.
- [ant](https://pkg.so/fr/brew/ant/) - Build dependency declared by Homebrew.
- [ltex-ls-plus](https://pkg.so/fr/brew/ltex-ls-plus/) - Shares pkgdb curated category or tags: cli, developer-tools, grammar-checker, languagetool, spell-checker.
- [ltex-ls](https://pkg.so/fr/brew/ltex-ls/) - Shares pkgdb curated category or tags: cli, developer-tools, grammar-checker, languagetool, spell-checker.
- [languagetool-rust](https://pkg.so/fr/brew/languagetool-rust/) - Shares pkgdb curated category or tags: cli, developer-tools, grammar-checker, style-checker.
- [pandoc](https://pkg.so/fr/brew/pandoc/) - Shares pkgdb curated category or tags: cli, developer-tools, latex.
- [typos-cli](https://pkg.so/fr/brew/typos-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, spell-checker.
- [hunspell](https://pkg.so/fr/brew/hunspell/) - Shares pkgdb curated category or tags: cli, developer-tools, spell-checker.
- [markdownlint-cli](https://pkg.so/fr/brew/markdownlint-cli/) - Shares pkgdb curated category or tags: cli, developer-tools, style-checker.
- [texlive](https://pkg.so/fr/brew/texlive/) - Shares pkgdb curated category or tags: cli, developer-tools, latex.

## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
