ar.io

Use, build, and run

Products and tools for the ar.io network.

Use the ar.io protocol through applications, developer tools, and infrastructure you can operate yourself.

Use an app

Start with a working interface.

Upload permanent data, register an ArNS name, explore gateways, or participate in staking without integrating an API first.

ar.io Console

A general-purpose application for publishing and working with permanent data.

  • Upload files and deploy applications
  • Manage credits and ArNS names
  • Retrieve and verify permanent records

ArNS App

The dedicated application for registering and managing ArNS domain names.

  • Search and register names
  • Manage records and controllers
  • Extend leases or manage ownership

Gateway Explorer

The network portal for inspecting gateways and participating in protocol operations.

  • Explore registered gateways
  • Review network activity
  • Manage staking and delegation

Build with the protocol

Add permanent data to an application.

Choose a protocol SDK, route requests across gateways, or publish a complete application from the command line.

Read live network stateno key required
npm install @ar.io/sdk

import { ARIO } from '@ar.io/sdk'

const ario = ARIO.mainnet()
const { items } = await ario.getGateways()

ar.io SDK

TypeScript libraries for interacting with gateways, ArNS, and ar.io protocol state from web and Node applications.

Wayfinder

Client routing and verification libraries for retrieving Arweave data through the gateway network.

ar.io Deploy

A CLI for publishing files or application builds, creating manifests, and optionally updating ArNS records.

Run infrastructure

Operate part of the network.

Cache and serve permanent data, observe gateway performance, or provide a focused routing endpoint.

Gateway Node

Modular gateway software for caching, retrieving, indexing, verifying, and serving permanent data.

Observer

Software for generating network observation reports used in gateway accountability.

Wayfinder Router

A lightweight proxy that provides one endpoint into the gateway network without running a full gateway.

Operator add-ons

Add controls around a gateway.

Content Scanner

A moderation sidecar that detects and helps block phishing or malicious HTML served through a gateway.

Add content scanning