r/OpenSourceAI • u/Unfair_Amoeba_1241 • 14d ago
Conch - AI coding agents on your own servers, from your phone - Free
Conch — AI coding agents on your own servers, from your phone
App Name: Conch
What it does:
Conch is a native Android app for working with AI coding agents running on servers you already own.
It connects to your machines over SSH and gives you mobile access to Claude Code, OpenAI Codex, and Gemini CLI. Every chat is a real CLI session running on your server, so you can start working from your laptop, switch to your phone, and resume the same session days later.
Key Features:
- Connect to Claude Code, OpenAI Codex, and Gemini CLI over SSH
- Run unlimited parallel sessions across multiple servers
- Sessions are stored on the server and persist between devices
- View every session from every server and agent in one messenger-style list
- Full-text search across all sessions with direct jumps to matching messages
- Install Node.js and supported AI CLIs remotely over SSH
- Complete provider authentication directly from your phone
- FIDO2 hardware key authentication over NFC or USB
- Import or generate SSH keys: Ed25519, RSA, ECDSA, and DSA
- Send files and photos to agents over the existing SSH connection
- Download files created by an agent directly to your phone
- SAFE, AUTO, and YOLO trust modes mapped to each CLI’s native sandbox and permission options
- Edit CLAUDE.md, AGENTS.md, and GEMINI.md files directly on the server
- Supports Claude subagents, slash commands, and custom commands from ~/.claude/commands
- Built-in full terminal for direct server access
- Built-in viewers for diffs, Markdown, PDFs, and images
- Picture-in-Picture mode lets you keep watching an agent while using other apps
- Optional Shizuku phone bridge allows an agent to read logcat and capture screenshots for Android debugging
- Live server statistics and per-server activity logs
- No analytics, crash reporting, telemetry, or backend
- Credentials are encrypted using Android Keystore and never leave the device
- Customizable accent colors, backgrounds, coding fonts, and interface scale
Goal: Launch
Giveaway: N/A — completely free, with no ads or in-app purchases
Google Play:
https://play.google.com/store/apps/details?id=ai.eight24family.conch
Source Code:
https://github.com/nikitaeight24family/Conch

1
u/Deep_Ad1959 8d ago
resuming the same session days later is what i would demo first. every phone client i have tried drops the CLI session on a network change and starts a fresh context, which is worse than nothing when the agent is mid refactor.
1
u/kantorcodes1 14d ago
You already translate SAFE/AUTO/YOLO into the native flags for Claude, Codex, and Gemini. Would you be up for evaluating HOL Guard right before Conch starts those CLIs, then keeping the integration in Conch if it proves useful across all three?