Official electron build of
GitHub Repo

Official electron build of

@the_ospsPost Author

Project Description

View on GitHub

Draw.io Goes Native: The Official Electron Desktop App

If you've ever needed to sketch out a quick system architecture diagram, map a user flow, or just doodle some network topology, you've probably ended up on draw.io. It’s the go-to, free, web-based diagramming tool for a lot of us. But constantly flipping between your code editor and a browser tab can break your flow. That’s why this news is pretty slick: there’s now an official Electron-based desktop application.

This isn't just a wrapped website; it's the full draw.io experience, packaged to run natively on your machine. For developers who live in their desktop environment, this is a straightforward quality-of-life upgrade that’s worth a look.

What It Does

The drawio-desktop repository provides the source and builds for the official draw.io desktop application. It’s built on Electron, which means you get a dedicated, cross-platform app (Windows, macOS, and Linux) that encapsulates everything the web version offers, but without the browser.

Why It's Cool

The obvious win is having a separate, always-available window for your diagrams that doesn't get lost in a sea of Chrome tabs. But the desktop integration goes a bit deeper. You get proper file system access, which makes saving and opening .drawio files on your local machine or network drives feel natural. The app also handles file associations, so you can double-click a .drawio file and have it open directly in the application.

Since it’s the same core as the web app, you get all the powerful features—like support for a huge variety of diagram types, extensive shape libraries, and seamless integration with cloud storage providers like Google Drive and OneDrive—but with the performance and focus of a native app. It’s the best of both worlds.

How to Try It

Trying it out is simple. You don't need to clone the repo or build from source unless you want to.

  1. Head over to the Releases page on GitHub.
  2. Download the latest installer for your operating system (Windows .exe or .msi, macOS .dmg, or Linux .deb/.rpm).
  3. Run the installer and you're done.

Open it up, and you’ll be greeted with the familiar draw.io interface, ready to run as a standalone app.

Final Thoughts

For developers who frequently use diagrams for documentation, planning, or communication, this official desktop app is a no-brainer. It removes the minor friction of using the browser-based version and makes draw.io feel like a more integral part of your dev toolkit. It’s fast, it’s free, and it’s built on a stack we all know and understand. Definitely worth a spot on your desktop.

Follow us for more cool projects: @githubprojects

Back to Projects
Project ID: 1970047349578961039Last updated: September 22, 2025 at 08:47 AM