Build Your First Mind in Minutes
From zero to a running SE-AI Mind with memory, skills, tools, and evolution.
Prerequisites
Ensure you have the required tools installed.
node --versionNode.js 22+
pnpm --versionpnpm 11+
git --versionGit
ollama --versionOllama (optional, for local models)
Clone & Install
Clone the repository and install dependencies.
git clone https://github.com/seai-mind/seai-mind.gitClone repository
cd seai-mindEnter directory
pnpm installInstall all dependencies
Build the Kernel
Compile all TypeScript packages in dependency order.
pnpm buildBuild all packages
pnpm typecheckVerify TypeScript compilation
pnpm lintRun ESLint
System Doctor
Verify your hardware and software environment.
pnpm --filter @seai/cli doctorRun system diagnostics
Hardware Profile: CPU: Apple M2 (8 cores, 8 threads) RAM: 8.0 GB (Unified) GPU: Apple M2 (8 cores, Metal 4) Storage: 256 GB (APFS) OS: macOS 15.6 (Darwin 25.6.0) Dependencies: ✓ Node.js 22.5.0 ✓ pnpm 11.17.0 ✓ Git 2.55.0 ✓ Ollama 0.1.47 ✓ Python 3.14.6
Initialize Your First Mind
Create a new Mind with the Darwin template.
pnpm --filter @seai/cli init --name MyMind --generation Darwin --codename "Darwin 0.1"Create Mind
pnpm --filter @seai/cli mind run "Hello, SE-AI!"Run a task
Next Steps
Explore the capabilities of your new Mind.
pnpm --filter @seai/cli goal "Build a REST API in Python"Compile and execute a goal
pnpm --filter @seai/cli evolve "code generation accuracy"Trigger evolution
pnpm --filter @seai/cli benchmarkRun benchmarks
pnpm --filter @seai/cli statusCheck Mind status
You're Ready to Evolve
Your first Mind is running. Now explore memory, skills, tools, and watch it evolve.
Troubleshooting?
Run the doctor for detailed diagnostics, or check the FAQ.