At InterSystems, we deeply appreciate the rapid innovation enabled by open-source development. Our team acknowledges the significant impact of the community's dedication, which has been a driving force behind the evolution of software and data technology.



| Application Name | Developer | Made with | Rating | Last updated | Views | Installs |
|---|---|---|---|---|---|---|
Embedded GitEmbedded Git support for InterSystems platforms | P | Docker IPM | 5.0 (2) | 06 Mar, 2026 | ||
![]() Server Manager for VS CodeVS Code extension to manage connections to InterSystems servers. | 4.8 (6) | 23 Feb, 2026 | ||||
InterSystems Ideas Waiting to be ImplementedParser for arbitrary binary protocolsRapid growth of IoT industry in recent years produced a plethora of new protocols with varying levels of standardization and adoption. Quite a lot of these protocols are binary because: * It allows for greater throughput * On a device level these protocols are easier to implement * On a device level they are more resource (CPU/RAM) efficient Currently InterSystems IRIS offers several functions for work with binary data: * zzdump * $zhex * $char * $ascii But protocol implementation is left as a task for the end user. Removing the time-consuming need for protocol implementation would allow for easier and stronger positioning of InterSystems IRIS as an IoT platform. One of the possible approaches to protocol implementation is declarative parsing. With declarative parsing user describes the data structure that he wants parsed (i.e.{ name: title, type: string, length: 5}...) in some declarative language (XML, JSON, YAML) and we use this to generate a concrete parser. Afterwards user passes protocol data to the concrete parser implementation and receives parsed values (as objects or locals or $lb). Kaitai Struct (http://kaitai.io) is an OpenSource (MIT license) declarative parser implementation which allows user to generate parser code for several languages: C++, C#, Go, Java, JavaScript, Lua, Perl, PHP, Python, Ruby, Rust. It allows easy language extensibility by keeping most of the process language-agnostic and only the last step (concrete parser generation) is end-language specific. I propose we add ObjectScript as a Kaitai Struct generation language. It would allow us to generate native ObjectScript parsers easily which would help with presenting InterSystems IRIS an IoT platform especially at a PoC stage. Alternatives to Kaitai Struct: * binpac (https://github.com/bro/binpac) - C++ only * preon (https://github.com/preon/preon) - Java only The advantage of Kaitai Struct is that it's not aimed at one language form the beginning, so adding a new language is an expected procedure. Article on the topic (https://old.reddit.com/r/cpp/comments/5tcnmh/implementing_communication_protocols_in_c_for/) E 3Votes0Comments | ||||||
iris-testops-hubApp for collecting, storing and analyzing autotest results | M | Docker AI | 0.0 (0) | 22 Feb, 2026 | ||
SpectraSightIRIS native ticket system for AI and Humans | J | AI | 0.0 (0) | 17 Feb, 2026 | ||
iris-table-editorIRIS Table Editor - (VS Code Extension, Standalone Windows App, and Full Stack Web App) | J | Docker | 4.0 (1) | 17 Feb, 2026 | ||
![]() json2classUtility to transform JSON into ObjectScript classes | Docker IPM | 4.5 (2) | 03 Feb, 2026 | |||
iris-user-managementProvides user authentication and session management for OAuth | Docker Python IPM | 0.0 (0) | 30 Jan, 2026 | |||
csvgen-pythonEmbedded python app creates table and loads data from CSV | Docker Python IPM | 5.0 (1) | 26 Jan, 2026 | |||
![]() zpm-registryInterSystems ObjectScript Registry Server For ZPM packages | Docker IPM | 5.0 (1) | 26 Jan, 2026 | |||
![]() Cache-in-DockerCaché straight in Docker | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() IRIS-fast-ECP-setupFast setup of ECP client / sever with almost no manual intervention. | Docker | 5.0 (1) | 21 Jan, 2026 | |||
dc-toonToken-Oriented Object Notation (TOON) encoder/decoder for InterSystems IRIS ObjectScript – a compact, human-readable alternative to JSON that cuts LLM prompt size by ~30–50% while preserving full structure for RAG and agents. | Docker IPM | 4.0 (1) | 19 Jan, 2026 | |||
integratedml-demo-templateIntegratedML samples to be used as a template | Docker Python ML ML | 4.3 (2) | 27 Dec, 2025 | |||
iris_io_utilityThis is a VSCode extension to connect and interact with the tables of an InterSystems IRIS database | P | Docker | 0.0 (0) | 12 Dec, 2025 | ||
controlfVSCode plugin to search for strings in files on server. | 0.0 (0) | 04 Dec, 2025 | ||||
![]() sqlancer-irisAutomated SQL Testing for InterSystems IRIS Using Differential O | 0.0 (0) | 04 Dec, 2025 | ||||
![]() gj :: dataLoaderLoad data into InterSystems IRIS servers from text files | Docker | 0.0 (0) | 02 Dec, 2025 | |||
![]() Test Coverage ToolRun your typical ObjectScript %UnitTest tests and see which lines of your code are executed. Includes Cobertura-style reporting for use in continuous integration tools. | Python IPM | 5.0 (2) | 02 Dec, 2025 | |||
![]() vscode-load-dataVSCode extension to load data from files into InterSystems IRIS | 0.0 (0) | 02 Dec, 2025 | ||||
System-Task-RESTSystem task details via REST | Docker IPM | 4.0 (1) | 01 Dec, 2025 | |||
![]() FSLogInternal FHIR Server Log | Docker IPM | 4.5 (1) | 24 Nov, 2025 | |||
![]() isc-cloud-jdbc-sql-shellA simple way to connect, explore, and debug InterSytems Cloud Services over JDBC with sqlline | Docker | 0.0 (0) | 24 Nov, 2025 | |||
![]() gj :: configExplorerProduce configuration diagrams for your InterSystems servers | Docker | 0.0 (0) | 24 Nov, 2025 | |||
IRIS REST API Explorer for VS CodeA VS Code extension for browsing IRIS server REST API endpoints | 0.0 (0) | 19 Nov, 2025 | ||||
![]() quarkus-iris-monitor-systemAnalyze runtime ^PERFMON capabilities through JAVA native SDK. | D | Docker | 0.0 (0) | 11 Oct, 2025 | ||
irisconnsRead/prompt for IRIS connection info from configuration files | E | Docker Python | 5.0 (1) | 07 Oct, 2025 | ||
![]() gorm-irisInterSystems IRIS Dialect for GORM - ORM library for Golang | 0.0 (0) | 04 Oct, 2025 | ||||
![]() iris-mll-fordummiesSamples how to use MLL in Intersystems IRIS - for dummies | Docker ML ML | 5.0 (1) | 30 Sep, 2025 | |||
![]() SentinelIrisThis project is a Spring Boot application | Docker Python | 5.0 (1) | 29 Sep, 2025 | |||
iris-execute-mcpMCP Server for executing methods, compiling classes and executing unit test in InterSystems IRIS | J | Python | 0.0 (0) | 10 Sep, 2025 | ||