draw.io : online and offline diagramming app

Image result for draw.io logo

draw.io is an open platform where you can create and share diagrams. It’s integrated with the tools you already use.

draw.io uses the mxGraph library as the base of the stack, with the GraphEditor example from mxGraph as the base of the application part. The mxGraph library build used is stored under /etc/mxgraph/mxClient.js. draw.io is licensed under the Apache v2.

website : https://www.draw.io/
github : https://github.com/jgraph/drawio

It also has offline application which is based on Electron.
github : https://github.com/jgraph/drawio-desktop
Download : https://github.com/jgraph/drawio-desktop/releases

Comments