Skip to content

Downloads

Downloads Per-OS archives

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.json file 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.

  • Directoryedge-connector/
    • cli.js
    • Directorydist/
    • Directorycustom-implementations/
      • Directorydist/
      • manifest.json
    • provisioning.json

Platform-specific formats:

  • Linux / macOS: .tar.gz
  • Windows: .zip
  1. Download the archive for the correct OS from the nara webapp (Admin → Deployments or a dedicated Edge Connector section).

  2. Extract it to a suitable location (for example /opt/edge-connector or C:\edge-connector).

  3. Start the connector using the included entrypoint, e.g.:

    Terminal window
    node ./edge-connector/cli.js --auto-resume
  4. Verify in the webapp that the deployment shows as connected.