Run on mobile & native
Embed Bare in native and React Native apps, type the RPC bridge, bundle a Bare app, and handle suspension.
Recipes for running Bare peer-to-peer logic inside mobile and native shells.
Embed Bare in a React Native app
Run a Bare worklet from a React Native or Expo app and exchange messages over the bare-kit IPC channel.
Type a native RPC bridge
Replace raw IPC bytes with a typed, schema-generated RPC seam using hyperschema and bare-rpc.
Bundle a Bare app
Package a Bare program as an embeddable bundle or a standalone executable.
Handle app suspension
Stop active I/O handles cleanly when a Bare process is suspended on mobile.