Skip to content

List Versions

Terminal window
# Example
zvm ls

Use ls to list all installed versions of Zig.

Terminal window
zvm list-remote
# Or
zvm ls-remote

Use list-remote or ls-remote to list the versions available for download. For machine-readable output, add --json:

Terminal window
zvm list-remote --json

zvm ls --all still works, but is deprecated in favor of list-remote.

Terminal window
zvm ls --vmu

The --vmu flag will list set version maps for Zig and ZLS downloads.