Skip to content

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 24 Mar 18:29
· 150 commits to main since this release

Install

Quick install (no repo needed)

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

# Windows (PowerShell)
irm https://raw.githubusercontent.com/ix-infrastructure/Ix/main/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:0.4.3

What's Changed

  • Merge patch/large-merge: map algorithm, CLI fixes, release packaging by @TannerTorrey3 in #53

Full Changelog: v0.4.2...v0.4.3