Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Unofficial Cloudflare WARP GUI client for Linux written on Neutralino

Awesome Lists containing this project

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)