Release notes

Keep up with latest product news

4600 notes
24 Sep, 2026 AAlex Woodhead
IRIS_Editor_IP_Safe
Version 1.0.1

Now with VIM extension preinstalled.

This brings:

  • Bookmarks
  • Search and replace with regular expressions
  • Jump to last edit line with ( . ) [ Enter ]

Plugin is off by default but toggled on via command palate when vscode is started,
[Shift} + [Control] + p
Type:
"Toggle VIM mode"
Accept the selected option.

Alternatively updating settings.json. for default enabled.

Command reminder

When vim mode is normal '-- NORMAL --' is displayed in lower tool bar.
When vim mode is insert '-- INSERT --' is displayed
When vim mode is visual ( selecting text ) then "-- VISUAL --" is displayed
Press [Escape ESC] key to exit current command and return to "NORMAL" mode.

Command Keys What it does
ESC [ Escape ] I'm unsure what my command state is. Cancel pending commands and just return me to normal mode
u [ u ] Undo last change
i [ i ] From normal mode enter insert mode to add remove characters
a [ a ] From normal mode enter insert mode after current character
o [ o ] Open new line below current line and switch to insert mode
:e! [ colon (:)] then [ e ] then [ ! ] then [ ENTER ] Abandon changes and reload previously saved class definition from database
:w [ colon (:) ] then [ w ] then [ Enter ] Save and compile
:q [ colon (:) ] then [ q ] - Close current document
:q! [ colon (:) ] then [ q ] then [ ! ] - Close current document without saving
:Ex [ colon (:) ] then [ Shift ] + [ e ] then [ x ] then [ Enter ] Switch from edit to Source file Explorer view

Copy and Paste

There are two clip boards:

  • Use the operating system clipboard to pass content between vscode and external tools.
  • Use the operating system clipboard to copy characters from document and paste into search command
  • Use the vim clipboard to pass content between document open in vscode
Command Keys What it does
Shift o [Shift] + o Open new line above current line and switch to insert mode
Shift v [Shift] + [v] Select line
Shift y [Shift] + [y] Copy selected line to vim clipboard
Shift p [Shift] + [p] Paste line from vim clip board
Shift X [Shift] + [x] Cut current line
v Enter visual ( select mode ) on current character
y Copy slected characters to vim clip board
p Paste characters from vim clipboard
x Cut selected characters
:+y [colon (:)] then [plus (+)] then [ y ] In VISUAL mode, Copy the selected characters to Operating System Clipboard
Ctrl v [ Ctrl ] + [ v ] When in insert mode. Paste from operating system clipboard
Note this is different because the Shift+Ctrl+v combination by default now opens up IRIS "other code view" for example: "int" code compiled from a class definition

Deleting

Command Keys What it does
dd [ d ] then [ d ] delete current line
3dd [ 3 ] then [ d ] then [ d ] delete three code lines including the current one

Search and replace

Command Keys What it does
gd [ g ] [ d ] When normal mode and cursor is over class or method to jump to definition
O [ shift ] + [ o ] Jump back to previous code position or file
/ [ / ] Enter search mode from normal mode
/cla [ / ] then [ c ] then [ l ] then [ a ] Search for the character sequence "cla" in the current file
/method Search for character sequence 'method' in the current file
/[^,]$ Find all lines that don't end in a comma
n [ n ] When in search mode, Move to the next found item
Ctrl + n [ CTRL ] + [ n ] When in search mode, Move to the previous found item
/ Up [ / ] then [ Up key ] Toggle through previous search commands
:1,10s/ABC/abc/g Replace example: From the first to the tenth line of the source file, replace all character sequences containing "ABC" with "abc"

Bookmarks

Command Keys What it does
:mark a Create a bookmark on the current line called "a"
`a [ back tick (`) ] + [ a ] Jump cursor to source code line with bookmark "a"
:marks show all my bookmarks
:delmarks a Delete bookmark "a"
:delmarks! Delete lowercase bookmarks
] [ close square bracket (]) ] Jump to previous bookmark
[ [ open square bracket ([) ] jump to previous bookmark
. [ dot (.) ] + [ Enter ] In normal mode. Jump to source code line where I did most recent edit change

Characters with accents

Command Keys What it does
ctrl+k e^ [ Ctrl ] + [ k ] then [ e ] then [ carrot (^) ] Adds letter ê. An "e" with accent "^"
ctrl+k e' [ Ctrl ] + [ k ] then [ e ] then [ single quote (') Adds letter é. An "e" with accent "'"
24 Sep, 2026 CChengmo Chang
SCO Workbench
Version 1.0.0

Initial Release

IRIS Ops Studio
Version 1.2.0

IRIS Ops Studio 1.2.0 adds guided enable/disable for eligible non-system web applications, with a complete-configuration preview, fresh pre-write check, target-bound confirmation, and full readback. Management, default, ambiguous, and Ops Studio applications stay inventory-only.

  • REST discovery: optional same-origin Management REST/OpenAPI documentation catalog. It does not invoke catalogued operations or forward the SysAdmin token; missing browser permission is shown explicitly.
  • Safer operations: connection-bound previews, stronger task-completion verification, asynchronous Explorer and audit handling, credential-shaped redaction, uncertain-result reporting, and responsive mobile controls.
  • Evidence: 84/84 automated tests. A fresh disposable IRIS Community 2026.2 image passed installation and authorization checks, plus authenticated Run/Suspend of an on-demand test task with independent IRIS readback. Access mutations and stale-preview blocking were checked on another disposable instance. The README and final validation report document the exact scope.

Limits: the portal remains a browser client; its safeguards do not impose a server-enforced read-only mode. IRIS authorization is the server-side boundary. In-place upgrade was not tested. The three existing videos remain linked; the newer two show 1.1.0 Safe demo workflows.

24 Sep, 2026 Robert Cemper
iris-mail-Docker
Version 1.0.1

fix link to github repo

23 Sep, 2026 KKenneth Smith
OpsDeck
Version 0.1.0

OpsDeck v0.1.0 — Initial Release
Initial public release of OpsDeck, an open-source operations console for InterSystems IRIS.
This release provides a unified read-only management workspace for IRIS operational information, including applications, access, security, tasks, system state, and logs.
Highlights:

  • Live integration with authoritative InterSystems IRIS management APIs
  • Web application and REST service discovery
  • User, role, and resource visibility
  • Security and credential metadata views with bounded field exposure
  • Task, process, database, device, audit, and journal metadata views
  • Evidence-oriented authoritative read-back verification
  • Explicit read-only provider boundaries and secret-safe mappings
  • Automated provider, server, and application tests
    OpsDeck v0.1.0 targets InterSystems IRIS Community Edition 2026.2. IRIS-native deployment and package-manager integration are being finalized as part of the v0.1 release line.
23 Sep, 2026 JJianhao Cheng
IRIS Driftline
Version 1.0.0

Initial Release

23 Sep, 2026 SSimon Todd
iris-control-center
Version 1.0.0

Initial Release

23 Sep, 2026 RRuoyang Zhang
IRIS Fieldwork
Version 0.2.0

Version 0.2.0 adds a complete IPM package for Linux IRIS 2026.2 in USER: Python gateway, browser UI and authenticated runtime adapter. The foreground launcher accepts an existing authorized account and binds only to loopback. Installation creates no credentials, demo fixtures or background service. Ownership checks preserve conflicting installations and edited files.
The package was published to the official test registry. A separate clean consumer installed iris-fieldwork 0.2.0 solely from that registry, without a source copy. Four authenticated requests, four anonymous denials and eleven gateway routes passed, covering all six sections and 24 resource checks. The launcher and filesystem suite passed 31 tests on Linux.
IPM guide: https://github.com/jsdhwfmax/iris-fieldwork/blob/main/IPM.md
Validation: https://github.com/jsdhwfmax/iris-fieldwork/blob/main/runtime/ipm-validation.json
Release: https://github.com/jsdhwfmax/iris-fieldwork/releases/tag/v0.2.0
Please review this package for community-registry publication. The existing contest entry is already approved; this is a package/listing update. Production-registry availability and any bonus or prize remain unverified. This AI-assisted prototype is intended for a disposable local instance and is not a production security boundary.

IRIS Ops Studio
Version 1.1.0

IRIS Ops Studio 1.1.0 adds verifiable operations, access-management workflows, and Incident Timeline.

  • Guided process, task, user-role, and role-resource changes now use before/after previews, target-bound confirmations, and fresh readbacks with explicit outcomes.
  • Permission plans preserve unrelated grants, use documented mutable fields, and block stale previews before PUT.
  • Incident Timeline combines IRIS audit records, task history, and the current browser session's operation journal, with source, severity, entity, actor, text, and correlation filters.
  • The API explorer catalogs 34 official SysAdmin API v2 method/path pairs, up from 27 in 1.0.0. Demo simulations are labelled, unsafe or unsupported demo requests are declined, and credential-shaped content is redacted.
  • 57 automated tests pass; four testable modules reached 98.98% aggregate line coverage in the final local run. Selected live workflows and the responsive interface were checked on disposable IRIS Community 2026.2 instances. The validation report records the exact scope.
  • The long description now uses three Safe demo screenshots of the new 1.1.0 workflows; the existing video is identified as the original overview.
    These browser-side safeguards do not replace IRIS authorization. This release does not provide server-enforced per-tab read-only mode or a complete IRIS log aggregation stream. The existing video covers the original overview; the new workflows are documented in the updated README.
22 Sep, 2026 JJean Cruz
popheat
Version 1.0.0

Initial Release

22 Sep, 2026 RRaphael Paulin
IRIS Maintenance Copilot
Version 1.0.0

IRIS Maintenance Copilot 1.0.0

Initial competition release of IRIS Maintenance Copilot, an evidence-grounded industrial maintenance assistant built with InterSystems IRIS.

Included in this release

  • Structured equipment and maintenance-event data stored in InterSystems IRIS
  • Native IRIS vector storage and semantic retrieval with VECTOR_COSINE
  • Lexical retrieval using %iFind.Index.Basic
  • Hybrid retrieval using Reciprocal Rank Fusion (RRF)
  • Grounded maintenance assessments generated from retrieved evidence
  • Explicit evidence citations for possible causes and recommended checks
  • Structured JSON output validation
  • Hallucination safeguards for unsupported information
  • Bounded retry handling for transient LLM provider failures
  • Synthetic industrial-maintenance knowledge base and reproducible CLI demo

The application is intended as maintenance decision support and does not replace qualified inspection or a definitive technical diagnosis.

iris-flightdeck
Version 1.0.1

Initial Release

21 Sep, 2026 SSergio Fernandes
IRIS Production Guardian
Version 1.0.0

Initial Release

IRIS Ops Studio
Version 1.0.0

Initial Release

iris-flightdeck
Version 1.0.0

Initial Release

19 Sep, 2026 Kristjan Varnik
iris-preflight
Version 1.0.0

Initial Release

This is my entry to the ongoing programming contest.

This is an IRIS API Explorer. The API Is sorted into different categories and submit types. You can test out the API safely under different privileges. There is a rollback feature for any data changes or deletes.

Thanks!

19 Sep, 2026 Henry Pereira
omniIngest
Version 1.0.0

Initial Release

19 Sep, 2026 RRuoyang Zhang
IRIS Fieldwork
Version 0.1.0

Initial prototype for local InterSystems IRIS 2026.2. Six live management views, reviewed task/web/role/wallet operations, bounded audit and journal metadata searches, Docker Compose installation instructions and demonstration fixtures. Includes three public English-captioned walkthroughs. AI-assisted development; administrative test instance only. See README and DEMO.md for validation and limitations.

19 Sep, 2026 RRafael Orlando Mendes
IRIS Relay
Version 0.2.1

Listing update: adds the public interactive walkthrough at https://rafaorlando3.github.io/iris-relay/. The walkthrough uses fictional data only and needs no credentials. Source remains release 0.2.0, commit fe585681ed05719c202856d4dbf422a1685e5679, with 42 JavaScript and 6 Python tests passed and reversible live checks on IRIS 2026.2 ARM64.

18 Sep, 2026 GGuilherme Mendes
IRIS Atrium
Version 1.0.0

Initial Release

18 Sep, 2026 Andrew Sklyarov
flexible-rest-client
Version 1.1.0

JWT-related options, a bunch of fixes

16 Sep, 2026 Robert Cemper
Semi-Persistent-Tables
Version 1.0.1

fixed loader in iris.script

16 Sep, 2026 RRodolfo Pscheidt Jr
ollama-ai-iris
Version 1.0.1
  • dotenv installation instructions
  • fix error "sqlalchemy.orm.exc.FlushError: Instance <Datayour_table_name at 0x288f1d06120> has a NULL identity key"
16 Sep, 2026 Robert Cemper
Mapped-Tables
Version 1.0.1

typo in REDAME fixed

16 Sep, 2026 Robert Cemper
Mapped-Tables
Version 1.0.0

Initial Release

15 Sep, 2026 Robert Cemper
Semi-Persistent-Tables
Version 1.0.0

Initial Release

15 Sep, 2026 AAlexander Ammann
IRIS Workbench
Version 0.1.0

Initial Release

15 Sep, 2026 AAidan Hernandez
IRIS Ops Lens
Version 1.0.0

Initial Release

14 Sep, 2026 RRaj Singh
IRIS Data Loading Client
Version 1.0.2

Lots of security patches applied by GitHub dependabot.

14 Sep, 2026 Joseph Saliba
deepsee-cube-cache-warmer
Version 1.0.1

Platform-independent Docker demo.

  • Demo rebuilt on intersystemsdc/iris-community:latest-em: one container, no Web Gateway, no separate IPM install
  • Same docker compose commands on Windows PowerShell, Command Prompt, WSL, macOS, and Linux; no bash scripts
  • Demo runs in the USER namespace with Analytics enabled; cubes, pivots, dashboard, and warmed queries are built into the image
  • Both test suites run from one command; GitHub Actions builds the image and runs them on every push
  • Cache-warmer package unchanged; IPM module iris-bi-cube-cache-warmer 1.0.1
  • Verified on InterSystems IRIS 2026.1 Community Edition