Expected — current builds aren't code-signed yet. Windows: More info → Run anyway.
macOS: right-click the app → Open, or xattr -dr com.apple.quarantine /Applications/Veyandor.app.
Signing/notarization is in progress.
Packaged builds start the bundled daemon automatically — give it a few seconds; it reconnects
on its own. If you're running from source, start the daemon yourself with npm run daemon.
If it persists, check that nothing else is holding the Veyandor pipe/socket and restart the app.
Veyandor needs your own Claude Code, logged in:
claude, then /login.Veyandor uses your subscription — you do not need an API key.
Veyandor works on Git repositories so it can branch and merge agent work safely. git init the
folder (or choose an existing repo) and add it again.
Packaged builds ship the keyword embedder only. Use keyword (the default), or run Veyandor from source to enable the local model (a one-time download).
You're offline, or there's no newer release published. Updates are manual (Config → Updates) — Veyandor never checks in the background. On macOS, in-app updates don't apply until the app is notarized (pending).
Everything lives under ~/.veyandor (the database, per-session git worktrees, and the local
pipe/socket). Veyandor is local-first and doesn't upload your code or prompts.
See Install and the Quickstart, or check the latest release notes at https://github.com/hockeyben/veyandor-releases/releases/latest.