Neural Fabric for
Real-time
Infrastructure.

Leapfrog message streaming for the AI era — fully open source, sub-millisecond latency. Powered by io_uring, zero-copy deserialization, and thread-per-core architecture. Built in Rust from the ground up — no JVM, no garbage collection. For engineers who hate limits.

From the creators ofApache Iggy
0.ms
Latency

Every Millisecond Counts.

In distributed systems, latency compounds. Every service call, every hop, every layer adds up. When your message streaming infrastructure runs at sub-millisecond P99, the entire stack gets faster.

< 1ms
P99 latency
1M+
Messages/s per node
Zero
GC pauses, ever
4
Native protocols
Application logic
Serialization
Network hop
Message streaming
< 1ms
Network hop
Deserialization
Consumer processing

The thinner the bar, the less latency your infrastructure adds.

Technology

Engineered for Precision.
Built for Raw Throughput.

Apache Iggy doesn't bolt performance onto an existing runtime. Every layer is purpose-built in Rust to make the most of modern hardware, from a 2-core laptop to a 32-core bare-metal server.

io_uring

Kernel-level async I/O. No syscall overhead, no context switches. Batched operations completed asynchronously by the kernel.

Thread-per-Core

Shared-nothing architecture. Each core owns its data. No locks, no contention. Linear scalability with core count.

Zero-Copy Deserialization

Messages read directly from binary buffers. No parsing, no allocation. Data flows from disk to network with minimal CPU.

No Garbage Collection

Rust’s ownership model. Memory safety at compile time. No GC pauses, no stop-the-world. Predictable at every percentile.

Persistent Append-Only Log

Write-optimized storage with configurable retention. Consumer groups, partitioning, and flexible offset management.

Runs on Anything

A single 2 vCPU node can handle serious workloads. Runs on bare metal, VMs, containers, or cloud instances.

Ecosystem

Fits Your Stack.

Native Protocols

TCPQUICHTTPWebSocket
RustGoJavaC#PythonNode.js

Connectors Runtime

Natively compiled Rust source and sink plugins. No JVM, minimal memory footprint.

PostgreSQLElasticsearchApache IcebergQuickwitBigQueryFlinkApache PinotPostgreSQLElasticsearchApache IcebergQuickwitBigQueryFlinkApache Pinot
Security

Laser-Tight Security.
Secure by Design.

No inbound connections. No vendor access to your data. Pull-only architecture designed to minimize blast radius at every layer.

01

Pull-Only, Zero Vendor Access

Warden initiates all connections outbound. We orchestrate infrastructure but never touch your data. The control plane cannot push commands, even if compromised.

02

Complete Tenant Isolation

Every cluster runs on dedicated VMs with your own NVMe or Network Disk — not shared serverless. Fully isolated from day one. No SSH, no SSM, no open ports.

03

Encryption and Verification

TLS everywhere, AES at rest. Every binary signed, every task Ed25519-verified. Certificates issued and rotated automatically.

04

Flexible RBAC

Role-based access control with granular permissions. Streams provide multi-tenant isolation. Each stream contains its own topics, partitions, and access controls.

Deployment

Your Infrastructure.
Our Precision.

01

Managed

Dedicated VMs, full isolation, NVMe or Network Disk. VPC peering available — no enterprise plan required. We run everything — you connect and go.

02

Bring Your Own Cloud

Your AWS account, our management. Keep your AWS discounts and full data sovereignty. Zero cross-network transfer costs.

03

On-Premise

Any infrastructure. Bare metal, private cloud, VMs. Same Warden agent, same isolation guarantees, same APIs.

Same APIs, same Console, same Warden agent everywhere.
Dedicated VM isolation at every price point. No shared infrastructure.

What's Next
Coming Soon

Viewstamped Replication

We're building Viewstamped Replication, a consensus-based replication protocol, directly into Apache Iggy. Deterministic state machines, flexible cluster sizes, and consistency guarantees that leader-follower replication simply cannot deliver.