A small patch on top of the 0.8.0 feature release.
Fixed
- Quieted a cosmetic deprecation warning:
tree-sitter-csstriggered Node'sDEP0151warning on every parse worker, floodingix mapoutput 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 llmacross 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 startDocker image
docker pull ghcr.io/ix-infrastructure/ix-memory-layer:latest