# drawio-desktop **Repository Path**: jlinkx/drawio-desktop ## Basic Information - **Project Name**: drawio-desktop - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: better-separation - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2025-07-27 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # drawio-desktop draw.io desktop app based on Electron [![Build Status](https://travis-ci.org/jgraph/drawio-desktop.svg?branch=master)](https://travis-ci.org/jgraph/drawio-desktop) [![Build status](https://ci.appveyor.com/api/projects/status/e56wdssukquwe7bv?svg=true)](https://ci.appveyor.com/project/davidjgraph/drawio-desktop) ### Prepare Run yarn install yarn appdeps ### Running Generic devmode: `yarn start` Mxgraph development: `yarn startmx` set `NODE_DEVTOOLS=on` to force open devtools ### Logs By default it writes logs to the following locations: on Linux: `~/.config//log.log` on OS X: `~/Library/Logs//log.log` on Windows: `%USERPROFILE%\AppData\Roaming\\log.log`