Adapter Catalogs
Linkiir adapters are delivered as catalogs — public git repositories your grid subscribes to. Subscribing adds a catalog's adapters to the node palette and keeps them updatable in place afterwards, without a product upgrade.
Every catalog below is a public repository, cloned anonymously. You do not need an SSH key, a token, or a support request to subscribe to one.
Currently published: 17 adapters and 14 libraries across 8 catalogs.
Catalogs and repository URLs
| Catalog | What it covers | Adapters | Repository to subscribe to |
|---|---|---|---|
| Linkiir FHIR Adapters | Adapters Linkiir Grid speaks over FHIR: FHIR-native EHR and EMR APIs, and FHIR authoring tools | 7 | https://github.com/Linkiir/linkiir-fhir-adapters |
| Linkiir EHR Adapters | Adapters for EHR, EMR and practice-management systems reached over a proprietary API rather than FHIR | 2 | https://github.com/Linkiir/linkiir-ehr-adapters |
| Linkiir Diagnostics Adapters | Adapters for results and signals arriving from an instrument: laboratories, imaging, and bedside or wearable devices | 2 | https://github.com/Linkiir/linkiir-diagnostics-adapters |
| Linkiir Business Adapters | Enterprise business system adapters: CRM, ERP, ITSM, HR, identity and directory services, and scheduling | 2 | https://github.com/Linkiir/linkiir-business-adapters |
| Linkiir Transport Adapters | Adapters for moving bytes and messages: object storage, file transport, and streaming or message brokers | 2 | https://github.com/Linkiir/linkiir-transport-adapters |
| Linkiir Notification Adapters | Adapters that put a message in front of a person: chat, SMS, voice, email, paging and webhooks | 1 | https://github.com/Linkiir/linkiir-notification-adapters |
| Linkiir AI Adapters | Model and AI service adapters: hosted and on-premise LLMs, embeddings, and AI tooling | 1 | https://github.com/Linkiir/linkiir-ai-adapters |
| Developer Tools | Data simulation and testing tools — not adapters | 1 | https://github.com/Linkiir/linkiir-devtools |
How to subscribe
- In Grid, open Settings → Catalogs.
- Click Subscribe to a catalog.
- Paste the repository URL from the table above into Repository URL or folder.
- Leave Branch or tag as
main, and leave SSH key and CA bundle empty. - Click Subscribe.
Grid clones the repository into a staging area and validates its contents before installing anything. If validation fails, nothing is left behind and the reason is reported. See Subscribing to a Catalog for the full walkthrough, including how to review an incoming update's diff before applying it.
Every catalog operation — subscribing, updating and removing — needs the Administration-tier Manage catalogs permission. See Users and Roles.
A subscription brings in the whole catalog, so subscribe to the catalogs covering the systems you actually integrate with. You can add more at any time, and removing a catalog leaves nodes you already built in place.
Which catalog holds which adapter
No route to GitHub?
Catalogs can also be delivered on a mounted share or a removable drive, for installations on a network segment with no outbound access. The result is the same object — same adapters, same immutable library versions. See Offline Delivery.
Next
- How Adapters Work
- Using Catalog Content
- Catalogs — how catalogs work in general
- Linkiir Catalogs Release Notes — what changed in each catalog