Discover and explore top open-source AI tools and projects—updated daily.
anywhere-labsControl coding agents anywhere, from any device
Top 56.5% on SourcePulse
Summary
Agents Anywhere provides a unified platform to control coding agents like Codex and Claude Code running on any device (Mac, Windows, Linux, cloud) directly from a mobile phone or web browser. It empowers developers to manage remote agent sessions, preview files, approve actions, and access terminals without exposing local code or credentials, offering a secure and flexible remote development workflow.
How It Works
The system comprises three core components: a Client (Web/Android), a self-hostable FastAPI Server acting as a broker, and a Connector (desktop app/CLI) running on the target device. The client sends commands to the server, which relays them to the Connector. The Connector then interacts with local agent runtimes (Codex, Claude) and the device's file system and terminal, ensuring all code execution and data remain on the user's machine. This distributed design avoids proxying model accounts and centralizing sensitive code.
Quick Start & Requirements
POSTGRES_PASSWORD=change-me AGENT_SERVER_SECRET=change-me-too docker compose -f docker/docker-compose.postgres.yml up --build.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The iOS client is currently in development. Support for additional agents like Cursor, OpenCode, and Gemini CLI is listed as "coming soon." The hosted beta service is restricted to users in China.
2 days ago
Inactive
dagger
omnigent-ai