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

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

Awesome Lists containing this project

README

          

# ShadowsocksR-Native GUI ![logo](https://github.com/the0cp/ssr-gui/blob/main/build/icons/48x48.png)

![platform](https://img.shields.io/badge/Platform-Linux-orange)
![license](https://img.shields.io/npm/l/express)
![repo-size](https://img.shields.io/github/repo-size/the0cp/ssr-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

![UI](https://github.com/the0cp/ssr-gui/blob/main/Screenshots/UI.png)

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