https://github.com/the0cp/ssr-gui
Cross-Platform GUI Client for SS/SSR/SSR-N
https://github.com/the0cp/ssr-gui
electron gui javascript linux shadowsocks shadowsocksr shadowsocksr-client ssr ssrn
Last synced: 4 months ago
JSON representation
Cross-Platform GUI Client for SS/SSR/SSR-N
- Host: GitHub
- URL: https://github.com/the0cp/ssr-gui
- Owner: the0cp
- License: mit
- Created: 2023-03-07T12:42:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T08:24:02.000Z (over 1 year ago)
- Last Synced: 2025-11-05T20:21:15.626Z (8 months ago)
- Topics: electron, gui, javascript, linux, shadowsocks, shadowsocksr, shadowsocksr-client, ssr, ssrn
- Language: JavaScript
- Homepage:
- Size: 1.34 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShadowsocksR-Native GUI 



GUI Client for SS/SSR/SSR-N([ShadowsocksR-native](https://github.com/ShadowsocksR-Live/shadowsocksr-native))
Based on [erguotou520/electron-ssr](https://github.com/erguotou520/electron-ssr)
The SSR-N Version: 0.9.3 (May 19, 2022)
## Screenshot

## Download installer
[ShadowsocksR-Native GUI Releases](https://github.com/the0cp/ssr-gui/releases)
---
## Run
Tested on Debian
### 1. Setup
```shell
yarn install
```
### 2. Deploy
```shell
npm run electron:serve
```
---
## Build
```shell
electron-builder build
```