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

https://github.com/wikm360/xray-client

A simple CLI / GUI Xray Client (with Tun mode) , based on python (linux,win)
https://github.com/wikm360/xray-client

gui-client linux macos v2ray v2ray-gui windows xray xray-client xray-core xray-gui

Last synced: 11 months ago
JSON representation

A simple CLI / GUI Xray Client (with Tun mode) , based on python (linux,win)

Awesome Lists containing this project

README

          

# XC(Xray-Client)

A simple CLI / GUI Xray client for manage subscription and more based on python

## Features
- Run with system proxy and TUN
- import subscriptions / import configs (Vmess,vless for now )
- manage subscriptions (Delete , Update , Edit)
- Tcping or Real-delay for all configs
- Dark / Light mode
- run latest Xray on your configs
- Easy to use and for all Windows , linux , macos Operating system
- User Friendly

## Screenshots

![App Screenshot](https://github.com/wikm360/xray-client/blob/main/screenshot/1.png?raw=true)
![App Screenshot](https://github.com/wikm360/xray-client/blob/main/screenshot/2.png?raw=true)
![App Screenshot](https://github.com/wikm360/xray-client/blob/main/screenshot/3.png?raw=true)
![App Screenshot](https://github.com/wikm360/xray-client/blob/main/screenshot/4.png?raw=true)

## Installation

Option 1 ) Download the version depending on your OS from releases page (GUI/CLI) :

```bash
https://github.com/wikm360/xray-client/releases/latest
```

Option 2 ) use from py file :

```bash
wget https://github.com/wikm360/xray-client/archive/refs/heads/main.zip
uzip main.zip
cd xray-client-main/
pip install -r requirements.txt

```
Run CLI :
```bash
cd CLI
python3 CLI.py

```
Run GUI :
```bash
cd GUI-ver
python3 GUI.py

```