# Installing Visual Studio Code

{% tabs %}
{% tab title="Linux" %}
The easiest way to install is by opening the .deb package via Software Center GUI. If your Linux distribution is Debian based (Debian/Ubuntu) [download your Visual Studio Code .deb Package](https://code.visualstudio.com/Download) and install it.&#x20;

If you prefer to install using your terminal, type the command`sudo apt-get install code`

![](https://1246655713-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-L_mPP3a_E_A7NbRMq7Q%2F-M29MrqASXTX1dpjaZJZ%2F-M29NH4hDzoj0SUkFhEq%2Fimage.png?alt=media\&token=bd2626a1-3171-43f1-8471-bbecba8da059)

For more information access <https://code.visualstudio.com/docs/setup/linux>
{% endtab %}

{% tab title="Windows" %}
[Download the Visual Studio Code installer](https://code.visualstudio.com/Download) and run the installer. If you download a Zip archive, extract it and run Code from there.&#x20;

For more information access <https://code.visualstudio.com/docs/setup/windows>
{% endtab %}

{% tab title="Mac OS X" %}
[Download Visual Studio Code installer](https://code.visualstudio.com/Download) and double-click on the downloaded file to open its contents. Drag Visual Studio Code.app to the Applications folder. To make it available in the Launchpad and to add Visual Studio Code to your Dock,  right-click the icon and choose Options >> Keep in Doc.

{% hint style="info" %}
You can also use [brew](https://brew.sh/) to install it by typing the following command:&#x20;

```
brew cask install visual-studio-code
```

{% endhint %}

For more information access <https://code.visualstudio.com/docs/setup/mac>
{% endtab %}
{% endtabs %}
