Shadowsocks Electron
> Test on Ubuntu20.4/21.04/22.04 (amd64) ● MacOS catalina (x64) ● Windows 10/11 (x64)
Shadowsocks GUI client with cross-platform desktop support powered by Electron⚛️, made specially for Linux / Windows users.
Features
➣ Supported
➣ In Testing
➣ Comming Soon
Supported Platforms & Arch
> More architecture will be supported if necessary, just give me an issue.
x64/x86/arm64
x64/x86/arm64
x64
x64
x64
x64/x86
Downloads
GitHub Releases
ElectronJs Website
Snapcraft Store (linux)
Plugins Downloads
> not necessary, just for some advanced users.
kcptun
kcptun
, then put the file into system dir (such as /usr/local/bin/
) on unix like systems. OR you may need to configure system variables
on windows.v2ray-plugin
v2ray-plugin
, then put the file into system dir (such as /usr/local/bin/
) on unix like systems. OR You may need to configure system variables
on windows.Recommended ACL Files
Why?
shadowsocks-qt5
](https://github.com/shadowsocks/shadowsocks-qt5) has been deprecated, which has an old interface but still working.Shadowsocks-libev
](https://github.com/shadowsocks/shadowsocks-libev) and [Shadowsocks for Android
](https://github.com/shadowsocks/shadowsocks-android) support ACL (bypass China IPs, etc.)This project was heavily inspired by [shadowsocks/ShadowsocksX-NG](https://github.com/shadowsocks/ShadowsocksX-NG), which uses local Shadowsocks-libev binary to avoid complex integration with native C code. This means it can always use the latest Shadowsocks-libev version.
It also uses Electron to bring the most powerful cross-platform desktop support with great developing experience.
Credit
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
You are about to open
Do you wish to proceed?
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
Snap can be installed from the command line on openSUSE Leap 15.x and Tumbleweed.
You need first add the snappy repository from the terminal. Choose the appropriate command depending on your installed openSUSE flavor.
Tumbleweed:
sudo zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Tumbleweed snappy
Leap 15.x:
sudo zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.6 snappy
If needed, Swap out openSUSE_Leap_15.
for, openSUSE_Leap_16.0
if you’re using a different version of openSUSE.
With the repository added, import its GPG key:
sudo zypper --gpg-auto-import-keys refresh
Finally, upgrade the package cache to include the new snappy repository:
sudo zypper dup --from snappy
Snap can now be installed with the following:
sudo zypper install snapd
You then need to either reboot, logout/login or source /etc/profile
to have /snap/bin added to PATH.
Additionally, enable and start both the snapd and the snapd.apparmor services with the following commands:
sudo systemctl enable --now snapd
sudo systemctl enable --now snapd.apparmor
To install shadowsocks-electron, simply use the following command:
sudo snap install shadowsocks-electron
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.