Hi guys,
i tired building open code from source on ubuntu i have bun version 1.2.18 and go version 1.24.4 (https://go.dev/doc/install)
as mentioned in the readme i run bun install and afterwards i run bun run dev
I get to the provider selection but the terminal freezes completely. No Arrow Key input and no CTRL+C is working.
Any ideas what might be the problem? I have the opencode binary installed via npm and this is also authed with claude code, therefore i assume the source version does not use the same paths as the binary version. Do i need to place some additional files / config anywhere?