https://github.com/eugenepyvovarov/codeagentsmobile
Mobile client for Claude Code.
https://github.com/eugenepyvovarov/codeagentsmobile
ai claude claude-api claude-code codeagent mobile-app
Last synced: 1 day ago
JSON representation
Mobile client for Claude Code.
- Host: GitHub
- URL: https://github.com/eugenepyvovarov/codeagentsmobile
- Owner: eugenepyvovarov
- License: apache-2.0
- Created: 2025-07-01T17:40:00.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-05T10:35:53.000Z (2 months ago)
- Last Synced: 2025-11-05T12:18:17.693Z (2 months ago)
- Topics: ai, claude, claude-api, claude-code, codeagent, mobile-app
- Language: Swift
- Homepage: https://codeagentsmobile.maketry.xyz/
- Size: 3.36 MB
- Stars: 88
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# CodeAgents Mobile
An mobile client to Claude Code for iOS.
Allows you to run Claude code on any Linux ssh server.
**TestFlight Beta**
https://testflight.apple.com/join/eUpweBZV
**AppStore**
https://apps.apple.com/app/codeagents-mobile/id6748273716
## Screenshots

## Features
- **NEW** Provision servers with Digital Ocean / Hetzner
- **NEW** Auto install Claude Code for provisioned servers
- **NEW** Auto create SSH keys
- MCP servers support
- Connect to remote servers via SSH
- Interact with Claude Code through a native iOS interface
- Supports both API key and subscription-based authentication (OAuth tokens)
- Browse files on remote servers
- Real-time chat with Claude Code
## Requirements
- iOS 17.0+
- Xcode 15+
- Swift 5.9+
## Getting Started
```bash
# Clone the repository
git clone [repository-url]
# Open in Xcode
open CodeAgentsMobile.xcodeproj
# Build and run
# Select your target device/simulator and press Cmd+R
```
## Architecture
Built with SwiftUI and SwiftData following MVVM pattern.
Icon - https://tabler.io/icons/icon/brain, edited here https://icon.kitchen
## License
This project is licensed under the Apache License, Version 2.0 - see the [LICENSE](LICENSE) file for details.