Documentation

Everything you need to master Aura OS — your AI Commander for Web3.

New in v0.5.1: Staking, Tax Export, Swaps, P&L & More

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.