Overview
Hyperledger Identus is an open-source toolkit for building digital identity systems where people, not platforms, control their own credentials. It lets organizations issue tamper-proof digital documents (think a diploma, a membership card, or proof of age) that the holder can then show to anyone, anywhere, without the issuer needing to be contacted every time1. The project is hosted by LF Decentralized Trust, part of the Linux Foundation, and uses the Cardano blockchain as a public bulletin board where digital identifiers can be looked up.
Identus is built on the Atala PRISM codebase that Input Output Group contributed to the Hyperledger community in October 2023 under the earlier name Open Enterprise Agent2. It is aimed at developers and organizations that want to add digital identity to their apps, online services, or community platforms, a space adastack tracks in the identity category.
Key Features
- Built on shared web standards. Identus follows the same open identity standards as the rest of the digital-identity industry, so credentials issued through Identus can be read by other compatible wallets and services, not just Identus' own1.
- Everything needed to issue, hold, and check credentials. A backend service called the Cloud Agent handles issuing and checking; a separate relay called the Mediator moves credentials between parties; and a shared cryptography library called Apollo provides the underlying math3.
- Building blocks for three kinds of apps. Ready-made developer kits target web and Node, Apple platforms (iPhone, iPad, Mac), and Android plus server-side Java, so teams can drop credential storage into apps they already have2.
- Cardano as the public address book. A dedicated component uses the Cardano blockchain as the place where digital identifiers are published, so credentials can be looked up against a public record rather than a private company's database2.
- Community-run with a public roadmap. Maintainers span Input Output Group, Blocktrust, Socious, CSign, and Trust0, with a public technical charter and weekly open community calls4.
What to Expect
Visiting the Hyperledger Identus site lands on a documentation portal rather than a marketing landing page. Identus is tooling for builders, not a consumer app. A curious reader finds a Learn section that explains the basics of self-controlled digital identity, a Developers section with step-by-step tutorials, and a Reference section with the full technical specification of the Cloud Agent.
For an organization, the path is to run an Identus Cloud Agent (typically in the cloud or on its own servers) and connect it to an existing app to issue or check credentials. For a developer, the path is to pull one of the wallet kits into a mobile or web app so users can hold credentials there. Cardano users meet Identus indirectly. The team has been integrating identity features into the Lace wallet, and a planned extension will support Midnight, one of Cardano's partner chains4.
