Hi everyone, Jr. here again ![]()
This is a follow-up to my November 2025 post: “Bringing CKB Light Client to Mobile Devices.”
In that post, I outlined several blockers preventing a practical mobile light client. I’m excited to share a meaningful update: we now have a working Android light client.
What Changed
With recent upstream work from the Nervos team
i) Native App Support: Adds a native Android app support for CKB Light Client with direct JNI integration.
ii) Abstracting the storage layer, we were able to replace the RocksDB backend with SQLite (via rusqlite) without changing the light client’s core logic.
This turned out to be an excellent fit for mobile.
Current State
We now have a working Android “pocket light client” with the following scope:
-
Network:
Connects directly to CKB Mainnet P2P. -
Sync:
Syncs headers and tracked scripts using the SQLite-backed store. -
Persistence:
State is fully persisted and restored across app restarts. -
Performance:
On real Arm64 devices (Wi-Fi, fresh install), we observe noticeable sync progress within minutes and steady catch-up toward the tip. This is still being profiled and optimized.
This is not yet a “full mobile node replacement,” but it is a practical, on-device light client suitable for wallet-style use cases.
Testing & Availability
The app is currently available via Firebase App Distribution (if you need access, you can send me your email) for early testers.
We’re preparing an open testing release on Google Play next to remove the need for manual APK installs.
Early feedback (thanks @linguopeng
) has already been helpful in polishing UX and stability; if you have any feedback, please don’t hesitate to reach out.
Closing Thoughts
This work wouldn’t have been possible without the upstream changes from the Nervos team. Huge thanks for that support.
From my perspective, this validates an important point from the earlier discussions:
A mobile-ready CKB light client is feasible, and I’ll love to see how far this can go.
Looking forward to more feedback and discussion.




