Skip to content

ZLayer 0.11.22

Latest

Choose a tag to compare

@github-actions github-actions released this 12 May 08:02
· 209 commits to main since this release

Install

Linux / macOS:

curl -sSL https://raw.githubusercontent.com/BlackLeafDigital/ZLayer/main/install.sh | sh

Windows (PowerShell):

irm https://raw.githubusercontent.com/BlackLeafDigital/ZLayer/main/install.ps1 | iex

Binary

Binary Description
zlayer Unified binary — TUI dashboard, full CLI, runtime, and image builder
zlayer (Windows) Thin CLI with WSL2 backend — auto-manages containers in WSL2

Container Images

Docker Hub (zachhandley/):

docker pull zachhandley/zlayer-node:0.11.22
docker pull zachhandley/zlayer-manager:0.11.22

GHCR (ghcr.io/blackleafdigital/):

docker pull ghcr.io/blackleafdigital/zlayer-node:0.11.22
docker pull ghcr.io/blackleafdigital/zlayer-manager:0.11.22

Using with ZLayer

# Initialize and deploy zlayer-manager
zlayer manager init
zlayer deploy zlayer-manager.yaml

# Or pull images directly
zlayer pull zachhandley/zlayer-node:0.11.22

See the CHANGELOG for details.