A private messenger for Windows, macOS, and Linux.
Go to file
Evan Hahn b239502813
Fix license header file enumeration
2021-10-01 16:52:36 -05:00
.github Fix license header file enumeration 2021-10-01 16:52:36 -05:00
.storybook Fixes storybook loading 2021-09-17 17:54:41 -04:00
.tx Transifex config specific to electron, updated translations (#1478) 2017-09-14 17:48:09 -07:00
_locales Adds error dialog when voice recorder cannot start 2021-09-30 13:13:47 -07:00
app Typescriptify main.js 2021-10-01 13:49:59 -05:00
build A few small bug fixes 2021-05-10 15:38:18 -07:00
components Fully move to protobufjs 2021-07-13 11:54:53 -07:00
config Typescriptify main.js 2021-10-01 13:49:59 -05:00
fixtures Improve readability of image captions 2021-06-29 14:13:36 -07:00
fonts/inter-v3.10 Move to web-hinted version of inter files 2019-11-15 14:34:24 -08:00
images Update reaction picker visuals 2021-09-07 14:30:58 -07:00
js Fix blank avatars, duplicate recent media, static message details 2021-09-29 13:18:27 -07:00
libtextsecure Uint8Array migration 2021-09-23 17:49:05 -07:00
patches Fix translations in app-builder-lib 2021-09-28 14:02:05 -05:00
protos Read and write preferred reactions to storage 2021-09-15 11:59:51 -07:00
scripts Support for alpha build channel 2021-08-06 14:21:01 -07:00
sounds Add screensharing behind a feature flag 2021-05-20 17:37:19 -07:00
sticker-creator Uint8Array migration 2021-09-23 17:49:05 -07:00
stylesheets Fix license header file enumeration 2021-10-01 16:52:36 -05:00
test Moves AudioCapture into react 2021-09-29 13:23:06 -07:00
ts Fix license header file enumeration 2021-10-01 16:52:36 -05:00
.babelrc.js Support `??` operator in Storybook 2021-09-03 14:39:46 -07:00
.eslintignore Remove unused Mocha test coverage tool 2021-07-22 10:54:34 -07:00
.eslintrc.js ConversationView: Improve types 2021-08-30 14:32:56 -07:00
.gitattributes Changes necessary to make Windows build work 2020-02-20 15:13:10 -08:00
.gitignore Move all files under /app to typescript 2021-06-18 10:04:27 -07:00
.mocharc.json Check leaks in Mocha 2021-01-11 12:17:09 -08:00
.nvmrc Update node to 14.16.0 2021-04-08 23:51:54 -04:00
.prettierignore Remove unused Mocha test coverage tool 2021-07-22 10:54:34 -07: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 Adds open/close animations to dialogs and modals 2021-09-29 16:59:37 -04:00
CONTRIBUTING.md Update chat server URLs 2021-08-24 17:32:46 -04:00
Gruntfile.js Typescriptify main.js 2021-10-01 13:49:59 -05:00
LICENSE Add "how to apply these terms to your new programs" section to license 2021-08-26 14:31:16 -05:00
README.md Update installation instructions in readme 2021-07-08 14:56:41 -07:00
about.html Context isolation for About, ScreenShare, Preferences 2021-09-16 11:52:56 -04:00
aptly.sh Fix license header file enumeration 2021-10-01 16:52:36 -05:00
background.html Display thumbnails for video attachments 2021-09-24 13:47:47 -07:00
bower.json Remove libtextsecure/components.js 2021-07-13 15:28:24 -07:00
debug_log.html Import log instead of using it off of window 2021-09-17 14:27:53 -04:00
debug_log_preload.js Merge "Respect system theme in debug log modal" 2021-09-27 13:09:22 -07:00
git-blame-ignored-prettier-revs New file with prettier-only revisions for `git blame` 2021-07-15 17:27:36 -07:00
index.html Format HTML files with Prettier 2021-06-23 11:18:47 -07:00
loading.html Enables context isolation for loading window 2021-09-17 18:12:58 -04:00
package.json Typescriptify main.js 2021-10-01 13:49:59 -05:00
permissions_popup.html Permissions popup context iso 2021-09-17 18:24:21 -04:00
preload.js Moves AudioCapture into react 2021-09-29 13:23:06 -07:00
preload_test.js Fix license header file enumeration 2021-10-01 16:52:36 -05:00
screenShare.html Context isolation for About, ScreenShare, Preferences 2021-09-16 11:52:56 -04:00
settings.html Have settings window update on theme changes 2021-09-24 01:45:33 -07:00
tsconfig.json Update TypeScript to 4.4.2 2021-08-27 15:21:42 -05:00
webpack-heic-worker.config.ts Bundle heic worker for unpacked asar 2021-08-16 12:34:25 -04:00
webpack-preload.config.ts Modernize Benchmarks CI 2021-08-11 12:29:07 -07:00
webpack-sql-worker.config.ts Bundle sql worker with webpack 2021-04-14 14:15:26 -07:00
webpack.config.ts Bundle sql worker with webpack 2021-04-14 14:15:26 -07:00
yarn.lock Typescriptify main.js 2021-10-01 13:49:59 -05:00

README.md

Signal Desktop

Signal Desktop links with Signal on Android or iOS and lets you message from your Windows, macOS, and Linux computers.

Install the production version or help us out by installing the beta version.

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?

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

Have a feature request, question, comment?

Please use our community forum: https://community.signalusers.org/

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

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