Arthas

加密版 AirDrop + 临时聊天。无需注册,不留痕迹,绝不妥协。

启动应用 →

端到端加密

消息在浏览器中加密,服务器永远看不到明文 — 零知识架构设计。

无需注册

即时创建房间,无需邮箱、手机号或账户。分享链接即可开始聊天。

阅后即焚

所有人离开后房间自动销毁。不存储任何聊天记录 — 消失即消失。

加密文件传输

端到端加密的点对点文件传输。像 AirDrop 一样简单,但跨越任何网络。

语音消息

录制并发送加密语音消息,按住即说。清晰音质,完全私密。

命令行客户端

在终端中聊天,完整加密支持。轻量 Go 二进制,支持 Linux、macOS 和 Windows。

AI Agent 通道

将 AI Agent 接入加密房间。零知识对话 — 服务器无法观察提示词或回复内容。

使用流程

1

创建

一键创建加密房间

2

分享

将房间链接分享给联系人

3

聊天

端到端加密交换消息

4

消失

所有人离开后房间自动销毁

Arthas System Architecture 🌐 Web Client React 18 Zustand 🔒 AES-256-GCM + Ed25519 WebSocket + MessagePack 🖥️ CLI Client (Go) Terminal UI CSP Model 🔒 AES-256-GCM WebSocket + MessagePack ⚡ Go Server (Blind Relay) Hub (Connection Pool) RoomManager (Routing) Static (Go Embed SPA) WebSocket Upgrader ❌ Cannot decrypt messages 🤖 AI Agent OpenClaw Channel 🔒 AES-256-GCM Node.js SDK WSS / TLS 1.3 WSS / TLS 1.3 WSS ciphertext ciphertext Web Client CLI Client Server (Relay) AI Agent All clients use same E2EE — fully interoperable
End-to-End Encryption Flow 👤 Sender (Alice) �?"Hello Bob!" (plaintext) �?Random IV (12 bytes) �?AES-256-GCM Encrypt roomKey + IV + plaintext �?{iv, ciphertext} �?/text> 🔑 roomKey stays local �?Server (Blind Relay) Receives: {iv, ciphertext} �?Cannot decrypt Forwards: {iv, ciphertext} 👤 Receiver (Bob) �?�?{iv, ciphertext} �?AES-256-GCM Decrypt roomKey + IV + ciphertext �?"Hello Bob!" (plaintext) �?Ed25519 verify �?/text> 🔑 Same roomKey Key exchange happens out-of-band via share code �?server never sees the key

构建于信任之上

开源透明

每一行代码都公开可审计。安全性由你亲自验证。

零知识架构

服务器只是盲转发节点,转发加密数据而永远看不到你的内容。

AGPL-3.0 许可证

Copyleft 确保所有衍生作品保持开源。你的隐私受法律保护。

服务器零感知

所有加解密在客户端完成,密钥永远不会离开你的设备。

客户端 🔒 加密 服务器(盲转发) 🔓 解密 客户端