TextSecure VS Signal-TLS-Proxy

Compare TextSecure vs Signal-TLS-Proxy and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
TextSecure Signal-TLS-Proxy
985 46
24,864 556
0.7% 1.1%
9.9 3.5
5 days ago 19 days ago
Java Dockerfile
GNU Affero General Public License v3.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

TextSecure

Posts with mentions or reviews of TextSecure. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-06.

Signal-TLS-Proxy

Posts with mentions or reviews of Signal-TLS-Proxy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-26.
  • execute bash script on AS5104T (ADM 4.0.6.RIS1)?
    1 project | /r/asustor | 2 Nov 2023
    I'm trying to install the Signal proxy server on my AS5104T NAS, but one of the first steps is to run a bash script, which ADM doesn't have. It only ships with /bin/sh.
  • KryptEY – Android keyboard for E2EE comms via Signal protocol in any messenger
    3 projects | news.ycombinator.com | 26 May 2023
    A significant amount of people will go "huh, Signal will only work when my Netflix VPN is on, I wonder why that is". Signal won't just disappear.

    In fact, Signal has a network of volunteers running special proxy services[1] to access Signal from countries with oppressive governments. Signal the company may leave, but Signal the app will try to stay relevant for as long as possible.

    [1]: https://github.com/signalapp/Signal-TLS-Proxy

  • Signal Proxy stopped working
    3 projects | /r/signal | 5 May 2023
    Yes, https://github.com/signalapp/Signal-TLS-Proxy/commit/461d2d1aeec601a4d62100949a227f0cef2f6154 resolved the issue for me (using a custom container). Thanks!
  • Signal-TLS-Proxy VS Nginx Proxy Manager - a user suggested alternative
    2 projects | 6 Apr 2023
  • Signal is blocked in China
    2 projects | /r/signal | 21 Feb 2023
    You were running this one?
  • Configuring a Signal TLS Proxy Without Docker
    1 project | /r/signal | 10 Oct 2022
    I haven't seen a guide, but you can just look at the scripts and config files on github and manually install the nginx-proxy yourself. https://github.com/signalapp/Signal-TLS-Proxy It's just a TLS proxy.
  • How can I check the status of my Signal proxy server?
    1 project | /r/signal | 9 Oct 2022
    #!/bin/bash set -euxo pipefail # update this field with the hostname of the proxy (don't put https at the start) PROXY_HOST=example.proxy.host.com PROXY_IP=$(ping -W2 -4 -q -c1 ${PROXY_HOST} | grep -m1 -oE '\([0-9\.]+\)' | head -1 | tr -d '()') || true upstreams=$(curl -sSfL https://github.com/signalapp/Signal-TLS-Proxy/raw/main/data/nginx-relay/nginx.conf \ | grep server \ | grep -oE '[^ ]+\.signal.org.*$' | tr -d ';') for host in $upstreams; do [ $host == "contentproxy.signal.org:443" ] && continue # something weird about this one, so skip it echo "Checking ${host} via ${PROXY_HOST}" curl -v -sSL --insecure --resolve ${host}:${PROXY_IP} https://${host} noproxyversion=$(curl -sSL --insecure https://${host} | cut -c 1-20 | sha256sum | tr -d '-') proxiedversion=$(curl -sSL --insecure --resolve ${host}:${PROXY_IP} https://${host} | cut -c 1-20 | sha256sum | tr -d '-') test ${noproxyversion} == ${proxiedversion} || { echo "Proxy failed for https://${host}" && exit 1; } done
  • #Iran 🇮🇷 Replace your Islam with Christian Nationalism❕🙂
    1 project | /r/WorldPeaceRevolution | 6 Oct 2022
    People, Yall can help them Spread Christian Nationalism by turning Your device into a proxy So these Iranians can use it to access the Signal messaging app. U will need 1️⃣. a server with ports 80 & 443 available & 2️⃣. A domain name (or subdomain) that points to the server's IP address. The proxy is extremely lightweight. An inexpensive & Tiny VPS can easily handle 100s of concurrent users. Steps : SSH into your server, Install Docker, Dockers Compose & Git. sudo apt update sudo apt install docker docker-compose git. Clone the Signal TLS proxy repository : git clone https://github.com/signalapp/Signal-TLS-Proxy.git Enter the repo directory : cd Signal-TLS-Proxy
  • Signal proxy servers in Iran
    1 project | /r/u_waynerad | 5 Oct 2022
    It's a bit hard to find the link to the proxy through the article, so here's a direct link: https://github.com/signalapp/Signal-TLS-Proxy
  • Help for Iran: How to host the signal-tls-proxy for iran behind a nginx
    3 projects | /r/selfhosted | 26 Sep 2022
    I also want to use my knowledge and server power for good things. Reading about the developments and the cencorship in iran is devastating, but I stumbled across this tweet and this repo by signal to help people in iran get the word out.

What are some alternatives?

When comparing TextSecure and Signal-TLS-Proxy you can also consider the following projects:

undiscord - Undiscord - Delete all messages in a Discord server / channel or DM (Easy and fast) Bulk delete

Signal-Server - Server supporting the Signal Private Messenger applications on Android, Desktop, and iOS

duckduckgo-locales - Translation files for <a href="https://duckduckgo.com"> </a>

naiveproxy - Make a fortune quietly

session-desktop - Session Desktop - Onion routing based messenger

nginx-proxy-manager - Docker container for managing Nginx proxy hosts with a simple, powerful interface [Moved to: https://github.com/NginxProxyManager/nginx-proxy-manager]

MaterialAudiobookPlayer - Minimalistic audiobook player

forwardproxy - Forward proxy plugin for the Caddy web server

TelegramAndroid - Fork client of Telegram app for Android.

ricochet - Anonymous peer-to-peer instant messaging

Signal-Android - Patches to Signal for Android removing dependencies on closed-source Google Mobile Services and Firebase libraries. In branches whose names include "-FOSS". Uses new "foss" or "gms" flavor dimension: build with "./gradlew assemblePlayFossProdRelease".

bore - 🕳 bore is a simple CLI tool for making tunnels to localhost