Downloads
Get Mederos on your machine
Current release: mederos-v0.1.0. The native installer is the Just Works path: workstation UI plus a bundled local node on 127.0.0.1:8532. npm and pip are honest power-user channels — same doctor language, fewer OS flaps.
Windows installer
RecommendedNSIS setup with Electron + slim local node (~124 MB). Unsigned for now — SmartScreen may warn on first run; choose “More info → Run anyway”. After install, Mederos starts the local node on 127.0.0.1:8532 and walks first-run (tray, login item, notifications).
- Download Mederos-Setup-0.1.0.exe
- 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
SHA256 EE6A625678E3AAC669D5F871DB5579DE29F1D42D718307893A2C3460B35607B3
Download for WindowsLinux AppImage
RecommendedSingle-file AppImage (~162 MB). Needs Python ≥ 3.10 on PATH for the local-node sidecar (the AppImage ships the node scripts; your system interpreter runs them). Prefer the in-app first-run wizard for startup + notifications.
- Download Mederos-0.1.0.AppImage
- 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
SHA256 F2C4BA42DD238CF39A03FED2036E9C4B52D589C229CFD8FE8990DFF124486921
Download AppImagenpm (power users)
Needs Node ≥ 18Interactive Electron channel. Probes CPU/RAM/GPU on first launch, writes ~/.mederos/profile.json, and tunes Electron GPU flags + V8 heap + MESH_WORKER / RELAY_WORKER. No Start Menu; no silent auto-update.
npx @mederos/desktop # or: npm install -g @mederos/desktop && mederos # re-probe hardware: mederos --probe
View on npmpip local node
Companion · 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 PyPI
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
All native artifacts and auto-update metadata: GitHub Release mederos-v0.1.0. Prefer assets from a mederos-v* tag.