vibe-remote and DeepVCode

Both tools offer AI coding assistance that supports various models, but DeepVCode is presented as a customizable alternative to services like Claude Code and Codex, while vibe-remote specializes in real-time streaming of these models from messaging platforms, positioning them as competitors if one seeks a single coding assistant, but potentially complementary if DeepVCode's analysis is desired within vibe-remote's command and streaming capabilities.

vibe-remote
73
Verified
DeepVCode
51
Established
Maintenance 13/25
Adoption 18/25
Maturity 24/25
Community 18/25
Maintenance 10/25
Adoption 10/25
Maturity 15/25
Community 16/25
Stars: 199
Forks: 32
Downloads: 2,444
Commits (30d): 0
Language: Python
License: MIT
Stars: 407
Forks: 38
Downloads:
Commits (30d): 0
Language: TypeScript
License: Apache-2.0
No risk flags
No Package No Dependents

About vibe-remote

cyhhao/vibe-remote

Your AI coding army, commanded from Slack/Discord/Lark. Stream Claude Code, OpenCode, or Codex in real-time — from anywhere.

Supports multiple AI agents (Claude Code, OpenCode, Codex) through a minimal transport layer that routes commands from chat apps directly to coding models without adding LLM overhead or middleware system prompts. Uses Socket Mode/WebSocket connections for local-first execution with zero public endpoints, relaying messages between IM platforms and agents while preserving isolated thread-based sessions for parallel task execution.

About DeepVCode

OrionStarAI/DeepVCode

DeepV Code - A highly customizable AI coding assistant compatible with all major AI models. The perfect alternative to Claude Code and Codex, offering deep code analysis, intelligent suggestions, version rollback, multi-device sync, and automated testing across multiple languages and platforms.

Based on the README, here's a technical summary that goes deeper: Implements an agentic architecture where AI autonomously orchestrates internal tools (file I/O, shell execution, web search via ripgrep and native commands) and external MCP servers to understand full project context and execute complex multi-step workflows—rather than offering passive completions. Persists session state with history compression, checkpoint rollback for file modifications, and extensibility through Hooks (PreToolExecution/PostToolExecution), custom Skills, and MCP service integration, with native support for VS Code and CLI interfaces.

Scores updated daily from GitHub, PyPI, and npm data. How scores work