Install
One-line installer script or a GitHub release binary. Binary names: veyyon, vey.
curl -fsSL https://get.veyyon.dev | sh
Install, auth, run
Each step in one line. The detail for every platform and provider is below.
Install
curl -fsSL https://get.veyyon.dev | sh · or irm https://veyyon.dev/install.ps1 | iex on Windows · or a release asset from GitHub.
Auth
/login <provider>, provider env key, or OpenAI-compatible models.yml entry under the profile agent dir.
Run
veyyon in a repo; /model selects the interactive model. Config: ~/.veyyon/profiles/default/agent/.
macOS, Linux, Windows
Prebuilt binaries for supported architectures. Configures shell completions during installation. Run veyyon setup status to verify configured provider credentials.
macOS
Apple Silicon and Intel. curl … | sh or release archive.
Linux
x64 and arm64. Optional XDG layout: veyyon config init-xdg.
Windows
x64, including Windows arm64 under emulation. PowerShell: irm https://veyyon.dev/install.ps1 | iex.