5-minute quick start
TrustedOSS uses AI agents to automatically generate company-tailored OpenChain 2026 (ISO/IEC 5230 and 18974) enterprise open source management outputs, helping you reach a self-certification declaration (declaring conformance yourself, with no external audit) 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 outputs required for self-certification, such as policy, process, and SBOM
- 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)
Check SBOM analysis results right in your browser, with no installation.
If you are curious about the actual form of the generated outputs, also see Policy Output Best Practices.
2. Create your own outputs (AI agent)
The first output you create is the definition of your organization's roles and responsibilities. The agent asks questions and generates documents tailored to your company.
If you have not cloned the repository yet, get it first. Skip this step if you have already completed Environment setup: Install the tools needed for the exercises.
git clone https://github.com/trustedoss/trustedoss-agents.git
cd trustedoss-agents
First terminate the current Claude session (/exit or Ctrl+C), then run the command below in a new terminal.
cd agents/02-organization-designer
claude
After the agent finishes, check the outputs: ls output/organization/ — three files mean success.
Next steps
- To choose a path that fits your situation, see The start path that fits you.
- 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.