Noctua Labs NOCTUA LABS Contact Support

Developer & Enterprise
Documentation Portal

Official integration guides and container deployment blueprints for the Axiom Zero edge security platform.

Quickstart Overview v1.0 Ready

Axiom Zero ships as self-contained Docker containers and edge modules. No cloud dependencies or third-party telemetries are required.

🛡️ Axiom Zero Edge

105-layer physical hardware attestation engine. Deploys as a lightweight edge container or Cloudflare/Nginx proxy module with <15ms latency.

Containerized Edge Node Setup

Deploy Axiom Zero directly within your existing container infrastructure. Compatible with Docker, Podman, Kubernetes, and Nomad.

Cloudflare & Nginx Adapter Integration

Configure sub-15ms edge proxy routing using Cloudflare Workers or Nginx sidecar modules.

Response Policy Configuration

Customize threat mitigation rules, false-positive thresholds, and fail-secure escalation policies.

DOCKER COMPOSE
version: '3.8'
services:
  axiom-zero-edge:
    image: noctualabs/axiom-zero-edge:latest
    ports:
      - "443:8443"
    environment:
      - UPSTREAM_ORIGIN=https://app-backend.internal:8080
      - RESPONSE_POLICY=GHOST_DECEPTION
      - MAX_EDGE_LATENCY_MS=15