> For the complete documentation index, see [llms.txt](https://andronix-app.gitbook.io/andronix-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andronix-app.gitbook.io/andronix-app/software/ides/vs-code.md).

# VS Code

![](/files/-M4Um5S_z9HrXMuEXQOe)

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
```
