A private messenger for Windows, macOS, and Linux.
Go to file
Evan Hahn dc918aea1d
Check leaks in Mocha
2021-01-11 12:17:09 -08:00
.github Ensures emoji index does not exceed bounds on results change 2021-01-07 13:39:17 -08:00
.storybook Add license headers across the project 2020-11-04 13:03:13 -06:00
.tx Transifex config specific to electron, updated translations (#1478) 2017-09-14 17:48:09 -07:00
_locales Updates locale strings 2020-12-10 13:48:32 -05:00
app Put group calling behind a remote feature flag 2020-12-07 14:35:14 -06:00
build Add license headers across the project 2020-11-04 13:03:13 -06:00
components Add unknown fields support to Protobuf.js 2020-07-30 13:10:05 -07:00
config Group calling SFU URL should be configurable 2020-12-07 13:40:11 -06:00
fixtures Add license headers across the project 2020-11-04 13:03:13 -06:00
fonts/inter-v3.10 Move to web-hinted version of inter files 2019-11-15 14:34:24 -08:00
images Group Calling: blocking participants 2020-12-01 19:30:25 -06:00
js Clean up UUID-handling to prepare for future 2020-12-09 17:26:37 -05:00
libtextsecure Clean up logging 2020-12-17 12:12:52 -05:00
patches Fix tooltip bugs 2020-11-23 14:49:31 -05:00
protos Send group call update messages when joining/leaving a call 2020-12-01 17:49:08 -08:00
scripts Add license headers across the project 2020-11-04 13:03:13 -06:00
sounds Add sound effect for notifications in Linux 2020-09-21 15:42:50 -04:00
sticker-creator Update TypeScript, Prettier and typescript-eslint for new TypeScript 3.8 syntax 2020-11-23 14:45:44 -05:00
stylesheets Minor: remove unused expiration-related CSS 2020-12-17 12:12:52 -05:00
test Don't promote archived sessions, more logging on error 2020-12-09 14:05:11 -08:00
ts Check leaks in Mocha 2021-01-11 12:17:09 -08:00
.aptly.conf Setup publishing to s3 2017-09-14 16:53:36 -07:00
.babelrc.js Add license headers across the project 2020-11-04 13:03:13 -06:00
.eslintignore Add license headers across the project 2020-11-04 13:03:13 -06:00
.eslintrc.js Timeline: repair oldest/newest metrics if we fetch nothing 2020-12-04 14:41:40 -06:00
.gitattributes Changes necessary to make Windows build work 2020-02-20 15:13:10 -08:00
.gitignore Migrate util, types, state, sticker-creator to ESLint 2020-09-21 15:42:51 -04:00
.mocharc.json Check leaks in Mocha 2021-01-11 12:17:09 -08:00
.nvmrc Upgrade to Electron 8 2020-02-19 15:22:37 -08:00
.prettierignore Cleanup and remove unused chunks of libsignal-protocol 2020-09-21 15:42:50 -04:00
.prettierrc.js Update TypeScript, Prettier and typescript-eslint for new TypeScript 3.8 syntax 2020-11-23 14:45:44 -05:00
.snyk Introduce snyk, update dependencies 2020-05-05 14:18:46 -07:00
.yarnclean Remove EditorConfig 2020-11-04 13:03:13 -06:00
ACKNOWLEDGMENTS.md Ensures emoji index does not exceed bounds on results change 2021-01-07 13:39:17 -08:00
CONTRIBUTING.md Add license headers across the project 2020-11-04 13:03:13 -06:00
Gruntfile.js Add license headers across the project 2020-11-04 13:03:13 -06:00
LICENSE Add license headers across the project 2020-11-04 13:03:13 -06:00
README.md Fix license information in README 2020-12-11 09:34:51 -08:00
about.html Add license headers across the project 2020-11-04 13:03:13 -06:00
about_preload.js Add license headers across the project 2020-11-04 13:03:13 -06:00
aptly.sh Add license headers across the project 2020-11-04 13:03:13 -06:00
background.html Add license headers across the project 2020-11-04 13:03:13 -06:00
bower.json Update `license` field in package.json and bower.json 2020-11-04 13:03:13 -06:00
debug_log.html Add license headers across the project 2020-11-04 13:03:13 -06:00
debug_log_preload.js Add license headers across the project 2020-11-04 13:03:13 -06:00
index.html Add license headers across the project 2020-11-04 13:03:13 -06:00
loading.html Add license headers across the project 2020-11-04 13:03:13 -06:00
loading_preload.js Add license headers across the project 2020-11-04 13:03:13 -06:00
main.js Fix sticker creator window title 2020-12-17 12:12:52 -05:00
package.json v1.39.4-beta.1 2020-12-17 12:14:27 -05:00
permissions_popup.html Add license headers across the project 2020-11-04 13:03:13 -06:00
permissions_popup_preload.js Add license headers across the project 2020-11-04 13:03:13 -06:00
preload.js Put group calling behind a remote feature flag 2020-12-07 14:35:14 -06:00
preload_utils.js Add license headers across the project 2020-11-04 13:03:13 -06:00
prepare_beta_build.js Put group calling behind a remote feature flag 2020-12-07 14:35:14 -06:00
settings.html Add license headers across the project 2020-11-04 13:03:13 -06:00
settings_preload.js Add license headers across the project 2020-11-04 13:03:13 -06:00
tsconfig.json ESLint Migration 2020-09-04 09:39:17 -04:00
webpack.config.ts Add license headers across the project 2020-11-04 13:03:13 -06:00
yarn.lock Bump ini from v1.3.4 to v1.3.7 2020-12-14 16:09:37 -06:00

README.md

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 Signal Technology Foundation, an independent 501c3 nonprofit.

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 20132020 Signal, a 501c3 nonprofit

Licensed under the AGPLv3: https://opensource.org/licenses/agpl-3.0