.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
SENTRY_DSN_MACOS
Sentry (crash reporting) Omit or leave empty to disable Sentry in local builds.
SENTRY_DSN_ASSISTANT
DOCTOR_SERVICE_URL
Doctor service Omit to disable the doctor command.
PROXY_ALLOWED_HOSTS
Network proxy Comma-separated host patterns allowed through the proxy. localhost is always allowed.
brew install flyctl && fly launch --from https://github.com/abi/vellum-assistant
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/abi/vellum-assistant
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/abi/vellum-assistant