# 使用 Homebrew, chocolatey, Nix, pacman, zypper, MacPorts, scoop 安装 languagetool

查看 languagetool 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install languagetool
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install LanguageTool
```

  证据: MacPorts ports tree: aqua/LanguageTool/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

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

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

- pacman (92%):

```sh
sudo pacman -S languagetool
```

  证据: Arch Linux sync databases: languagetool from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install languagetool
```

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

### Windows

- Chocolatey (92%):

```sh
choco install languagetool
```

  证据: Chocolatey community package catalog: languagetool from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='7.7216','memprofiler'

- Scoop (92%):

```sh
scoop install extras/languagetool
```

  证据: Scoop official bucket manifest trees: bucket/languagetool.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:languagetool
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/languagetool>
- **版本:** 6.8
- **来源摘要:** Style and grammar checker
- **主页:** <https://www.languagetool.org/>
- **仓库:** <https://github.com/languagetool-org/languagetool>
- **上游文档:** <https://www.languagetool.org/>
- **许可证:** LGPL-2.1-or-later
- **源码归档:** <https://github.com/languagetool-org/languagetool.git>
- **最后更新:** 2026-06-13T23:35:01+02:00
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- languagetool (cli)
- languagetool-gui (cli)
- languagetool-server (cli)
- languagetool (别名)
- languagetool-gui (别名)
- languagetool-server (别名)

## 依赖

- openjdk@17

## 构建依赖

- maven

## 安装行为

- post-install 钩子: 未定义
- 服务: declared
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 6.8
- 管理器更新时间: 2026-06-13
- 本地数据: OK
- 上游仓库: https://github.com/languagetool-org/languagetool
- 信息: No cached GitHub release or tag data was available.
## 项目历史与用法

LanguageTool is an open-source proofreading system for grammar, style, and spelling checks across many languages, distributed as a Java application, server, HTTP API, browser/editor integrations, and package-manager builds.

### 项目历史

LanguageTool's upstream repository describes it as proofreading software for English, Spanish, French, German, Portuguese, Polish, Dutch, and more than 20 other languages, with checks that go beyond a simple spell checker. The project exposes both standalone tooling and a server/API surface, which made it reusable by editors, browser extensions, command-line wrappers, and language-specific clients.

The official roadmap records a long 1.x-to-6.x release train. Version 1.2 was released on 2011-01-02, version 2.0 on 2012-12-30, version 3.0 on 2015-06-29, version 4.0 on 2017-12-29, version 5.0 on 2020-06-27, and version 6.0 on 2022-12-29. Release-manager documentation states that in March 2025 LanguageTool switched to a snapshot-based release model.

### 采用历史

LanguageTool's adoption is unusually broad for an open-source writing tool because it serves both end users and developers. It is packaged by Homebrew, Nix, MacPorts, Arch, Scoop, Chocolatey, and other ecosystems in the input facts, while the HTTP API and self-hosted server have made it a backend for editor plugins, browser integrations, CI checks, and third-party libraries.

The dev site maintains documentation for supported languages, plugin/add-on usage, LaTeX checking, n-gram data, the public HTTP server, and running a private server. That split between application, server, and API is the main reason package ecosystems carry it even when users never launch the GUI.

### 使用方式

Homebrew installs executables for the command-line checker, GUI, and server. Server users configure behavior with `server.properties`, while API users send text to the documented HTTP endpoints or run their own server for local/private checking.

### 为什么软件包爱好者会关心

For package nerds, LanguageTool is the canonical open-source grammar-checker package: big Java application, language-rule corpus, HTTP server, and enough downstream clients that packaging the core project unlocks many workflows. It is also a common comparison point for smaller tools such as `languagetool-rust` and editor-specific checkers.

### 时间线

- 2011-01-02: Version 1.2 release recorded in the official roadmap.
- 2012-12-30: Version 2.0 release recorded in the official roadmap.
- 2015-06-29: Version 3.0 release recorded in the official roadmap.
- 2017-12-29: Version 4.0 release recorded in the official roadmap.
- 2020-06-27: Version 5.0 release recorded in the official roadmap.
- 2022-12-29: Version 6.0 release recorded in the official roadmap.
- 2025-03: Release-manager documentation says LanguageTool switched to a snapshot-based release model.

### Related projects

- Related projects include LanguageTool browser and editor integrations, the LanguageTool HTTP API, n-gram data resources, and client libraries such as LanguageTool-Rust.

### 来源

- <https://dev.languagetool.org/>
- <https://dev.languagetool.org/how-to-make-a-languagetool-release.html>
- <https://github.com/languagetool-org/languagetool>
- <https://github.com/languagetool-org/languagetool-org.github.io/blob/master/roadmap.md>
- <https://languagetool.org/http-api>


## 安全说明

broad file, network, media, or database tool signal. formula declares a Homebrew service.

- **Geiger 风险:** orange / 中
- broad file, network, media, or database tool signal
- formula declares a Homebrew service


## 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: server.properties
## 源数据库详情

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

## 其他软件包管理器记录

- Nix - languagetool: normalized package name match | nixpkgs package indexes: pkgs/by-name/la/languagetool/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - languagetool - 6.6-2: normalized package name match | Arch Linux sync databases: languagetool from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | An open source language checker | https://www.languagetool.org
- zypper - languagetool - 4.8-13.2: normalized package name match | openSUSE Tumbleweed package metadata: languagetool from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Style and Grammar Checker for 25+ Languages | https://languagetool.org
- zypper - languagetool-javadoc - 4.8-13.2: normalized package name match | openSUSE Tumbleweed package metadata: languagetool-javadoc from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Javadoc for languagetool | https://languagetool.org
- zypper - languagetool-libs - 4.8-13.2: normalized package name match | openSUSE Tumbleweed package metadata: languagetool-libs from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Style and Grammar Checker for 25+ Languages (libraries) | https://languagetool.org
- MacPorts - LanguageTool: normalized package name match | MacPorts ports tree: aqua/LanguageTool/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - languagetool: normalized package name match | Chocolatey community package catalog: languagetool from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='7.7216','memprofiler'
- Scoop - extras/languagetool: normalized package name match | Scoop official bucket manifest trees: bucket/languagetool.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1


## 相关链接

- [Secret-risk packages](https://pkg.so/zh-hans/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Productivity CLI packages](https://pkg.so/zh-hans/productivity-cli-packages/) - Matched curated productivity category metadata from av.db.
- [openjdk@17](https://pkg.so/zh-hans/brew/openjdk-17/) - Runtime dependency declared by Homebrew.
- [maven](https://pkg.so/zh-hans/brew/maven/) - Build dependency declared by Homebrew.
- [diction](https://pkg.so/zh-hans/brew/diction/) - Shares pkgdb curated category or tags: cli, productivity, style-checker, writing.
- [pandemics](https://pkg.so/zh-hans/brew/pandemics/) - Shares pkgdb curated category or tags: cli, productivity, writing.
- [redpen](https://pkg.so/zh-hans/brew/redpen/) - Shares pkgdb curated category or tags: cli, productivity, writing.
- [aspell](https://pkg.so/zh-hans/brew/aspell/) - Shares pkgdb curated category or tags: cli, productivity, spell-checker.
- [ispell](https://pkg.so/zh-hans/brew/ispell/) - Shares pkgdb curated category or tags: cli, productivity, spell-checker.
- [filebrowser](https://pkg.so/zh-hans/brew/filebrowser/) - Shares pkgdb curated category or tags: cli, productivity, server.
- [unoserver](https://pkg.so/zh-hans/brew/unoserver/) - Shares pkgdb curated category or tags: cli, productivity, server.
- [nuspell](https://pkg.so/zh-hans/brew/nuspell/) - Shares pkgdb curated category or tags: cli, productivity, spell-checker.
- [ltex-ls](https://pkg.so/zh-hans/brew/ltex-ls/) - Local metadata places this package in an adjacent workflow. Shared terms: checker, cli, grammar, grammar-checker, languagetool.
- [ltex-ls-plus](https://pkg.so/zh-hans/brew/ltex-ls-plus/) - Local metadata places this package in an adjacent workflow. Shared terms: checker, cli, grammar, grammar-checker, languagetool.

## Combined YAML source

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


## 来源

- 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
