Skip to content

v0.10.8

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Sep 06:14
· 3 commits to main since this release
1ac30fd

Install

Quick install (no repo needed)

# macOS / Linux
curl -fsSL https://raw.githubusercontent.com/ix-infrastructure/Ix/main/scripts/install/install.sh | bash

# Windows (PowerShell)
irm https://raw.githubusercontent.com/ix-infrastructure/Ix/main/scripts/install/install.ps1 | iex

# Homebrew
brew tap ix-infrastructure/ix https://github.com/ix-infrastructure/Ix
brew install ix
ix docker start

Docker image

docker pull ghcr.io/ix-infrastructure/ix-memory-layer:latest

What's Changed

  • fix(release): restore the CLI to the release staging, and assert it is there by @KageBinary in #625

Full Changelog: v0.10.7...v0.10.8