Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T14:49:16.000Z (4 months ago)
- Last Synced: 2024-07-15T17:59:38.950Z (4 months ago)
- Topics: client, gui, httpproxy, shadowsocks, socks4, socks5, ssh
- Language: Go
- Homepage:
- Size: 149 KB
- Stars: 18
- Watchers: 4
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jump Way
A cross-platform proxy GUI client
[![Build Darwin](https://github.com/wzshiming/jumpway/actions/workflows/build_darwin.yml/badge.svg)](https://github.com/wzshiming/jumpway/actions/workflows/build_darwin.yml)
[![Build Windows](https://github.com/wzshiming/jumpway/actions/workflows/build_windows.yml/badge.svg)](https://github.com/wzshiming/jumpway/actions/workflows/build_windows.yml)
[![Build Linux gtk3](https://github.com/wzshiming/jumpway/actions/workflows/build_linux_gtk3.yaml/badge.svg)](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.