Downloads
Downloads
Per-OS archives
From bundle to download
Section titled “From bundle to download”When you upload a tool bundle, the platform can assemble per‑OS archives that contain:
- the edge-connector runtime (Node-based, bundled)
- your latest uploaded bundle (manifest + dist)
- a
provisioning.jsonfile with Tool RPC URL, deployment, and mode
The assembly process is driven by environment variables such as DEPLOYMENT_ID, DEPLOYMENT_SECRET, TOOL_RPC_URL, CONNECTOR_TYPE, and ORG_ID.
Archive contents
Section titled “Archive contents”Directoryedge-connector/
- cli.js
Directorydist/
- …
Directorycustom-implementations/
Directorydist/
- …
- manifest.json
- provisioning.json
Platform-specific formats:
- Linux / macOS:
.tar.gz - Windows:
.zip
Installing on a target machine
Section titled “Installing on a target machine”-
Download the archive for the correct OS from the nara webapp (Admin → Deployments or a dedicated Edge Connector section).
-
Extract it to a suitable location (for example
/opt/edge-connectororC:\edge-connector). -
Start the connector using the included entrypoint, e.g.:
Terminal window node ./edge-connector/cli.js --auto-resume -
Verify in the webapp that the deployment shows as connected.