For Augment reset tool, click here: https://github.com/bunnysayzz/augment-reset.git
✨ Use a fingerprint browser to register after resetting Qoder!
Why? Duplicate registrations may still be recognized due to browser cache or fingerprinting, even after resetting Qoder's device identity.
Solution: Use a privacy-focused fingerprint browser like Mullvad Browser to create completely new browser profiles with unique fingerprints.
Download: Privacy Guides - Desktop Browsers
A powerful and compact shell script to completely reset and clean all Qoder application identity information from your system. Get Qoder from https://qoder.com
- Complete Identity Reset: Removes all Qoder machine IDs, telemetry data, hardware fingerprints, and network traces
- Cross-Platform Support: Works on Windows, macOS, and Linux
- Safe Confirmation: Requires user confirmation before proceeding
- Hardware Fingerprint Reset: Generates fake hardware information to bypass detection
- Chat History Management: Option to preserve or clean chat history
- Pure Bash Script: No external dependencies required
git clone https://github.com/bunnysayzz/qoder-reset.git
cd qoder-reset
chmod +x qoder.sh
./qoder.sh
curl -o qoder.sh https://raw.githubusercontent.com/bunnysayzz/qoder-reset/main/qoder.sh && chmod +x qoder.sh
./qoder.sh
curl -o qoder.sh https://raw.githubusercontent.com/bunnysayzz/qoder-reset/main/qoder.sh && chmod +x qoder.sh
./qoder.sh
Invoke-WebRequest -Uri "https://raw.githubusercontent.com/bunnysayzz/qoder-reset/main/qoder.sh" -OutFile "qoder.sh"
bash qoder.sh
# Just download and double-click
qoder_reset_windows.bat
# Run in PowerShell
.\qoder_reset_windows.ps1
- Visit: https://raw.githubusercontent.com/bunnysayzz/qoder-reset/main/qoder.sh
- Copy the entire content
- Create a new file:
qoder.sh
- Paste the content and save
- Make executable:
chmod +x qoder.sh
./qoder.sh
The script will:
- Display a beautiful ASCII art banner
- Check if Qoder is running and ask you to close it
- Show available reset operations
- Ask about preserving chat history
- Perform the selected reset process
- Download Fingerprint Browser: Privacy Guides - Desktop Browsers
- Recommended Options: Mullvad Browser, Firefox+Arkenfox, Brave
- Set as Default Browser: Make it your primary browser
- Use for Qoder Signup: Only use the fingerprint browser for new Qoder registration
Why? Even after resetting Qoder's device identity, your regular browser can still be fingerprinted and detected. Using a privacy-focused fingerprint browser ensures complete anonymity.
Best Choice: Mullvad Browser provides the strongest anti-fingerprinting protection out of the box.
The tool resets the following Qoder identity information:
- Machine ID: Generates new machine identifiers and UUIDs
- Telemetry Data: Resets all tracking and analytics data
- Hardware Fingerprints: Creates fake hardware information
- Cache Directories: Removes all cache and temporary files
- Identity Files: Cleans network traces and identity data
- SharedClientCache: Resets language server connections
- Network State: Clears persistent network connections
- Close Qoder First: Ensure Qoder is completely closed before running
- Fresh Identity: Qoder will recognize your device as new after reset
- Get Qoder: Download and install Qoder from https://qoder.com
- Chat History: Choose whether to preserve or clean chat data
- System Restart: Recommended after completion for best results
- Windows: Windows 10/11 (Git Bash, WSL, PowerShell, or native batch file)
- macOS: macOS 10.14+
- Linux: Most distributions with bash
- Qoder application support directory
- Machine ID and device identifier files
- Telemetry and tracking data
- Cache and temporary directories
- Hardware fingerprint files
- Network state and connection data
- Shared client cache directories
Permission Denied
chmod +x qoder.sh
Script Won't Run
ls -la qoder.sh
bash qoder.sh
Qoder Still Running
# macOS
pkill -f Qoder
# Windows
taskkill /f /im Qoder.exe
# Linux
pkill -f Qoder
Directory Not Found
- Ensure Qoder is installed
- Run Qoder at least once to create configuration
- Complete Reset - Performs all reset operations (recommended)
- Reset Machine ID - Only resets machine identifiers
- Reset Telemetry - Only resets telemetry data
- Clean Cache - Only cleans cache directories
- Clean Identity Files - Only cleans identity files
- Reset Hardware Fingerprints - Only resets hardware info
- Exit - Quit the script
- Process Detection: Won't run if Qoder is active
- Directory Validation: Ensures Qoder directory exists
- User Confirmation: Asks before destructive operations
- Error Handling: Exits on critical errors
- Root Warning: Warns against running as root
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.