Discover and explore top open-source AI tools and projects—updated daily.
cyhhaoAI agent command center for chat platforms
Top 86.2% on SourcePulse
Summary
Vibe Remote enables developers to command AI coding agents (Claude Code, OpenCode, Codex) directly from chat platforms like Slack, Discord, and Lark, eliminating the need for a dedicated laptop or IDE. It targets developers who need to code remotely or on the go, offering a streamlined workflow by reducing context-switching and enabling coding from any device with a chat client.
How It Works
The system operates on a local-first architecture. Vibe Remote runs on the user's machine, connecting to chat platforms via their respective real-time APIs (Slack Socket Mode, Discord Gateway, Lark WebSocket). User commands are routed to pre-configured AI coding agents. These agents process code locally, and results are streamed back to the chat interface, allowing for real-time iteration and approval directly within the conversation thread. This approach ensures code remains on the user's machine while leveraging powerful AI assistance through familiar chat applications.
Quick Start & Requirements
Installation is a one-command process: curl -fsSL https://raw.githubusercontent.com/cyhhao/vibe-remote/master/install.sh | bash && vibe for Linux/macOS, or irm https://raw.githubusercontent.com/cyhhao/vibe-remote/master/install.ps1 | iex for Windows. A guided web UI wizard handles configuration. Prerequisites include Python 3.9+ and at least one supported AI coding agent (OpenCode, Claude Code, or Codex) installed separately. Official setup guides are available for Slack, Discord, and Lark.
Highlighted Details
Maintenance & Community
The project has a public roadmap detailing implemented features. Bug reporting is managed via GitHub Issues. The primary developer is reachable via Twitter handle @alex_metacraft.
Licensing & Compatibility
The project is licensed under the MIT License, which permits commercial use and integration into closed-source projects.
Limitations & Caveats
The current implementation is local-first, requiring a machine to run Vibe Remote and the AI agents. Advanced features like SaaS mode and a unified Vibe Remote agent are listed on the roadmap as future developments, indicating they are not yet available. The system relies on external AI agent installations, adding a layer of setup complexity.
13 hours ago
Inactive
cloudflare
agentscope-ai