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 |
|---|---|---|---|---|---|---|
Hospital-Management-System-Software-built-by-Gesner-DeslandesAI‑powered Hospital Management System with integrated FHIR inter | Python AI | 0.0 (0) | 19 Jun, 2026 | |||
![]() system-health-ai-monitor-ImportantReal‑time system health monitor with AI‑powered anomaly | Python AI ML ML | 0.0 (0) | 19 Jun, 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 | ||||||
ai-customer-service-suiteAI-powered customer support suite for text, email, and voice. | Python AI ML ML | 0.0 (0) | 19 Jun, 2026 | |||
iris-xml2udlA VSCode extension that parses XML for UDL preview | C | 0.0 (0) | 12 Jun, 2026 | |||
![]() Server Manager for VS CodeVS Code extension to manage connections to InterSystems servers. | 4.8 (6) | 01 Jun, 2026 | ||||
DeepSeeWebRenderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client | Docker IPM | 4.5 (2) | 26 May, 2026 | |||
![]() ClinoveraModernizeOnFormeAI-Powered Legacy Application Modernization Platform | Docker AI | 0.0 (0) | 09 May, 2026 | |||
![]() InterSystems Testing Manager for VS CodeUse %UnitTest framework and Test Coverage Tool in VS Code | 4.5 (2) | 21 Apr, 2026 | ||||
intersystems-objectscript-mcpRead-only MCP server for InterSystems IRIS via the Atelier API. | AI | 0.0 (0) | 02 Apr, 2026 | |||
![]() GBLSizeMonitorGlobal size viewer in chart form | Docker IPM | 5.0 (1) | 12 Mar, 2026 | |||
DictionaryManagementDictionary management, enabling the quick lookup function of code and value pairs | B | Docker | 5.0 (1) | 21 Feb, 2026 | ||
MDX2JSONRESTful web api for MDX to JSON transformation (plus JSONP and XML/A) for InterSystems Caché. Also provides information about DeepSee objects. | E | IPM | 4.5 (2) | 16 Feb, 2026 | ||
![]() IrisWebClientThe Rich GUI web application for InterSystems IRIS database. | 5.0 (5) | 06 Feb, 2026 | ||||
![]() ZPrettyWrap JSON to multi lines / Test ISJSON | Docker | 4.8 (2) | 25 Jan, 2026 | |||
![]() Collection-Indexing-and-QueryHow to get correct index for SQL query generator | Docker | 4.0 (2) | 25 Jan, 2026 | |||
![]() ObjectScript-Over-ODBCAllow running ObjectScript and especially Global copy over ODBC | Docker | 4.5 (1) | 25 Jan, 2026 | |||
![]() Global-InspectorInspect Global Details | 5.0 (1) | 25 Jan, 2026 | ||||
![]() Beyond-Server-LimitsRun OS independent OS commands from IRIS / Caché | Docker Python | 5.0 (1) | 25 Jan, 2026 | |||
![]() The adopted BitmapHow to enable Bitmaps for nonstandard IDs | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() fast-JSON-formatting-Cachefast JSON formating for Caché / Ensemble | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() SPOOL-mappingSPOOL as SQL tabel | Docker | 4.5 (1) | 25 Jan, 2026 | |||
![]() SPOOL-demoDemo Code using SPOOL | Docker | 4.5 (1) | 25 Jan, 2026 | |||
![]() Sync-Data-with-DSTIMESynchronizing your data to some external DB | Docker | 5.0 (1) | 25 Jan, 2026 | |||
![]() ZPretty-updshow JSON in readable, multilines | Docker IPM | 5.0 (1) | 22 Jan, 2026 | |||
![]() Tutorial-QUERYShow a use case of %QUERY | 5.0 (1) | 21 Jan, 2026 | ||||
![]() IntegrityLog-WebIntegrity Log via Web | Docker IPM | 5.0 (1) | 24 Dec, 2025 | |||
![]() confluent-kafka-irisApache Kafka adapters for the InterSystems IRIS Data Platform | Docker Python | 0.0 (0) | 14 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 | |||
System-Task-RESTSystem task details via REST | Docker IPM | 4.0 (1) | 01 Dec, 2025 | |||
![]() DevHuba centralized toolkit and launcher framework designed for Devs | Docker IPM | 5.0 (1) | 31 Oct, 2025 | |||