Discover and explore top open-source AI tools and projects—updated daily.
tuchgMobile bridge for managing local AI agents
New!
Top 91.6% on SourcePulse
Lucarne provides a "0-Intrusion" mobile control bridge for local AI agents like Codex, Pi, and Claude. It enables users to manage AI sessions remotely via Telegram or WeChat, receiving notifications, approving actions, and resuming work without altering existing projects. This offers seamless, non-disruptive oversight for AI-powered coding and task execution.
How It Works
The system comprises lightweight background daemons (lucarned) and channel-specific adapters for Telegram and WeChat. It monitors local agent processes, pushing progress updates and actionable events (approvals, questions) to the user's chosen mobile platform. Users can then interact via quoted replies (WeChat) or a Telegram console, resuming sessions and managing agents without direct local access. This architecture avoids hooks, skills, or project modifications, prioritizing a zero-impact setup.
Quick Start & Requirements
curl -LsSf https://github.com/tuchg/Lucarne/releases/latest/download/lucarned-installer.sh | sh) and Windows PowerShell (powershell -c "irm https://github.com/tuchg/Lucarne/releases/latest/download/lucarned-installer.ps1 | iex"), or recommended via Homebrew (brew tap tuchg/Lucarne https://github.com/tuchg/Lucarne && brew install lucarned).lucarned init to configure agent selection (Claude, Codex, Gemini, Copilot, Pi), Telegram Bot Token, and WeChat login (QR code). This generates ~/.lucarned/lucarned.yaml.lucarned autostart install --start (integrates with macOS LaunchAgent, Windows Task Scheduler, Linux systemd user services). Homebrew users can use brew services start lucarned.Highlighted Details
Maintenance & Community
The README does not detail specific contributors, sponsorships, or community channels (e.g., Discord, Slack). The project includes a roadmap indicating ongoing development.
Licensing & Compatibility
Limitations & Caveats
The roadmap indicates planned support for additional message modes, remote agent environments, and more communication channels (Discord, Slack, etc.). Linux autostart relies on systemd user services; manual execution is required for non-systemd systems. Telegram integration requires specific chat configurations (Topics/thread mode or bot's own topic mode).
1 week ago
Inactive