How to uninstall on MacOS #459

Closed
opened 2026-02-16 17:26:57 -05:00 by yindo · 3 comments
Owner

Originally created by @gvxcode on GitHub (Jul 3, 2025).

Originally assigned to: @thdxr on GitHub.

I installed with the following: curl -fsSL https://opencode.ai/install | bash

How do I now uninstall it?

Originally created by @gvxcode on GitHub (Jul 3, 2025). Originally assigned to: @thdxr on GitHub. I installed with the following: curl -fsSL https://opencode.ai/install | bash How do I now uninstall it?
yindo closed this issue 2026-02-16 17:26:57 -05:00
Author
Owner

@danriedl commented on GitHub (Jul 3, 2025):

Give opencode the content of the install script and ask to remove itself 🥇

@danriedl commented on GitHub (Jul 3, 2025): Give `opencode` the content of the install script and ask to remove itself 🥇
Author
Owner

@cravenceiling commented on GitHub (Jul 3, 2025):

I think you need to delete the directories and binary manually.

Try running which opencode and find ~ -type d -name "opencode".

@cravenceiling commented on GitHub (Jul 3, 2025): I think you need to delete the directories and binary manually. Try running `which opencode` and `find ~ -type d -name "opencode"`.
Author
Owner

@thdxr commented on GitHub (Jul 3, 2025):

rm -rf ~/.opencode

@thdxr commented on GitHub (Jul 3, 2025): rm -rf \~/.opencode
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#459