macOS
brew install opencclocal Homebrew formula metadata
sudo port install openccMacPorts ports tree · textproc/opencc/Portfile · ソース: api.github.com
brew
opencc のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install opencclocal Homebrew formula metadata
sudo port install openccMacPorts ports tree · textproc/opencc/Portfile · ソース: api.github.com
sudo apk add openccAlpine Linux edge package indexes · opencc · ソース: dl-cdn.alpinelinux.org
sudo apt install openccDebian stable package indexes · opencc · ソース: deb.debian.org
sudo dnf install openccFedora Rawhide package metadata · opencc · ソース: dl.fedoraproject.org
nix profile install nixpkgs#openccnixpkgs package indexes · pkgs/by-name/op/opencc/package.nix · ソース: api.github.com
sudo pacman -S openccArch Linux sync databases · opencc · ソース: geo.mirror.pkgbuild.com
sudo zypper install openccopenSUSE Tumbleweed package metadata · opencc · ソース: download.opensuse.org
winget install --id BYVoid.OpenCC -eWindows Package Manager source index · BYVoid.OpenCC · ソース: cdn.winget.microsoft.com
概要
Simplified-traditional Chinese conversion tool
履歴
OpenCC, Open Chinese Convert, is a conversion library and CLI for Traditional Chinese, Simplified Chinese, Japanese Shinjitai, regional vocabulary variants, and character/phrase-level Chinese script conversion.
BYVoid's project page describes OpenCC as an open source Traditional/Simplified Chinese conversion project with high-quality phrase dictionaries and a C library, originally hosted on Google Code and GitHub. The source header credits Carbo Kuo and contributors from 2010 onward, giving the project a long maintenance history for what could otherwise look like a simple text filter.
The project evolved from a C/C++ conversion library and command-line tool into a multi-ecosystem package. The README lists installation paths through Debian, Ubuntu, Fedora, Arch Linux, Homebrew, WinGet, Bazel, Node.js, and Python, and includes C, C++, Node.js, and Python usage examples.
OpenCC's release history shows the project treating dictionaries and conversion behavior as first-class software. Version 1.1.0 introduced the `ocd2` dictionary format based on Marisa Trie and reduced dictionary size; version 1.3.x rewrote core conversion paths, added Jieba plugin work, and expanded diagnostics such as segmentation and inspection; version 1.4.0 raised the C++ ABI/SOVERSION to avoid silent ABI mismatches.
OpenCC became a common dependency because script conversion is not just character substitution. The project emphasizes distinctions such as one-simplified-to-many-traditional mappings, variant characters, and regional vocabulary across Mainland China, Taiwan, Hong Kong, and Japanese Shinjitai.
The package's breadth across Python, Node.js, WinGet, Linux distributions, Homebrew, and Bazel makes it useful in desktop tools, web backends, NLP preprocessing, publishing pipelines, chat applications, and input-method ecosystems. OpenCC's own documentation states that it is not a Mandarin/Cantonese translation tool, which helps frame its adoption around orthography and vocabulary variants rather than language translation.
Users run the `opencc` CLI with JSON configurations such as Simplified-to-Traditional, Traditional-to-Simplified, Taiwan phrase, Hong Kong phrase, or Japanese Shinjitai conversion modes. Developers embed the library through C/C++, Python, Node.js, or downstream ports when they need deterministic script conversion inside applications.
Dictionary maintainers and power users use `opencc_dict`, inline dictionaries, JSON/JSONC configuration, resource bundles, and diagnostic modes to inspect segmentation and conversion stages. Those tools matter because many conversion bugs are phrase-boundary or regional-vocabulary bugs rather than simple missing characters.
OpenCC is a deceptively deep package: a text converter with ABI, dictionary format, data-resource packaging, language bindings, prebuilt binaries, and region-sensitive data updates. The interesting packaging work is making the executable, shared library, dictionaries, configs, and bindings agree across platforms.
It is also a good example of data as code. Release notes are dominated by dictionary corrections, phrase additions, normalization behavior, and compatibility work, showing why downstreams need both the binary and the exact data files.
セキュリティ状態
opencc に一致するローカルシークレット処理マニフェストは見つかりませんでした。将来の対応で安定したパッケージ URL を使えるよう、Nucleus パッケージメタデータはここに公開されています。
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
opencc | cli | グローバル実行可能ファイル | |
opencc_dict | cli | グローバル実行可能ファイル | |
opencc_phrase_extract | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://github.com/BYVoid/OpenCC
インストールメタデータ
| パッケージキー | brew:opencc |
|---|---|
| バージョン | 1.4.0 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/opencc |
| ホームページ | https://opencc.byvoid.com/ |
| リポジトリ | https://github.com/BYVoid/OpenCC |
| 上流ドキュメント | https://byvoid.github.io/OpenCC |
| ライセンス | Apache-2.0 |
| ソースアーカイブ | https://github.com/BYVoid/OpenCC/archive/refs/tags/ver.1.4.0.tar.gz |
| 最終更新 | 2026-07-01T22:54:50Z |
| Pulse | updated |
| 依存関係 | marisa |
| ビルド依存関係 | cmake |
| Bottle | 利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | opencc |
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
libopencc-data 1.1.9+ds1-1
simplified-traditional Chinese conversion library - data files
https://github.com/BYVoid/OpenCC
sudo apt install libopencc-datalibopencc-dev 1.1.9+ds1-1+b1
simplified-traditional Chinese conversion library - development
https://github.com/BYVoid/OpenCC
sudo apt install libopencc-devlibopencc-doc 1.1.9+ds1-1
simplified-traditional Chinese conversion library - document
https://github.com/BYVoid/OpenCC
sudo apt install libopencc-doclibopencc1.1 1.1.9+ds1-1+b1
simplified-traditional Chinese conversion library - runtime
https://github.com/BYVoid/OpenCC
sudo apt install libopencc1.1opencc 1.1.9+ds1-1+b1
simplified-traditional Chinese conversion tool
https://github.com/BYVoid/OpenCC
sudo apt install openccpython3-opencc 1.1.9+ds1-1+b1
simplified-traditional Chinese conversion library - Python 3.x
https://github.com/BYVoid/OpenCC
sudo apt install python3-openccopencc
nix profile install nixpkgs#opencclibopencc-data 1.1.7+ds1-1build1
simplified-traditional Chinese conversion library - data files
https://github.com/BYVoid/OpenCC
sudo apt install libopencc-datalibopencc-dev 1.1.7+ds1-1build1
simplified-traditional Chinese conversion library - development
https://github.com/BYVoid/OpenCC
sudo apt install libopencc-devlibopencc-doc 1.1.7+ds1-1build1
simplified-traditional Chinese conversion library - document
https://github.com/BYVoid/OpenCC
sudo apt install libopencc-doclibopencc1.1 1.1.7+ds1-1build1
simplified-traditional Chinese conversion library - runtime
https://github.com/BYVoid/OpenCC
sudo apt install libopencc1.1opencc 1.1.7+ds1-1build1
simplified-traditional Chinese conversion tool
https://github.com/BYVoid/OpenCC
sudo apt install openccopencc 1.3.1-r0
Open Chinese Convert
sudo apk add openccopencc-dev 1.3.1-r0
Open Chinese Convert (development files)
sudo apk add opencc-devopencc-doc 1.3.1-r0
Open Chinese Convert (documentation)
sudo apk add opencc-docopencc-libs 1.3.1-r0
Open Chinese Convert (libraries)
sudo apk add opencc-libsソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.