←back to thread

Gemini CLI

(blog.google)
1336 points sync | 1 comments | | HN request time: 0.204s | source
Show context
ZeroCool2u ◴[] No.44377226[source]
Ugh, I really wish this had been written in Go or Rust. Just something that produces a single binary executable and doesn't require you to install a runtime like Node.
replies(12): >>44377273 #>>44377286 #>>44377337 #>>44377341 #>>44377366 #>>44377649 #>>44377914 #>>44378962 #>>44380417 #>>44382222 #>>44384234 #>>44384426 #
1. 8n4vidtmkvmk ◴[] No.44384234[source]
Bun can compile to a single executable. Not sure if node has the same feature. Point is it's very doable with JS.