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

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

## installation

```sh
sudo av install brew:librime
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install librime
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install librime
```

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

### Linux

- apk (92%):

```sh
sudo apk add librime
```

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

- dnf (92%):

```sh
sudo dnf install librime
```

  Preuve: Fedora Rawhide package metadata: librime 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#librime
```

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

- pacman (92%):

```sh
sudo pacman -S librime
```

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

- Debian apt (92%):

```sh
sudo apt install librime-bin
```

  Preuve: Debian stable package indexes: librime-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- zypper (92%):

```sh
sudo zypper install librime-devel
```

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

## Faits du paquet

- **Clé du paquet:** brew:librime
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.17.0
- **Résumé source:** Rime Input Method Engine
- **Page d'accueil:** <https://rime.im>
- **Dépôt:** <https://github.com/rime/librime>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- rime_deployer (alias)
- rime_dict_manager (alias)
- rime_patch (alias)
- rime_table_decompiler (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

librime is the core C++ library for RIME, the Rime Input Method Engine. It provides a modular, extensible Chinese input-method engine with YAML-based schemas, support for shape-based and phonetic input, Traditional Chinese output, OpenCC-based Simplified Chinese conversion, and wrappers for platform input-method front ends.

### Historique du projet

The RIME project presents librime as the core library and lists surrounding projects such as plum for configuration recipes, ibus-rime for Linux/IBus, Weasel for Windows, and Squirrel for macOS. The librime README describes the engine as cross-platform C++ code built on open source technologies and designed around customizable schemas.

Release history visible on GitHub shows active 1.x maintenance from at least 2018 onward, including 1.3.2 on November 12, 2018, 1.5.x releases in June 2019, 1.7.x releases in early 2021, and 1.13.1 released on February 16, 2026.

### Historique d'adoption

librime's adoption comes from users who want a portable, deeply configurable Chinese input method rather than separate platform-specific engines. The same core can support Linux desktops through IBus or Fcitx, macOS through Squirrel, and Windows through Weasel, while user dictionaries and schemas remain part of the broader RIME ecosystem.

For package managers, the library is the reusable dependency underneath desktop IME packages and command-line maintenance tools. That makes it visible not just to end users choosing an input method, but also to packagers dealing with dictionaries, OpenCC, YAML schemas, and desktop integration paths.

### Modes d'utilisation

Packaged users normally configure RIME by editing schema and dictionary files in the platform-specific Rime user directory, then triggering deployment through the platform front end or tools such as rime_deployer and rime_dict_manager. Developers use librime when building or packaging an input-method front end.

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

librime is package-nerd significant because it splits an input method into a reusable engine, platform adapters, schemas, dictionaries, and recipe management. That architecture makes it unusually hackable for language input: the package is not just an app, but the core of a configurable typing system.

### Chronologie

- 2018-11-12: librime 1.3.2 released.
- 2019-06-06: librime 1.5.0 released.
- 2021-01-17: librime 1.7.0 released.
- 2024-02-10: librime 1.10.0 released.
- 2026-02-16: librime 1.13.1 released.

### Related projects

- Related projects include RIME, plum, ibus-rime, fcitx-rime, fcitx5-rime, Squirrel, Weasel, OpenCC, YAML schema collections, and RIME dictionaries.

### Sources

- <https://github.com/rime/librime>
- <https://github.com/rime/librime/releases/tag/1.10.0>
- <https://github.com/rime/librime/releases/tag/1.13.1>
- <https://github.com/rime/librime/releases/tag/1.5.0>
- <https://rime.im/>
- <https://rime.im/code/>
- <https://rime.im/docs/>


## Notes de sécurité

library-like package without higher-risk signals.

- **Risque Geiger:** vert / faible
- library-like 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

- Linux: ~/.config/ibus/rime, ~/.config/fcitx/rime, ~/.local/share/fcitx5/rime/
- macOS: ~/Library/Rime
- Windows: %APPDATA%\Rime
## Autres enregistrements de gestionnaires de paquets

- Debian apt - librime-bin - 1.13.1+dfsg1-1: normalized package name match | Debian stable package indexes: librime-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Rime Input Method Engine - utilities | https://github.com/rime/librime
- Debian apt - librime-dev - 1.13.1+dfsg1-1: normalized package name match | Debian stable package indexes: librime-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Rime Input Method Engine, the core library - development files | https://github.com/rime/librime
- Debian apt - librime-plugin-charcode - 1.13.1+dfsg1~git20240319-1: normalized package name match | Debian stable package indexes: librime-plugin-charcode from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Rime Input Method Engine - charcode plugin | https://github.com/rime/librime-charcode
- Debian apt - librime-plugin-lua - 1.13.1+dfsg1~git20241221-1: normalized package name match | Debian stable package indexes: librime-plugin-lua from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Rime Input Method Engine - Lua extension plugin | https://github.com/hchunhui/librime-lua
- Debian apt - librime-plugin-octagram - 1.13.1+dfsg1~git20241118-1: normalized package name match | Debian stable package indexes: librime-plugin-octagram from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Rime Input Method Engine - octagram plugin | https://github.com/lotem/librime-octagram
- Debian apt - librime1t64 - 1.13.1+dfsg1-1: normalized package name match | Debian stable package indexes: librime1t64 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Rime Input Method Engine - core library | https://github.com/rime/librime
- Nix - librime: normalized package name match | nixpkgs package indexes: pkgs/by-name/li/librime/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - librime-bin - 1.10.0+dfsg1-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: librime-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Rime Input Method Engine - utilities | https://github.com/rime/librime
- Ubuntu apt - librime-dev - 1.10.0+dfsg1-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: librime-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Rime Input Method Engine, the core library - development files | https://github.com/rime/librime
- Ubuntu apt - librime-plugin-charcode - 1.10.0+dfsg1~git20230904-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: librime-plugin-charcode from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Rime Input Method Engine - charcode plugin | https://github.com/rime/librime-charcode
- Ubuntu apt - librime-plugin-lua - 1.10.0+dfsg1~git20230917-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: librime-plugin-lua from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Rime Input Method Engine - Lua extension plugin | https://github.com/hchunhui/librime-lua
- Ubuntu apt - librime-plugin-octagram - 1.10.0+dfsg1~git20230125-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: librime-plugin-octagram from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Rime Input Method Engine - octagram plugin | https://github.com/lotem/librime-octagram
- Ubuntu apt - librime1t64 - 1.10.0+dfsg1-2build2: normalized package name match | Ubuntu 24.04 LTS package indexes: librime1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | Rime Input Method Engine - core library | https://github.com/rime/librime
- apk - librime - 1.17.0-r1: normalized package name match | Alpine Linux edge package indexes: librime from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Rime input method engine | https://github.com/rime/librime
- apk - librime-dev - 1.17.0-r1: normalized package name match | Alpine Linux edge package indexes: librime-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Rime input method engine (development files) | https://github.com/rime/librime
- apk - librime-nolog - 1.17.0-r1: normalized package name match | Alpine Linux edge package indexes: librime-nolog from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Rime input method engine (with logging disabled) | https://github.com/rime/librime


## Combined YAML source

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


## Sources

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