Skip to content

Simple Apple Automator script to run Signal with system proxy on Mac OS.

Notifications You must be signed in to change notification settings

linxucc/Proxy_Signal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Proxy_Signal

Simple Apple Automator script to run Signal Desktop (the secure chat app) with system proxy on Mac OS.

What is this for

Unfortunately the desktop version of Signal on Mac OS still does not pickup the system proxy configuration properly. See related issue here.

So if you find yourself in the situation where you have to use a proxy to connect to the Signal service, like behind a company network or in China, that's when you need it.

How to use

1. Download the zip, extract it, open the package via Automator, test if it launches signal properly with proxy (it should connect).

Open Test
image image

If it didn't workout, check your system proxy configs in System Preference->Network->Wifi/Ethernet->Advanced settings->Proxy, make sure proxy works, tweak or hardcode the proxy address if needed till it works.

2. Save this script as a standalone Automator Application: File -> Convert To -> Application, File -> Export. Now you should have a dedicated "App" that launches Signal with proxy.

Convert to Choose Application Export
image image image

3. Drag and Drop your newly created App to Application folder, whenever you need proxy, you launch from here.

image

How it works

It really comes down to only 2 scripts of a total of 3 lines of code...

image

First script gets current system proxy address and port, save it as a result.

Second script takes the address and port, set the proxy and launches the signal App.

You can do this in pure shell, but Automator wraps it into a nice App package, just like a real App.

Cases I didn't cover but should be workable

Now you get the whole idea, so if you are in a more complicated proxy configuation, like using PAC or your proxy requires authentication, you should tweak it yourself in the Automator app, I think it's quite self-explanatory.

In the worst case senario, just drop the 1st script and hardcode proxy ip and port, it should do it anyway.

Just for curiosity: Why Signal desktop App doesn't support proxy?

According to the random talks in several proxy related open issues, it seems the Signal App uses Chromium as its fundamental platform, this proxy issue is at the Chromium layer other than the actual with-in app layer, so the developers seem to have trobuble to deal with it without touching or modding Chromium.

Apparantly most Signal developers don't have this proxy problem, so it's not a pirority, I guess that's why it stays un-addressed till today. (I could be wrong it's just from my quick grasp I'm no expert here)

About

Simple Apple Automator script to run Signal with system proxy on Mac OS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published