Skip to content

eugenepyvovarov/CodeAgentsMobile

Repository files navigation

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

Screenshot 1 Screenshot 2 Screenshot 3 Screenshot 4 Screenshot 5 Screenshot 6 Screenshot 7 Screenshot 8

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

# 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 file for details.