Skip to content

v0.8.1

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jun 16:14
bc02305

A small patch on top of the 0.8.0 feature release.

Fixed

  • Quieted a cosmetic deprecation warning: tree-sitter-css triggered Node's DEP0151 warning on every parse worker, flooding ix map output on recent Node versions. The map itself was never affected; the grammar is now imported by explicit path so the warning no longer fires.
  • Bumped a dev dependency (vitest) to clear a security advisory.

Highlights from v0.8.0

0.8.0 was the major release. Full notes: https://github.com/ix-infrastructure/Ix/releases/tag/v0.8.0

  • 8 new languages: Lua, Bash, Haskell, Zig, HTML, XML, HCL / Terraform, CSS
  • Multi-repo / polyrepo systems (map related repositories as one connected system)
  • Topology-aware map layout
  • --format llm across all six plugins (Claude, Codex, Cursor, Gemini, OpenClaw, OpenCode)
  • tree-sitter 0.25 runtime

Install

Quick install (no repo needed)

# macOS / Linux
curl -fsSL https://ix-infra.com/install.sh | sh

# Windows (PowerShell)
irm https://ix-infra.com/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