#378 · Primary category: AI Coding Assistants
Agents-Anywhere
Control any coding agent on any device — from your phone.
Project last updated:08/28/26
GitHub Stars
681
Forks
89
Contributors
8
License
Other
Why we included this project
Running Codex or Claude Code on a remote devbox, cloud sandbox, or a spare desktop usually means keeping a laptop open or SSHing in to check on the agent. Agents-Anywhere turns your phone into a control surface for those sessions: you can chat with the running session, preview files and logs, approve or interrupt actions, and open a terminal on the machine where the agent actually lives. It stays a remote control rather than a new agent runtime, so your code, permissions, and model accounts remain on the original device and your credentials are not proxied. The backend is FastAPI with SQLite for local use and PostgreSQL for production-style self-hosting, and there are web and Android clients plus connectors for Windows, macOS, and Linux. Teams that self-host their own agent infrastructure get a single place to manage sessions, approvals, and remote terminals across multiple machines.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.