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 startDocker image
docker pull ghcr.io/ix-infrastructure/ix-memory-layer:latestWhat's Changed
- fix: allow install and uninstall to work on all linxu distros and max by @KageBinary in #144
- feat: auto-install all deps in install script by @riley0227 in #146
- fix: include label_kind and parent_id in subsystems JSON output by @TannerTorrey3 in #143
- Markdown & TOML Parsing Support by @josephismikhail in #147
- Security/codeql alert fixes by @josephismikhail in #149
- fix: patch Vite security advisories (6 Dependabot alerts) by @josephismikhail in #161
- Remove Notion sync workflow by @jbmiv in #182
- v0.6.0: install fixes, client-agnostic backend, view port option by @riley0227 in #193
New Contributors
- @KageBinary made their first contribution in #144
- @jbmiv made their first contribution in #182
Full Changelog: v0.5.1...v0.6.0