# Edge Products

## Edge Products

Not every problem can be solved from the cloud. A substation in a valley with no coverage, a factory
floor whose OT segment must never route to the internet, a remote pumping station on a metered
link — all of them still need metrics, alarms and security visibility. **Edge Products** are the part
of the OpenGate family that runs *where the assets are*, does the work locally, and synchronises with
the platform only when it makes sense to.

They share three design commitments:

- **Offline-first.** Local persistence and local decision-making. Connectivity is an optimisation,
  never a prerequisite. A device that loses its uplink keeps ingesting, keeps evaluating rules and
  keeps raising alarms; it reconciles when the link returns.
- **Self-contained deployment.** Installation bundles carry their own dependencies, so a target host
  can be provisioned without reaching a package mirror.
- **Optional platform integration.** Each product is useful standalone, and becomes more useful when
  registered against OpenGate — telemetry flows up, operations flow down.

## Available products

[**Axiom Border**](axiom_border/) is a lightweight network and asset monitoring probe. It ingests
metrics, raises alarms, runs security and vulnerability assessments — including OT/ICS industrial
protocols — resolves SNMP OIDs against a bundled MIB catalogue, and exposes everything through a
JWT-protected REST API and an embedded web UI. It runs fully disconnected and can optionally report
to OpenGate over HTTP or MQTT.

## Index

{{% children sort="weight" depth="100" %}}
