You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WRAITH Protocol is production-ready with a cross-platform desktop application and fully integrated CLI. Phase 15 delivers WRAITH Transfer, a Tauri 2.0-based desktop client with React 18 frontend, providing full wraith-core integration with an intuitive UI for secure file transfers. v1.5.9 adds new CLI commands (`ping`, `config`), multi-peer transfer support, enhanced NAT detection with multiple STUN providers, and comprehensive documentation alignment.
22
+
WRAITH Protocol is production-ready with desktop, mobile, and messaging applications. Phase 16 delivers Android and iOS mobile clients with native UIs (Kotlin/Jetpack Compose, Swift/SwiftUI), plus WRAITH-Chat, a secure E2EE messaging application with Signal Protocol Double Ratchet encryption, SQLCipher encrypted storage, and React 18 frontend. v1.6.0 adds mobile platform support, end-to-end encrypted messaging, and comprehensive client ecosystem expansion.
23
23
24
24
**Project Metrics (2025-12-11):**
25
25
-**Code Volume:**~54,526 lines of Rust code (~40,844 LOC + 3,800 comments + 9,882 blanks) across 145 source files
@@ -150,7 +150,7 @@ cargo test --workspace
150
150
151
151
## Quick Start
152
152
153
-
**Note:** WRAITH Protocol v1.5.9 features a complete Node API and protocol implementation with fully integrated CLI commands. The wraith-cli binary provides production-ready command-line access to all protocol features including `ping` for connectivity testing and `config` for runtime configuration.
153
+
**Note:** WRAITH Protocol v1.6.0 features a complete Node API and protocol implementation with fully integrated CLI commands. The wraith-cli binary provides production-ready command-line access to all protocol features including `ping` for connectivity testing and `config` for runtime configuration.
154
154
155
155
```bash
156
156
# Generate identity keypair
@@ -296,7 +296,7 @@ WRAITH Protocol powers a comprehensive ecosystem of secure applications across 3
296
296
| Client | Description | Status | Story Points |
297
297
|--------|-------------|--------|--------------|
298
298
|**WRAITH-Transfer**| Direct P2P file transfer with drag-and-drop GUI | ✅ **Complete (v1.5.0)**| 102 |
299
-
|**WRAITH-Chat**| E2EE messaging with Double Ratchet algorithm |Planned | 162|
0 commit comments