Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Installation

Vyges is distributed as prebuilt binaries (the source is private). Every release bundles all three binaries — vyges, vyges-pdk-store, vyges-catalog — and installs them into ~/.vyges/bin.

These instructions describe the intended public install flow. The public release repo (vyges/cli) and Homebrew tap (vyges/homebrew-tap) go live with the first published release.

Homebrew (macOS / Linux)

brew install vyges/tap/vyges

This installs all three binaries in one shot.

curl installer (macOS / Linux)

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/vyges/cli/releases/latest/download/vyges-installer.sh | sh

The installer places the binaries in ~/.vyges/bin. Add it to your PATH if it isn’t already:

export PATH="$HOME/.vyges/bin:$PATH"

Windows (PowerShell)

irm https://github.com/vyges/cli/releases/latest/download/vyges-installer.ps1 | iex

Verify

vyges --version
vyges modules        # shows which Vyges modules are installed

Supported platforms

  • macOS (Apple Silicon and Intel)
  • Linux (x86-64 and arm64)
  • Windows (x86-64)