draw.io is an online diagramming open source web application which can be used as flowchart maker, network diagram software, ER diagram tool, UML diagramand more. It can be freely accessible website of draw.io or official Docker image or Desktop version for macOS, Linux & Windows.
This guide includes detailed instructions about Desktop version installation on Kali Linux.
Download the .deb build for draw.io
sudo apt update
sudo apt -y install wget curl
curl -s https://api.github.com/repos/jgraph/drawio-desktop/releases/latest | grep browser_download_url | grep '\.deb' | cut -d '"' -f 4 | wget -i -
Install with dpkg command
sudo apt -f install ./drawio-amd64-*.de
When application is installed, launch the application with following command.
drawio

Comments
Post a Comment