Skip to content
DOWNLOAD

Run a Node

Desktop app for macOS, Windows, and Linux. One-click install, wallet baked in, automatic updates. Pick your platform below.

Also available: macOS Intel (.dmg) · release notes

NVIDIA NIM, research LLM, free

No local GPU? Pick NVIDIA NIM (free) in the node setup screen for the research / review LLM path. Register at build.nvidia.com to get a personal API key (~5,000 free credits/month). Training and docking work orders still run locally. Use a node with a GPU for those.

macOS users

The app is not yet code-signed. If macOS says "damaged and can't be opened", run this in Terminal after installing:

sudo xattr -cr "/Applications/Synapseia Node.app"

Terminal mode

Prefer the CLI? Install the npm package directly. Headless-friendly, scriptable, drops the desktop shell.

npm install -g @synapseia-network/node
synapseia start

Requires Node.js 22+. Full CLI reference on the node repo README.