Latest update BRICKS opencode #1402

Closed
opened 2026-02-16 17:30:49 -05:00 by yindo · 7 comments
Owner

Originally created by @sdeleon28 on GitHub (Aug 20, 2025).

Originally assigned to: @thdxr on GitHub.

Opened opencode normally today and it auto-updated (v0.5.10). When I closed and tried to run it again I got:

$ opencode
-bash: ~/.opencode/bin/opencode: Permission denied

I went into the bin dir and did chmod +x opencode and now I get:

$ opencode
Killed: 9

I believe I was on v0.5.6 so it could've been anything in between.

I'm on mac.

Originally created by @sdeleon28 on GitHub (Aug 20, 2025). Originally assigned to: @thdxr on GitHub. Opened opencode normally today and it auto-updated (`v0.5.10`). When I closed and tried to run it again I got: ``` $ opencode -bash: ~/.opencode/bin/opencode: Permission denied ``` I went into the `bin` dir and did `chmod +x opencode` and now I get: ``` $ opencode Killed: 9 ``` I believe I was on `v0.5.6` so it could've been anything in between. I'm on mac.
yindo closed this issue 2026-02-16 17:30:49 -05:00
Author
Owner

@rekram1-node commented on GitHub (Aug 20, 2025):

@sdeleon28 how did you install?

Can you try rm ~/.opencode/bin/opencode and reinstalling?

@rekram1-node commented on GitHub (Aug 20, 2025): @sdeleon28 how did you install? Can you try `rm ~/.opencode/bin/opencode` and reinstalling?
Author
Owner

@sdeleon28 commented on GitHub (Aug 20, 2025):

@rekram1-node I nuked the entire .opencode dir and ran the YOLO install script (curl -fsSL https://opencode.ai/install | bash) and that did fix it, yeah.

@sdeleon28 commented on GitHub (Aug 20, 2025): @rekram1-node I nuked the entire `.opencode` dir and ran the YOLO install script (`curl -fsSL https://opencode.ai/install | bash`) and that did fix it, yeah.
Author
Owner

@rekram1-node commented on GitHub (Aug 20, 2025):

I think something went wrong w/ publish and has been fixed, closing unless this happens more

@rekram1-node commented on GitHub (Aug 20, 2025): I think something went wrong w/ publish and has been fixed, closing unless this happens more
Author
Owner

@vincelwt commented on GitHub (Aug 30, 2025):

Getting this problem at all almost every update it seems

@vincelwt commented on GitHub (Aug 30, 2025): Getting this problem at all almost every update it seems
Author
Owner

@rekram1-node commented on GitHub (Aug 30, 2025):

@vincelwt can you tell me more info? What os, what install method, and what error do u see? is it same as OP?

@rekram1-node commented on GitHub (Aug 30, 2025): @vincelwt can you tell me more info? What os, what install method, and what error do u see? is it same as OP?
Author
Owner

@vincelwt commented on GitHub (Aug 30, 2025):

Hi @rekram1-node , exact error is

> opencode
zsh: killed     opencode

Originally installed through bun install -g, then the curl script.
Happened with both installs I think.

Fix for me was rm ~/.opencode/bin/opencode && curl -fsSL https://opencode.ai/install | bash && source ~/.zshrc.

Happened with an update about a week ago and again yesterday.

Next time I upgrade will be careful to see exactly when it triggers it.

@vincelwt commented on GitHub (Aug 30, 2025): Hi @rekram1-node , exact error is ``` > opencode zsh: killed opencode ``` Originally installed through `bun install -g`, then the curl script. Happened with both installs I think. Fix for me was `rm ~/.opencode/bin/opencode && curl -fsSL https://opencode.ai/install | bash && source ~/.zshrc`. Happened with an update about a week ago and again yesterday. Next time I upgrade will be careful to see exactly when it triggers it.
Author
Owner

@rekram1-node commented on GitHub (Aug 30, 2025):

hmm weird

@rekram1-node commented on GitHub (Aug 30, 2025): hmm weird
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#1402