# [signal-cli-gael](https://snapcraft.io/signal-cli-gael)
This is NOT an original piece of work, just a snap of signal-cli
Signal-cli is a commandline interface for the Signal messenger. It supports registering, verifying, sending and receiving messages. signal-cli uses a patched libsignal-service-java, extracted from the Signal-Android source code. For registering you need a phone number where you can receive SMS or incoming calls.
Signal-cli is primarily intended to be used on servers to notify admins of important events. For this use-case, it has a daemon mode with D-BUS interface (man page) and JSON-RPC interface (documentation).
First-time users
Read the doc at https://github.com/AsamK/signal-cli/blob/master/man/signal-cli.1.adoc on how to get started.
Configure automatic message reception every 4 hours
sudo vi /var/snap/signal-cli-gael/current/signal-cli-receive.options
``` --timeout 20 --ignore-attachments --send-read-receipts ```
sudo snap start --enable signal-cli-gael.signal-cli-receive
Configure signal-cli as a sendmail replacement
sudo vi /var/snap/signal-cli-gael/current/signal-cli-from-stdin.options
``` <<DESTINATION_ACOUNT>> ```
sudo vi /usr/sbin/sendmail2signal
``` #!/bin/bash
signal-cli-gael.signal-cli-from-stdin ```
sudo chmod 755 sendmail2signal
sudo ln -s /usr/sbin/sendmail2signal /usr/sbin/sendmail
2025-09-24
2025-09-15
2025-07-16
2025-06-28
2025-06-17
2025-05-09
2025-04-27
2025-04-06
2025-02-28
2025-01-18
2024-12-27
2024-11-30
2024-10-31
2024-10-29
2024-10-27
2024-09-29
2024-09-09
2024-07-26
2024-06-09
2024-04-20
2024-03-31
You are about to open
Do you wish to proceed?
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On Debian 9 (Stretch) and newer, snap can be installed directly from the command line:
sudo apt update
sudo apt install snapd
After this, install the snapd snap in order to get the latest snapd:
sudo snap install snapd
To install signal-cli-gael, simply use the following command:
sudo snap install signal-cli-gael
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.