Package Details: drawio-bin 24.7.17-1

Git Clone URL: https://aur.archlinux.org/drawio-bin.git (read-only, click to copy)
Package Base: drawio-bin
Description: Diagram drawing application built on web technology
Upstream URL: https://github.com/jgraph/drawio
Licenses: Apache
Submitter: VVL
Maintainer: VVL
Last Packager: VVL
Votes: 3
Popularity: 0.84
First Submitted: 2024-08-20 19:28 (UTC)
Last Updated: 2024-10-11 06:42 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

VVL commented on 2024-09-06 10:50 (UTC)

Yes, this package isn't desktop apllication. It is web application for self-hosted draw.io. You need web-server or reverse-proxy (for example nginx) to run it.

Richardn commented on 2024-09-03 21:04 (UTC)

To anyone confused: This package does not give you a drawio binary. Instead, it gives you all the web files that when served, one can use drawio inside a web browser. For myself, I

python -m http.server -d /usr/share/webapps/drawio

Then I can use drawio at 127.0.0.1:8000 in Firefox.