A comprehensive remote desktop and device control platform built with security and privacy at its core.
ZippyViewer/
├── zippy-remote/ # Core Rust implementation (ZRC - Zippy Remote Control)
├── android-app/ # Android application
├── coturn-setup/ # TURN/STUN server configuration
└── docs/ # Documentation and specifications
The core platform implementation in Rust. Provides:
- End-to-End Encryption - All sessions encrypted; relay servers never see plaintext
- Cross-Platform - Windows, macOS, Linux, Android, iOS
- Self-Hostable - Run your own infrastructure
- Privacy-First - No telemetry, no tracking
See zippy-remote/README.md for detailed documentation.
Native Android application for remote device access. See android-app/README.md.
Production-ready Coturn configuration for NAT traversal. See coturn-setup/README.md.
- Rust 1.75+ (stable)
- Protocol Buffers compiler (
protoc) - Platform-specific SDKs as needed
cd zippy-remote
cargo build --releasecd zippy-remote
cargo test🚧 Pre-release - Under active development. Not yet ready for production use.
Licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.