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.0MAINNETSend, receive, and manage LOS tokens. Post-quantum Dilithium5 keys generated and stored locally. Tor bundled for privacy. No account, no email, no KYC.
macOS
# After install, remove quarantine:xattr -cr "/Applications/LOS Wallet.app"# Or: System Settings → Privacy & Security → Open AnywayWindows
# Right-click .exe → Properties → Unblock → OK# If SmartScreen: "More info" → "Run anyway"Linux
chmod +x flutter_wallet run.sh./run.shLOS Validator & Miner
v2.2.0MAINNETRun 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)
# Build from source (Rust required):git clone https://github.com/mky-los/unauthority-core.gitcd unauthority-core./install.sh --mainnet# Run:export LOS_WALLET_PASSWORD='your-strong-password'./target/release/los-node --port 3030 --data-dir /opt/los-nodeSystem Requirements
| Requirement | LOS Wallet | LOS Validator Node |
|---|---|---|
| OS | macOS 12+, Win 10+, Ubuntu 20.04+ | macOS 12+, Ubuntu 22.04+, Win 10+ |
| RAM | 512 MB | 2 GB min, 4 GB recommended |
| Disk | 100 MB | 10 GB min (grows with chain) |
| Network | Any | Stable connection |
| Tor | Bundled ✓ | Bundled ✓ |
| Rust (build) | Not needed | 1.75+ (if building from source) |
| Stake | Not needed | 1 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.