Build the Interface
of Tomorrow
Core Rust libraries remain the broadest public surface today. The TypeScript SDK (@gestura/ring-sdk) is in development on the shared Rust protocol core, and the Python SDK plan is published.
import { GesturaRing } from "@gestura/ring-sdk";
const ring = await GesturaRing.open({ transport });
ring.addEventListener("doubletap", () => runCommand());
ring.addEventListener("rotatecw", () => volumeUp());
// semantic haptic feedback
await ring.sendHaptic("tick");
Developer learning paths
The portal is shifting from generic SDK marketing to a clearer, library-first structure for developers who want to implement the Gestura loop in their own software.