Prerequisites
Before installing VDT, make sure your system meets these requirements: Disk space: 20 GB available for VDT installation and development environment Supported operating systems: macOS 10.15+ or Ubuntu 20.4+ Recommended: Download and install Visual Studio (VS Code) for Vega Studio integrationRequired dependencies
Install the required dependencies for your operating system:- macOS Dependencies
- Ubuntu Dependencies
- Homebrew: Follow the installation instructions at brew
- Node.js (version 16.x or later): Download and install from Node.js
-
If you have node.js installed, check your version:
Install Vega SDK
Close VS Code before installing the SDK. If you see an ‘Electron quit unexpectedly’ message during or after installation, this can occur when VS Code is running during installation or when installing over an existing Kepler version. While this message doesn’t affect the installation and you can ignore it, you must restart VS Code afterward. Once signed in, open the Vega SDK installer and follow the steps below.- Follow the on-screen instructions.
-
When prompted, enter the installation path for the Vega SDK:
- Press Enter to use the default location: .
-
Wait for the installation to complete.
The installer displays export commands that provide access to the
keplercommand and use the Vega Studio extension. Example export commands: -
Add the export commands to your shell configuration file:
- Bash users:
~/.bashrcor~/.bash_profile - Zsh users:
~/.zshrcor~/.zprofile
- Bash users:
-
Apply the configuration changes:
- Bash users:
source ~/.bashrcorsource ~/.bash_profile - Zsh users:
source ~/.zshrcorsource ~/.zprofile
- Bash users:
-
Verify the installation by checking the Vega SDK version:
Restart VS Code after Vega SDK installation
If VS Code was running during the Vega SDK installation, reload the app to recognize the Vega Studio extension:-
Open the VS Code Command Palette:
- MacOS: Press
Cmd+Shift+P - Linux: Press
Ctrl+Shift+P
- MacOS: Press
- Enter Reload Window and press Enter. VS Code reloads and recognizes the Vega Studio extension.
Next steps
After installing Vega Developer Tools, choose your development approach: For beginners:- Start with the Build a Hello World App to learn Vega development basics.
- Vega Studio: If you installed Vega Studio, begin with Build an App Using Vega Studio. If you didn’t install Vega Studio: Set up the development environment by following the instructions in Set Up and Use Vega Studio.
- Vega CLI: For command-line development, see Build an App Using Vega CLI.
Need help?
- Visit Fix Vega SDK Installation Issues.
- Post an issue in Developer Forum.

