ArcticViewer can be built and distributed as a desktop application by relying on the Electron infrastructrue.
We currently don’t provide links to download pre-built packaged versions, but you should be able to build them yourself.
Create an application bundle yourself
ArcticViewer provides you with the infrastructure to create a redistributable application of ArcticViewer itself.
For that you will just need to follow the appropriate instructions below based on your operating system.
Windows
$ git clone https://github.com/Kitware/arctic-viewer.git |
Your bundle should be available in ./bin
directory.
MacOS
$ git clone https://github.com/Kitware/arctic-viewer.git |
Your bundle should be available in ./bin
directory.
Linux
$ git clone https://github.com/Kitware/arctic-viewer.git |
Your bundle should be available in ./bin
directory.