Hey all, this is a fun project I made to take your desktop and provide a seamless excalidraw experience on the Mac totally free. I wanted to build something intuitive, lightweight (3.4 MB) and completely swift native. It's designed for power users.
It provides a borderless whiteboard pinned to your desktop layer. Quick hotkeys to access and use. If you want it will leave the architecture behind your files on your desktop after your flip it off.
link files, connect to obsidian, integrates with your apple ecosystem. MCP enabled. Would love your thoughts. Thanks!
Ill touch on how we got it so lightweight. The final DMG is 3.4MB. It's drawing everything with core graphics. Other apps bundle electron apps which at minimum is 100mb.
Every framework it uses ships with macOS, so the bundle contains just the binary, one dependency (Sparkle, for auto-updates), a 60 KB font, and a small PNG.
I made sure whitespace render 90%+ or so excalidraw features. Upon new node that excalidraw implement, it preserve. Nothing is loss. Over the time, the gap will be bridge
It provides a borderless whiteboard pinned to your desktop layer. Quick hotkeys to access and use. If you want it will leave the architecture behind your files on your desktop after your flip it off.
link files, connect to obsidian, integrates with your apple ecosystem. MCP enabled. Would love your thoughts. Thanks!
https://github.com/zpphxd/whitespace
What is your plan to ensure this app is 100% compatible with Excalidraw?
Undo is mapped to command Z and redo is mapped to up command Z.
Thanks for the note. I’ll add a specific button for that.