Skip to content

Setup on Linux

Docker

Install Docker Desktop for Linux by following the instructions from here.

Arch users knows what to do even without any instructions.

VSCode

Download and install Visual Studio Code from here or via your package manager.

Once installed, open VSCode and head to extensions tab (Ctrl+Shift+X) to install the following extensions:

Dev Containers

VSCode with DevContainers extension installed

When you try to create your first project, the Dev Containers extension may ask to download additional Docker components, even though Docker is already installed. Allow it to do so.

Swift Stream IDE

VSCode with Swift Stream IDE extension installed

Aaaaaand... you are all set!

Now check out our → Application and → Library guides.