[FEATURE]: Allow plugins to be installed from github directly #5408

Open
opened 2026-02-16 17:52:19 -05:00 by yindo · 0 comments
Owner

Originally created by @eznix86 on GitHub (Jan 13, 2026).

Originally assigned to: @thdxr on GitHub.

Feature hasn't been suggested before.

  • I have verified this feature I'm about to request hasn't been suggested before.

Describe the enhancement you want to request

I think for velocity or even for testing, it would nice to be able to install plugins directly from github instead of npm.

Bun supports it.

Example

// opencode.json
{
  "plugin": [
    "github:eznix86/myfancyplugin#main"
  ]
}
Originally created by @eznix86 on GitHub (Jan 13, 2026). Originally assigned to: @thdxr on GitHub. ### Feature hasn't been suggested before. - [x] I have verified this feature I'm about to request hasn't been suggested before. ### Describe the enhancement you want to request I think for velocity or even for testing, it would nice to be able to install plugins directly from github instead of npm. Bun [supports it](https://bun.com/docs/guides/install/add-git). Example ```jsonc // opencode.json { "plugin": [ "github:eznix86/myfancyplugin#main" ] } ```
yindo added the discussion label 2026-02-16 17:52:19 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#5408