⚡ Ryzan - Ultra-Secure Solana Wallet CLI
Enterprise-grade security with zero-trust architecture
Changes
See commits for changes in this release.
🚀 Installation
Quick Install Script (Recommended)
curl -sSL https://raw.githubusercontent.com/simplysabir/ryzan/main/install.sh | bashManual Install
# Linux x86_64
curl -L https://github.com/simplysabir/ryzan/releases/download/v1.3.0/ryzan-linux-x86_64.tar.gz | tar xz
sudo mv ryzan /usr/local/bin/
# macOS (Intel)
curl -L https://github.com/simplysabir/ryzan/releases/download/v1.3.0/ryzan-macos-x86_64.tar.gz | tar xz
sudo mv ryzan /usr/local/bin/
# macOS (Apple Silicon)
curl -L https://github.com/simplysabir/ryzan/releases/download/v1.3.0/ryzan-macos-aarch64.tar.gz | tar xz
sudo mv ryzan /usr/local/bin/Docker
docker run -it simplysabir/ryzan:v1.3.0Quick Start
ryzan create --name main
ryzan unlock --name main
ryzan balance🔐 Security Features
- Military-grade encryption with ChaCha20-Poly1305
- Mandatory 2FA for all transactions
- Ephemeral keys for maximum privacy
- SOL + SPL tokens support
- Enterprise backup system
Download Binaries
Download the appropriate binary for your platform from the assets below.