{"id":30760782,"url":"https://github.com/bunnysayzz/qoder-reset","last_synced_at":"2025-09-04T13:50:18.777Z","repository":{"id":312039193,"uuid":"1046051225","full_name":"bunnysayzz/qoder-reset","owner":"bunnysayzz","description":"Qoder Code extension reset tool - clean all data, cache, and settings.","archived":false,"fork":false,"pushed_at":"2025-08-28T11:41:13.000Z","size":9,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-28T12:14:45.578Z","etag":null,"topics":["agent","cursor","qoder","qoderreset","reset","vscode"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bunnysayzz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-28T05:45:56.000Z","updated_at":"2025-08-28T12:05:05.000Z","dependencies_parsed_at":"2025-08-28T12:16:53.982Z","dependency_job_id":"2c0a4a7d-428a-400f-b6cc-0f64f2fdec3d","html_url":"https://github.com/bunnysayzz/qoder-reset","commit_stats":null,"previous_names":["bunnysayzz/qoder-reset"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bunnysayzz/qoder-reset","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2Fqoder-reset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2Fqoder-reset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2Fqoder-reset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2Fqoder-reset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bunnysayzz","download_url":"https://codeload.github.com/bunnysayzz/qoder-reset/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bunnysayzz%2Fqoder-reset/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273619703,"owners_count":25138238,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-04T02:00:08.968Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent","cursor","qoder","qoderreset","reset","vscode"],"created_at":"2025-09-04T13:50:13.576Z","updated_at":"2025-09-04T13:50:18.750Z","avatar_url":"https://github.com/bunnysayzz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"**For Augment reset tool, click here: [https://github.com/bunnysayzz/augment-reset.git](https://github.com/bunnysayzz/augment-reset.git)**\n\n# Qoder Reset Tool\n\n## ⚠️ **IMPORTANT NOTICE** ⚠️\n\n\u003e **✨ Use a fingerprint browser to register after resetting Qoder!**\n\u003e \n\u003e **Why?** Duplicate registrations may still be recognized due to browser cache or fingerprinting, even after resetting Qoder's device identity.\n\u003e \n\u003e **Solution:** Use a privacy-focused fingerprint browser like [Mullvad Browser](https://www.privacyguides.org/en/desktop-browsers/#mullvad-browser) to create completely new browser profiles with unique fingerprints.\n\u003e \n\u003e **Download:** [Privacy Guides - Desktop Browsers](https://www.privacyguides.org/en/desktop-browsers/)\n\n---\n\nA powerful and compact shell script to completely reset and clean all Qoder application identity information from your system. Get Qoder from [https://qoder.com](https://qoder.com)\n\n## 🚀 Features\n\n- **Complete Identity Reset**: Removes all Qoder machine IDs, telemetry data, hardware fingerprints, and network traces\n- **Cross-Platform Support**: Works on Windows, macOS, and Linux\n- **Safe Confirmation**: Requires user confirmation before proceeding\n- **Hardware Fingerprint Reset**: Generates fake hardware information to bypass detection\n- **Chat History Management**: Option to preserve or clean chat history\n- **Pure Bash Script**: No external dependencies required\n\n## 🛠️ Installation\n\n### Option 1: Clone Repository\n```bash\ngit clone https://github.com/bunnysayzz/qoder-reset.git\ncd qoder-reset\nchmod +x qoder.sh\n./qoder.sh\n```\n\n### Option 2: Direct Download (Copy-Paste)\n\n#### For macOS/Linux:\n```bash\ncurl -o qoder.sh https://raw.githubusercontent.com/bunnysayzz/qoder-reset/main/qoder.sh \u0026\u0026 chmod +x qoder.sh\n./qoder.sh\n```\n\n#### For Windows (Git Bash/WSL):\n```bash\ncurl -o qoder.sh https://raw.githubusercontent.com/bunnysayzz/qoder-reset/main/qoder.sh \u0026\u0026 chmod +x qoder.sh\n./qoder.sh\n```\n\n#### For Windows (PowerShell):\n```powershell\nInvoke-WebRequest -Uri \"https://raw.githubusercontent.com/bunnysayzz/qoder-reset/main/qoder.sh\" -OutFile \"qoder.sh\"\nbash qoder.sh\n```\n\n### Option 3: Windows Native Scripts (Easiest)\n\n#### Windows Batch File (Double-click to run):\n```cmd\n# Just download and double-click\nqoder_reset_windows.bat\n```\n\n#### Windows PowerShell:\n```powershell\n# Run in PowerShell\n.\\qoder_reset_windows.ps1\n```\n\n### Option 4: Manual Copy-Paste\n1. Visit: https://raw.githubusercontent.com/bunnysayzz/qoder-reset/main/qoder.sh\n2. Copy the entire content\n3. Create a new file: `qoder.sh`\n4. Paste the content and save\n5. Make executable: `chmod +x qoder.sh`\n\n## 🎯 Usage\n\n```bash\n./qoder.sh\n```\n\nThe script will:\n1. Display a beautiful ASCII art banner\n2. Check if Qoder is running and ask you to close it\n3. Show available reset operations\n4. Ask about preserving chat history\n5. Perform the selected reset process\n\n## 🔥 **CRITICAL NEXT STEP AFTER RESET**\n\n**⚠️ IMPORTANT:** After running the reset script, you MUST:\n\n1. **Download Fingerprint Browser**: [Privacy Guides - Desktop Browsers](https://www.privacyguides.org/en/desktop-browsers/)\n2. **Recommended Options**: Mullvad Browser, Firefox+Arkenfox, Brave\n3. **Set as Default Browser**: Make it your primary browser\n4. **Use for Qoder Signup**: Only use the fingerprint browser for new Qoder registration\n\n**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.\n\n**Best Choice:** [Mullvad Browser](https://www.privacyguides.org/en/desktop-browsers/#mullvad-browser) provides the strongest anti-fingerprinting protection out of the box.\n\n## 🔧 What Gets Reset\n\nThe tool resets the following Qoder identity information:\n\n- **Machine ID**: Generates new machine identifiers and UUIDs\n- **Telemetry Data**: Resets all tracking and analytics data\n- **Hardware Fingerprints**: Creates fake hardware information\n- **Cache Directories**: Removes all cache and temporary files\n- **Identity Files**: Cleans network traces and identity data\n- **SharedClientCache**: Resets language server connections\n- **Network State**: Clears persistent network connections\n\n## ⚠️ Important Notes\n\n- **Close Qoder First**: Ensure Qoder is completely closed before running\n- **Fresh Identity**: Qoder will recognize your device as new after reset\n- **Get Qoder**: Download and install Qoder from [https://qoder.com](https://qoder.com)\n- **Chat History**: Choose whether to preserve or clean chat data\n- **System Restart**: Recommended after completion for best results\n\n## 🖥️ Supported Operating Systems\n\n- **Windows**: Windows 10/11 (Git Bash, WSL, PowerShell, or native batch file)\n- **macOS**: macOS 10.14+\n- **Linux**: Most distributions with bash\n\n## 📁 File Locations Cleaned\n\n- Qoder application support directory\n- Machine ID and device identifier files\n- Telemetry and tracking data\n- Cache and temporary directories\n- Hardware fingerprint files\n- Network state and connection data\n- Shared client cache directories\n\n## 🔍 Troubleshooting\n\n### Common Issues\n\n**Permission Denied**\n```bash\nchmod +x qoder.sh\n```\n\n**Script Won't Run**\n```bash\nls -la qoder.sh\nbash qoder.sh\n```\n\n**Qoder Still Running**\n```bash\n# macOS\npkill -f Qoder\n\n# Windows\ntaskkill /f /im Qoder.exe\n\n# Linux\npkill -f Qoder\n```\n\n**Directory Not Found**\n- Ensure Qoder is installed\n- Run Qoder at least once to create configuration\n\n## 🎮 Available Operations\n\n1. **Complete Reset** - Performs all reset operations (recommended)\n2. **Reset Machine ID** - Only resets machine identifiers\n3. **Reset Telemetry** - Only resets telemetry data\n4. **Clean Cache** - Only cleans cache directories\n5. **Clean Identity Files** - Only cleans identity files\n6. **Reset Hardware Fingerprints** - Only resets hardware info\n7. **Exit** - Quit the script\n\n## 🛡️ Safety Features\n\n- **Process Detection**: Won't run if Qoder is active\n- **Directory Validation**: Ensures Qoder directory exists\n- **User Confirmation**: Asks before destructive operations\n- **Error Handling**: Exits on critical errors\n- **Root Warning**: Warns against running as root\n\n## 🤝 Contributing\n\nContributions are welcome! Please feel free to submit a Pull Request.\n\n1. Fork the repository\n2. Create your feature branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 👨‍💻 Author\n\n**bunnysayzz**\n\n- GitHub: [@bunnysayzz](https://github.com/bunnysayzz)\n\n## ⭐ Show your support\n\nGive a ⭐️ if this project helped you!\n\n---\n\n**Disclaimer**: Use this tool at your own risk. Always backup important data before running system cleanup tools. This tool is for educational purposes only.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunnysayzz%2Fqoder-reset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbunnysayzz%2Fqoder-reset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbunnysayzz%2Fqoder-reset/lists"}