{"id":19137689,"url":"https://github.com/progzone122/warp-cloudflare-gui-rust","last_synced_at":"2025-05-06T20:20:27.523Z","repository":{"id":249701137,"uuid":"821569119","full_name":"progzone122/warp-cloudflare-gui-rust","owner":"progzone122","description":"A GUI application based on warp-cli for linux written in Rust","archived":false,"fork":false,"pushed_at":"2024-12-09T21:12:20.000Z","size":748,"stargazers_count":19,"open_issues_count":3,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-19T14:57:50.551Z","etag":null,"topics":["cloudlfare","gui","rust","slint","warp","warp-gui"],"latest_commit_sha":null,"homepage":"","language":"Svelte","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/progzone122.png","metadata":{"files":{"readme":"ReadME.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-06-28T21:06:46.000Z","updated_at":"2025-04-05T03:53:32.000Z","dependencies_parsed_at":"2024-07-22T21:23:39.284Z","dependency_job_id":"4e854bb7-48d2-4677-b2aa-31715f5f7e16","html_url":"https://github.com/progzone122/warp-cloudflare-gui-rust","commit_stats":null,"previous_names":["progzone122/warp-cloudflare-gui-rust"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progzone122%2Fwarp-cloudflare-gui-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progzone122%2Fwarp-cloudflare-gui-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progzone122%2Fwarp-cloudflare-gui-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progzone122%2Fwarp-cloudflare-gui-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progzone122","download_url":"https://codeload.github.com/progzone122/warp-cloudflare-gui-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252761627,"owners_count":21800180,"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","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":["cloudlfare","gui","rust","slint","warp","warp-gui"],"created_at":"2024-11-09T06:39:08.592Z","updated_at":"2025-05-06T20:20:27.449Z","avatar_url":"https://github.com/progzone122.png","language":"Svelte","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Warp Cloudflare GUI written in Rust\nA GUI application based on warp-cli for linux written in Rust\n\n## Screenshots\n\u003cdiv style=\"display: flex; flex-wrap: wrap;\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/c4d4f95a-c572-41af-bc57-30fe46f2e9b7\" width=\"400\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/dfbe90ab-506a-4672-8790-e63288ae95bb\" width=\"400\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/9d7ecf32-45c2-44ad-889d-c3220964b19e\" width=\"400\"\u003e\n    \u003cimg src=\"https://github.com/user-attachments/assets/0f792b3c-38d8-4f1d-9eb2-75eb45cd4ffb\" width=\"400\"\u003e\n\u003c/div\u003e\n\n\n## Installation Guide\n\n**WARNING! To connect using WARP you need to register an account, this can be done through the GUI itself (Settings button in the bottom right corner -\u003e Account -\u003e register).**\n\n### I use Arch Linux btw?\n1. Install using the script from AUR!\n\n``\n    yay -S warp-gui\n``\n\n2. Start systemd service **warp-svc**\n\n``\n     sudo systemctl enable warp-svc.service --now\n``\n\n### Debian package\n1. Install [warp-cli](https://developers.cloudflare.com/warp-client/get-started/linux/)\n\n   - Arch Linux:\n\n     ``\n         yay -S cloudflare-warp-bin\n     ``\n   - Ubuntu / Debian:\n\n     ``\n         sudo apt install cloudflare-warp\n     ``\n\n   - CentOS / RHEL:\n\n     ``\n         sudo yum install cloudflare-warp\n     ``\n2. Start systemd service **warp-svc**\n\n   ``\n        sudo systemctl enable warp-svc.service --now\n   ``\n3. Download and install Debian package:\n   - If you are using dpkg:\n   ``\n      sudo dpkg -i warp-gui.deb\n   ``\n   - If you are using debtap:\n   \n      ```\n         sudo debtap -u\n         debtap -Q warp-gui.deb\n         sudo pacman -U generated_name.pkg.tar.xz\n      ```\n\n### AppImage package\n1. Install [warp-cli](https://developers.cloudflare.com/warp-client/get-started/linux/)\n\n   - Arch Linux:\n\n     ``\n         yay -S cloudflare-warp-bin\n     ``\n   - Ubuntu / Debian:\n\n     ``\n         sudo apt install cloudflare-warp\n     ``\n\n   - CentOS / RHEL:\n\n     ``\n         sudo yum install cloudflare-warp\n     ``\n2. Start systemd service **warp-svc**\n\n   ``\n        sudo systemctl enable warp-svc.service --now\n   ``\n3. Download and run AppImage package\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogzone122%2Fwarp-cloudflare-gui-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogzone122%2Fwarp-cloudflare-gui-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogzone122%2Fwarp-cloudflare-gui-rust/lists"}