Skip to content

v0.4.10

Choose a tag to compare

@github-actions github-actions released this 02 May 22:56
· 683 commits to master since this release

Installation

macOS / Linux — one-liner

curl -fsSL https://github.com/intersystems-community/iris-dev/releases/latest/download/iris-dev-$(uname -s | tr '[:upper:]' '[:lower:]')-$(uname -m | sed 's/x86_64/x86_64/;s/arm64/arm64/;s/aarch64/arm64/') -o /usr/local/bin/iris-dev && chmod +x /usr/local/bin/iris-dev

Windows

Download iris-dev-windows-x86_64.exe, rename to iris-dev.exe, place on your PATH.
Or set iris-dev.serverPath in VS Code settings to the full path — no PATH required.

VS Code Extension

Download vscode-iris-dev-*.vsix and install via Extensions: Install from VSIX... in VS Code 1.99+.

Quick start

# Set your IRIS connection (or use objectscript.conn in VS Code)
export IRIS_HOST=localhost
export IRIS_WEB_PORT=52773
iris-dev mcp   # start MCP server

See the README for full setup instructions.

Full Changelog: v0.4.9...v0.4.10