Are there any good completely private locally runnable CLI and/or Coding extensions?
Posted by rulerofthehell@reddit | LocalLLaMA | View on Reddit | 24 comments
OpenCode has a few privacy concerns: https://github.com/anomalyco/opencode/issues/459
Looking for any which are completely isolated by default which we can build from source. Thanks!!
amelech@reddit
I'm using oh my pi with little coder extensions
a_beautiful_rhind@reddit
roo still works despite being deprecated. it had the best context management. I haven't tried pi, its the new kid on the block.
Aizen_keikaku@reddit
Pi is much better than Roo in my opinion. Give it a shot.
ziphnor@reddit
We use Opencode in an enterprise setting, i think perhaps you are blowing this a bit out of proportion?
Otherwise fork it and strip all telemetry. Keeping that in sync with mainline should be simple with AI support.
rulerofthehell@reddit (OP)
Did you even open up the issue before commenting?
ziphnor@reddit
I have read it previously.
FastHotEmu@reddit
he is blowing it out of proportion and doesn't want to try actual fixes recommended to him (like selective blocking of outgoing connections)
I suspect OP doesn't really understand what is being discussed
FastHotEmu@reddit
If you are that concerned, use something like little snitch (mac) or portmaster (win) to limit what it can connect to. Problem solved. Trivially and in 5 minutes.
rulerofthehell@reddit (OP)
Here's another one: https://github.com/anomalyco/opencode/issues/10416
FastHotEmu@reddit
did you miss my first paragraph? not great reading comprehension eh?
rulerofthehell@reddit (OP)
Sounds like you work in OpenCode lol
FastHotEmu@reddit
mate you shouldn't be allowed anywhere near turing complete devices
luckyj@reddit
I see lol, I downvote
Pleasant-Shallot-707@reddit
I’m not a fan of OpenCode (I use Pi) but this is garbage concern trolling
FastHotEmu@reddit
too many people who know little about programming are using their models and misunderstanding the results or just posting garbage. the noise is off the charts.
Refefer@reddit
Look at pi or little coder.
danigoncalves@reddit
Fist Pi than little coder. I think this is the order. (not talking about quality but rather what you should start using)
rulerofthehell@reddit (OP)
Thanks! Any good guide to run pi without giving it root access? I saw a few threads where it had to run in isolation or something
Corporate_Drone31@reddit
I recommend running in a virtual machine anyway. If you're on Windows, VirtualBox is extremely easy to use.
srigi@reddit
Friend of mine, unhappy with any TUIs, started hand-coded (no vibes) project in Zig lang - https://codeberg.org/cztomsik/clown-code
last beer he really bragged about TUI library he invented, nothing like it out there. I trust him he wasn’t lying.
Evening_Ad6637@reddit
That’s very cool. I like the project, I like that’s in zig and I like the fact that your friend is hosting it on codeberg. I’ll definitely keep an eye on it
Athabasco@reddit
I was under the impression telemetry could be disabled in OpenCode. I haven’t looked into it too much but I can see also wanted to avoid the headache.
rulerofthehell@reddit (OP)
Hmm, seems like its still an open issue, i also see other issues and discussions threads and im wondering if theres more data apart from telemetry. Overall seems pretty shady so I am looking for alternatives
dataexception@reddit
Could always dig through the code and mock the external requests. Or run it in a container with egress only to your API.