Skip to main content

Install DevSpace

To get started with DevSpace, choose either the DevSpace Desktop application or the DevSpace CLI.

Install DevSpace

Download DevSpace Desktop:

Previous Releases

For earlier versions, visit the GitHub releases page

Linux Packages

The official package is the Appimage, it has been tested working on:

  • Debian 12 and newer
  • Ubuntu 22.04 and newer
  • Fedora 36 and newer
  • Opensuse Leap 15.3 and newer
  • Opensuse Tumbleweed
  • Archlinux

Make sure you have the following dependencies installed for the Appimage to work (usually already installed in desktop distributions):

  • glibc version 2.35+
  • fuse2, fuse2 libraries, libopengl, libfribidi, libegl, libxgl
    • sudo apt-get install fuse libfuse2 libopengl0 libfribidi0 libgles2-mesa
    • sudo dnf install fuse fuse-libs libglvnd-egl libglvnd-opengl libglvnd-glx harfbuzz fontconfig fribidi libthai
    • sudo zypper in fuse libfuse2 libharfbuzz0 libfribidi0 libthai0

These are generally needed for AppImage to work; they are not specific to DevSpace.

Windows Packages

Make sure you have the following dependencies installed for the Desktop App to work:

Note that WebView 2 is normally already installed on recent versions of Windows and should not need installing unless you experience issues.

Linux Custom Packages

Since we're not providing deb or rpm packages anymore, we're now providing a tar.gz that can be used as source for your custom package.

Keep in mind the following dependencies need to be declared in the package for the correct functioning of the program:

  • libappindicator3-1
  • libgdk-pixbuf2.0-0
  • libbsd0
  • libxdmcp6
  • libwmf-0.2-7
  • libwmf-0.2-7-gtk
  • libgtk-3-0
  • libwmf-dev
  • libwebkit2gtk-4.1-0
  • librust-openssl-sys-dev
  • librust-glib-sys-dev

On Fedora: sudo dnf install libappindicator-gtk3

Install DevSpace CLI

Alternatively, you can also use the CLI instead of the desktop application. The DevSpace CLI is useful for managing DevSpace directly from a terminal. Choose an installation method below, or install it later from the Desktop App."

curl -L -o devspace "https://dev.khulnasoft.com/releases/latest/download/devspace-darwin-arm64" && sudo install -c -m 0755 devspace /usr/local/bin && rm -f devspace