SadeghHayeri / GreenTunnel

GreenTunnel is an anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites.
MIT License
4.37k stars 276 forks source link

Is there any plan to release cli-only binaries? #54

Closed incheon-kim closed 4 years ago

incheon-kim commented 4 years ago

I'm planning to use this project as child-process of my project to provide users uncensorship without affects any other applications. And it needed to be executable without any node.js installation. Actually, I tried to make one with pkg myself. But I am getting a bunch of Syntax Errors('import', 'export', '...').

Do you have any plans for it?

EbrahimTahernejad commented 4 years ago

nexe works fine

https://github.com/nexe/nexe

incheon-kim commented 4 years ago

nexe works fine

https://github.com/nexe/nexe

@AOTOA Could you share build arguments? Still getting error MODULE_NOT_FOUND when running compiled executable file.

EbrahimTahernejad commented 4 years ago

@incheon-kim Which platform?

incheon-kim commented 4 years ago

@incheon-kim Which platform?

I'm trying on macOS 10.15.3 Catalina. But all three built Windows/Mac/Linux binaries not working with same error. I installed all dependencies and make source codes included before compile with nexe. If I move compiled binaries at the root of cloned repository directory that contains source codes, it works. I don't know what is going on.