Private, local-first RWKV experiences for phones and desktops.
从手机到桌面,让 AI 真正在你的设备上运行。
Android · iOS · Windows · macOS · Linux
RWKV-APP builds practical, open-source products that bring RWKV models onto everyday devices. Our work spans the user experience, the Flutter runtime bridge, and the high-performance C++ inference layer.
RWKV-APP 致力于打造真正可用的开源端侧 AI 产品。从交互体验、Flutter 运行时桥接到高性能 C++ 推理层,我们持续让 RWKV 更容易在日常设备上使用。
- Local-first — run models on your own device after downloading the required weights
- Cross-platform — one product experience across Android, iOS, Windows, macOS, and Linux
- More than chat — explore text, vision, speech, translation, role-play, and local AI workflows
- Hardware-aware — use CPU, GPU, or NPU acceleration where the selected runtime supports it
隐私优先、本地运行、跨平台体验,并根据设备与运行时能力使用 CPU、GPU 或 NPU 加速。
flowchart LR
A["RWKV Chat<br/>Flutter product"] --> B["rwkv_mobile_flutter<br/>Dart / FFI bridge"]
B --> C["rwkv-mobile<br/>C++ inference runtime"]
C --> D["CPU · GPU · NPU"]
- RWKV_APP — the cross-platform product, model management, and user experience
- rwkv_mobile_flutter — the Flutter adapter and Dart FFI bridge
- rwkv-mobile — the high-performance C++ inference runtime
- Download RWKV Chat for your platform.
- Choose a model that fits your device and download its weights.
- Run locally and explore the workflows your model supports.
- Android — Official download · Google Play · Latest release
- iPhone & iPad — App Store · TestFlight
- Windows, macOS & Linux — Official download · Latest release
- RWKV_APP — the flagship local-first RWKV product for mobile and desktop
- rwkv_mobile_flutter — Flutter and Dart FFI integration for the RWKV mobile runtime
- app_website — the RWKV Chat download website and supporting backend
- offline_reader — a browser extension that translates webpages through a local model server
- rwkv_studio — an offline-first workspace for models, providers, chat, and AI workflows
- rwkv_downloader — a focused download manager for model files
Explore all RWKV-APP repositories →
The fastest way to contribute is to try the app, report a reproducible issue, or improve one of the projects above.
- Report an issue or request a feature
- Join the Discord community
- 加入 QQ 技术交流群:325154699
- 加入 QQ 测试群:332381861
The core app is released under the Apache License 2.0. Other repositories may use different licenses; check each project before reuse.
Built in the open by the RWKV-APP community.