Download Unauthority Apps

Available for macOS, Windows, and Linux. Tor is bundled in both apps — no separate installation required. Post-quantum Dilithium5 keys generated locally. No account needed.

LOS Wallet

v2.1.0MAINNET

Send, receive, and manage LOS tokens. Post-quantum Dilithium5 keys generated and stored locally. Tor bundled for privacy. No account, no email, no KYC.

macOS

bash
# After install, remove quarantine:
xattr -cr "/Applications/LOS Wallet.app"
# Or: System Settings → Privacy & Security → Open Anyway

Windows

bash
# Right-click .exe → Properties → Unblock → OK
# If SmartScreen: "More info" → "Run anyway"

Linux

bash
chmod +x flutter_wallet run.sh
./run.sh

LOS Validator & Miner

v2.2.0MAINNET

Run a full validator node. Mine LOS via SHA3-256 PoW. Tor hidden service auto-configured. Participate in aBFT consensus. Earn mining + validator rewards.

CLI Alternative (Build from Source)

bash
# Build from source (Rust required):
git clone https://github.com/mky-los/unauthority-core.git
cd unauthority-core
./install.sh --mainnet
# Run:
export LOS_WALLET_PASSWORD='your-strong-password'
./target/release/los-node --port 3030 --data-dir /opt/los-node

System Requirements

RequirementLOS WalletLOS Validator Node
OSmacOS 12+, Win 10+, Ubuntu 20.04+macOS 12+, Ubuntu 22.04+, Win 10+
RAM512 MB2 GB min, 4 GB recommended
Disk100 MB10 GB min (grows with chain)
NetworkAnyStable connection
TorBundled ✓Bundled ✓
Rust (build)Not needed1.75+ (if building from source)
StakeNot needed1 LOS (register) / 1,000 LOS (rewards)

macOS Gatekeeper

macOS will warn about unverified developers. Run: xattr -cr '/Applications/LOS Wallet.app' Or go to System Settings → Privacy & Security → Open Anyway

Tor Bundled

Both apps bundle Tor internally. No separate Tor installation required for the apps. CLI node: sudo apt install tor (Linux) / brew install tor (macOS)

Key Security

Your Dilithium5 private key is stored encrypted on your device. It never leaves your machine. Back up wallet.json.enc safely.