Install
Download executable
You may download Tulip from the Downloads page
Using snap store
or from console:
Run from source
You will need inkscape installed on your system
Clone or download the repository and go to source code folder
git clone https://gitlab.com/drid/tulip.git
cd tulip
# Install node modules
npm install
# Generate SVGs
npm run convert-svg
Build and install
You will need inkscape installed on your system
Clone or download the repository and go to source code folder
git clone https://gitlab.com/drid/tulip.git
cd tulip
# Install node modules
npm install
# Generate SVGs
npm run convert-svg
Available build commands are:
also for specific Linux package type you can use electron builder directly