CLI
The edge-connector CLI handles authentication, code generation, testing, packaging, and uploads. See the CLI page for details.
The nara Edge Connector bridges the nara platform with your own infrastructure:
Use it whenever a tool needs to reach on‑prem systems, private APIs, or local hardware.
edge-connector auth or the desktop bootstrap.edge-connector generate and edge-connector test.CLI
The edge-connector CLI handles authentication, code generation, testing, packaging, and uploads. See the CLI page for details.
Runtime
A long‑running Node.js process that connects to Tool RPC, loads your implementations, and executes tools on demand.
Deployments
Each running connector instance registers as a deployment in the webapp so you can see status, last seen time, and configuration.
Bundles
Uploadable .tgz archives containing your compiled implementations and a manifest, created by the edge-connector package command.
Downloads
Platform-generated archives (per OS) that bundle the runtime, your latest tools, and a provisioning.json file with deployment settings.
Auto-Resume
The connector persists its last known configuration and can restart with --auto-resume to reuse the previous Tool RPC settings and deployment.
Start with the Edge Connector CLI