5-minute quick start
Trusted OSS uses AI agents to automatically generate company-tailored OpenChainThe international open source compliance standards project (ISO/IEC 5230 and 18974). (ISO/IEC 5230 and 18974) enterprise open source management deliverables, helping you reach a Self-CertificationDeclaring on your own, without an external audit, that you meet the OpenChain requirements. declaration as fast as possible. Even if this is your first time taking on open source management, you can follow along step by step.
When to use this
- When you are taking on enterprise open source management for the first time and are not sure where to start
- When you need to quickly create the deliverables required for self-certification, such as the policy, processes, and SBOMSoftware Bill of Materials: a list of every open source component in a product, with versions and licenses.
- When you want to automatically apply the policy you created to your CI pipeline and AI coding tools
Try it now
1. See the results first (no install, no API key, 5 minutes)
Check SBOM analysis results right in your browser, with no installation.
If you are curious about the actual form of the generated deliverables, also see the Policy Deliverable Best Practices.
2. Create your own deliverables (AI agent, about 15 minutes)
The first deliverable you create is the definition of your organization's roles and responsibilities. The agent asks questions and generates documents tailored to your company.
First finish installing the tools and downloading the repository. Environment preparation: install the tools needed for the labs walks through everything from opening a terminal to git clone. Skip this step if you have already done it.
If a Claude session is open, exit it first (/exit or Ctrl+C). Run the command below from the root of the trustedoss-agents repository you downloaded during environment preparation. (If you opened a new terminal, run cd trustedoss-agents first.)
cd agents/en/02-organization-designer
claude
After the agent finishes, return to the repo root (cd ../..) and check the deliverables: ls output/organization/ — three files mean success.
Next steps
- To choose a path that fits your situation, see the next-steps section of Overview: the two standards and the whole journey.
- To see the full journey, go to Overview: the two standards and the full journey.
- To prepare your environment first, go to the Environment preparation chapter.