SAOImageDS9 is released annually, with beta versions (denoted as b1, b2, etc.) available for download between major releases.
Scroll past the latest release to view the current beta versions.
Expand each section to view the currently supported operating system versions.
NOTE: If Chrome users have problems downloading from this page they can go to https://ds9.si.edu/beta/ directly
DS9 is also available as a Flatpak for both Intel and ARM processors.
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak remote-add --user --if-not-exists ds9 https://ds9.si.edu/beta/flatpak/saoimageds9.flatpakrepo
flatpak install edu.si.ds9 -y
After installation, SAOImageDS9 will be available in your Applications menu. You can also run it from the terminal command line using
alias ds9="flatpak run edu.si.ds9"
ds9 -version
SAOImageDS9 for the Mac Operating System is released in two ports:
as an Aqua application (the graphical user interface native to MacOS)
as an Darwin X11 application (requires XQuartz to run).
There is no operational difference between the two ports and it is just a matter of preference.
The Aqua port is installed by the normal MacOS method of downloading a disk image, double clicking on the file, and click and drag the application into the /Applications directory.
The X11 port is installed by downloading a tarball archive, unpacking the file:
% tar -xvzf darwin-universal.<version>.tar.gz
and moving 2 files, ds9 and ds9.zip into a directory that is in your shell PATH variable, such as your local bin directory:
% mv ds9 ds9.zip $HOME/bin/.
General users can install the Aqua version which does not require any additional software.
If you need to use command line options, install the Darwin X11 version
As of 8.8b2, SAOImageDS9 is released as a "univeral" binary for the two different kinds of processors in Mac computers: Intel processors (2020 and before) or Apple Silicon processors (2020 and after).
xattr -c /Applications/SAOImageDS9.app
"The application “Finder” does not have permission to open “(null)”."
Please run the following commands at the prompt in a Terminal window
codesign --remove-signature /Applications/SAOImageDS9.app
codesign --force --deep --sign - /Applications/SAOImageDS9.app