Skip to content

Releases: ix-infrastructure/Ix

v0.5.1

03 Apr 01:24

Choose a tag to compare

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

Full Changelog: v0.5.0...v0.5.1

v0.5.0

01 Apr 22:33
d3c6209

Choose a tag to compare

Install

Quick install (no repo needed)

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

# Windows (PowerShell)
irm https://ix-infra.com/install.ps1 | iex


### Docker image
```bash
docker pull ghcr.io/ix-infrastructure/ix-memory-layer:0.5.0

v0.4.9

29 Mar 02:40
0676dc9

Choose a tag to compare

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:0.4.9

What's Changed

Full Changelog: v0.5.0...v0.4.9

v0.4.7

25 Mar 21:12

Choose a tag to compare

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.7

What's Changed

  • feat: add backend-backed symbol graph projection for visualizer by @TannerTorrey3 in #56

Full Changelog: v0.4.6...v0.4.7

v0.4.6

25 Mar 20:54

Choose a tag to compare

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.6

What's Changed

Full Changelog: v0.4.5...v0.4.6

v0.4.5

25 Mar 19:53
4396648

Choose a tag to compare

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.5

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

24 Mar 19:32

Choose a tag to compare

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.4

Full Changelog: v0.4.3...v0.4.4

v0.4.3

24 Mar 18:29

Choose a tag to compare

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

v0.4.2

24 Mar 18:05

Choose a tag to compare

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.2

Full Changelog: v0.4.1...v0.4.2

v0.4.1

24 Mar 17:25

Choose a tag to compare

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.1

What's Changed

  • fix: correct version display and add upgrade to help text by @riley0227 in #47
  • fix: security audit — shell injection, temp files, license, Dockerfile by @riley0227 in #49
  • docs: fix README inaccuracies by @riley0227 in #52

Full Changelog: v0.4.0...v0.4.1