Discover and explore top open-source AI tools and projects—updated daily.
kstostRemote control for AI coding agents via Telegram
Top 94.9% on SourcePulse
Summary COKACDIR enables remote control of AI coding agents (Claude, Codex, Gemini, OpenCode) via Telegram. It allows users to execute code, edit files, and run shell commands from any device, leveraging existing AI subscriptions without extra API costs. Ideal for developers needing on-the-go access to their AI coding environments.
How It Works
This Rust-based tool acts as an intermediary, delegating Telegram commands to your configured AI coding agents. It translates requests, streams results back, and operates as a single, optimized binary. Its primary benefit is providing a unified, accessible interface through Telegram, utilizing existing AI subscriptions without additional API fees.
Quick Start & Requirements
Install via shell script (macOS/Linux) or PowerShell (Windows).
curl -fsSL https://cokacdir.cokac.com/manage.sh | bash && cokacctlpowershell irm https://cokacdir.cokac.com/manage.ps1 | iex; cokacctl
Requires a Telegram bot token from @BotFather. Run the TUI, press 'i' to install, enter token, press 's' to start. Docs: https://cokacdir.cokac.com.Highlighted Details
Maintenance & Community
Maintained by cokac (monogatree@gmail.com). Community support and updates are available via Telegram group @cokacvibe. Project homepage: https://cokacdir.cokac.com.
Licensing & Compatibility
Released under the permissive MIT License, allowing broad compatibility and commercial use.
Limitations & Caveats
Provided "AS IS," with the author disclaiming all warranties. Users assume full responsibility and all risks (data loss, system damage, security, financial). COKACDIR does not contain an LLM; it delegates tasks to external AI agents.
1 day ago
Inactive