command
aura setup
Initialize your wallet and configure Aura OS.
Synopsis
aura setup
Description
The aura setup command securely stores your wallet's private key. Required before using wallet features.
During setup, you'll provide:
- Private Key — Your EVM wallet private key
- Master Password — A password to encrypt your key
Usage
❯ aura setup
Welcome to Aura OS - AI Agent Manager
? Enter your private key: ********
? Set Master Password: ********
✓ Setup complete! Protected by AES-256.
Security
AES-256 Encryption
Private key encrypted with PBKDF2-derived key (100k iterations).
Local Storage Only
Stored at ~/.aura/vault.enc. Never sent to any server.
Best Practices
- • Use a dedicated wallet for testing
- • Use a strong master password (12+ characters)
- • Backup your seed phrase separately