infrastructure_

Open-source tools for engineers who ship. No dashboards, no drag-and-drop, no abstraction tax. Just fast, reliable infrastructure primitives.

// PRODUCTS

VOIDCTL

v3.2.1MIT

Infrastructure orchestration engine. Manages containers, VMs, and serverless functions from a single CLI.

LATTICE

v1.8.0Apache 2.0

Distributed key-value store with sub-millisecond reads. Built for edge computing at global scale.

SIGNAL

v2.0.4MIT

Real-time event streaming pipeline. Process millions of events per second with exactly-once delivery.

// SPECS

LanguageRust + Go
Throughput2.4M req/sec
Latency (p99)< 3ms
Storage EngineLSM-tree (custom)
ReplicationRaft consensus
CompressionLZ4 + ZSTD

// TEAM

@ghost (Tokyo, JP)

Kai Nakamura

Founder / Lead Engineer

@syntax (Berlin, DE)

Ada Sterling

Runtime Engineer

@null (Portland, US)

Marcus Webb

Distributed Systems

@byte (Bangalore, IN)

Priya Sharma

Storage Engine Lead

// CHANGELOG

v3.2.12025-01-28fix: resolve memory leak in connection pool recycling
v3.2.02025-01-15feat: add WASM runtime support for edge functions
v3.1.42024-12-30perf: reduce p99 latency by 40% with batch commit optimization
v3.1.32024-12-18fix: correct shard rebalancing during rolling upgrades
v3.1.22024-12-02docs: update migration guide for v3.x breaking changes

// API

// Initialize client

const client = new VoidClient({

endpoint: "https://api.void.systems",

token: process.env.VOID_TOKEN,

})

// Deploy a function

await client.deploy("my-function", {

runtime: "wasm",

regions: ["us-east", "eu-west", "ap-south"],

})

// SUBSCRIBE

void.systems — open source infrastructure tools