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

Open source Next.js starter kit adds guardrails and agent instructions to prevent AI slop
A new Next.js boilerplate includes auth, database, CI, tests, and Claude Code instructions out of the box, aimed at developers using AI coding agents to build production apps faster.

7 slash commands, $0.45/post: This Claude Code pipeline runs a full SEO content operation
A developer open-sourced a 7-command Claude Code pipeline that handles SEO research, writing, optimization, and publishing. Costs $0.45/post (Perplexity API), runs in 15 min/day. Results: 18× monthly impressions in 12 months.

Spec27: Spec-Driven Validation for AI Agents – API-Level Testing Without Internal Access
Spec27 is a new tool from Safe Intelligence for spec-driven validation of AI agents. It tests agent behavior from the outside in, running adversarial and robustness checks against primary interfaces without needing SDKs, gateways, or internal traces.

Implementing AI Checks with Continue for Source-Controlled PR Reviews
Continue integrates AI checks directly into your pull request workflow by using markdown files as source-controlled checks, visible through GitHub status checks.