Trime is an input method engine for Android that implements the RIME framework for Chinese character input.
The tool addresses the need for flexible, dialect-aware Chinese text input on Android devices. It wraps the open-source RIME input method framework through JNI bindings, exposing its phonetic and shape-based input capabilities to Android users. The engine supports various Chinese input methods including Pinyin, Wu dialect, Wubi, and Liangbi, allowing users to input characters through multiple approaches on a single platform. The implementation uses Kotlin and Java with native code integration to bridge RIME's C++ core to Android's input method framework.
Trime suits developers and users who need comprehensive Chinese input support beyond standard Mandarin, particularly those working with regional dialects or preferring shape-based input methods. The project is appropriate for anyone building Chinese-language Android applications or seeking an alternative to proprietary input methods. The tool is distributed through F-Droid and Google Play, making it accessible as a system input method rather than requiring integration into another application.
Development activity shows consistent maintenance with automated builds on commits to the develop branch. The project maintains multiple release channels including stable, nightly, and canary builds to support different user preferences for update frequency and stability. Documentation is available through the project wiki, and the maintainers actively welcome contributions through a defined contribution process. The codebase requires Android SDK, NDK, JDK 17, and Python 3 for building, with special considerations for Windows developers regarding symbolic link support.