跳转至

小企鹅输入法 macOS 版安装器

Fcitx5 macOS Installer

Support macOS >= 13

Packaging

Bash
python package.py [edition] [plugin,...] [enabled_im,...] [true]
See ci.yml for examples.


支持 macOS >= 13

请选择适合您的安装包: * 拼音版(可选双拼、五笔、仓颉等,中、英切换快捷键为 Ctrl + 左 Shift) * 中州韵版(可在高级中导入本地鼠须管的方案,或小企鹅 Android 版/仓输入法的备份文件;小企鹅的 rime 用户目录为 ~/.local/share/fcitx5/rime) * 原装版(不适合新手,通过内置的插件管理器按需安装输入法)

安装包本身适用于 Intel 和 Apple Silicon, 但会根据您的机器类型, 安装单一架构的输入法, 减少不必要的空间占用。

当您解压并打开安装程序时,系统可能阻止您打开未认证的程序。

请您理解,认证需要开发者付出免费软件无法接受的 订阅 成本。请您按下述步骤手动解锁,或者使用一键安装命令。

首次安装后无需注销重新登录,但可能需要在简体中文里手动添加小企鹅。 如果简体中文显示键盘布局不可用,请点击英语再回到简体中文

感谢您使用小企鹅输入法。

手动解锁

系统设置 -> 隐私与安全性 -> 仍要打开

一键安装

复制您选择的安装包的相应命令,打开系统的 终端 应用程序,粘贴并回车。

请确认复制完整,命令以Fcitx5Installer.app结尾。

拼音版

Bash
cd /tmp && rm -rf Fcitx5Installer.app && curl -LO https://github.com/fcitx-contrib/fcitx5-macos-installer/releases/download/latest/Fcitx5-Pinyin.zip && unzip Fcitx5-Pinyin.zip && open Fcitx5Installer.app

中州韵版

Bash
cd /tmp && rm -rf Fcitx5Installer.app && curl -LO https://github.com/fcitx-contrib/fcitx5-macos-installer/releases/download/latest/Fcitx5-Rime.zip && unzip Fcitx5-Rime.zip && open Fcitx5Installer.app

原装版

Bash
cd /tmp && rm -rf Fcitx5Installer.app && curl -LO https://github.com/fcitx-contrib/fcitx5-macos-installer/releases/download/latest/Fcitx5Installer.zip && unzip Fcitx5Installer.zip && open Fcitx5Installer.app