---
title: "Edge Overview"
description: "Deploy agents to Cloudflare's global edge network for low latency execution in 300+ locations. Feature Local Edge Latency Single location <50ms globally Availability Single server 99.99% SLA Scaling Manual Automatic Stat"
resource: https://www.aiagents.nexus/docs/manual/edge-deployment/overview
generated: { by: "process:nexus-agent-assets", at: 2026-09-07T09:13:03Z }
status: stable
---

# Edge Deployment Overview

Deploy agents to Cloudflare's global edge network for low-latency execution in 300+ locations.

## Architecture

```
naos edge deploy researcher
     ↓
Compile agent → WASM
     ↓
Upload to Cloudflare Workers
     ↓
Agent runs at 300+ edge locations
     ↓
State persisted via Durable Objects
```

## Benefits

| Feature | Local | Edge |
|---------|-------|------|
| Latency | Single location | <50ms globally |
| Availability | Single server | 99.99% SLA |
| Scaling | Manual | Automatic |
| State | SQLite | Durable Objects |

## Quick Start

```bash
naos edge login
naos edge deploy researcher
naos edge status researcher
naos edge logs researcher
```
