Skip to content

Ryzan v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Aug 09:14
· 1 commit to master since this release
71297e2

⚡ 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 | bash

Manual 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.0

Quick 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

⚠️ Security Notice: Always test with small amounts first. Set up TOTP 2FA and backup your recovery phrase securely.

Download Binaries

Download the appropriate binary for your platform from the assets below.