Deployment
Install the sidecar on the server:
npm install -g mikroscopeRun the service with a production config:
mikroscope serve --config /etc/mikroscope/mikroscope.config.jsonThe API can run without any frontend bundle.
Use the API release ZIP instead when you need a pinned deployable artifact:
curl -sSL -o mikroscope_api.zip https://releases.mikrosuite.com/mikroscope_api_latest.zipunzip mikroscope_api.zip -d mikroscope_apicd mikroscope_api/*node cli.mjs serve --config /etc/mikroscope/mikroscope.config.jsonConsole
Section titled “Console”Download the console archive:
curl -sSL -o mikroscope_app.zip https://releases.mikrosuite.com/mikroscope_app_latest.zipunzip mikroscope_app.zip -d mikroscope_appDeploy the extracted app files to a static host. The console host should be configured with the correct config.json and allowed by corsAllowOrigin in the API config.
Release Downloads
Section titled “Release Downloads”The latest release archives are available from GitHub Releases and these stable URLs:
https://releases.mikrosuite.com/mikroscope_api_latest.zip- Node API and CLI bundlehttps://releases.mikrosuite.com/mikroscope_app_latest.zip- static browser console