SDK · compiled for Android & iOS

The lock-free runtime, on the device in your pocket

22o Mobile takes the same lock-free architecture and packages it as a runtime that sits under the app framework — replacing the locked storage, cache, and scheduling subsystems that phones have used for years. It's built for device makers, not the app store.

10
LOCK-FREE MODULES
2
PLATFORMS BUILT (ANDROID + iOS)
3.6×
CACHE THROUGHPUT AT 8 CORES*
arm64
NATIVE, ZERO MUTEXES

Ten drop-in replacements

Each module is a lock-free implementation of a subsystem apps already use — same job, no mutex contention.

Cache
Replaces SharedPreferences, NSCache, SQLite key-value use
Database
Replaces Room, CoreData, SQLite — lock-free MVCC
Persistent DB
WAL-backed storage with crash recovery via log replay
HTTP Cache
Replaces NSURLCache, OkHttp disk cache
Inference KV Cache
On-device model KV cache, scales with cores
Queue
Lock-free MPMC — IPC / notification replacement
Scheduler
Replaces GCD, WorkManager — priority lanes, work stealing
Tile Compute
Cache-line-aligned SIMD primitives
Thermal
Per-zone thermal reads, smooth derate

Where 22o Mobile actually is

The engine is real and compiled. On-device validation of the performance and battery claims is the work in front of us — stated honestly.

What's real today

  • The runtime is written in Rust (~18k lines) with a full test suite, zero mutexes throughout.
  • It compiles to native libraries for Android (arm64 + x86_64) and an iOS xcframework — the binaries exist now.
  • Bindings for Kotlin (JNI) and Swift, so apps and platform code can call it directly.
  • Component microbenchmarks show the expected lock-free scaling under contention.

Built for the platform layer

This isn't an SDK we're selling app-by-app.

The value of a lock-free runtime shows up when it's built into the platform — so the whole device benefits, not one app at a time. We're structured to license 22o Mobile to silicon and device makers, integrated once at the system layer and shipped across the devices they already make. If you build phones, wearables, TVs, or the chips inside them, that's the conversation we want to have.

Talk to us

For device makers, silicon partners, and technical evaluators: reach out and we'll set up a deep dive with real benchmarks on your target hardware.

Contact Origin 22 →

*Component microbenchmark of the lock-free cache module under contention; not a whole-app or device-level speedup. App-level and battery numbers will be published once measured on real hardware.