A private messenger for Windows, macOS, and Linux.
Go to file
Scott Nonnenberg 3938eb9801
A set of fixes and upgrades
* writeToDownloads: Add missing await
* Remove window.isFocused() - not used anywhere!
* Update typescript, p-queue, make necessary changes to fix build
* Slow down sender certificate retries with no existing cert
* Slow down signed prekey refreshes when unlinked - 5s -> 5m
* Update protobufjs to 4.1.2
2020-02-07 14:37:04 -05:00
.github Upgrade Prettier 2020-01-08 09:44:54 -08:00
.storybook Storybook: Basic messages and messages with reactions 2020-02-07 11:07:22 -08:00
.tx Transifex config specific to electron, updated translations (#1478) 2017-09-14 17:48:09 -07:00
_locales Add "all" tab to ReactionViewer 2020-02-05 15:14:25 -08:00
app A set of fixes and upgrades 2020-02-07 14:37:04 -05:00
build Add entitlements and build configuration for MacOS catalina 2019-10-10 11:30:47 -07:00
components A set of fixes and upgrades 2020-02-07 14:37:04 -05:00
config Upgrade Prettier 2020-01-08 09:44:54 -08:00
fixtures Stickers 2019-05-16 16:10:37 -07:00
fonts/inter-v3.10 Move to web-hinted version of inter files 2019-11-15 14:34:24 -08:00
images Send Reactions 2020-01-23 15:57:37 -08:00
js A set of fixes and upgrades 2020-02-07 14:37:04 -05:00
libtextsecure Ensure that message.previousCounter can never go below zero 2020-01-29 14:13:50 -08:00
patches os-locale: Include 'preferLocal: false' option when using execa 2019-12-16 15:00:24 -08:00
protos Drop reaction messages 2019-12-16 15:00:24 -08:00
sticker-creator A set of fixes and upgrades 2020-02-07 14:37:04 -05:00
stylesheets Storybook: Basic messages and messages with reactions 2020-02-07 11:07:22 -08:00
test Simplify linkification filter - check for ASCII/non-ASCII only 2019-12-18 14:45:11 -05:00
ts A set of fixes and upgrades 2020-02-07 14:37:04 -05:00
.aptly.conf Setup publishing to s3 2017-09-14 16:53:36 -07:00
.babelrc.js Storybook: Basic messages and messages with reactions 2020-02-07 11:07:22 -08:00
.editorconfig Use 2 spaces for indentation 2018-05-04 15:37:46 -04:00
.eslintignore Add release to .eslintignore 2020-01-06 17:49:17 -08:00
.eslintrc.js Use window.log in browser context, turn on console eslint rule 2018-07-21 14:52:43 -07:00
.gitignore Sticker Creator 2019-12-17 12:28:46 -08:00
.nvmrc Update Electron to 6.0.1, SQLCipher to 4.2.0 2019-08-21 14:55:12 -07:00
.prettierignore Sticker Creator 2019-12-17 12:28:46 -08:00
.prettierrc.js Add `.prettierrc.js` 2018-04-30 16:53:34 -04:00
.travis.yml Build both sticker creator and main app in CI 2019-12-18 11:23:42 -08:00
.yarnclean node-sqlcipher update: always build, statically link openssl 2018-08-02 17:32:51 -07:00
CONTRIBUTING.md Upgrade Prettier 2020-01-08 09:44:54 -08:00
Gruntfile.js Upgrade Prettier 2020-01-08 09:44:54 -08:00
LICENSE Add GPLv3 LICENSE file (#1309) 2017-10-20 09:36:49 -07:00
README.md Upgrade Prettier 2020-01-08 09:44:54 -08:00
about.html New media permission, show dialog when not enabled for voice msg 2018-07-03 16:04:21 -07:00
about_preload.js Remove jshint - move everything over to eslint 2018-07-17 15:54:32 -07:00
appveyor.yml Build both sticker creator and main app in CI 2019-12-18 11:23:42 -08:00
aptly.sh Remove unused aptly target 2019-03-28 17:23:09 -07:00
background.html Render incoming Reactions 2020-01-17 14:23:19 -08:00
bower.json New composition area with emoji typeahead 2019-07-17 11:29:51 -07:00
debug_log.html New media permission, show dialog when not enabled for voice msg 2018-07-03 16:04:21 -07:00
debug_log_preload.js Update the user agent for debug log requests 2018-07-18 20:00:10 -07:00
dev-app-update.yml.sample Show dialog box when there's an update for download 2017-09-14 16:53:50 -07:00
find_broken_perms.sh Add two scripts to handle broken permissions in release dir 2017-09-14 16:53:49 -07:00
fix_broken_perms.sh Beta builds: A few updates required for successful release (#1739) 2017-11-08 19:32:44 -08:00
index.html Get rid of the white flash when the app starts up (#3083) 2019-02-05 09:25:05 -08:00
main.js Add version to WebAPI initialize call in sticker creator preload 2020-01-21 13:48:05 -08:00
package.json A set of fixes and upgrades 2020-02-07 14:37:04 -05:00
permissions_popup.html New media permission, show dialog when not enabled for voice msg 2018-07-03 16:04:21 -07:00
permissions_popup_preload.js Sticker Creator 2019-12-17 12:28:46 -08:00
preload.js A set of fixes and upgrades 2020-02-07 14:37:04 -05:00
preload_utils.js Sticker Creator 2019-12-17 12:28:46 -08:00
prepare_beta_build.js prepare_beta_build: Update to new signal.desktop filename 2019-10-10 15:21:46 -07:00
prepare_import_build.js Add entitlements and build configuration for MacOS catalina 2019-10-10 11:30:47 -07:00
settings.html Add "system" theme setting for MacOS 2019-05-16 17:15:54 -07:00
settings_preload.js Add "system" theme setting for MacOS 2019-05-16 17:15:54 -07:00
styleguide.config.js Storybook: Basic messages and messages with reactions 2020-02-07 11:07:22 -08:00
travis.sh Use curve functions from native module 2019-08-21 14:55:12 -07:00
tsconfig.json Storybook: Basic messages and messages with reactions 2020-02-07 11:07:22 -08:00
tslint.json Virtualize Messages List - only render what's visible 2019-08-21 14:52:30 -07:00
webpack.config.ts Sticker Creator 2019-12-17 12:28:46 -08:00
yarn.lock A set of fixes and upgrades 2020-02-07 14:37:04 -05:00

README.md

Build Status Build Status

Signal Desktop

Signal Desktop is an Electron application that links with Signal on Android or iOS.

Install the production version: https://signal.org/download/

Install the beta

You can install the beta version of Signal Desktop alongside the production version. The beta uses different data and install locations.

  • Windows: First, download this file and look for the url property that specifies the location for the latest beta installer. Download the installer by constructing a final URL that looks like this: https://updates.signal.org/desktop/<installer location>. Then run the installer.
  • macOS: First, download this file and look for the url property that specifies the location for the latest beta installer. Download the installer by constructing a final URL that looks like this: https://updates.signal.org/desktop/<package location>. Then unzip that package and copy the .app file into the /Applications folder using Finder.
  • Linux: Follow the production instructions to set up the APT repository and run apt install signal-desktop-beta.

Got a question?

You can find answers to a number of frequently asked questions on our support site. The community forum is another good place for questions.

Found a Bug? Have a feature request?

Please search for any existing issues that describe your bug in order to avoid duplicate submissions.

Contributing Translations

Interested in helping to translate Signal? Contribute here:

https://www.transifex.com/projects/p/signal-desktop

Contributing Code

Please see CONTRIBUTING.md for setup instructions and guidelines for new contributors. Don't forget to sign the CLA.

Contributing Funds

You can donate to Signal development through the Freedom of the Press Foundation.

Cryptography Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

License

Copyright 2014-2020 Open Whisper Systems

Licensed under the GPLv3: http://www.gnu.org/licenses/gpl-3.0.html