Releases: hn-88/OpenSpace-AppImage
OpenSpace MacOS Intel Daily Build
Automated daily build of OpenSpace (updated 2025-12-13 11:49:02 UTC). Please use this .app file from your home folder and not from the Applications folder. You may be asked to permit running this app from an unknown publisher. Please note all the issues at https://github.com/hn-88/OpenSpace-AppImage/issues?q=is%3Aissue%20state%3Aopen%20Mac%20build
OpenSpace-single-precision MacOS AppleSilicon Build
Build of OpenSpace - patched to single-precision - (updated 2026-01-11 08:22:58 UTC). Please see the documentation at https://github.com/hn-88/OpenSpace-AppImage/wiki/OpenSpace-on-Mac
OpenSpace MacOS AppleSilicon Build
Automated build of OpenSpace (updated 2025-12-12 09:57:51 UTC). Please download and unzip the Windows zip file from openspaceproject.com and unzip the .app file into the bin directory of the Windows version. Run using the terminal, by changing the directory with cd into the bin directory, and then running . But please note that this does nothing useful - see this issue, #75 . You may be asked to permit running this app from an unknown publisher. Please note all the issues at https://github.com/hn-88/OpenSpace-AppImage/issues?q=is%3Aissue%20state%3Aopen%20Mac%20build
OpenSpace Windows Daily Build
Automated daily build of OpenSpace (updated 2026-01-17 03:37:21 UTC).
OpenSpace AppImage Daily Build
Automated daily build of OpenSpace (updated 2026-01-17 03:37:22 UTC). Please see usage notes and issues linked from https://github.com/hn-88/OpenSpace-AppImage/releases/tag/v0.21.2-1
OpenSpace CPack Daily Build
Automated daily build of OpenSpace (updated 2026-01-17 07:44:55 UTC). On installing this .deb file, you can run openspace by typing 'openspace' in a terminal window. '/usr/bin/openspace' contains a script which sets the user directory and other env variables, which you can change as desired. Please note all the issues at https://github.com/hn-88/OpenSpace-AppImage/issues?q=is%3Aissue%20state%3Aopen%20deb%20created%20with%20cpack
v0.21.2-1
Please note - OpenSpace attempts to download many GB of data depending on the profile selected on launch. If you wish to download a large part of the data as a single zip file download, please download the OpenSpace-0.21.0.zip zip file from the Windows download and set the OPENSPACE_SYNC variable to point to the large sync directory (which would be the user/sync directory inside the downloaded unzipped directory).
Please set the environment variables QT_PLUGIN_PATH, OPENSPACE_USER and OPENSPACE_GLOBEBROWSING as mentioned at https://github.com/hn-88/OpenSpace-AppImage/releases/tag/0.20.1-1
Additionally, __NV_PRIME_RENDER_OFFLOAD, __GLX_VENDOR_LIBRARY_NAME, __VK_LAYER_NV_optimus may need to be set if you have NVidia cards which are not being detected by the AppImage.
Example usage is:
export QT_PLUGIN_PATH=lib/x86_64-linux-gnu/qt6/plugins/
export OPENSPACE_USER="/home/myusername/Downloads/OpenSpace/user" <-- change this path to some directory where you have write access
export OPENSPACE_GLOBEBROWSING=/home/myusername/Downloads/OpenSpaceData <-- change this path to some directory where you have write access
./OpenSpace-0.21.2*-x86_64.AppImage
Alternately, you can run the runopenspace.sh shell script in the same directory as the AppImage, which by default will set the OpenSpace/user directory under the current directory. Please remember to make the script as well as the AppImage executable before use:
chmod +x OpenSpace*AppImage
chmod +x runopenspace.sh
Please note the known issues and workarounds at https://github.com/hn-88/OpenSpace-AppImage/issues and please report any new issues there.
OpenSpace-0.21.2-1-x86_64.AppImage and runopenspace0.21.2.sh -
- Tested and working on Linux Mint 22.1 "xia", based on Ubuntu 24.04 "Ubuntu Noble Numbat".
- Tested and working on Ubuntu 22.04 live usb session, running x11 Windowing system, with an NVidia GTX 1050 Ti graphics card.
- Tested and NOT working on Ubuntu 24.04 live usb session, running x11 Windowing system, with Nouveau driver on an NVidia GTX 1050 Ti graphics card. This was giving thousands of GL errors, and finally a blank screen.
- Tested and working on Ubuntu 24.04 after installation, running x11 Windowing system, with NVidia 550 driver on an NVidia GTX 1050 Ti graphics card - this needed the libjack fix and the apparmor fix.
v0.21.0-1
Please note - OpenSpace attempts to download many GB of data depending on the profile selected on launch. If you wish to download a large part of the data as a single zip file download, please download the OpenSpace-0.21.0.zip zip file from the Windows download and set the OPENSPACE_GLOBEBROWSING variable to point to the parent directory of the large sync directory (which may be the user/sync directory) appropriately as below.
Please set the environment variables QT_PLUGIN_PATH, OPENSPACE_USER and OPENSPACE_GLOBEBROWSING as mentioned at https://github.com/hn-88/OpenSpace-AppImage/releases/tag/0.20.1-1
Additionally, __NV_PRIME_RENDER_OFFLOAD, __GLX_VENDOR_LIBRARY_NAME, __VK_LAYER_NV_optimus may need to be set if you have NVidia cards which are not being detected by the AppImage.
Example usage is:
export QT_PLUGIN_PATH=lib/x86_64-linux-gnu/qt6/plugins/
export OPENSPACE_USER="/home/myusername/Downloads/OpenSpace/user" <-- change this path to some directory where you have write access
export OPENSPACE_GLOBEBROWSING=/home/myusername/Downloads/OpenSpaceData <-- change this path to some directory where you have write access
./OpenSpace-0.21.0-wayland-workaround-1-x86_64.AppImage
arm64 build has an issue, coming soon.
v0.21.0rc1-1
Please set the environment variables QT_PLUGIN_PATH, OPENSPACE_USER and OPENSPACE_GLOBEBROWSING as mentioned at https://github.com/hn-88/OpenSpace-AppImage/releases/tag/0.20.1-1
Additionally, __NV_PRIME_RENDER_OFFLOAD , __GLX_VENDOR_LIBRARY_NAME, __VK_LAYER_NV_optimus may need to be set if you have NVidia cards which are not being detected by the appimage.
Example usage is:
export QT_PLUGIN_PATH=lib/x86_64-linux-gnu/qt6/plugins/
export OPENSPACE_USER="/home/myusername/Downloads/OpenSpace/user" <-- change this path to some directory where you have write access
export OPENSPACE_GLOBEBROWSING=/home/myusername/Downloads/OpenSpaceData <-- change this path to some directory where you have write access
./OpenSpace-0.21.10rc1-1-x86_64.AppImage
Tested working on Linux Mint 22.1 with Xfce desktop.
If you are running Wayland and not X, if you get errors like ignoring Wayland, please try using the waylandworkaround and report whether it works at #24
Please see the known issues and workarounds at https://github.com/hn-88/OpenSpace-AppImage/issues
v0.21.preAlpha-0bec798
This release is to fix the crash issue in the previous preAlpha release. An AppImage for ARM64 (aarch64) is also included.