Overview
The Space Desktop App is available in the three most common operating systems: macOS
, Windows
, and Linux
.
You can download the right installer for you from our Github repository latest release page.
macOS¶
Download the .dmg
image and drag the Space Desktop app to your Applications folder as you usually do with others .dmg
apps.
Windows¶
Download the .exe executable file and execute the Space Desktop app as you usually do with other executable Windows apps.
The entire application is bundled into the exe, you can place that anywhere you'd like to store the app and add shortcuts as needed (e.g., your Taskbar or Desktop).
Linux¶
For Linux, we generated an AppImage
app. To run the AppImage
, first you will need to make it executable:
chmod a+x space-app-{LATEST_VERSION}-linux-x86_64.AppImage
And then, just run it!
./space-app-{LATEST_VERSION}-linux-x86_64.AppImage
Important
We highly recommend to open the space-app-{LATEST_VERSION}-linux-x86_64.AppImage
app with AppImageLauncher, it will give you a better experience and also is recommended by the electron builder library that we use to build the Space Desktop app.
Info
You don't know what it is an .AppImage
app? You can visit the AppImage website to get more information.