Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/krypt0nn/warp-gui
Unofficial Cloudflare WARP GUI client for Linux written on Neutralino
https://github.com/krypt0nn/warp-gui
cloudflare cloudflare-warp neutralino neutralinojs
Last synced: 3 months ago
JSON representation
Unofficial Cloudflare WARP GUI client for Linux written on Neutralino
- Host: GitHub
- URL: https://github.com/krypt0nn/warp-gui
- Owner: krypt0nn
- License: gpl-3.0
- Created: 2021-09-14T19:34:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-14T21:05:45.000Z (almost 3 years ago)
- Last Synced: 2024-05-13T00:46:57.028Z (6 months ago)
- Topics: cloudflare, cloudflare-warp, neutralino, neutralinojs
- Language: TypeScript
- Homepage:
- Size: 409 KB
- Stars: 17
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neutralino - Cloudflare Warp - Unofficial Cloudflare WARP GUI client for Linux written on Neutralino (Apps)
README
Cloudflare WARP GUI for Linux
This is unofficial GUI client for Cloudflare WARP. Now we don't have official one
# Installation
1. Install [cloudflare-warp-bin](https://aur.archlinux.org/packages/cloudflare-warp-bin) AUR package *(or somehow else build [one of these packages](https://pkg.cloudflareclient.com/packages/cloudflare-warp))*
2. Run `warp-cli register` command
3. Download this project. Done# Known issues
- [ ] Tray icon doesn't work with AppImage
# Development
## Clone repository
```zsh
git clone https://github.com/krypt0nn/warp-gui
cd warp-gui
yarn
```## Run from source
```zsh
yarn dev
```## Build
```zsh
yarn build
```## Bundle to AppImage
```zsh
yarn bundle
```
Author: [Nikita Podvirnyy](https://vk.com/technomindlp)