Licenses for NPM packages #8645

Open
opened 2026-02-16 18:10:29 -05:00 by yindo · 2 comments
Owner

Originally created by @awinvoid on GitHub (Feb 5, 2026).

Originally assigned to: @thdxr on GitHub.

Description

Hi there, could you please add licenses for the following packages? They are currently blocking the installation flow. Thank you!

  • opencode-linux-arm64
  • opencode-linux-x64
  • opencode-darwin-x64
  • opencode-darwin-arm64
  • opencode-windows-x64
  • opencode-linux-arm64-musl
  • opencode-linux-x64-musl
  • opencode-linux-x64-baseline
  • opencode-darwin-x64-baseline
  • opencode-linux-x64-baseline-musl
  • opencode-windows-x64-baseline
  • opencode-anthropic-auth
  • opencode-copilot-auth

Plugins

No response

OpenCode version

1.1.52

Steps to reproduce

for p in opencode-ai opencode-linux-arm64 opencode-linux-x64 opencode-darwin-x64 opencode-darwin-arm64 opencode-windows-x64 opencode-linux-arm64-musl opencode-linux-x64-musl opencode-linux-x64-baseline opencode-darwin-x64-baseline opencode-linux-x64-baseline-musl opencode-windows-x64-baseline opencode-anthropic-auth opencode-copilot-auth; do printf '%-35s %s\n' "$p" "$(npm view "$p" license 2>/dev/null || echo 'NOT_FOUND')"; done

Screenshot and/or share link

No response

Operating System

No response

Terminal

No response

Originally created by @awinvoid on GitHub (Feb 5, 2026). Originally assigned to: @thdxr on GitHub. ### Description Hi there, could you please add licenses for the following packages? They are currently blocking the installation flow. Thank you! - opencode-linux-arm64 - opencode-linux-x64 - opencode-darwin-x64 - opencode-darwin-arm64 - opencode-windows-x64 - opencode-linux-arm64-musl - opencode-linux-x64-musl - opencode-linux-x64-baseline - opencode-darwin-x64-baseline - opencode-linux-x64-baseline-musl - opencode-windows-x64-baseline - opencode-anthropic-auth - opencode-copilot-auth ### Plugins _No response_ ### OpenCode version 1.1.52 ### Steps to reproduce ```bash for p in opencode-ai opencode-linux-arm64 opencode-linux-x64 opencode-darwin-x64 opencode-darwin-arm64 opencode-windows-x64 opencode-linux-arm64-musl opencode-linux-x64-musl opencode-linux-x64-baseline opencode-darwin-x64-baseline opencode-linux-x64-baseline-musl opencode-windows-x64-baseline opencode-anthropic-auth opencode-copilot-auth; do printf '%-35s %s\n' "$p" "$(npm view "$p" license 2>/dev/null || echo 'NOT_FOUND')"; done ``` ### Screenshot and/or share link _No response_ ### Operating System _No response_ ### Terminal _No response_
yindo added the bug label 2026-02-16 18:10:29 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 5, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #5604: Installation fails on Fedora 43 with npm - also involves missing/unavailable platform-specific packages during postinstall
  • #9571: Bug on Alpine Linux (musl) - wrapper script doesn't detect musl variant, resulting in missing package lookups
  • #7440: WSL-Ubuntu installation failure - platform-specific package detection issue

These issues all relate to the postinstall script failing to find or locate the correct platform-specific packages. Issue #12374 requests adding licenses to these same packages.

Feel free to ignore if this is specifically about missing license field information rather than package availability.

@github-actions[bot] commented on GitHub (Feb 5, 2026): This issue might be a duplicate of existing issues. Please check: - #5604: Installation fails on Fedora 43 with npm - also involves missing/unavailable platform-specific packages during postinstall - #9571: Bug on Alpine Linux (musl) - wrapper script doesn't detect musl variant, resulting in missing package lookups - #7440: WSL-Ubuntu installation failure - platform-specific package detection issue These issues all relate to the postinstall script failing to find or locate the correct platform-specific packages. Issue #12374 requests adding licenses to these same packages. Feel free to ignore if this is specifically about missing license field information rather than package availability.
Author
Owner

@Ugcyc commented on GitHub (Feb 5, 2026):

Yes! I was about to bring that up! The team was very quick to fix my original issue with just the opencode-ai package but I was not aware of the others.

@Ugcyc commented on GitHub (Feb 5, 2026): Yes! I was about to bring that up! The team was very quick to fix my original issue with just the opencode-ai package but I was not aware of the others.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8645