Go to file
Scott Nonnenberg e9f08c3da9 Bugfixes for v1.29
* If focus was set to document.body during archive, focus left pane
* Shortcut Guide: Add space between text and shortcut highlight
* Ensure that draft attachment can be closed with click on X button
* Move to keyDown event for user idle checking
* Additional resiliency around avatars; check for them on on-disk
* Increase timeouts to preserve websocket connection
* On startup, be resilient to malformed JSON in log files
* Don't crash if shell.openExternal returns an error
* Whenever we request a contact/group sync, also request block list
* Avatar popup: Ensure styling is mouse- and keyboard-appropriate
* MainHeader: Create popperRoot on demand, not on mount
* CompositionInput: Disable default Ctrl-/ shortcut
* Update libphonenumber
2019-12-03 15:02:50 -05:00
.github A few updates to our Contributing.md and Pull Request template 2019-04-08 13:59:26 -07:00
.tx Transifex config specific to electron, updated translations (#1478) 2017-09-14 17:48:09 -07:00
_locales Update language strings 2019-11-22 13:45:12 -05:00
app Bugfixes for v1.29 2019-12-03 15:02:50 -05:00
build Add entitlements and build configuration for MacOS catalina 2019-10-10 11:30:47 -07:00
components New composition area with emoji typeahead 2019-07-17 11:29:51 -07:00
config Download and install updates without the help of electron-updater 2019-04-05 17:18:37 -07: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 Update timer and group/profile icons 2019-11-11 13:03:15 -05:00
js Bugfixes for v1.29 2019-12-03 15:02:50 -05:00
libtextsecure Bugfixes for v1.29 2019-12-03 15:02:50 -05:00
patches Keyboard shortcuts and accessibility 2019-11-13 16:53:42 -08:00
protos Support for receiving View Once Video 2019-10-10 14:56:14 -07:00
stylesheets Bugfixes for v1.29 2019-12-03 15:02:50 -05:00
test Visual bug fixes for v1.29 2019-11-21 10:17:55 -08:00
ts Bugfixes for v1.29 2019-12-03 15:02:50 -05:00
.aptly.conf Setup publishing to s3 2017-09-14 16:53:36 -07:00
.editorconfig Use 2 spaces for indentation 2018-05-04 15:37:46 -04:00
.eslintignore Download and install updates without the help of electron-updater 2019-04-05 17:18:37 -07:00
.eslintrc.js Use window.log in browser context, turn on console eslint rule 2018-07-21 14:52:43 -07:00
.gitignore Move base64 conversions off of the main thread 2018-08-16 17:39:30 -07:00
.nvmrc Update Electron to 6.0.1, SQLCipher to 4.2.0 2019-08-21 14:55:12 -07:00
.prettierignore Download and install updates without the help of electron-updater 2019-04-05 17:18:37 -07:00
.prettierrc.js Add `.prettierrc.js` 2018-04-30 16:53:34 -04:00
.travis.yml Fixes for CI 2019-08-21 16:04:49 -07:00
.yarnclean node-sqlcipher update: always build, statically link openssl 2018-08-02 17:32:51 -07:00
CONTRIBUTING.md Contributing.md: Update production instructions. 2019-05-16 15:23:21 -07:00
Gruntfile.js Improve message download performance 2019-10-10 14:56:14 -07:00
LICENSE Add GPLv3 LICENSE file (#1309) 2017-10-20 09:36:49 -07:00
README.md Lint fixes after recent PRs 2019-01-03 13:44:42 -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 Fixes for CI 2019-08-21 16:04:49 -07:00
aptly.sh Remove unused aptly target 2019-03-28 17:23:09 -07:00
background.html Keyboard shortcuts and accessibility 2019-11-13 16:53:42 -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 Bugfixes for v1.29 2019-12-03 15:02:50 -05:00
package.json Bugfixes for v1.29 2019-12-03 15:02:50 -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 Fix View Once Video, fix Permissions Popup 2019-11-07 15:07:37 -05:00
preload.js Keyboard shortcuts and accessibility 2019-11-13 16:53:42 -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 New composition area with emoji typeahead 2019-07-17 11:29:51 -07:00
travis.sh Use curve functions from native module 2019-08-21 14:55:12 -07:00
tsconfig.json Move left pane entirely to React 2019-03-12 17:44:14 -07:00
tslint.json Virtualize Messages List - only render what's visible 2019-08-21 14:52:30 -07:00
yarn.lock Bugfixes for v1.29 2019-12-03 15:02:50 -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-2019 Open Whisper Systems

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