# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 nuspell

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

## 安装

```sh
sudo av install brew:nuspell
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install nuspell
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install nuspell
```

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

### Linux

- apk (92%):

```sh
sudo apk add nuspell
```

  证据: Alpine Linux edge package indexes: nuspell from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install nuspell
```

  证据: Debian stable package indexes: nuspell from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install nuspell
```

  证据: Fedora Rawhide package metadata: nuspell from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#nuspell
```

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

- pacman (92%):

```sh
sudo pacman -S nuspell
```

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

- zypper (92%):

```sh
sudo zypper install nuspell
```

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

## 软件包事实

- **软件包键:** brew:nuspell
- **软件包管理器:** Homebrew
- **版本:** 5.1.8
- **来源摘要:** Fast and safe spellchecking C++ library
- **主页:** <https://nuspell.github.io/>
- **仓库:** <https://github.com/nuspell/nuspell>
- **最后更新:** 2026-07-15T21:00:18Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- nuspell (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 5.1.8
## 项目历史与用法

Nuspell is a modern C++ spell-checking library and command-line tool designed as a safer, faster, more maintainable successor in the Hunspell/MySpell lineage while retaining compatibility with Hunspell dictionaries.

### 项目历史

The Nuspell site and FOSDEM materials place the project in the long spell-checker line from spell, ispell, aspell, MySpell, and Hunspell. Mozilla Open Source Support funded the pure C++ rewrite in 2017 and 2018 for Nuspell 2.0, then funded base functionality and integration work in 2019 and 2020 for Nuspell 3.0. The GitHub release API shows v2.0.0 published on November 22, 2018 and v3.0.0 on November 23, 2019.

### 采用历史

Nuspell's adoption story is less about replacing every installed Hunspell binary and more about being a compatible library that can reuse the enormous pool of Hunspell dictionaries. Its homepage points users to language packs from LibreOffice, Firefox, Thunderbird, Ubuntu, and Debian, and says Nuspell itself does not ship dictionaries.

### 使用方式

Practical use is either `nuspell` as a CLI spell checker or libnuspell embedded in editors, document tools, and language-processing applications. Its headline features for package maintainers are Hunspell dictionary compatibility, ICU-backed Unicode, complex morphology and compounding support, personal dictionaries, and performance claims up to 3.5 times faster than Hunspell.

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

Nuspell is a packaging bridge: it wants to modernize the implementation while preserving the old dictionary ecosystem. That makes the dependency graph more interesting than the install count suggests; Homebrew listed 149 installs over 365 days on July 1, 2026, but the library's value is mostly in downstream applications and dictionary compatibility.

### 时间线

- 2017-2018: Mozilla Open Source Support funds the pure C++ Nuspell 2.0 rewrite.
- 2018-11-22: GitHub release v2.0.0 is published.
- 2019-2020: MOSS funds base functionality and integration for Nuspell 3.0.
- 2019-11-23: GitHub release v3.0.0 is published.
- 2025-11-25: GitHub release v5.1.7 is published.

### Related projects

- Hunspell
- MySpell
- Aspell
- Ispell
- Enchant
- LibreOffice
- Firefox
- Thunderbird

### 来源

- <https://api.github.com/repos/nuspell/nuspell/releases?per_page=100>
- <https://archive.fosdem.org/2019/schedule/event/nuspell/attachments/slides/3230/export/events/attachments/nuspell/slides/3230/presentation.pdf>
- <https://formulae.brew.sh/formula/nuspell>
- <https://github.com/nuspell/nuspell>
- <https://nuspell.github.io/>


## 安全说明

library-like package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- library-like package without higher-risk signals

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

- Debian apt - libnuspell-dev - 5.1.6-1+b1: normalized package name match | Debian stable package indexes: libnuspell-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | spell checker (development) | http://nuspell.github.io/
- Debian apt - libnuspell5 - 5.1.6-1+b1: normalized package name match | Debian stable package indexes: libnuspell5 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | spell checker (shared library) | http://nuspell.github.io/
- Debian apt - nuspell - 5.1.6-1+b1: normalized package name match | Debian stable package indexes: nuspell from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | spell checker (program) | http://nuspell.github.io/
- Nix - nuspell: normalized package name match | nixpkgs package indexes: pkgs/by-name/nu/nuspell/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libnuspell-dev - 5.1.4-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libnuspell-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | spell checker (development) | http://nuspell.github.io/
- Ubuntu apt - libnuspell5 - 5.1.4-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: libnuspell5 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | spell checker (shared library) | http://nuspell.github.io/
- Ubuntu apt - nuspell - 5.1.4-1build1: normalized package name match | Ubuntu 24.04 LTS package indexes: nuspell from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | spell checker (program) | http://nuspell.github.io/
- apk - nuspell - 5.1.8-r0: normalized package name match | Alpine Linux edge package indexes: nuspell from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Free and open source C++ spell checking library | https://nuspell.github.io/
- apk - nuspell-dev - 5.1.8-r0: normalized package name match | Alpine Linux edge package indexes: nuspell-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Free and open source C++ spell checking library (development files) | https://nuspell.github.io/
- apk - nuspell-doc - 5.1.8-r0: normalized package name match | Alpine Linux edge package indexes: nuspell-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Free and open source C++ spell checking library (documentation) | https://nuspell.github.io/
- apk - nuspell-libs - 5.1.8-r0: normalized package name match | Alpine Linux edge package indexes: nuspell-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Free and open source C++ spell checking library (libraries) | https://nuspell.github.io/
- dnf - mingw32-nuspell - 5.1.8-2.fc45: normalized package name match | Fedora Rawhide package metadata: mingw32-nuspell from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | MinGW Windows nuspell library | https://nuspell.github.io
- dnf - mingw64-nuspell - 5.1.8-2.fc45: normalized package name match | Fedora Rawhide package metadata: mingw64-nuspell from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | MinGW Windows nuspell library | https://nuspell.github.io
- dnf - nuspell - 5.1.8-2.fc45: normalized package name match | Fedora Rawhide package metadata: nuspell from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Fast and safe spellchecking C++ library and command-line tool | https://nuspell.github.io
- dnf - nuspell-devel - 5.1.8-2.fc45: normalized package name match | Fedora Rawhide package metadata: nuspell-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development tools for nuspell | https://nuspell.github.io
- pacman - nuspell - 5.1.8-1: normalized package name match | Arch Linux sync databases: nuspell from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Fast and safe spellchecking C++ library | https://nuspell.github.io/


## Combined YAML source

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


## 来源

- 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
