SaaSHub helps you find the best software and product alternatives Learn more →
Signal-cli Alternatives
Similar projects and alternatives to signal-cli
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
-
-
Healthchecks
Open-source cron job and background task monitoring service, written in Python & Django
-
Signal-Server
Server supporting the Signal Private Messenger applications on Android, Desktop, and iOS
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
Gotify
A simple server for sending and receiving messages in real-time per WebSocket. (Includes a sleek web-ui) (by gotify)
-
-
libsignal
Home to the Signal Protocol as well as other cryptographic primitives which make Signal possible.
-
-
ultimatepp
U++ is a C++ cross-platform rapid application development framework focused on programmer's productivity. It includes a set of libraries (GUI, SQL, Network etc.), and integrated development environment (TheIDE).
-
-
-
-
-
libsignal-service-java
Discontinued A Java/Android library for communicating with the Signal messaging service.
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
signal-cli discussion
signal-cli reviews and mentions
-
Technical analysis of TM SGNL, the unofficial Signal app Trump officials use
While that's true even in the general case - through reverse engineering of binaries, it's especially true in the case of Signal because it's open source.
There are libraries for interacting with Signal services (one from Signal themselves), here is a CLI tool that uses the lightly patched official library: <https://github.com/AsamK/signal-cli>
-
How Beeper Mini Works
Not official but this works darn well: https://github.com/AsamK/signal-cli
- Ask HN: What are some unpopular technologies you wish people knew more about?
-
Privacy is Priceless, but Signal is Expensive
If you want one for just personal use; this works well: https://github.com/AsamK/signal-cli
Just sign up with a Twilio number (using voice call) and you can make your own bot.
-
What is your go to notification service?
Here is my docker compose, maybe it is helpful: signal: #registerung tutorial # signal-cli --username +12345678 register --voice --captcha censored # https://github.com/AsamK/signal-cli/wiki/Registration-with-captcha # https://signalcaptchas.org/registration/generate.html IN CHROME # signal-cli -u +12345678 verify 123456 # signal-cli -u +1234567 send -m "This is a message" +12345678 #curl -X POST -H "Content-Type: application/json" -d '{"message": "bliblob", "number": "+41824174983", "recipients": ["+21412430"]}' 'http://signal:8080/v2/send' #external testing image: bbernhard/signal-cli-rest-api:latest container_name: signal restart: unless-stopped hostname: signal networks: - monitoring volumes: - /docker/prometheus/signal/client:/root/.local/share/signal-cli - /docker/prometheus/signal/client:/home/.local/share/signal-cli labels: - com.centurylinklabs.watchtower.enable=true environment: - USE_NATIVE=0 signalweb: # curl -X POST localhost:9100/api/v2/alertmanager -d '{"alerts": [{"status": "firing","labels": {"alertname": "test"},"annotations": {"message": "Test alert."}}]}' image: registry.gitlab.com/schlauerlauer/alertmanager-webhook-signal:latest container_name: signalweb restart: unless-stopped hostname: signalweb networks: - monitoring volumes: - /docker/prometheus/signal/web/config.yml:/root/config.yaml labels: - com.centurylinklabs.watchtower.enable=true
- Is it possible to create Signal chat bot?
-
VOIP software/app for Apple devices with calls & sms?
Yes, using the signal-cli program. It has a built in JSON RPC API that can be used to develop application integrations
-
Signal-CLI and Desktop (no phone)
Last commit was 2 days ago so it should still work: https://github.com/AsamK/signal-cli
-
Read Android notifications and send corresponding mqtt messages.
Sorry to hear. Then the cheap backup may be a Signal CLI forwarded over to mqtt CLI
-
Created a Telegram bot to remotely control my windows PC
build, install and configure/register signal-cli. The code snippet below assumes you are running it in multi-account mode, but I'll leave a comment where it matters
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 May 2025
Stats
AsamK/signal-cli is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of signal-cli is Java.