A lightweight graphical interface for Cloudflare WARP with AmnesiaWG support.
RedWARP GUI is a fast and minimal GUI config generator for Cloudflare WARP, rewritten in C++ using the FLTK toolkit. It integrates AmnesiaWG (an anonymity-focused WireGuard fork) for enhanced privacy.
Perfect for users who want a simple, resource-efficient way to connect to WARP without heavy dependencies.
- One-click generation: Click "Generate" to get a profile for any number of devices.
- AmnesiaWG integration: Better anonymity than standard WireGuard.
- Ultra-lightweight: Built with C++ and FLTK — minimal CPU/RAM usage.
- Cross-platform potential: Primarily tested on Linux, easily portable.
- Open source: Fully customizable and transparent.
- Linux distribution (Ubuntu/Debian recommended) or Windows 7+
- AmneizaWG instaled: Windows, Linux, IOS, Android
- Build tools:
g++,make, and FLTK development libraries
sudo apt update
sudo apt install libfltk1.4-dev clang makegit clone https://github.com/meizfl/RedWARP_GUI.git
cd RedWARP_GUI
make # Compiles the binary
mkdir ./bin
cd ./bin
wget https://github.com/ViRb3/wgcf/releases/download/v2.2.29/wgcf_2.2.29_linux_amd64 # Or another version for your platform
mv wgcf_2.2.29_linux_amd64 wgcf_amd64
./RedWARP_GUI # Launch the app- Launch the application.
- Click Generate to create config.
- Install AmneizaWG and import config there.
- Click "connect" and get access to free Internet.
Found a bug? Have an idea? Fork it, hack it, send a pull request!
Contributions are very welcome — let's make the best WARP GUI out there 🔥
This project is licensed under the GNU General Public License v3.0 — see the LICENSE file for details.
If you like it, hit that star button — it means the world! 🌟
Made with ❤️ and a bit of anonymity by @meizfl