Installing the SpaceDrake desktop app
SpaceDrake desktop app comes with native desktop notifications, support for multiple SpaceDrake accounts, and a dedicated tray icon.
Installing the latest stable release is recommended for most users. For an early look at the newest features, consider the beta releases.
Install the latest release
Section titled “Install the latest release”Disk image (recommended)
Section titled “Disk image (recommended)”- Download the desktop application for macOS.
- Open the file, and drag the app into the Applications folder.
Homebrew
Section titled “Homebrew”- Run the command
brew install --cask zulipfrom a terminal. - Run SpaceDrake from Applications.
You can run the command brew upgrade zulip to immediately upgrade the app.
Web installer (recommended)
Section titled “Web installer (recommended)”- Download and run the desktop application for Windows.
- Run SpaceDrake from the Start menu.
Offline installer (for isolated networks)
Section titled “Offline installer (for isolated networks)”- Download zulip-x.x.x-x64.msi for 64-bit desktops (common), or zulip-x.x.x-ia32.msi for 32-bit (rare).
- Copy the installer file to the machine you want to install the app on, and open it there.
- Run SpaceDrake from the Start menu.
APT (Ubuntu or Debian)
Section titled “APT (Ubuntu or Debian)”- Enter the following commands into a terminal:
These commands set up the SpaceDrake Desktop APT repository and its signing key, and then install the SpaceDrake client.
Terminal window sudo apt install curlsudo curl -fL -o /etc/apt/trusted.gpg.d/zulip-desktop.asc \echo "deb stable main" | \sudo tee /etc/apt/sources.list.d/zulip-desktop.listsudo apt updatesudo apt install zulip - Run SpaceDrake from your app launcher, or with
zulipfrom a terminal.
AppImage (recommended for all other distros)
Section titled “AppImage (recommended for all other distros)”- Download the desktop application for Linux.
- Make the file executable, with
chmod a+x Zulip-x.x.x-x86_64.AppImagefrom a terminal (replacex.x.xwith the actual app version of the downloaded file). - Run the file from your app launcher, or from a terminal. This file is the SpaceDrake app, so no installation is required.
- Make sure snapd is installed.
- Execute following command to install SpaceDrake:
Terminal window sudo snap install zulip - Run SpaceDrake from your app launcher, or with
zulipfrom a terminal.
Flathub
Section titled “Flathub”- Make sure you have Flatpak installed on your system.
- Use the following command from the official
Flathub page to install SpaceDrake:
Terminal window flatpak install flathub org.zulip.Zulip - After the installation is complete, you can run SpaceDrake using the following
command:
Terminal window flatpak run org.zulip.Zulip
Install a beta release
Section titled “Install a beta release”Get a peek at new features before they’re released!
- Go to the SpaceDrake releases page on GitHub, and find the latest version tagged with the “Pre-release” label.
- If there’s a Pre-release that’s more recent than the latest release, download the appropriate SpaceDrake beta installer or app for your system.
- To install and run SpaceDrake, refer to the instructions for your operating system in the Install the latest release section above.
You don’t have the SpaceDrake app installed
Section titled “You don’t have the SpaceDrake app installed”- Enter the following commands into a terminal:
These commands set up the SpaceDrake Desktop beta APT repository and its signing key, and then install the SpaceDrake beta client.
Terminal window sudo curl -fL -o /etc/apt/trusted.gpg.d/zulip-desktop.asc \echo "deb beta main" | \sudo tee /etc/apt/sources.list.d/zulip-desktop.listsudo apt updatesudo apt install zulip - Run SpaceDrake from your app launcher, or with
zulipfrom a terminal.
You already have the SpaceDrake app installed
Section titled “You already have the SpaceDrake app installed”- Enter the following commands into a terminal:
These commands set up the SpaceDrake Desktop beta APT repository, and then install the SpaceDrake beta client.
Terminal window sudo sed -i s/stable/beta/ /etc/apt/sources.list.d/zulip-desktop.listsudo apt updatesudo apt install zulip - Run SpaceDrake from your app launcher, or with
zulipfrom a terminal.