Installation
Run Your Own Copy
Section titled “Run Your Own Copy”Download the static app archive and serve it locally:
curl -sSL -o mikrocanvas.zip https://releases.mikrosuite.com/mikrocanvas_latest.zipunzip mikrocanvas.zip -d mikrocanvascd mikrocanvas/*npx http-server . -a 127.0.0.1 -p 8000 -c-1Open http://127.0.0.1:8000.
The static app is local-first and stores boards in browser IndexedDB. API-backed snapshot sharing is optional and documented in the deployment and configuration guides.
Release Downloads
Section titled “Release Downloads”The latest release archive is available from GitHub Releases and this stable URL:
https://releases.mikrosuite.com/mikrocanvas_latest.zip