我的自用安卓输入法,基于Rime 构建,部分功能由本人设计的本地AI模型驱动,支持五笔/拼音/自定义方案。
908
stars
1,563
commits
Kotlin
primary language
Sep 10, 2026
updated
Windows Version | Linux Version | Predictive Text Model | Handwriting Model
An Android input method built on the Rime engine, designed for efficient Chinese text input with Wubi (五笔) and Pinyin support.
This input method supports both Wubi (五笔) and Pinyin input. The author primarily uses Wubi with Pinyin as a fallback, so resources lean toward Wubi.
![]() Full Keyboard (Light) | ![]() Full Keyboard (Dark) | ![]() Radical Swipe | ![]() Quick Actions |
![]() Floating Keyboard | ![]() T9 Pinyin | ![]() Numpad | ![]() Symbols |
![]() Handwriting | ![]() Handwriting (Candidates) | ![]() Voice Input | ![]() Emoji Keyboard |
![]() Theme Settings (Light) | ![]() Theme Settings (Dark) | ![]() Plugin Manager | ![]() Extension Store |
Choose the APK matching your device architecture:
Plugins are Lua-script plugins (.xipk format), installable and enabled from the app's Settings > Extension Store:
For the full plugin list, see the Plugin Center, or browse and install directly from the app's Settings > Extension Store.
For detailed documentation, visit https://ime.ximei.me.
# Clone with submodules
git clone --recursive https://github.com/ximeiorg/Xime.git
# Or initialize submodules in an existing clone
git submodule update --init --recursive
# Build Release APK
./gradlew assembleRelease
Contributions welcome! Please read CONTRIBUTING.md before submitting a PR.
Core rules:
GPLv3 License
Copyright © 2026 Kingz Cheung
The Xime name, logo and other brand assets are not covered by the GPLv3 license. See TRADEMARKS.md for details.
Kotlin
76.6%
C++
19.7%
Lua
2.1%
我的自用安卓输入法,基于Rime 构建,部分功能由本人设计的本地AI模型驱动,支持五笔/拼音/自定义方案。
908
stars
1,563
commits
Kotlin
primary language
Sep 10, 2026
updated
Windows Version | Linux Version | Predictive Text Model | Handwriting Model
An Android input method built on the Rime engine, designed for efficient Chinese text input with Wubi (五笔) and Pinyin support.
This input method supports both Wubi (五笔) and Pinyin input. The author primarily uses Wubi with Pinyin as a fallback, so resources lean toward Wubi.
![]() Full Keyboard (Light) | ![]() Full Keyboard (Dark) | ![]() Radical Swipe | ![]() Quick Actions |
![]() Floating Keyboard | ![]() T9 Pinyin | ![]() Numpad | ![]() Symbols |
![]() Handwriting | ![]() Handwriting (Candidates) | ![]() Voice Input | ![]() Emoji Keyboard |
![]() Theme Settings (Light) | ![]() Theme Settings (Dark) | ![]() Plugin Manager | ![]() Extension Store |
Choose the APK matching your device architecture:
Plugins are Lua-script plugins (.xipk format), installable and enabled from the app's Settings > Extension Store:
For the full plugin list, see the Plugin Center, or browse and install directly from the app's Settings > Extension Store.
For detailed documentation, visit https://ime.ximei.me.
# Clone with submodules
git clone --recursive https://github.com/ximeiorg/Xime.git
# Or initialize submodules in an existing clone
git submodule update --init --recursive
# Build Release APK
./gradlew assembleRelease
Contributions welcome! Please read CONTRIBUTING.md before submitting a PR.
Core rules:
GPLv3 License
Copyright © 2026 Kingz Cheung
The Xime name, logo and other brand assets are not covered by the GPLv3 license. See TRADEMARKS.md for details.
Kotlin
76.6%
C++
19.7%
Lua
2.1%