Installation
The TriVault AI Harness ships as a single self-contained binary. No Docker, no Kubernetes, no package manager required.
System Requirements
- OS: Linux (x86_64, aarch64), macOS (arm64), Windows (amd64)
- RAM: 8GB minimum (16GB recommended)
- Disk: 2GB for the harness + model files
- Network: None required (fully offline capable)
Download
Download the latest release for your platform:
# Linux x86_64
curl -L -o trivault-harness https://releases.trivault.org/harness/latest/linux-amd64
# macOS arm64
curl -L -o trivault-harness https://releases.trivault.org/harness/latest/darwin-arm64
# Windows
curl -L -o trivault-harness.exe https://releases.trivault.org/harness/latest/windows-amd64.exe
Quick Start
# Make executable
chmod +x trivault-harness
# Run a scan
./trivault-harness scan --target /path/to/project
# View help
./trivault-harness --help