Skip to content

Installation

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.

powershell
irm "https://vein-lang.org/install.ps1" | iex
bash
curl -fsSL https://vein-lang.org/install.sh | bash

TIP

VeinSDK requires a minimum of Windows 10 version 1809

Checking installation

bash
$ rune --version
Vein Rune CLI 0.*.*
Branch: master+*

Checking workloads installed

bash
$ rune workload list

Installing VSCode Extensions

bash
code --install-extension veinlang.devkit

or download it manualy Vein DevKit

Uninstalling

powershell
rm ~\.vein
bash
rm -rf ~/.vein