https://github.com/wzshiming/jumpway
A cross-platform proxy GUI client. SSH/HttpProxy/Socks4/Socks5/Shadowsocks
https://github.com/wzshiming/jumpway
client gui httpproxy shadowsocks socks4 socks5 ssh
Last synced: about 1 year ago
JSON representation
A cross-platform proxy GUI client. SSH/HttpProxy/Socks4/Socks5/Shadowsocks
- Host: GitHub
- URL: https://github.com/wzshiming/jumpway
- Owner: wzshiming
- License: mit
- Created: 2021-03-25T10:33:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-05T06:00:17.000Z (over 1 year ago)
- Last Synced: 2025-03-19T05:54:49.712Z (about 1 year ago)
- Topics: client, gui, httpproxy, shadowsocks, socks4, socks5, ssh
- Language: Go
- Homepage:
- Size: 159 KB
- Stars: 22
- Watchers: 3
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jump Way
A cross-platform proxy GUI client
[](https://github.com/wzshiming/jumpway/actions/workflows/build_darwin.yml)
[](https://github.com/wzshiming/jumpway/actions/workflows/build_windows.yml)
[](https://github.com/wzshiming/jumpway/actions/workflows/build_linux_gtk3.yaml)
- [English](https://github.com/wzshiming/jumpway/blob/master/README.md)
- [简体中文](https://github.com/wzshiming/jumpway/blob/master/README_cn.md)
## Feature
- [ ] I18n
- [x] System Tray
- [x] Power on
- [x] System proxy
- [x] Proxy export line to clipboard
- [x] Shell
- [x] Cmd
- [x] PowerShell
- [ ] Configure the proxy with GUI
- [ ] Configure the multi-level proxy
- [ ] Support to get SSH proxy configuration from `~/.ssh/config`
- [x] Multi-level proxy [Bridge](https://github.com/wzshiming/bridge)
- [x] Support multiple proxy protocols on a port [Any Proxy](https://github.com/wzshiming/anyproxy)
- [x] Proxy protocol
- [x] [SSH Proxy](https://github.com/wzshiming/sshproxy)
- [x] [Http Proxy](https://github.com/wzshiming/httpproxy)
- [x] [Socks4](https://github.com/wzshiming/socks4)
- [x] [Socks5](https://github.com/wzshiming/socks5)
- [x] [Shadow Socks](https://github.com/wzshiming/shadowsocks)
- AEAD
- [x] aes-128-gcm
- [x] aes-256-gcm
- [x] chacha20-ietf-poly1305
- Stream
- [x] aes-128-cfb
- [x] aes-192-cfb
- [x] aes-256-cfb
- [x] aes-128-ctr
- [x] aes-192-ctr
- [x] aes-256-ctr
- [x] des-cfb
- [x] bf-cfb
- [x] cast5-cfb
- [x] rc4-md5
- [x] chacha20
- [x] chacha20-ietf
- [x] salsa20
## Build
### MacOS
`./tools/build_darwin.sh`
### Windows
`.\tools\build_windows.bat`
### Linux gtk3
`./tools/build_linux_gtk3.sh`
## License
Licensed under the MIT License. See [LICENSE](https://github.com/wzshiming/jumpway/blob/master/LICENSE) for the full license text.