For Qoder reset, click here: https://github.com/bunnysayzz/qoder-reset.git
✨ Use a fingerprint browser to register after resetting Augment!
Why? Duplicate registrations may still be recognized due to browser cache or fingerprinting, even after resetting Augment's device identity.
Solution: Use a fingerprint browser to create completely new browser profiles with unique fingerprints.
Download: Privacy Guides - Desktop Browsers for recommended privacy-focused browsers
A powerful and compact shell script to completely reset and clean all Augment Code extension data from your system. Get Augment Code from https://www.augmentcode.com
- Complete Data Removal: Removes all Augment-related extensions, settings, cache, and temporary files
- Cross-Platform Support: Works on Windows, macOS, and Linux
- Safe Confirmation: Requires user confirmation before proceeding
- Network Cache Reset: Flushes DNS and network caches
git clone https://github.com/bunnysayzz/augment-reset.git
cd augment-reset
chmod +x augment-reset.sh
./augment-reset.sh
curl -o augment-reset.sh https://raw.githubusercontent.com/bunnysayzz/augment-reset/main/augment-reset.sh && chmod +x augment-reset.sh
./augment-reset.sh
curl -o augment-reset.sh https://raw.githubusercontent.com/bunnysayzz/augment-reset/main/augment-reset.sh && chmod +x augment-reset.sh
./augment-reset.sh
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/bunnysayzz/augment-reset/main/augment-reset.sh" -OutFile "augment-reset.sh"
bash augment-reset.sh
- Visit: https://raw.githubusercontent.com/bunnysayzz/augment-reset/main/augment-reset.sh
- Copy the entire content
- Create a new file:
augment-reset.sh
- Paste the content and save
- Make executable:
chmod +x augment-reset.sh
./augment-reset.sh
The script will:
- Request administrator privileges
- Display a beautiful ASCII art banner
- Show a warning about what will be removed
- Ask for confirmation
- Perform the complete reset process
The tool removes the following Augment-related data:
- Extensions: All Augment Code extensions and plugins
- Settings: VS Code settings and keybindings related to Augment
- Cache: Extension cache and temporary files
- Workspace Storage: Workspace-specific Augment data
- System Temp: Temporary files in system directories
- Network Cache: DNS and network caches
- Irreversible Action: This tool permanently deletes data
- Fresh Account Required: You'll need to create a new Augment account after reset
- Get Augment: Download and install Augment Code extension from https://www.augmentcode.com
- VS Code Restart: VS Code will be closed during the process
- System Restart: Recommended after completion for best results
- Windows: Windows 10/11 (Git Bash, WSL, or PowerShell)
- macOS: macOS 10.14+
- Linux: Most distributions with bash
- VS Code user data directory
- Extension directories
- Cache and log directories
- System temporary directories
- Workspace storage
Permission Denied
chmod +x augment-reset.sh
Script Won't Run
ls -la augment-reset.sh
bash augment-reset.sh
Authentication Issues
- Ensure you have administrator privileges
- Enter your password when prompted
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
bunnysayzz
- GitHub: @bunnysayzz
Give a ⭐️ if this project helped you!
Disclaimer: Use this tool at your own risk. Always backup important data before running system cleanup tools. This tool is for educational purposes only.