A simple Android application that lets you control your PC remotely using voice commands. It is a client for the simple-computer-use project.
- π€ Record audio through your Android device
- π‘ Send voice commands to your PC via secure WebSocket connection
- π Receive and play audio responses from your PC
- π Secure communication using TLS encryption
- π CI/CD with automatic builds via GitHub Actions
- π¦ Build the app from source (Android Studio or gradlew...)
- π± Install the app on your Android device
- βοΈ Configure your server address in the app settings
- π Grant necessary audio recording permissions
- π£οΈ Start sending voice commands to your PC
- π± Android 6.0 (Marshmallow) or higher
- π Internet connection
- π» A properly configured server running the companion software, get it: https://github.com/pnmartinez/simple-computer-use
This app only records audio when you activate the recording function, and all communications with your PC are encrypted.
This project uses GitHub Actions for continuous integration. Every push to the main branch automatically:
- Builds debug and release versions of the app
- Makes APKs available as downloadable artifacts