Console
MikroScope Console is a static browser app. It is useful only when it can reach a MikroScope API, but the API never depends on the console.
Download the static console archive:
curl -sSL -o mikroscope_app.zip https://releases.mikrosuite.com/mikroscope_app_latest.zipunzip mikroscope_app.zip -d mikroscope_appServe the extracted app directory with Caddy, Nginx, object storage, a CDN, or a local static server.
cd mikroscope_app/*npx http-server . -a 127.0.0.1 -p 8000 -c-1