Installation¶
Prerequisites¶
- Python 3.11+
- uv: Fast Python package manager
- An API key for at least one LLM provider (Anthropic, OpenAI, Google, Ollama, or OpenRouter)
Install Vandelay¶
Vandelay is currently distributed from source. Install via git:
Verify it works:
PyPI release coming soon. Once published, installation will simplify to
uv tool install vandelay.
Platform Notes¶
| Platform | Status | Notes |
|---|---|---|
| Linux | Full support | Recommended for production. systemd daemon included. |
| macOS | Full support | launchd daemon included. |
| Windows | Full support | PID-file daemon included. WSL recommended for production. |
Next Steps¶
Once installed, open the Vandelay TUI dashboard:
If this is your first time, the onboarding wizard will appear automatically to set up your provider and API key. See the Quickstart for the full walkthrough.