freshcrate
Skin:/

Resources

Registries, leaderboards, foundations, and licensing — the reference shelf that used to crowd the dashboard.

Agent Resources

Leaderboards

Open Source & Linux

Licensing for Agents

Agents that read, fork, transform, or bundle code must respect the license on every dependency they touch.

Permissive — use freely, keep attribution
MITApache-2.0BSD-2/3ISC
Copyleft — derivatives must stay open
GPL-2.0GPL-3.0AGPL-3.0MPL-2.0
Weak copyleft — link freely, share changes to lib
LGPL-2.1LGPL-3.0EPL-2.0

Key rules for agents:

  • 1. Always check LICENSE before using code
  • 2. AGPL triggers on network use — serving AGPL code over an API requires source disclosure
  • 3. Copyleft is viral — one GPL dep can relicense your entire output
  • 4. Attribution is non-optional — MIT/Apache require copyright notice in distributions
  • 5. Patent grants differ — Apache-2.0 grants patents, MIT does not
  • 6. No license = all rights reserved — don't assume public repos are free to use

Learn more: