Open Source Compliance

License Compatibility Checker

Enter your project license and a dependency license to check compatibility. Covers static linking, dynamic linking, and network API use cases with clear pass/fail verdicts.

No data is transmitted โ€” everything runs locally

License Compatibility Checker

The License Compatibility Checker determines compatibility between open source licenses for static linking, dynamic linking, and network API use cases with plain-English explanation.

โ€ข Check whether a GPL-2.0-only dependency is compatible with your Apache-2.0 project

โ€ข Determine if an LGPL library can be used in a proprietary product via dynamic linking

โ€ข Verify that an AGPL-3.0 npm package is compatible with your SaaS application

โ€ข Understand the copyleft implications before adding a GPL dependency

Credential and secrets management for teams. 1Password provides enterprise password management and secrets infrastructure for development teams.
View project credentials with 1Password
External site ยท Independent provider ยท We may receive a commission ยท Not a recommendation
What does this tool tell you?
The License Compatibility Checker determines compatibility between open source licenses for static linking, dynamic linking, and network API use cases with plain-English explanation.
What affects the result most?
GPL-2.0-only is incompatible with Apache-2.0 โ€” cannot link GPL-only and Apache-2.0 code in same binary. LGPL-2.1 and Apache-2.0: compatible if LGPL component is dynamically linked. MIT, BSD-2-Clause, BSD-3-Clause, ISC: permissive โ€” compatible with each other and with GPL.
How should I use the result?
Treat the tool's output as a first-pass check, not a proof of correctness. A clean pass means no issues in the patterns this tool recognizes; a failure points to a specific problem you can investigate in your source. The underlying spec is the authoritative source for edge cases.
Supply chain CI health visibility. Better Stack for open source compliance teams monitoring dependency scan pipelines and SBOM generation.
View monitoring options โ†’
External site ยท Independent provider ยท We may receive a commission ยท Not a recommendation