# Installer nuspell avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install nuspell
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install nuspell
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

  Preuve: 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
```

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

## Faits du paquet

- **Clé du paquet:** brew:nuspell
- **Gestionnaire de paquets:** Homebrew
- **Version:** 5.1.8
- **Résumé source:** Fast and safe spellchecking C++ library
- **Page d'accueil:** <https://nuspell.github.io/>
- **Dépôt:** <https://github.com/nuspell/nuspell>
- **Dernière mise à jour:** 2026-07-15T21:00:18Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- nuspell (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

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

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.

### Chronologie

- 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

### Sources

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


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

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


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