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)
- Host: GitHub
- URL: https://github.com/wikm360/xray-client
- Owner: wikm360
- Created: 2024-09-21T07:36:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-08T19:20:11.000Z (about 1 year ago)
- Last Synced: 2025-05-07T15:02:28.455Z (11 months ago)
- Topics: gui-client, linux, macos, v2ray, v2ray-gui, windows, xray, xray-client, xray-core, xray-gui
- Language: Python
- Homepage:
- Size: 49.8 MB
- Stars: 57
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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




## 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
```