https://github.com/pnmartinez/computer-use-android-app
🎤📱 Control your desktop PC with voice from an Android app! This is an Android client for the Simple Computer Use. Install Simple Computer Use in link below.
https://github.com/pnmartinez/computer-use-android-app
automation computer-use ocr ollama voice
Last synced: 6 months ago
JSON representation
🎤📱 Control your desktop PC with voice from an Android app! This is an Android client for the Simple Computer Use. Install Simple Computer Use in link below.
- Host: GitHub
- URL: https://github.com/pnmartinez/computer-use-android-app
- Owner: pnmartinez
- Created: 2025-05-31T15:44:12.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-08-09T09:53:56.000Z (6 months ago)
- Last Synced: 2025-08-09T11:37:36.963Z (6 months ago)
- Topics: automation, computer-use, ocr, ollama, voice
- Language: Kotlin
- Homepage: https://github.com/pnmartinez/simple-computer-use
- Size: 301 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎙️ Android App for Voice Computer Use
[](https://github.com/pnmartinez/computer-use-android-app/actions/workflows/build.yml)
A simple Android application that lets you control your PC remotely using voice commands. It is a client for the [simple-computer-use](https://github.com/pnmartinez/simple-computer-use) project.

## ✨ Features
- 🎤 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
## 🚀 Getting Started
0. 📦 Build the app from source (Android Studio or gradlew...)
1. 📱 Install the app on your Android device
2. ⚙️ Configure your server address in the app settings
3. 🔐 Grant necessary audio recording permissions
4. 🗣️ Start sending voice commands to your PC
## 📋 Requirements
- 📱 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
## 🔒 Privacy
This app only records audio when you activate the recording function, and all communications with your PC are encrypted.
## 🛠️ CI/CD
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