Aster
Safely — without a central authority and without shared secrets. No DNS, no load balancer, no certificate authority, no OAuth proxy in the middle. Identity is in the connection, not bolted on.
The 2026 example: AI agents calling tools on remote machines without a hosted proxy or shared secrets. The same engineering covers IoT fleets, edge compute, and multi-tenant microservices — anywhere a machine is the principal and the user is the delegating authority.
- iroh QUIC + NAT traversal
- Apache Fory cross-language wire format
- BLAKE3 contract identity
- Four-gate auth offline root key
Next: identity-aware load balancing and self-healing, built from the same primitives.
pip install aster-rpc aster-cli bun add @aster-rpc/aster Build one real service path, then take the deeper detail in the docs.
Python and TypeScript are first-class in alpha. Java, .NET, Kotlin, and Go are in progress. Rust is planned.