# VS Code

![](https://3110874736-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LzGbxzgz4fNAgn3zi0F%2F-M4UgisrklZMYOdQ6lME%2F-M4Um5S_z9HrXMuEXQOe%2Fvscode_banner.png?alt=media\&token=020b9c61-8c0e-4ffd-968d-fccd5f1eaa2f)

Andronix supports VS Code on all four of our support CPU architectures namely ARM64(armv8), armv7, i686 and x86\_64.&#x20;

{% hint style="info" %}
**Modded OS** come installed with VS Code of out the box.
{% endhint %}

## Debian based distros (Package Manager - **apt**)

```
apt install wget -y && wget https://raw.githubusercontent.com/AndronixApp/AndronixOrigin/master/Uninstall/vscode_patch.sh && chmod +x vscode_patch.sh && ./vscode_patch.sh
```
