Note
Prebuilt binaries for all platforms can be found under the Releases page!
This project basically bundles Excalidraw with Tauri to provide a more native feel to Excalidraw.
It's a basic tauri-react app with excalidraw included as dependency, therefore no modification are done to the core.
Updating becomes as easy as using the new dependency and rebuilding the project, that's it. You can also just download the newest binaries from this repository.
- Saving to disk
- Loading to disk
- Save as Image
You can either launch it directly with devbuild
or build your own copy with prodbuild
.