Claude Code wrapper with desktop and mobile apps featuring two-way sync between platforms. Built as a Bun workspace monorepo with Convex real-time backend.
Being built in public. See intro video
# Install all dependencies
bun install
# Run desktop app
bun run desktop
# Run mobile app
bun run mobile
# Start Convex backend
bun run convex
- Two-way Claude Code sync - Sessions created on desktop/mobile sync in real-time
- Cross-platform messaging - Send/receive messages between desktop and mobile
- Real-time backend - Powered by Convex for instant updates
- Mobile session creation - Start desktop Claude Code sessions from mobile
Development:
bun run desktop
- Run desktop app in developmentbun run mobile
- Run mobile app in developmentbun run ios
- Run on iOS simulatorbun run android
- Run on Android emulatorbun run convex
- Start Convex backend
Building:
bun run build:desktop
- Build desktop appbun run build:ios
- Build iOS production appbun run build:android
- Build Android production app
Deployment:
bun run submit
- Submit iOS app to App Storebun run update
- Publish OTA update to production
Utilities:
bun install
- Install all dependenciesbun run clean
- Clean node_modules and dist folders
✅ Two-way sync implemented - Desktop ↔ Mobile Claude Code session synchronization working!