1. Desktop version
  2. Browser version
  3. Python library
  4. Build from source

Desktop version

Stable release

The preferred way to install Vipster is via a package manager.

It is available in these repositories:

Packaging status

Installation instructions

Browser version

Vipster can also run in your browser. A standalone application can be found here.
This is a full visualization tool, but lacks many of the editing features of the desktop application.

If you want to include Vipster in your own web application, you can find it on npm:

npm install vipster

Note: rendering requires WebGL2 which unfortunately is blocked by Apple in its Safari browser. Sorry!

Python bindings

If you want to use the Vipster library in your Python environments, you can install them via:

$ pip install vipster

Note:

Jupyter widget

Vipster can also be integrated with Jupyter.
Please go to the VipsterView repository to find out more.

Build from source

To build Vipster from source, you need CMake (≥ 3.9) and a C++-17 compatible compiler (including <filesystem> support).

To build the GUI, you also need to install Qt ≥ 5.10.

For detailed build instructions, please refer to INSTALL.md. Other dependencies are described in external/README.md.

It is recommended to obtain the source via Git:

$ git clone https://github.com/sgsaenger/vipster

This allows to easily track development and automatically obtain missing dependencies.