AI-powered Android assistant with OpenClaw gateway integration and Android Auto support.
Replace Google Assistant/Gemini with a custom React Native app backed by OpenClaw gateway.
- 🎤 Voice capture and speech-to-text
- 💬 AI responses via OpenClaw gateway
- 🚗 Android Auto integration (coming soon)
- 🔐 End-to-end encryption
- 💳 Subscription-based hosted gateway
- Node.js 20+
- React Native CLI
- Android Studio (for local development)
npm install
npm run androidThis repo uses GitHub Actions for automated builds on ubuntu-latest runners.
- Every push to
maintriggers a build - APKs and AABs are uploaded as artifacts
- Download from Actions tab: https://github.com/sunnysmol/android-assistant/actions
android-assistant/
├── App.tsx # Main app component
├── package.json # Dependencies
├── .github/
│ └── workflows/
│ └── build-android.yml # CI/CD pipeline
└── android/ # Native Android code (generated)
The app will connect to OpenClaw gateway via WebSocket/HTTP. Configuration UI coming soon.
MIT