Uninstalling Portex

If you need to remove Portex from your system, follow the steps below based on your operating system. We recommend logging out first to ensure your active credentials are removed from your machine.

1. Logout (Recommended)

Before deleting the binary, run the logout command to remove your stored API credentials and session data.

portex logout

2. Remove the Binary

Removing the Portex executable depends on how you installed it.

macOS & Linux
sudo rm /usr/local/bin/portex
Windows (PowerShell)
Remove-Item "$env:USERPROFILE\.portex\bin\portex.exe"

3. Clean up Configuration

Portex stores configuration and logs in a hidden directory in your home folder. You can remove this directory to completely wipe Portex data.

macOS & Linux
rm -rf ~/.portex
Windows (PowerShell)
Remove-Item -Recurse -Force "$env:USERPROFILE\.portex"
Thinking of leaving? We'd love to hear why Portex didn't work for you. Feel free to open an issue on our GitHub or reach out to our team with feedback.