Skip to content
Discussion options

You must be logged in to vote

Good question — no shipped uninstaller yet, but one's in review at #23 and should land soon.

Manual cleanup in the meantime, for everything setup.sh creates:

# Desktop launcher
rm -f "$HOME/Desktop/Claude Local.command"

# MLX server symlink dir + virtualenv
rm -rf "$HOME/.local/mlx-native-server"
rm -rf "$HOME/.local/mlx-server"

# Kill a running server if one's up
lsof -ti :4000 | xargs kill 2>/dev/null

# Server log
rm -f /tmp/mlx-server.log

# Downloaded models — can be 18-75 GB, check first
du -sh ~/.cache/huggingface/hub/models--mlx-community--Qwen* 2>/dev/null
du -sh ~/.cache/huggingface/hub/models--divinetribe--gemma* 2>/dev/null
# Then if you want them gone:
rm -rf ~/.cache/huggi…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nicedreamzapp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants