forked from anomalyco/opencode
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Summary
WhisperCode is currently iOS-only. We need to add Android support to make the app accessible to a broader user base.
Context
WhisperCode is a mobile port of OpenCode that brings the AI coding agent to phones. Currently, it's only available on iOS via the App Store. Adding Android support would allow users on Android devices to use the same functionality.
Technical Considerations
The current iOS implementation uses:
- SolidJS for the frontend
- Native preview for iOS compilation
- WhisperKit for speech-to-text
Some areas to investigate:
- Determine the best approach for Android (React Native, NativeScript, Kotlin Multiplatform, Flutter, etc.)
- Whether to use the same frontend framework or adapt for platform differences
- How to handle platform-specific features like push notifications, keyboard handling, etc.
- Ensure feature parity with iOS (WhisperKit alternatives for Android)
Scope
- Create Android build pipeline
- Ensure app functionality matches iOS version
- Consider any Android-specific UX considerations
Labels
- enhancement
- platform-expansion
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels