Running Gemini CLI (relatively) safely in a sandbox and without npm #15066
crodjer
started this conversation in
Show and tell
Replies: 2 comments
-
|
@crodjer How reliable is this workaround may I ask? Have you experienced any breakage? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@vhbui02 It does work, I moved to bwrap though. Its always a hit or a miss though, they break the release more often than not (recently moved to a zip instead of much better plain JS). Best bet is to run it in a throw away VM with a docker container if you want some piece of mind. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I don't run node packages /
npmon my computer, but I wanted to find a way to rungemini-cli. I found a way to do that usingdenoandfirejail.Basically, all you need to do is download
gemini.jsfrom github releases and then run it withdeno gemini.jswhile sandboxing it underfirejail:Documented it on my blog.
Beta Was this translation helpful? Give feedback.
All reactions