| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A modern, high-performance desktop application for managing Cloudflare Tunnels with ease. Built with Tauri, Rust, and Vanilla JavaScript.
| Dashboard | Logs |
|---|---|
![]() |
![]() |
| Quick Tunnels | Tunnel Connector |
|---|---|
![]() |
![]() |
| Add Endpoint | Tunnel Endpoints |
|---|---|
![]() |
![]() |
The application leverages Tauri v2 to provide a lightweight security-first alternative to Electron. It uses a bridge between a high-performance Rust backend and a modern Vanilla JS frontend.
graph TD
UI[Frontend: Vanilla JS + Tailwind] <--> Bridge[Tauri IPC Bridge]
Bridge <--> Rust[Backend: Rust Core]
Rust <--> CF_Bin[Cloudflared Binary]
Rust <--> CF_API[Cloudflare API]
CF_Bin <--> Internet((Global Network))
Before you begin, ensure you have the following installed:
git clone https://github.com/maskodingku/Tunnel-Cloudflared-Desktop.git
cd Tunnel-Cloudflared-Desktopnpm installnpm run tauri devnpm run tauri buildThis project is designed with transparency and security in mind:
Important
Your cert.pem and app_config.json are automatically ignored by .gitignore to prevent accidental credential leaks.
Distributed under the MIT License.
Developed with ❤️ by Abdi Syahputra Harahap (MASKODING).
| Back | FazBrowse Home | New Git URL |