Skip to content

Installation

Download the static app archive and serve it locally:

Terminal window
curl -sSL -o mikrocanvas.zip https://releases.mikrosuite.com/mikrocanvas_latest.zip
unzip mikrocanvas.zip -d mikrocanvas
cd mikrocanvas/*
npx http-server . -a 127.0.0.1 -p 8000 -c-1

Open 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.

The latest release archive is available from GitHub Releases and this stable URL:

  • https://releases.mikrosuite.com/mikrocanvas_latest.zip