Documentation
Everything you need to master Aura OS — your AI Commander for Web3.
New in v0.5.1: Staking, Tax Export, Swaps, P&L & MoreGetting Started
Install Aura OS and set up your first AI-powered Web3 agent in minutes.
CLI Commands
Comprehensive reference for all Aura OS command-line commands and options.
Secure Vault
Learn how Aura OS encrypts and protects your private keys locally.
AI Interpreter
Understand how the AI parses and validates your natural language commands.
Architecture Overview
Natural Language Input
Speak your intent in English or Vietnamese
AI Processing
GPT-4 powered intent parsing with Zod validation
On-Chain Execution
Secure transaction signing and blockchain interaction
→ → →
Project Structure
aura-os/
aura-os/
├── src/
│ ├── index.ts # CLI entry point
│ ├── commands/
│ │ ├── setup.ts # Wallet setup command
│ │ ├── gas.ts # Gas monitoring
│ │ ├── tx.ts # Transaction forensics
│ │ ├── script.ts # Script management
│ │ └── chat.ts # AI chat command
│ └── core/
│ ├── ai/
│ │ └── interpreter.ts # AI intent parser
│ └── security/
│ └── vault.ts # AES-256 encryption
├── web/ # Astro website
├── package.json
└── tsconfig.json
Tech Stack
GPT-4 / Groq
AI Intelligence
Node.js / TS
CLI Runtime
Viem / Supabase
Web3 & Sync
AES-256 / RSA
Local Security
Need Help?
Join our community or check the source code for more details.