Y
Hacker News
new
|
ask
|
show
|
jobs
by
rs186
283 days ago
Apparently that ship has sailed. Claude Code and Gemini CLI requires Node.js installation, and Gemini README reads as if npm is a tool that everybody knows and has already installed.
https://www.anthropic.com/claude-code
https://github.com/google-gemini/gemini-cli
2 comments
dboon
282 days ago
Opencode is a great model agnostic alternative which does not require a separate runtime
link
yunohn
282 days ago
Opencode uses TS and Golang, it definitely needs a runtime for the TS part. CPU usage hovers around 100% for me on an MBP M3 Max.
link
dboon
281 days ago
I meant that it’s bundled with the binary such that you don’t need to make sure some random version of eg Node is available
link
yunohn
279 days ago
AFAIK all the other agent CLIs do that too? Which ones need you to bring the exact runtime?
link
Sharlin
283 days ago
That's terrible, but at the very least there's the tiny justification that those are web API clients rather than standalone/local tools.
link