Downloads
Get Mederos on your machine
The full desktop workstation installs today via npm or pip — both live — bundling a local node on 127.0.0.1:8532. The one-click native installers (Windows .exe, Linux .AppImage) are in final packaging.
Prefer nothing to install? The engine runs free in your browser — no signup, nothing uploaded.
npm (full desktop)
Live · Node ≥ 18Interactive Electron desktop channel — the full workstation, today. Probes CPU/RAM/GPU on first launch, writes ~/.mederos/profile.json, and tunes Electron GPU flags + V8 heap + MESH_WORKER / RELAY_WORKER.
npx @mederos/desktop # or: npm install -g @mederos/desktop && mederos # re-probe hardware: mederos --probe
View on npmpip local node
Live · Python ≥ 3.10Slim mederos-node only (bars + mesh, no torch). Hardware probe on init adjusts optional deps (zeroconf, uvloop) and runtime knobs (HTTP concurrency, bar persist, mDNS). Pair a phone or run headless without Electron.
pip install mederos-node mederos-node init # probe hardware + optional deps + run mederos-node doctor # print tier / ~/.mederos/profile.json mederos-node run --probe # refresh profile then start
View on PyPIWindows installer
Final packagingOne-click NSIS setup with Electron + slim local node (~124 MB) — in final packaging. Until it lands, the npm channel above installs the same desktop app on Windows today. After install it starts the local node on 127.0.0.1:8532 and walks first-run (tray, login item, notifications).
- Run the installer; pick install directory if you want
- Launch Mederos from the Start Menu — accept first-run prompts
- Confirm the status pill shows the local node healthy
Linux AppImage
Final packagingSingle-file AppImage (~162 MB) — in final packaging. Until it lands, the npm or pip channels above run on Linux today. Needs Python ≥ 3.10 on PATH for the local-node sidecar; prefer the in-app first-run wizard for startup + notifications.
- chmod +x Mederos-0.1.0.AppImage && ./Mederos-0.1.0.AppImage
- Ensure python3 --version reports 3.10+
- Optional: pip install -r requirements for the slim node if prompted by doctor
After install
- Local node health:
curl http://127.0.0.1:8532/healthshould reportnode: mederos - Hardware profile (npm + pip):
~/.mederos/profile.json - Step-by-step walkthrough: Getting started
Current version 0.1.0. Native one-click installers land here when packaging completes; the npm and pip channels above are the live install path today.