All Projects → josephpei → Uv2ray

josephpei / Uv2ray

Licence: mit
Electron V2ray Client (mostly for Linux)

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Uv2ray

V2raya
A Linux web GUI client of Project V which supports V2Ray, SS, SSR, Trojan and Pingtunnel 🚀
Stars: ✭ 840 (+2000%)
Mutual labels:  v2ray, gui
V2rayl
v2ray linux GUI客户端,支持订阅、vemss、ss等协议,自动更新订阅、检查版本更新
Stars: ✭ 2,722 (+6705%)
Mutual labels:  v2ray, gui
Lqt
Lua Binding for Qt5
Stars: ✭ 30 (-25%)
Mutual labels:  gui
External
External is a GUI library for Go (Golang), based on connection to external GUI server application.
Stars: ✭ 36 (-10%)
Mutual labels:  gui
Luci App Clash
Luci interface for Clash Openwrt
Stars: ✭ 967 (+2317.5%)
Mutual labels:  v2ray
Materialdesignlite
This project prime goal is to bind the google's Material Design Lite project to Seaside and as second goal to build widgets on top of Material Design to help Seaside developers to create web applications with material design faster.
Stars: ✭ 30 (-25%)
Mutual labels:  gui
Ariang
AriaNg, a modern web frontend making aria2 easier to use.
Stars: ✭ 8,339 (+20747.5%)
Mutual labels:  gui
Framework
The Framework is a set of components and tools which brings the user an interface (GUI / API) to setup, extend and manage an Open vStorage platform.
Stars: ✭ 27 (-32.5%)
Mutual labels:  gui
Getbilibili C
Download Bilibili Ultra-Definition Video
Stars: ✭ 37 (-7.5%)
Mutual labels:  gui
Tegrarcmgui
C++ GUI for TegraRcmSmash (Fusée Gelée exploit for Nintendo Switch)
Stars: ✭ 965 (+2312.5%)
Mutual labels:  gui
Nix Query Tree Viewer
GTK viewer for the output of `nix-store --query --tree`
Stars: ✭ 36 (-10%)
Mutual labels:  gui
Python Uiautomation For Windows
(Donot use 3.7.6,3.8.1)🐍Python 3 wrapper of Microsoft UIAutomation. Support UIAutomation for MFC, WindowsForm, WPF, Modern UI(Metro UI), Qt, IE, Firefox, Chrome ...
Stars: ✭ 961 (+2302.5%)
Mutual labels:  gui
Wtk
📺 A cross-platform immediate mode user-interface library. Public domain.
Stars: ✭ 30 (-25%)
Mutual labels:  gui
Kspigot
Extended Spigot and Bukkit API for Kotlin
Stars: ✭ 35 (-12.5%)
Mutual labels:  gui
Gtk Rust By Example
Gtk-Rust by Example (GRBE) - неофициальная книга по разработке GTK GUI, на языке программирования Rust. Практическое использование библиотеки GTK на различных примерах.
Stars: ✭ 30 (-25%)
Mutual labels:  gui
Monero Gui Guide
Guide for the Monero GUI wallet
Stars: ✭ 36 (-10%)
Mutual labels:  gui
Guijs
🐣️ The app that makes your #devlife easier.
Stars: ✭ 950 (+2275%)
Mutual labels:  gui
Vuplicity
A cross-platform GUI for Duplicity backups, powered by Atom Electron.
Stars: ✭ 31 (-22.5%)
Mutual labels:  gui
Panel
A high-level app and dashboarding solution for Python
Stars: ✭ 977 (+2342.5%)
Mutual labels:  gui
Openconnect Gui
Mirror - Graphical OpenConnect client (beta phase)
Stars: ✭ 993 (+2382.5%)
Mutual labels:  gui

uv2ray

A Electron V2ray GUI Client

Based on electron-ssr

Just for study!

Usage

Instal v2ray use pacakge manager such as pacman, or download v2ray by yourself(need 4 files v2ray v2ctl geosite.dat geoip.dat)

Project setup

yarn

Compiles and hot-reloads for development

yarn electron:serve

Compiles and minifies for production

yarn electron:build

Country Emoji

Ubuntu sudo apt install fonts-noto-color-emoji

Add file $HOME/.config/fontconfig/conf.d/99-emoji.conf

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
  <match>
    <test name="family"><string>sans-serif</string></test>
    <edit name="family" mode="append" binding="strong">
      <string>Bitstream Vera Serif</string>
      <string>Noto Color Emoji</string>
    </edit>
  </match>

  <!-- Add emoji generic family -->
  <alias binding="strong">
    <family>emoji</family>
    <default><family>Noto Color Emoji</family></default>
  </alias>

  <!-- Aliases for the other emoji fonts -->
  <alias binding="strong">
    <family>Apple Color Emoji</family>
    <prefer><family>Noto Color Emoji</family></prefer>
  </alias>
  <alias binding="strong">
    <family>Segoe UI Emoji</family>
    <prefer><family>Noto Color Emoji</family></prefer>
  </alias>
  <alias binding="strong">
    <family>Emoji One</family>
    <prefer><family>Noto Color Emoji</family></prefer>
  </alias>
</fontconfig>

Customize configuration

See Configuration Reference.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].