Analysis updated 2026-05-18
Set up a proxy server using one of six supported protocols through a desktop installer.
Use the bundled free domain feature instead of registering your own domain for the proxy.
Install a proxy remotely on a server over SSH using the graphical installer.
| openlibrecommunity/pxy | mitchellh/go-libucl | gazprash/2d-to-3d-voxelizer | |
|---|---|---|---|
| Stars | 56 | 56 | 55 |
| Language | Go | Go | Go |
| Last pushed | — | 2019-03-08 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 3/5 | 2/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
README is sparse, building requires installing Wails and Go, and usage steps beyond the build command are not documented.
pxy describes itself as a one click installer for six different proxy protocols, plus free domain names to go with them. The README is short and mostly a quick reference rather than a full explanation, so much of how it actually works in practice is left undocumented. The project has two main parts. One is a command line program called pxy that acts as a DNS web service, tied to a specific domain the author runs. The other is main.go, a desktop application built with the Wails framework, which provides a graphical installer you run on your own computer. To build it, you install the Wails command line tool through Go, then run a Wails build command, with an optional flag for using a particular version of the WebKit rendering engine on Linux. The two dependencies named in the README are Wails itself, for the graphical interface, and a Go SSH library, which suggests the installer can set up a proxy server remotely over SSH rather than only on the local machine. The six protocols it supports are VLESS with Reality and XHTTP, Hysteria2, AmneziaWG, mieru, naive, and one called olcrtc, all of which are proxy or VPN style protocols commonly used to get around network restrictions and censorship. The README does not explain the setup steps for using the finished installer, what the free domains actually are or how they are provided, or how the DNS web service and the desktop installer are meant to work together. It is released under the WTFPL license, an extremely permissive license that places almost no restrictions on use. The author lists a Telegram handle, an email address, and a personal website for contact.
A one click installer for six proxy and VPN style protocols, plus free domains, aimed at bypassing network restrictions.
Mainly Go. The stack also includes Go, Wails, SSH.
WTFPL: an extremely permissive license that lets you do almost anything with the code, with almost no restrictions.
Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.