# Installer texlab avec Homebrew, apk, MacPorts, Nix, pacman, zypper, scoop

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

## installation

```sh
sudo av install brew:texlab
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install texlab
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install texlab
```

  Preuve: MacPorts ports tree: tex/texlab/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- apk (92%):

```sh
sudo apk add texlab
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#texlab
```

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

- pacman (92%):

```sh
sudo pacman -S texlab
```

  Preuve: Arch Linux sync databases: texlab from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install texlab
```

  Preuve: openSUSE Tumbleweed package metadata: texlab from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/texlab
```

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

## Faits du paquet

- **Clé du paquet:** brew:texlab
- **Gestionnaire de paquets:** Homebrew
- **Version:** 5.26.0
- **Résumé source:** Implementation of the Language Server Protocol for LaTeX
- **Page d'accueil:** <https://github.com/latex-lsp/texlab/>
- **Dépôt:** <https://github.com/latex-lsp/texlab>
- **Dernière mise à jour:** 2026-06-25T22:50:20Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- texlab (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

texlab is a Rust implementation of the Language Server Protocol for LaTeX. It belongs to the post-LSP generation of editor tooling: instead of every editor maintaining its own LaTeX parser and build integration, one language server provides completions, diagnostics, build support, and forward-search-oriented configuration to LSP-capable editors.

### Historique du projet

The official repository describes texlab as a cross-platform LSP server that provides rich editing support for the LaTeX typesetting system and can be used with any editor implementing LSP. Its README identifies Rust as the build dependency and Patrick Forster as maintainer.

### Historique d'adoption

texlab spread through editor extensions and package managers rather than through a single editor distribution. The README notes precompiled binaries for Windows, Linux, and macOS, manual installation through package managers, and a project warning that crates.io is no longer the preferred install path for server releases.

### Modes d'utilisation

Users install texlab directly or via an editor extension, then edit LaTeX workspaces through an LSP client. The server can operate without a TeX distribution for editing features, but compilation support depends on having a TeX distribution or a tool such as Tectonic available.

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

For package maintainers, texlab is the canonical small binary that lets Neovim, VS Code, Sublime Text, Emacs LSP clients, and other editors share LaTeX intelligence. Its packaging story matters because editor plugins often expect to download or find exactly this executable on PATH.

### Chronologie

- 2019: VS Code extension changelog records adoption of TexLab v1.0.0.
- 2020s: texlab is packaged across Homebrew, Nix, MacPorts, Alpine, Arch, Scoop, and other systems.
- 2026: GitHub release metadata on the project page shows continuing releases, including v5.x.

### Related projects

- LaTeX and TeX Live provide the document toolchain texlab integrates with for builds.
- Tectonic is documented as a supported compilation backend example.
- Editor LSP clients provide the front ends through which users normally experience texlab.

### Sources

- <https://github.com/latex-lsp/texlab - official README describes texlab as a cross-platform LaTeX LSP server, documents package-manager/prebuilt installation, Rust builds, usage, and maintainer.>
- <https://github.com/latex-lsp/texlab-vscode/blob/master/CHANGELOG.md - official extension changelog records update to TexLab v1.0.0 in 2019.>
- <https://github.com/latex-lsp/texlab/wiki - official wiki documentation.>


## Notes de sécurité

broad file, network, media, or database tool signal.

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Nix - texlab: normalized package name match | nixpkgs package indexes: pkgs/by-name/te/texlab/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- apk - texlab - 5.26.0-r0: normalized package name match | Alpine Linux edge package indexes: texlab from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Implementation of the Language Server Protocol for LaTeX | https://github.com/latex-lsp/texlab
- pacman - texlab - 5.25.1-2: normalized package name match | Arch Linux sync databases: texlab from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A cross-platform implementation of the Language Server Protocol for LaTeX. | https://github.com/latex-lsp/texlab/
- zypper - texlab - 5.24.0-1.4: normalized package name match | openSUSE Tumbleweed package metadata: texlab from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Implementation of the Language Server Protocol for LaTeX | https://github.com/latex-lsp/texlab
- MacPorts - texlab: normalized package name match | MacPorts ports tree: tex/texlab/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/texlab: normalized package name match | Scoop official bucket manifest trees: bucket/texlab.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/texlab.yml](https://github.com/mxcl/pkgdb/blob/main/combined/texlab.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
