Getting started
From download to a healthy local node
Current native build: mederos-v0.1.0. Five steps — no account required for the local workstation path.
1. Install the workstation
Prefer the native path from the Downloads page:- Windows — Mederos-Setup-0.1.0.exe
- Linux — Mederos-0.1.0.AppImage (needs Python ≥ 3.10 on PATH)
Power users:
npx @mederos/desktoporpip install mederos-node && mederos-node init.2. Complete first-run
On first launch, Mederos starts the slim local node, checks/health, and offers tray + login-item + notification prompts. Keep the node on127.0.0.1:8532unless you intentionally expose LAN pairing.3. Verify the local node
curl http://127.0.0.1:8532/health # expect: {"status":"ok","node":"mederos", ...} curl "http://127.0.0.1:8532/market/bars?asset=equities&symbol=AAPL"If health fails, open Doctor from the desktop menu (or run
mederos-node doctoron the pip channel).4. Hardware-aware defaults
npm and pip probe CPU / RAM / GPU and write~/.mederos/profile.json. Low-tier hosts get smaller heaps, GPU-off Electron flags, and skip optional mDNS; high-tier can enable mesh workers and (on Linux) uvloop. Re-run withmederos --probeormederos-node run --probe.5. Explore without an account
Still in the browser: Convert a Pine Script or Tour the engine. Sign in later when you want machine pairing and the full mesh.
Full channel list, checksums, and package links: Downloads.