Generate open source software notices from SBOM/SPDX documents
Project description
onot
onot generates open source software notices (OSS Notice) from SBOM documents.
It reads SPDX 2.x (JSON/YAML/Tag-Value/RDF),
CycloneDX (JSON/XML), and Excel, and produces HTML, Text,
Markdown, and PDF notices. License texts are bundled, so it runs fully offline
(air-gapped) — your SBOM never leaves the machine. Jointly developed by Kakao and
SK telecom.
User guide: English
Download (desktop app)
No setup required. Grab the latest installer from
Releases, open the app, and drop in an
SBOM file to preview and download a notice — Windows (onot-Setup-x.y.z.exe) and
macOS (.dmg).
The installers are unsigned. On first launch Windows SmartScreen may warn about an "unknown publisher" — choose More info → Run anyway. On macOS, right-click the app and choose Open to pass Gatekeeper.
The desktop app is self-contained: it bundles everything it needs, so you do not
need Python or pip. The sections below (CLI, API, source build) are for developers
and automation only.
CLI
pip install "onot[spdx,cyclonedx,excel,api]" # from PyPI; add ,pdf for PDF output
# SBOM (format auto-detected) → notices in multiple formats
onot generate -i sbom.spdx.json -f html -f markdown --output-dir ./output
# -f/--format html | text | markdown | pdf (repeatable)
# --lang en
# --config onot.yaml (company info, etc.)
# --online fetch missing license texts remotely (offline by default)
# --stdout write a single text format to stdout
onot formats # supported output formats
onot version
Input format is auto-detected by extension and content (including SPDX JSON vs.
CycloneDX JSON). PDF output needs pip install ".[pdf]" (WeasyPrint); the desktop app
uses a built-in converter.
Local API (sidecar)
onot-sidecar --port 8765
# POST /api/parse upload → parse result
# POST /api/render upload + format/lang/company → notice
# GET /api/formats, GET /healthz
Desktop app (Electron)
pnpm -C frontend install && pnpm -C frontend build
pnpm -C electron install && pnpm -C electron start # dev
pnpm -C electron run dist # package (.dmg/.exe/.AppImage)
Upload → preview → download. All processing is local; the SBOM never leaves the machine.
Development
bash scripts/gate.sh # lint + pytest (cov ≥ 90) + frontend build/test + electron sidecar test
Refresh license data with python scripts/update_license_data.py (bundles SPDX
license-list-data). Design and decision records live in docs/2.0/
(TRACEABILITY.md, DECISIONS.md).
Contributing
Contributions are welcome! See CONTRIBUTING.md for how to set up your environment, run the checks, and open a pull request. Please also read our Code of Conduct. To report a security vulnerability, follow SECURITY.md instead of opening a public issue.
Maintainers
| Name | Company | |
|---|---|---|
| Rogers | Kakao | um4825@gmail.com |
| Haksung | SK telecom | hakssung@gmail.com |
License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file onot-1.1.2.tar.gz.
File metadata
- Download URL: onot-1.1.2.tar.gz
- Upload date:
- Size: 1.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8176f6e1a9fda8b55cb6dcb5bf96e79dbf976531836deb5ef666801b8d5f10bf
|
|
| MD5 |
57ba4f185bde4573003e557969d2d8bd
|
|
| BLAKE2b-256 |
c687f8907d13d1008a9d4ff3a710fecea8f5818a253f1621f5975b406877947d
|
Provenance
The following attestation bundles were made for onot-1.1.2.tar.gz:
Publisher:
release.yml on sktelecom/onot
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
onot-1.1.2.tar.gz -
Subject digest:
8176f6e1a9fda8b55cb6dcb5bf96e79dbf976531836deb5ef666801b8d5f10bf - Sigstore transparency entry: 2044319742
- Sigstore integration time:
-
Permalink:
sktelecom/onot@ed69377b1254b0dd7196567cb779863a0a6f3fa4 -
Branch / Tag:
refs/tags/v1.1.2 - Owner: https://github.com/sktelecom
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ed69377b1254b0dd7196567cb779863a0a6f3fa4 -
Trigger Event:
push
-
Statement type:
File details
Details for the file onot-1.1.2-py3-none-any.whl.
File metadata
- Download URL: onot-1.1.2-py3-none-any.whl
- Upload date:
- Size: 1.1 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dda88f8d36c2bcf9e5f613c21fb05bdcc33c237bcb116e9916b9164cef61f7c7
|
|
| MD5 |
504b7c7797d239400226193b912dcbbc
|
|
| BLAKE2b-256 |
c988650a0a64b482cf9cdb933e2777d6581c0ea622ba0a2420f52bfbd58a2783
|
Provenance
The following attestation bundles were made for onot-1.1.2-py3-none-any.whl:
Publisher:
release.yml on sktelecom/onot
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
onot-1.1.2-py3-none-any.whl -
Subject digest:
dda88f8d36c2bcf9e5f613c21fb05bdcc33c237bcb116e9916b9164cef61f7c7 - Sigstore transparency entry: 2044319763
- Sigstore integration time:
-
Permalink:
sktelecom/onot@ed69377b1254b0dd7196567cb779863a0a6f3fa4 -
Branch / Tag:
refs/tags/v1.1.2 - Owner: https://github.com/sktelecom
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@ed69377b1254b0dd7196567cb779863a0a6f3fa4 -
Trigger Event:
push
-
Statement type: