robbie-cahill / tunnelmole-client

Tunnelmole - Connect to local servers from anywhere
MIT License
1.29k stars 80 forks source link

ARM support ? #7

Closed dany-thank-you closed 1 year ago

dany-thank-you commented 1 year ago

Hello:) Trying to run tunnelmole on a Jetson Nano Developper Kit running Ubuntu 18.04. Seems to be because binary is compiled for x86 and no binary is provided for ARM. Could it ?

Getting the following error :

user@pathtoserver:/usr/local/bin$ tmole 8888
-bash: /usr/local/bin/tmole: cannot execute binary file: Exec format error
robbie-cahill commented 1 year ago

There is no binary for arm.

But you should be able to do is just install tunnelmole using npm npm install -g tunnelmole as long as you have NodeJS installed.

https://www.npmjs.com/package/tunnelmole

This installs plain JavaScript which is cross platform.