[FEATURE]:Provide a package without native binary, for running with nodejs
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
Hi, opencode is really great but things will be much more awesome if you could provide a package without bun, so no native stuff, exactly like claude code provides both a native binary & a nodejs compatible package, this is guarenteed to solve a lot of issues & will make it accessible to a more larger userbase. So it will work great in termux natively without PRoot because of no bun, i know it can run in termux using PRoot but that is extremely slow because bun calls low level system i/o & file access stuff which makes PRoot hang because of system calls emulation. Also it will solve issues with hardlinks & CoW stuff because it will run using nodejs. I dont know e actual work involved in all of this but im ready to provide any help