@mederos/desktop
v0.1.0
Published
Mederos desktop workstation (Electron) — interactive npm channel
Readme
@mederos/desktop
Interactive npm channel for the Mederos Electron workstation.
npx @mederos/desktop
# or
npm install -g @mederos/desktop && mederosHardware-aware launch
On first run (or with mederos --probe), the CLI probes CPU / RAM / GPU, writes ~/.mederos/profile.json, and adjusts:
- Electron flags — disables Chromium GPU accel on low-tier or headless/no-GPU hosts
- V8 heap —
NODE_OPTIONS=--max-old-space-size=…scaled by tier - Local node env —
MESH_WORKER/RELAY_WORKERpassed through to the sidecar process
Pass MEDEROS_SKIP_SETUP=1 to skip prompts while still applying a saved or freshly probed profile.
Honest limitations
- Requires Node.js already installed.
- No Start Menu / Dock integration.
- No silent auto-update (re-run
npx/npm update -g). - First run downloads the Electron binary (~100–200MB).
For the Just Works path (bundled local node + OS flaps), use the native installer from the Downloads page.
Publish (maintainers)
From mobile/:
npm run build
node npm-package/prepare-publish.mjs
cd npm-package && npm publish --access public