A comprehensive privacy management application designed to help users reset and clean Qoder application data with enhanced security features. Built with PyQt5, this cross-platform tool provides powerful options to manage digital identity and privacy.
- One-Click Reset: Quickly reset all Qoder application configurations
- Machine ID Reset: Generate new unique machine identifiers
- Telemetry Data Cleanup: Remove tracking and analytics data
- Deep Identity Cleanup: Comprehensive removal of identity-related files
- Hardware Fingerprint Reset: Advanced anti-detection capabilities
- πΊπΈ English - Full support
- π»π³ Vietnamese - TiαΊΏng Viα»t
- π¨π³ Chinese - δΈζ
- π·πΊ Russian - Π ΡΡΡΠΊΠΈΠΉ
- Windows 10/11 (x64)
- macOS 10.14+ (Intel & Apple Silicon)
- Linux (Ubuntu 18.04+, Debian 10+, CentOS 7+)
- Safe Data Handling: Preserves essential user data while cleaning identity traces
- Selective Cleanup: Option to preserve chat history
- Advanced Fingerprinting: Hardware-level identity reset
- Secure File Operations: Safe deletion with verification
- Python: 3.7 or higher
- RAM: 512 MB
- Storage: 100 MB free space
- OS: Windows 10, macOS 10.14, or Linux with GUI support
PyQt5 >= 5.15.0
- GUI frameworkrequests >= 2.25.0
- HTTP librarypathlib
- Path manipulation (built-in for Python 3.4+)
git clone https://github.com/locfaker/Qoder-Free.git
cd Qoder-Free
# Using pip
pip install -r requirements.txt
# Or using conda
conda install --file requirements.txt
# Double-click or run in terminal
start_gui.bat
# Make executable and run
chmod +x qoder_reset_gui.py
python qoder_reset_gui.py
-
Launch the Application
- Run the appropriate startup script for your platform
- Select your preferred language from the dropdown
-
One-Click Reset (Recommended)
- Click "One-Click Configuration" for automatic reset
- Choose whether to preserve chat history
- Confirm the operation
-
Advanced Operations
- Close Qoder: Safely terminate Qoder processes
- Reset Machine ID: Generate new machine identifier
- Reset Telemetry: Clear tracking data
- Deep Identity Clean: Comprehensive privacy cleanup
- Process Detection: Automatically detects running Qoder instances
- Backup Preservation: Option to keep important user data
- Operation Logging: Detailed logs of all operations
- Rollback Support: Safe operations with verification
Qoder-Free/
βββ qoder_reset_gui.py # Main application file
βββ requirements.txt # Python dependencies
βββ start_gui.bat # Windows launcher
βββ LICENSE # MIT License
βββ README.md # This file
βββ .gitignore # Git ignore rules
-
Clone and Setup
git clone https://github.com/locfaker/Qoder-Free.git cd Qoder-Free python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate pip install -r requirements.txt
-
Run in Development Mode
python qoder_reset_gui.py
-
Create Executable (Optional)
pip install pyinstaller pyinstaller --onefile --windowed qoder_reset_gui.py
We welcome contributions! Please follow these steps:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Commit your changes (
git commit -m 'Add amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
- Follow PEP 8 style guidelines
- Add tests for new features
- Update documentation as needed
- Ensure cross-platform compatibility
Issue: "PyQt5 not found"
# Solution
pip install --upgrade PyQt5
Issue: "Permission denied"
# On macOS/Linux
chmod +x qoder_reset_gui.py
sudo python qoder_reset_gui.py
Issue: "Qoder not detected"
- Ensure Qoder is properly installed
- Check if Qoder is running in the background
- Verify application data directory exists
This project is licensed under the MIT License - see the LICENSE file for details.
This tool is designed for privacy enhancement and educational purposes. Users are responsible for:
- Complying with all applicable terms of service
- Using the tool responsibly and ethically
- Understanding the implications of data reset operations
Use at your own risk. Always backup important data before using this tool.
- Issues: GitHub Issues
- Discussions: GitHub Discussions
- Email: Contact the maintainer through GitHub
- Built with PyQt5
- Inspired by privacy-focused development practices
- Thanks to all contributors and users
Privacy Matters π‘οΈ | Made with β€οΈ for the community