Monorepo for the OSIRIS JSON producers.
an OSIRIS JSON producer generates a private snapshot of your infrastructure at a point in time without need to connect to any third-party service or AI Platforms and MCP Servers. You execute it fully under your complete control.
It connects directly from your own environment to infrastructure sources such as hyperscalers, public cloud and hosting providers, on-premise IT systems (like for example hypervisors,bare metal servers,storage,network etc.) and OT systems. It discovers inventory and topology data, normalizes proprietary informations and emits a valid OSIRIS JSON Document like OSIRIS JSON IT infrastructure example and OSIRIS JSON OT infrastructure example.
- No AI platform, MCP server or AI agent are required
- No SaaS or intermediary API are required
- No pay per use or expensive consultancy are required
- No additional software development is required
- Your infrastructure data stays under your control like your API keys and credentials to retrieve the informations and generate an OSIRIS JSON document
OSIRIS JSON producer bridge the gap between proprietary infrastructure language/format and the freedom of an open, vendor-neutral JSON format.
flowchart TB
A["Provider/Vendor<br>AWS,Azure,GCP,Cisco,Arista,HPE<br>on-premise IT/OT resources"] <--> B["`**OSIRIS JSON Producer run under your full control**`"]
B --> C["it generate an OSIRIS JSON document at a point-in-time of your infrastructure"]
C --> n1["You can use the document<br>under your own control to develop"] & I["use OSIRIS JSON Consumers<br>(under development) to"]
I --> D["create reports an<br>audit documents"] & E["create diagrams<br>Draw.io/Mermaid"] & F["generate diffs and<br>identify configuration drift"]
n1 --> H["feed AI platforms<br>MCP, Agents"] & G["feed CMDB/IPAM/DCIM <br>workflows"] & F & E & D
| OSIRIS JSON Producer | Category | Status |
|---|---|---|
| Amazon AWS | Hyperscaler | Available |
| Microsoft Azure | Hyperscaler | Available |
| Google Cloud Platform | Hyperscaler | Under development |
| Cloudflare | Hyperscaler | Planned |
| Oracle | Hyperscaler | To be planned |
| IBM | Hyperscaler | To be planned |
| Alibaba | Hyperscaler | To be planned |
| Digital Ocean | Hosting and Cloud Providers | To be planned |
| Leaseweb | Hosting and Cloud Providers | To be planned |
| Hetzner | Hosting and Cloud Providers | To be planned |
| OVH | Hosting and Cloud Providers | To be planned |
| Cisco | Networking and Telecommunications | Available |
For the full roadmap, visit https://osirisjson.org/en/docs/roadmap/01-2026
| Platform | Action |
|---|---|
| Linux | |
| macOS | brew tap osirisjson/osiris-producers && brew install osirisjson-producer |
| Windows | download a pre-built binary from the Releases page |
| Go installed (any platform) | go install go.osirisjson.org/producers/cmd/...@latest |
See INSTALL.md for full instructions including deb/rpm packages, checksum verification, and platform-specific notes.
For full documentation, visit osirisjson.org/en/docs/producers/getting-started.
If you encounter an issue with the project, you are welcome to submit an issue.
End-to-end infrastructure visibility SHOULD NOT depend on tribal knowledge, expensive consultancy, overhead licenses or closed/privacy-risk third-party tooling/platforms.
If you believe infrastructure documentation SHOULD be open, standardized, private, repeatable and accessible to everyone, contributions of any size is warmly welcomed: questions, clarifications, examples, reviews, documentation improvements, producers, consumers, and tooling ideas.
As an open-source project, OSIRIS JSON is happy to support contributors with guidance on pull requests, technical writing, examples, and feature design.