Skip to content
/ Signally Public

Dockerfile to build a Signal-Desktop AppImage from source

Notifications You must be signed in to change notification settings

tnlx/Signally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Signally

As of Mar 2025, Signal only offers Debian-based distributions of its desktop application.

This repository contains the Dockerfile to build the Signal Desktop AppImage using this slight tweak in the build command (package.json).

--    "build:electron": "electron-builder --config.extraMetadata.environment=$SIGNAL_ENV",
++    "build:electron": "electron-builder --config.extraMetadata.environment=$SIGNAL_ENV --linux AppImage",

Build

The below command will generate the AppImage in ${PWD}/bin directory.

docker build --output bin --build-arg SIGNAL_VERSION=v7.46.0 .

which can then be run with this command:

./bin/Signally

References

About

Dockerfile to build a Signal-Desktop AppImage from source

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published