Quick Start
Get Vant running in 2 minutes
1. Install
Install Vant globally:
npm install -g vant
Or run directly without installing:
node bin/vant.js start
2. Configure
Create a .env file with your GitHub credentials:
VANT_GITHUB_REPO=your-username/your-brain-repo
VANT_GITHUB_TOKEN=ghp_xxxxxxxxxxxx
Or run interactive setup:
vant setup
3. Run
Start Vant to load your brain and begin:
vant start # Full startup (health → sync → load → run)
vant health # Verify system setup
vant load # Load brain from previous session
vant sync # Push brain changes to GitHub
What’s Next?
- Build Your First Agent - 15 min tutorial
- CLI Reference - All commands
- Configuration - Customize Vant