drawio-windows-portable
v31.1.5
Published
Unofficial npm distribution of the official draw.io Desktop v31.1.5 Windows x64 portable build.
Maintainers
Readme
drawio-windows-portable
Unofficial npm distribution of the official draw.io Desktop 31.1.5 Windows x64 portable build.
The upstream release is downloaded unchanged from jgraph/drawio-desktop. Its official SHA-256 is checked before packaging and again when the npm payload is assembled.
Install and run
npm install -g drawio-windows-portable
drawio-windows-portableOr run it without a global installation:
npx drawio-windows-portableNo administrator permission is required. On first run, the three npm payload parts are combined, verified and extracted to:
%LOCALAPPDATA%\DrawioPortable\31.1.5The executable is:
%LOCALAPPDATA%\DrawioPortable\31.1.5\draw.io.exeCommands
drawio-windows-portable --extract
drawio-windows-portable --verify
drawio-windows-portable --print-path
drawio-windows-portable --destination D:\Apps\DrawioPortable
drawio-windows-portable --waitArguments not consumed by the launcher are passed to draw.io.exe.
Why there are three dependency packages
The official x64 portable release is a 190 MB ZIP and expands to about 522 MB. The payload is divided into three npm packages so each registry tarball remains comfortably below npm's practical package-size limit. Installation of the main package pulls all parts automatically.
Important
This is an unofficial redistribution maintained by mr-photato. draw.io and diagrams.net are trademarks of their respective owners. For source code, issues and official releases, use the upstream project links in UPSTREAM.md.
