microsocks

Lightweight SOCKS5 server with minimal resource footprint

brewmacoslinux
Try with needOr install directly
Source

About

Tiny, portable SOCKS5 server with very moderate resource usage

Commands

microsocks

Examples

Start microsocks server on default port 1080$ microsocks
Start microsocks server on custom port 9050$ microsocks -p 9050
Start microsocks server with specific listen address and port$ microsocks -i 127.0.0.1 -p 8080