The recommended install path is the npm CLI package. It vendors Python 3.12 and the Voss wheel, so you do not need to manage a Python environment just to run the harness.Documentation Index
Fetch the complete documentation index at: https://docs.tryvoss.dev/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Node.js 18 or newer for the npm package
- Python 3.11 or newer if you install with pip or from source
- Git
- A terminal environment where Voss can run inside a repository
Recommended: npm
Alternative: pip
If you already manage Python 3.11+ yourself:Source checkout
Use an editable checkout for Voss development:Verify the CLI
voss doctor checks local harness prerequisites such as config directories, provider setup, compiler availability, and tool readiness.
Next steps
- Run a one-shot harness task: First task
- Start a scoped edit session: First edit
- Review command reference: CLI reference