Copy and paste this command into your terminal, or click the button to copy:
bash -c "$(curl -fsSL https://vdk.sh/install.sh)"
After installation, run:
start-vega
Note: If you see “command not found” error, please either:
source ~/.bashrc # for bash users (interactive non-login shell)
source ~/.bash_profile # for bash users (login shell)
source ~/.zshrc # for zsh users
If you’re not sure which shell you’re using, run echo $SHELL
to find out.
This will launch your Vega development environment with all tools and CLI available.
</div>
devbox.json
and init.sh
from this repo.To uninstall VDK, run the following command:
bash -c "$(curl -fsSL https://vdk.sh/uninstall.sh)"
This will:
After uninstallation, you can verify that VDK has been removed by checking that the start-vega
command is no longer available.