Discover and explore top open-source AI tools and projects—updated daily.
linuz90Claude Code personal assistant accessible via Telegram
New!
Top 90.0% on SourcePulse
This project transforms Claude Code into a personal assistant accessible via Telegram, enabling users to interact with the AI from anywhere using text, voice, photos, and documents. It targets users seeking a convenient, ubiquitous interface for Claude Code's general-purpose AI capabilities, offering enhanced productivity and accessibility.
How It Works
The bot leverages the @anthropic-ai/claude-agent-sdk to bridge Telegram and Claude Code. It allows users to send various input types, which are processed by Claude Code configured with a personal CLAUDE.md file and custom tools. Key features include session persistence, message queuing, and interactive buttons, facilitating a seamless conversational AI experience.
Quick Start & Requirements
Installation involves cloning the repository, setting up environment variables in a .env file (including Telegram Bot Token and Claude authentication), installing dependencies with bun install, and running the bot with bun run src/index.ts. Prerequisites include Bun 1.0+ and the Claude Agent SDK. Authentication can be handled via CLI (recommended) or an Anthropic API key.
Highlighted Details
ALLOWED_PATHS) for tailored integration.Maintenance & Community
No specific details on contributors, sponsorships, or community channels were found in the provided README text.
Licensing & Compatibility
The project is released under the MIT license, permitting broad use and modification. Compatibility for commercial use is generally high, subject to Anthropic's terms of service for Claude Code.
Limitations & Caveats
A significant security consideration is that the bot runs Claude Code with all permission prompts bypassed, granting it read, write, and execute capabilities within configured ALLOWED_PATHS without user confirmation. This design choice prioritizes a seamless mobile experience but necessitates a thorough understanding of the associated risks. File access is strictly limited to paths specified in .env.
1 week ago
Inactive
DevAgentForge
danny-avila