// Edge Runtime · Sub-10ms · x86 + ARM

Decide at the edge.
Sync to the cloud.

A lightweight execution layer that runs directly on commodity x86 and ARM gateways. INNFINI processes sensor data, applies rules, runs local inference and triggers actions at the site — even before signals reach the central platform.

<10ms
Local inference
98%
Bandwidth reduction
72hr+
Offline buffer
Filter Infer Decide Sync
// How the Edge Runtime works

Intelligence at the site.

Six stages. INNFINI connects locally, filters the noise, runs inference on the gateway, applies your rules, buffers through outages, and syncs clean events back when the network's there.

  1. 01 · Connect

    Local I/O

    RFID readers, cameras, BLE gateways, sensors, PLCs, BMS controllers — all wired directly to the edge node, no cloud detour.

  2. 02 · Filter

    Reduce the Noise

    Dedupe reads, cleanse signals, aggregate streams. 12,847/s raw becomes a few dozen meaningful events.

  3. 03 · Infer

    Sub-10ms Inference

    Vision, anomaly, classification, movement direction — fast local inference on x86 or ARM, no GPU required.

  4. 04 · Decide

    Local Rules

    Apply thresholds, business rules and decision logic at the gateway — alarms, escalations and actions fire instantly.

  5. 05 · Buffer

    Offline-Safe

    Store events locally during network drops. Continue local alerts. Preserve timestamps. Resume the moment uplink returns.

  6. 06 · Sync

    Cloud Hand-off

    Clean, structured, time-stamped events stream securely back to INNFINI — feeding the graph, agents and dashboards.

// Key capabilities

Mission-critical edge. Commodity hardware.

Fast where speed matters. Resilient where uptime matters. Cheap where the math matters. No proprietary boxes, no GPU mandates, no vendor cages.

01 · Speed

Sub-10ms Inference

Run vision, anomaly, classification and movement models locally with sub-10ms latency — fast enough for safety-critical decisions.

Vision detectAnomalyClassification
02 · Hardware

x86 & ARM Support

Deploy on commodity gateways, industrial PCs, mini PCs, ruggedized field devices and edge servers. No proprietary boxes required.

x86_64ARM64Rugged + IPC
03 · Resilience

Offline-Safe

Keep capturing, processing and storing events through network drops. Resume sync transparently the moment uplink returns.

Local bufferTime-stamp preservedAuto-resume
04 · Logic

Local Rules Engine

Apply thresholds, validations, filters and business logic at the edge — the same rules language that runs in the cloud.

ThresholdsFiltersCloud-parity
05 · Bandwidth

Data Reduction

Filter, aggregate and reduce traffic upstream. Send only the events that matter — 98% bandwidth saved on noisy sites.

DedupeAggregate−98% upstream
06 · Secure

Secure Sync

mTLS-encrypted, signed and audited handoff back to INNFINI cloud. Every event has provenance from the gateway forward.

mTLSSigned eventsFull audit
// Reference hardware

Four tiers, no proprietary box.

The runtime is a single signed binary with no kernel modules. Sizing follows the workload, not a vendor SKU — these are the tiers we deploy against, and the workload each one carries in production.

TierTypical hardwareFootprintCarriesPower
MicroARM64 gateway · 4 core · 4 GB210 MB RAM · 1.2 GB diskRules + filtering, up to 40 sensor streams< 10 W
Standardx86 industrial PC · 8 core · 16 GB1.4 GB RAM · 40 GB disk4 vision models, 8 camera streams, 500 sensors35–65 W
SiteEdge server · 16 core · 64 GB · T4 or A2 GPU6 GB RAM · 500 GB disk24 camera streams, full local graph, 30-day buffer180–300 W
Rugged / mobileFanless IP65 · ARM64 or x86 · DIN or vehicle mount380 MB RAM · 8 GB diskVehicle telematics, mobile command, field kits12–24 V DC
// Latency budget

Where the ten milliseconds go.

Sub-10 ms is a budget, not a slogan. Measured on the Standard tier for a 1080p vision detection, frame arrival to action emitted — the same path a cloud round trip covers in 380–600 ms.

Stepp50p99Notes
Frame capture and decode1.8 ms3.1 msHardware decode where available
Pre-processing and tensor prep0.9 ms1.6 msZero-copy into the accelerator
Model inference3.4 ms6.2 msINT8 quantised, batch of one
Rule evaluation0.6 ms1.1 msSame rule language as cloud
Action emit and local persist1.1 ms2.4 msWritten before acknowledgement
End to end7.8 ms14.4 msCloud round trip: 380–600 ms
// Disconnected operation

What still works when the link is gone.

Every edge platform claims offline support. The honest question is which capabilities degrade, and in what order — so here is the full answer, including what does not survive.

CapabilityDisconnectedWhy
Sensor and video ingestFullNothing in the capture path depends on the uplink.
Local inferenceFullModels are resident on the node, not called remotely.
Rules and local automationFullCached rule set continues; changes queue for the reconnect.
Local alerting and signageFullOn-site outputs are driven from the node itself.
Cross-site correlationDegradedThe node can only correlate what it can see. Multi-site patterns resume on reconnect.
Graph enrichmentDegradedFalls back to the cached subgraph for local assets; global lookups defer.
Consequential automationHeldDeliberate: actions needing central authority are queued for approval, never taken unilaterally.
Model retraining and promotionSuspendedTraining is a central function. The node runs its current model unchanged.
// Fleet operations

One node is a demo. Four hundred is the job.

The difficulty of edge is not the first node — it is updating the four hundredth without a truck roll, and knowing which eleven are unhealthy right now.

Rollout

Staged and reversible

Updates roll canary → ring → fleet with health gates between stages. A failed health check halts the wave automatically rather than continuing into the estate.

CanaryHealth gatesAuto-halt
Recovery

A/B partitions

The node keeps the previous image on a second partition. A failed boot or failed health check reverts locally without anyone visiting the site.

Dual slotLocal rollbackNo truck roll
Config

Declared, not clicked

Every node's state is declarative and versioned. A replacement box is provisioned by identity and converges to the correct configuration on first boot.

VersionedDrift-correctedFast RMA
Observability

The node reports itself

Temperature, disk wear, model confidence drift, buffer depth and uplink quality stream back as first-class telemetry — a degrading node raises an incident before it fails.

Disk wearDriftBuffer depth
// Edge security

A node in a plant room is physically reachable.

Edge hardware sits in corridors, cabinets and vehicles. The threat model assumes someone can touch it.

ControlImplementation
Measured bootTPM 2.0 or ARM TrustZone verifies the boot chain. A node that fails attestation is refused enrolment and cannot rejoin the fleet.
Encryption at restFull-disk encryption with the key sealed to the TPM, so a removed drive is unreadable off the node.
Mutual TLS identityEach node holds a unique hardware-bound certificate. Certificates rotate automatically and can be revoked centrally within seconds.
Signed artefactsRuntime images, models and rule sets are signature-verified before load. An unsigned or altered artefact will not execute.
No inbound portsThe node dials out. There is no listening management port to scan, and no inbound path from the network into the runtime.
Tamper responseChassis intrusion and unexpected reboots raise a security incident, and the node can be configured to seal its keys until re-attested.
Data minimisationVideo can be processed to events on-node and never transmitted, so imagery of people need not leave the site at all.
// Why it matters

Faster, cheaper, always-on.

−85%
Decision latency

Actions fire locally instead of round-tripping through the cloud — critical for safety, security and high-throughput operations.

100%
Offline continuity

Sites keep scanning, dispatching, alerting and recording through network drops, brownouts and ISP outages.

−98%
Bandwidth cost

Send clean operational events, not continuous raw streams — cuts upstream bandwidth on noisy RFID and vision sites.

12+
Deployment shapes

x86 IPC, ARM gateway, rugged field unit, edge server, mini PC — pick the form factor that fits each site.

The Edge Runtime extends platform intelligence to the physical site — enabling faster decisions, resilient operations and real-time automation even when connectivity is limited.

Run INNFINI at your edge.

A 60-minute architecture review with our solutions team. We map your sites, your hardware, and the workflows where edge processing changes the math.