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 android
This 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