Discover and explore top open-source AI tools and projects—updated daily.
theNetworkChuckVoice interface for conversational AI agents
Top 98.2% on SourcePulse
This project provides a voice interface for Claude Code, enabling users to call their AI and have the AI call them back via SIP/3CX. It targets developers and power users of Claude Code who wish to integrate conversational AI capabilities into phone systems, offering a novel way to interact with AI for tasks, status checks, or alerts.
How It Works
Claude Phone integrates with 3CX for call routing, acting as a SIP client. It leverages Claude Code CLI for AI processing, ElevenLabs for text-to-speech synthesis, and OpenAI Whisper for speech-to-text transcription. The system comprises a voice-app (typically Dockerized) that handles real-time communication protocols and an claude-api-server that interfaces with the Claude Code backend. This architecture allows for both inbound calls to interact with Claude and outbound calls initiated by the server for alerts or conversations.
Quick Start & Requirements
curl -sSL https://raw.githubusercontent.com/theNetworkChuck/claude-phone/main/install.sh | bash. The installer checks for and offers to install Node.js 18+, Docker, and Git.claude-phone setup for an interactive wizard to configure the deployment mode (Voice Server, API Server, or Both).claude-phone start.claude.ai/code).Highlighted Details
/api/outbound-call) and querying call status.Maintenance & Community
The README does not detail specific contributors, sponsorships, or community channels (like Discord/Slack). However, it includes a claude-phone update command for maintaining the software.
Licensing & Compatibility
The project is released under the MIT License, which is permissive and generally allows for commercial use and integration into closed-source projects.
Limitations & Caveats
Native support for Windows is absent. Issues such as audio connectivity problems may arise if the API server is unreachable, and extension registration can fail if the 3CX SBC is not operational.
1 month ago
Inactive
RasaHQ