Latest Release: Version 3.3.0b

Release notes

Binaries

Ubuntu

Spectral viewer packages are available for the following Ubuntu versions:

  • 20.10 (Groovy)
  • 20.04 LTS (Focal)
  • 18.04 LTS (Bionic)

You must add a specific ppa:

sudo add-apt-repository ppa:alban-f/spectral-viewer
sudo apt-get update

Then, you can install with

sudo apt install spectral-viewer

Arch Linux

There is a package for Arch Linux spectral-viewer in the AUR repository.

You can install it with

yay -S spectral-viewer

Previous releases:

Version Packages Changelog
3.2.4b Windows 10 x64 / macOS x64 / Linux AppImage Release notes
3.2.3b Windows 10 x64 / macOS x64 / Linux AppImage Release notes
3.1.4b Windows 10 x64 / macOS x64 / Linux AppImage Release notes
3.1.3b Windows 10 x64 / macOS x64 / Linux AppImage Release notes
3.1.2b Windows 10 x64 / macOS x64 / Linux AppImage Release notes
3.0.1b Windows 10 x64 / macOS x64 / Linux AppImage Release notes

Continuous Release on Master branch

pipeline status

Binaries (1 week lifetime)

The builds are available for a duration of 1 weeks after their generation. Hence, they might not be available at the moment you want to download them. In this case, please use the Latest Release version or build them by yourself.

Source code

Archives:

Git:

git clone https://gitlab.com/mrf-devteam/spectral-viewer.git

Building Spectral Viewer From Source

You can also compile Spectral Viewer from the source code from our git repository: GitLab.

You will need the following tools:

Optional dependencies (highly recommended) are:

  • Eigen 3
  • OpenEXR v3.x
  • libtiff

To get the source code go to our GitLab. or use:

git clone https://gitlab.com/mrf-devteam/spectral-viewer.git

For better performances, it is recommended to compile SpectralViewer with Eigen enabled. You can get the Eigen library from here: Eigen.