🚀 Pywarp is a powerful replacement for the official Cloudflare WARP app, offering more advanced options in an intuitive and feature-rich user interface. With Pywarp, you can configure DNS modes, manage WARP protocols (masque and WireGuard), and set custom endpoints—all designed and all of the current offical app capabalaties to make WARP functionality accessible and convenient.
- 🌟 Enhanced Protocol Support: Includes UI for changing protocols.
- 🌐 DNS Mode Management: Easily toggle between "off," "block adult-content" and "block malware" DNS filters.
- 🔗 Custom Endpoint Configuration: Set, save, and reset connection endpoints directly in the app.
- 🛠 Intuitive UI: No more command lines! All WARP commands are built into a sleek, user-friendly interface.
- 🎨 Dynamic Theme Compatibility: Automatically adapts to your system's dark/light mode.
- 🗂 Resource Integration: Bundles settings and assets directly into the app with Qt Resource System for portability.
- ⚡ Exclude IP/Domain: Manage exclusions directly from the Advanced Settings.
Completed:
- ✅ Major Fixes
- ✅ Rework on Theme
- ✅ Multi Language support
- ✅ Change Settings Section
Planned / In Progress:
- 🔁 Add Split Tunnel Future
- 🔗 Add Proxy Chain
- 🌐 Add Support for Russian and Chinese language
If you enjoy my work and want to support future development, you can donate here:
👉 Donate via my official website
Every contribution helps keep the project alive. Thank you!
- Python 3.x installed on your machine.
- Install necessary libraries: pip install -r requirements.txt
- download the app from Releases
- make sure you installed the offical version of WARP (open the app for links)
- close the offical warp (you dont need it anymore)
- enjoy it
We welcome contributions from the community! To contribute: 1- Fork this repository. 2- Create your feature branch:
git checkout -b feature/AmazingFeature
3- Commit your changes:
git commit -m "Add some AmazingFeature"
4- Push to the branch:
git push origin feature/AmazingFeature
5- Open a pull request.
This project is licensed under the GNU GPL v3, ensuring all modifications and derivatives remain open-source.
- Inspired by Cloudflare WARP, with extended features that simplify advanced commands.
- Built with PySide6 for a seamless user experience.