Discover and explore top open-source AI tools and projects—updated daily.
layercodedevAccess coding agents from your phone with voice
Top 97.4% on SourcePulse
Sled provides a local web UI to control coding agents like Claude Code, Codex, and Gemini CLI from mobile devices, enabling voice interaction. It targets developers seeking to code remotely or leverage voice input for faster interaction with AI coding assistants, offering a fun, fast, and entirely local solution.
How It Works
The project runs a local web UI using Hono and Cloudflare Workers, interfacing with CLI coding agents via the Agent Control Protocol (ACP). Sled spawns agents as subprocesses, wrapping them in a web UI accessible on mobile browsers. Voice capabilities are integrated via an optional, free Layercode.com API for speech-to-text and text-to-speech, with all other data, including code and prompts, remaining strictly local.
Quick Start & Requirements
pnpm install and pnpm migrate.pnpm, a supported coding agent (Claude Code, Codex, Gemini CLI) installed globally, and its corresponding Agent Control Protocol (ACP) adapter (e.g., @zed-industries/claude-code-acp), except for Gemini CLI which has native ACP support.pnpm start and access http://localhost:8787 in a browser.Highlighted Details
Maintenance & Community
Developed by Layercode.com, the project appears to be primarily driven by its creators. No specific community channels (e.g., Discord, Slack) or detailed contributor information are listed in the README.
Licensing & Compatibility
Licensed under the MIT License, permitting broad use, modification, and distribution, including for commercial purposes.
Limitations & Caveats
This is explicitly labeled "experimental software." Remote access requires diligent security configuration (e.g., ngrok with --basic-auth) to prevent unauthorized control of the host machine, as agents can execute commands. Voice mode involves sending audio data to an external API for processing, though this data is not stored and the feature can be disabled.
3 weeks ago
Inactive
AstrBotDevs
Fosowl