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

Godmode Plugin Adds Autonomous Iteration Loop to Claude Code and Other AI Coding Agents
Godmode is an open-source plugin that adds an autonomous measure-modify-verify loop to Claude Code, with parallel agents, failure memory, and 126 skills including optimization, security audits, and TDD. It works with Cursor, Codex, Gemini CLI, and OpenCode.

Marmy: A Self-Hosted Framework for Managing AI Coding Agents Remotely
Marmy is an open-source, MIT-licensed framework built with Claude Code that lets developers manage AI coding agents and tmux sessions from a mobile app. It includes a Rust agent for development machines and a React Native app for remote control.

Claude Code Skill Refactors React Components Using 'Don't Make Me Think' Principles
A new Claude Code skill automatically refactors React components for usability based on Steve Krug's principles — cuts happy talk, surfaces primary CTAs, fixes empty/error states, and tightens labels.

Rival-Review: A Cross-Model Review Loop for AI Agent Plans
Rival-review is an MIT-licensed tool that uses a second AI model to audit plans from a primary AI coding agent before execution, catching issues like flawed rollback plans, security holes, and stale-state decisions.