Lakebed Native
Agent-first mobile capsule platform
Capsules on Lakebed hosted Native shell + pack Cloud device builds
What runs where
- Lakebed hosted — capsule deploy, API, bundles (
lakebed-native deploy) - Lakebed Native Cloud — device IPA builds and shell downloads (maintainer infrastructure)
- Your machine —
dev,packfor simulator/APK sideload
Quick start
npx lakebed-native new my-app
cd my-app && npx lakebed-native dev
npx lakebed-native deploy --api https://api.lakebed.dev
npx lakebed-native shell fetch
npx lakebed-native pack . --platform android --api https://api.lakebed.dev
Physical iPhone
npx lakebed-native apple setup → your Apple Developer credentials for device installs.
npx lakebed-native cloud build --platform ios → device IPA via Lakebed Native Cloud.