Unisrv logoUnisrv.io

Introduction

Welcome to the Unisrv.io documentation.

Unisrv is an infrastructure platform for serving containerized applications inside isolated Firecracker microVMs. The entire platform is written in Rust.

It supports hybrid hosting — run compute on our infrastructure, or bring your own hardware. The edge proxy tunnels requests to your nodes over private mTLS 1.3 through a single TCP/SSL port.

Unisrv is in closed private alpha. Access is currently by invite only.

Quick start

Everything is managed through the unisrv CLI. The general workflow is:

  1. Push an image — use Docker to push to the built-in Harbor registry, or use any registry you like
  2. Claim a host — reserve a domain and provision TLS
  3. Create a service — wire the host to your instances
  4. Roll out — deploy with a single command

See Instances and Services for the object model, or jump straight to the full deploy example for a step-by-step walkthrough.

On this page