Claude Code Matrix Channel Plugin Built in Rust with E2EE Support

A developer has created a Matrix channel plugin for Claude Code, filling a gap since the official channels only shipped with Discord and Telegram support. The plugin was built in Rust using Claude Code (CC) and took approximately 24 hours to develop.
Development Process and Key Features
The developer used the channel itself to build the channel, going back and forth on the repository, checking GitHub Actions, and debugging end-to-end encryption (E2EE) from their phone while Claude ran on a VPS. The E2EE implementation was particularly challenging, requiring significant back-and-forth to get the Rust matrix-sdk to properly decrypt files in encrypted direct messages.
Technical Specifications
- Text, files, and images with E2EE decryption
- Reply threading, reactions, and message editing
- Typing indicator, chunking, and bot commands
- Pairing and access control
- Compatible with any Matrix homeserver (Synapse, Conduit, etc.)
- Rust binary, approximately 14MB
- MIT licensed and free
- Prebuilt binaries available for Linux, macOS, and Windows
The developer uses the channel daily and plans to keep it updated. The source code is available on GitHub at https://github.com/IA-PieroCV/cc_matrix_channel, and feedback is welcome from anyone who tries it.
📖 Read the full source: r/ClaudeAI
👀 See Also

MetaBot: Open-Source Bridge Connects Claude Code to Telegram, Feishu, and WeChat
MetaBot is an open-source TypeScript bridge that connects the Claude Code Agent SDK to messaging platforms like Telegram, Feishu, and WeChat. It provides persistent memory, scheduled tasks, multi-agent collaboration, and real-time streaming of tool calls.

Node Control: Real-Time Multiplayer .io Game Built Entirely with Claude 4.6 and 4.7
Developer built a live competitive multiplayer .io game, Node Control, using Claude 4.6 and 4.7. Features server-authoritative netcode at 60Hz, 4-region deployment on fly.io, and neural-network aesthetic.

Claude Code's Local Memory Integration with Shodh: Enhancing Context Retention Over Time
Explore Claude Code's integration with Shodh memory for long-term project context retention using a local memory server.

Running Google Gemma 4 26B-A4B Locally with LM Studio 0.4.0 Headless CLI
LM Studio 0.4.0 introduces llmster and the lms CLI for headless local model inference. The article details setting up Google's Gemma 4 26B-A4B MoE model on a MacBook Pro M4 Pro, achieving 51 tokens/second with 48GB unified memory.