How to install Draw.io on Linux

Written by Administrator on Monday April 6, 2020

There are two ways of installing Draw.io in linux

Download Draw.io .rpm/.appImage/.deb

  • Visit official Draw.io GitHub repository
  • download appropriate package for your linux distro
  • install Draw.io using package manager

Clone GitHub repository and compile

$ cd /home/dima/git-repos
$ git clone https://github.com/jgraph/drawio-desktop
$ make

Category: linux Tags: clone git install draw.io