Session Desktop - Onion routing based messenger
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Derek Meer 7727dc093e Hides the "Hide menu bar" option on MacOS (#2903)
The "Hide menu bar" option is only applicable to Windows and some Linux distros,
where the menu bar is attached to the Signal window. Therefore, this commit
ensures that it doesn't show up on MacOS. It includes a setting,
isHideMenuBarSupported(), to control the option's appearance. This
commit also includes the tests to make sure isHideMenuBarSupported()
works correctly.

Fixes #2705
6 years ago
.github Update Transifex link in pull request template (#3082) 6 years ago
.tx Transifex config specific to electron, updated translations (#1478) 8 years ago
_locales Download and install updates without the help of electron-updater 6 years ago
app Remap zoom to Command+= on macOS (#3296) 6 years ago
build Bypass often-corrupt node_modules/.bin/grunt.cmd on windows (#1481) 8 years ago
components Fix ASM warnings in MP3 library 6 years ago
config Download and install updates without the help of electron-updater 6 years ago
fixtures Ensure that multi-video lightbox scrolling changes video 6 years ago
fonts
images Move left pane entirely to React 6 years ago
js Hides the "Hide menu bar" option on MacOS (#2903) 6 years ago
libtextsecure Fix arguments in MessageSenderWrapper (#2671) 6 years ago
protos Link Previews 6 years ago
stylesheets Add font fallback candidates for CJK characters (#2698) 6 years ago
test Remap zoom to Command+= on macOS (#3296) 6 years ago
ts Hides the "Hide menu bar" option on MacOS (#2903) 6 years ago
.aptly.conf
.editorconfig Use 2 spaces for indentation 7 years ago
.eslintignore Download and install updates without the help of electron-updater 6 years ago
.eslintrc.js Use window.log in browser context, turn on console eslint rule 7 years ago
.gitignore Move base64 conversions off of the main thread 7 years ago
.nvmrc Upgrade to node 10.13.0; update chokidar, its dep upath fails 6 years ago
.prettierignore Download and install updates without the help of electron-updater 6 years ago
.prettierrc.js Add `.prettierrc.js` 7 years ago
.travis.yml Remove nsp; its registry has now been taken offline 6 years ago
.yarnclean node-sqlcipher update: always build, statically link openssl 7 years ago
CONTRIBUTING.md Migrate to SQLCipher for messages/cache 7 years ago
Gruntfile.js Gruntfile.js: add .tsx files to transpile watch task (#2963) 6 years ago
LICENSE Add GPLv3 LICENSE file (#1309) 8 years ago
README.md Lint fixes after recent PRs 6 years ago
about.html New media permission, show dialog when not enabled for voice msg 7 years ago
about_preload.js Remove jshint - move everything over to eslint 7 years ago
appveyor.yml Remove nsp; its registry has now been taken offline 6 years ago
aptly.sh Remove unused aptly target 6 years ago
background.html New MessageController as the single place for in-memory messages 6 years ago
bower.json bower.json and Gruntfile.js cleanup 7 years ago
debug_log.html New media permission, show dialog when not enabled for voice msg 7 years ago
debug_log_preload.js Update the user agent for debug log requests 7 years ago
dev-app-update.yml.sample Show dialog box when there's an update for download 8 years ago
find_broken_perms.sh Add two scripts to handle broken permissions in release dir 8 years ago
fix_broken_perms.sh Beta builds: A few updates required for successful release (#1739) 8 years ago
index.html Get rid of the white flash when the app starts up (#3083) 6 years ago
main.js Download and install updates without the help of electron-updater 6 years ago
package.json Downgrade to electron-builder@20.39.0 due to windows install bug 6 years ago
permissions_popup.html New media permission, show dialog when not enabled for voice msg 7 years ago
permissions_popup_preload.js Fix permissions popup; add needed function on window (#2554) 7 years ago
preload.js Download and install updates without the help of electron-updater 6 years ago
prepare_beta_build.js Use window.log in browser context, turn on console eslint rule 7 years ago
prepare_import_build.js Use window.log in browser context, turn on console eslint rule 7 years ago
settings.html Hides the "Hide menu bar" option on MacOS (#2903) 6 years ago
settings_preload.js Move left pane entirely to React 6 years ago
styleguide.config.js Move left pane entirely to React 6 years ago
travis.sh Simplify testing and linting 7 years ago
tsconfig.json Move left pane entirely to React 6 years ago
tslint.json Download and install updates without the help of electron-updater 6 years ago
yarn.lock Downgrade to electron-builder@20.39.0 due to windows install bug 6 years ago

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