Feelime (the "app") is an offline-first keyboard app for Android. Its design principle: your input data never leaves your device.
We do not collect, store, or transmit any personal data to any server. Specifically:
The following features require a network connection and happen only when you explicitly trigger them:
These requests contain none of your input. As with any network request, the servers you contact (GitHub, HuggingFace, and their mirrors) can see your IP address — an inherent property of internet communication.
Your settings, saved phrases, clipboard history, and user lexicon live entirely in the app's private directory on your device, unreadable by other apps. Uninstalling the app permanently erases all of it.
RECORD_AUDIO (microphone): recording happens only while the voice key is held; it stops on release and is never saved or uploaded;INTERNET / ACCESS_NETWORK_STATE: used solely for the download and update checks described above, and for warning about metered networks before model downloads;ShortcutManager / tile APIs — launching them only switches your active keyboard and opens no web content.The app is fully open source; every claim above is verifiable in code: github.com/feelime/feelime.
Substantive changes will update the version number and effective date on this page, announced in-app or in release notes.
Questions about this policy or data handling: open a GitHub Issue.
Feelime(下称"本应用")是一款离线优先的 Android 输入法。本项目的设计原则是:你的输入数据不出设备。
我们不收集、不存储、不向任何服务器传输你的个人数据。具体而言:
以下功能需要联网,且仅在你主动触发时发生:
这些请求不包含你的任何输入内容。与所有网络请求一样,所访问的服务器(GitHub、HuggingFace 及其镜像)能看到你的 IP 地址,这是互联网通信的技术必然。
你的设置、常用语、剪贴板历史、用户词库等全部保存在设备本地的应用私有目录中,其他应用无法读取。卸载本应用即彻底删除全部数据。
RECORD_AUDIO(麦克风):仅在按住语音键时录音,松开即停止,录音不保存、不上传;INTERNET / ACCESS_NETWORK_STATE(网络):仅用于上述模型下载与更新检查,以及在模型下载前对计费网络进行提醒;ShortcutManager / 磁贴 API 创建——点按它们只会切换当前输入法,不会打开任何网页内容。本应用完全开源,上述声明可由代码验证:github.com/feelime/feelime。
若本政策发生实质性变更,我们会在本页面更新版本号与生效日期,并通过应用内公告或发布说明告知。
对本政策或数据处理有任何疑问,请提交 GitHub Issue。