Free ToolBy GitIntel

Find License Conflicts Before Legal Does

GPL, AGPL, MIT, Apache — know what you're shipping before it ships.

GitIntel tracks AI-generated code across your entire git history — giving every tool on this page the attribution layer that standard dev tooling misses.

Scan Your Licenses with GitIntel

License compliance is one of the most quietly expensive problems in software. A single AGPL dependency pulled into a commercial product can force a full open-source disclosure. Most teams discover this at M&A due diligence, not during development.

An open source license checker scans every dependency in your project — direct and transitive — and flags conflicts based on your project's own license. It distinguishes between permissive licenses (MIT, Apache 2.0, BSD), weak copyleft (LGPL, MPL), and strong copyleft (GPL, AGPL), and surfaces combinations that create incompatibilities.

The AI code layer adds a new wrinkle: AI-generated code may reproduce training data fragments with their original license terms. March 2026 Supreme Court rulings confirmed that pure AI-generated code lacks copyright protection — but it can still infringe on code it was trained on. GitIntel tracks which portions of your codebase are AI-generated, so license scans can account for that provenance question when it matters.

Run `gitintel licenses` in any project directory to get a dependency tree annotated with license types, conflict warnings, and remediation suggestions.

Frequently Asked Questions

Which licenses does the checker recognize?

All SPDX-standard licenses, including MIT, Apache 2.0, GPL v2/v3, AGPL v3, LGPL, MPL, ISC, BSD variants, and unlicensed packages. Custom or non-standard licenses are flagged for manual review.

Does it scan transitive dependencies?

Yes. GitIntel traverses the full dependency graph — including indirect dependencies — since those carry the same legal weight as direct ones.

How does AI-generated code affect license compliance?

AI tools can inadvertently reproduce training data. GitIntel flags AI-generated segments so your legal team can apply additional scrutiny to those portions during compliance reviews.

Start Using GitIntel Free

Open source. No account required. Works on any git repository.