An open source Windows app for the Excalidraw whiteboard tool.
- All features of the original Excalidraw tool.
- Persistent storage of drawing.
- Multiple drawing support. ( To be implemented )
- Live collaboration. ( Under consideration )
Please do not ask for these features to be implemented:
- Cloud sync.
- Go to Releases and download the latest installer for your platform.
- Run the installer and follow the instructions.
- Do not run the app from the installer ( it will save the Chart in the wrong location - To be fixed ). Instead, run the app from the start menu or run the executable from the installation directory.
- If you like the app, please consider starring the repository. Thank you!
Prerequisites:
- Clone the repository.
- Run
npm installorbun installin the project directory. - Run
npm run tauri buildorbunx tauri buildin the project directory. - Go to the
src-tauri/target/release/bundle/msidirectory and run the executable to install the app. - Do not run the app from the installer ( it will save the Chart in the wrong location - To be fixed ). Instead, run the app from the start menu or run the executable from the installation directory.
- If you like the app, please consider starring the repository. Thank you!
This project is licensed under GNU General Public License v3.0.
The original Excalidraw project is licensed under the MIT License, but this repository does not redistribute the original code. The original code is downloaded during the build process.
Source code for the original Excalidraw project can be found here.