::: tip Linux users — The unzip, jq and curl package is required to install VeinSDK. Use sudo apt install unzip jq curl to install packages. Kernel version 5.6 or higher is strongly recommended, but the minimum is 5.1. Use uname -r to check Kernel version. :::
::: code-group
irm "https://vein-lang.org/install.ps1" | iex
curl -fsSL https://vein-lang.org/install.sh | bash
:::
:::tip VeinSDK requires a minimum of Windows 10 version 1809 :::
$ rune --version
Vein Rune CLI 0.*.*
Branch: master+*
$ rune workload list
code --install-extension veinlang.devkit
or download it manualy Vein DevKit
::: code-group
rm ~\.vein
rm -rf ~/.vein
:::