You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I was looking for a solution like Claude code but written in go because I don't want to install any npm javascript related stuff on my machine and I came across opencode.
Now I can see there is golang in there but also Typescript and npm is used. I am wondering, why? Why does this project and many of the other terminal AI code editors use npm?
Surely using go and compiling to a static binary would be the optimal way to go right?