Installation
System requirements
Section titled “System requirements”| Requirement | Minimum | Recommended |
|---|---|---|
| Go | 1.24+ | 1.24+ |
| Node.js | 20 LTS | 20 LTS |
| RAM | 512 MB | 2 GB |
| Disk | 500 MB | 2 GB |
| OS | Linux, macOS, WSL2 | Linux (production) |
Linux / WSL2
Section titled “Linux / WSL2”# 1. Install Go 1.24+wget https://go.dev/dl/go1.24.linux-amd64.tar.gzsudo tar -C /usr/local -xzf go1.24.linux-amd64.tar.gzexport PATH=$PATH:/usr/local/go/bin
# 2. Clone OVAVgit clone https://github.com/ovav-ai/ovav.gitcd ovav
# 3. Build from sourcecd go-runtimemake build
# 4. Verify./build/ovav versionbrew install go@1.24 node@20git clone https://github.com/ovav-ai/ovav.gitcd ovav/go-runtimemake build-darwinVerify installation
Section titled “Verify installation”ovav doctor # Full system diagnosisovav status # Runtime healthovav vault scan # Security auditTroubleshooting
Section titled “Troubleshooting”See Configuration for environment variables and Security for vault setup.