Installation¶
Homebrew¶
Docker¶
You can run version using Docker:
Go¶
If you have Go 1.24+ installed, you can install version using go install:
Manual¶
You can download the pre-compiled binaries from the releases page and copy them to a location in your $PATH.
Shell Completion¶
version provides completion scripts for Bash, Zsh, Fish, and PowerShell.
Bash¶
To load completions for every new session, execute once:
Linux¶
macOS¶
Zsh¶
If shell completion is not already enabled in your environment, you will need to enable it. You can execute the following once:
To load completions for each session, execute once:
You will need to start a new shell for this setup to take effect.
Fish¶
To load completions for each session, execute once:
PowerShell¶
To load completions in your current shell session:
To load completions for every new session, add the output of the above command to your powershell profile.