Skip to content

arcnode-io/arcnode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

About

Arcnode is the top-level catalog and overview repo for the arcnode-io organization. The system is built from four 10ft ISO container modules. Each is independently autonomous. They combine to form deployments from a single BESS node to a multi-MW AI compute site. The only custom-fabricated mechanical part in the entire system is the inter-container interface plate.

The full software stack is open. The engineering templates, the EMS, and the sizing engine are publicly available.

How It Works

actor operator
participant configurator
participant platform_api
participant edp_api
actor epc_integrator
participant ems

operator -> configurator: load + site + context inputs
configurator -> platform_api: POST /platform-api/orders
platform_api -> edp_api: POST /edp-api/jobs (sizing payload)
edp_api -> platform_api: edp_artifacts[]
platform_api -> operator: email\n(EDP zip, EMS payload, F-Droid links)
operator -> epc_integrator: hand off EDP
operator -> ems: spin up (sim mode → live on commissioning)
  1. Operator enters load requirements, site constraints, and deployment context into the System Configurator.
  2. The configurator submits to platform-api, which forwards the sizing payload to edp-api and waits for the 8 EDP artifacts.
  3. platform-api builds the delivery bundle: the EDP package, the EMS deployment payload (CloudFormation deep link or air-gapped ISO, both embedding the DTM), and a link to the Android EMS app on F-Droid with DTM upload instructions.
  4. Operator's inbox receives the bundle. EDP goes to the electrical integrator. Operator spins up the EMS, which starts in simulation mode and switches to live on commissioning. No vendor involvement required.

Repositories

EMS Suite (12 repos — runs on a deployed stack)

EDP Toolchain (2 repos — engineering deployment packages)

  • edp-api — sizing engine + EDP artifact generator (single responsibility)
  • edp-interface-plates — CAD source for the inter-container interface plates

Custom Hardware (1 repo)

Public Surface (3 repos)

  • arcnode — top-level catalog (this repo)
  • platform-api — order intake, delivery orchestration, email dispatch
  • website — arcnode.io marketing site