Install latest/stable of signal-cli-gael

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install signal-cli-gael

Don't have snapd? Get set up for snaps.

Channel Version Published

Details for signal-cli-gael

License

  • GPL-3.0+

Last updated

  • 16 November 2025 - latest/stable

Report a bug


Report a Snap Store violation

Share this snap

Generate an embeddable card to be shared on external websites.

Signal-cli-gael

# [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

  • v0.13.20 built for x86-64-v2

2025-09-15

  • v0.13.19 built for x86-64-v2

2025-07-16

  • v0.13.18 built for x86-64-v2

2025-06-28

  • v0.13.17 built for x86-64-v2

2025-06-17

  • v0.13.16 built for x86-64-v2
  • Updated Gradle to v8.14.2

2025-05-09

  • v0.13.15 built for x86-64-v2

2025-04-27

  • Updated Gradle to v8.14.0

2025-04-06

  • v0.13.14 built for x86-64-v2

2025-02-28

  • v0.13.13 built for x86-64-v2

2025-01-18

  • v0.13.12 built for x86-64-v2

2024-12-27

  • v0.13.11 built for x86-64-v2

2024-11-30

  • v0.13.10 built for x86-64-v2

2024-10-31

  • Switching to core24

2024-10-29

  • v0.13.9 built for x86-64-v2

2024-10-27

  • v0.13.8 built for x86-64-v2

2024-09-29

  • v0.13.7 built for x86-64-v2

2024-09-09

  • v0.13.6 built for x86-64-v2

2024-07-26

  • v0.13.5 built for x86-64-v2

2024-06-09

  • v0.13.4 built for x86-64-v2

2024-04-20

  • v0.13.3 built for x86-64-v2

2024-03-31

  • v0.13.2 built for x86-64-v2

Install signal-cli-gael on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using signal-cli-gael