Skip to main content

Container orchestration
for the rest of us

80% of Kubernetes use-cases with 20% of the complexity

One daemon, one CLI. Deploy, scale, route, and observe your services without an afternoon of YAML and a control plane to babysit.

Quickstart
# Install both binaries (daemon + CLI)
curl -sSfL https://raw.githubusercontent.com/helyos-labs/helyos/main/install.sh | sh

# Deploy a service from a simple YAML spec
helyos deploy app.yaml
helyos status
How it works

From zero to running in three steps

  1. 01

    Install

    One script drops the helyosd daemon and the helyos CLI onto any Linux host. No cluster bootstrap.

  2. 02

    Deploy

    Write a short YAML spec and run helyos deploy app.yaml. The daemon pulls images, places pods, and wires up DNS.

  3. 03

    Operate

    Scale, inspect, and route from your terminal — locally, or over a pinned remote with helyos login.