Skip to content

Installation

MikroSheets ships as a static browser app. No account server or API is required.

  • A modern browser.
  • A static file server for local testing.
Terminal window
curl -sSL -o mikrosheets.zip https://releases.mikrosuite.com/mikrosheets_latest.zip
unzip mikrosheets.zip -d mikrosheets
cd mikrosheets/*
npx http-server . -a 127.0.0.1 -p 8000 -c-1

Open http://127.0.0.1:8000.

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

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