A mobile command center for AI workflows.
Browse context files → trigger skill or dispatch task → review output.
CherryOps gives you a clean, fast mobile interface to direct your AI agents from anywhere. Whether you're a developer running Claude Code or a solopreneur using Claude for business operations, CherryOps keeps you in the loop without being at your desk.
| Component | Stack | Purpose |
|---|---|---|
android/ |
Kotlin + Jetpack Compose | Mobile app |
backend/ |
Fastify + TypeScript + SQLite | Task execution, API proxy |
skills/ |
YAML | Reusable workflow templates |
cd backend
cp .env.example .env.development
npm install
npm run dev # starts on port 3100- Open
android/in Android Studio - Add
google-services.jsonfrom Firebase Console - Run on emulator or physical device
- Start backend on port 3100
- Use
ngrok http 3100to expose publicly - Set ngrok URL as backend endpoint in app settings
- Connect a test GitHub repo
- Dispatch a skill and watch
pending/in the test repo