velocitynet / electron-ssr

Shadowsocksr client using electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

electron-ssr

Shadowsocksr client that coding with electron and vue

Feature

  • Close to tray
  • Crash Reporting
  • Update and launched notification
  • Support all of the shadowsocksr python version's function

Pre-requirement

Screenshot

Download

Go to release

Update history

  • 0.1.0
    • Support to open log file
    • Deamon mode for unix system using -d while child process for windows
    • Support ssr:// and ss:// conversion to each other
    • Support scan screen qrcode
    • Support to add ssr methods and protocols and obfses
    • Now need to set shadowsocksr python path

Config and log file path

  • windows: C:\Users\{your username}\AppData\Local\Programs\electron-ssr
  • linux: ~/.config/electron-ssr
  • mac: ~/Library/Application Support/electron-ssr

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:9080
npm run dev

# lint all JS/Vue component files in `app/src`
npm run lint

# run webpack in production
npm run pack

# build electron app for production
npm run build

# remove all files under builds
npm run build:clean

# qrcode scheme unit test
npm run test:unit

ShadowsocksR Doc Reference

About

Shadowsocksr client using electron

License:MIT License


Languages

Language:JavaScript 88.0%Language:Vue 9.4%Language:Python 2.2%Language:CSS 0.2%Language:HTML 0.1%