How to uninstall? #95
Replies: 4 comments 2 replies
-
|
Hi @helloguille, did you use cloud or self-hosted? To remove all local files: In any project directory where you created a plan: rm -rf .plandex
rm -rf .plandex-dev # only applies if you ever ran Plandex with PLANDEX_ENV=developmentThen to remove config from rm -rf $HOME/.plandex-home
rm -rf $HOME/.plandex-home-dev # only applies if you ever ran Plandex with PLANDEX_ENV=development |
Beta Was this translation helpful? Give feedback.
-
|
@helloguille Moved this to a discussion so it's easier for others to surface. Also made a note to add something on this to usage/docs. |
Beta Was this translation helpful? Give feedback.
-
|
You should clearly state at the top of the README that creating an account is required to use this tool. Transparency matters. Personally, I uninstall any terminal app that forces sign-in or account creation before use, it’s a matter of principle, regardless of how good the tool might be. If I had been able to just install and try it without friction, and found it useful, I likely would have subscribed anyway. For those looking to fully uninstall: sudo rm -f /usr/local/bin/plandex \
/usr/local/bin/pdx \
/usr/local/bin/plandex1 \
/usr/local/bin/pdx1 \
$HOME/.plandex-home-v2 \
$HOME/.plandex-home-dev-v2 \
$HOME/.plandex-home \
$HOME/.plandex-home-dev
rm -rf '/path/to/where/you/ran/script/plandex_install_tmp' |
Beta Was this translation helpful? Give feedback.
-
|
I’ll admit I didn’t read past the install command, I just copied and pasted it. My typical flow is: install → explore → dive into the docs when I’m ready to use the tool more seriously. To be more specific, the initial greeting was: From a UX standpoint, nothing in that prompt suggested that self-hosting was possible. I assumed account creation was required, even for local use, which led me to uninstall immediately. This is meant as constructive feedback. For users like me, the lack of clarity during setup can create friction and potentially turn away people who might otherwise find real value in the tool. A small improvement to the initial setup messaging could go a long way in retaining more users. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to have it removed, but not sure if removing the binary is enough.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions