Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

💻 Wire for desktop

License

NotificationsYou must be signed in to change notification settings

wireapp/wire-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wire logo

This repository is part of the source code of Wire. You can find more information atwire.com or by contactingopensource@wire.com.

You can find the published source code atgithub.com/wireapp/wire.

For licensing information, see the attached LICENSE file and the list of third-party licenses atwire.com/legal/licenses/.

If you compile the open source software that we make available from time to time to develop your own mobile, desktop or web application, and cause that application to connect to our servers for any purposes, we refer to that resulting application as an “Open Source App”. All Open Source Apps are subject to, and may only be used and/or commercialized in accordance with, the Terms of Use applicable to the Wire Application, which can be found athttps://wire.com/legal/#terms. Additionally, if you choose to build an Open Source App, certain restrictions apply, as follows:

a. You agree not to change the way the Open Source App connects and interacts with our servers; b. You agree not to weaken any of the security features of the Open Source App; c. You agree not to use our servers to store data for purposes other than the intended and original functionality of the Open Source App; d. You acknowledge that you are solely responsible for any and all updates to your Open Source App.

For clarity, if you compile the open source software that we make available from time to time to develop your own mobile, desktop or web application, and do not cause that application to connect to our servers for any purposes, then that application will not be deemed an Open Source App and the foregoing will not apply to that application.

No license is granted to the Wire trademark and its associated logos, all of which will continue to be owned exclusively by Wire Swiss GmbH. Any use of the Wire trademark and/or its associated logos is expressly prohibited without the express prior written consent of Wire Swiss GmbH.

Wire Desktop

Cross platform desktop app, wrapping thewire-webapp. Based onElectron.

Prerequisites

Install Dependencies

sudo apt install git npm nodejsnpm install --global yarn

Clone

git clone https://github.com/wireapp/wire-desktop.gitcd wire-desktopyarn

Start

yarn start

Test

yarntest

Deployment

StageBranchActionVersion
1 (Feature development)(varies)commitx.y+3 (e.g. 3.20)
2 (Nightly test automation)devcommit or squash merge from feature branchx.y+2 (e.g. 3.19)
3 (Internal release)stagingmerge (don't squash) fromdevx.y+1 (e.g. 3.18)
4 (Production release)mainmerge (don't squash) fromstagingx.y (e.g. 3.17)

Compare Views

  1. Updates from "dev" to "staging" (changelog):https://github.com/wireapp/wire-desktop/compare/staging...dev
  2. Updates from "staging" to "main" (changelog):https://github.com/wireapp/wire-desktop/compare/main...staging

Tasks

# Build for macOSyarn build:macos# Build for Windowsyarn build:win# Build for Linuxyarn build:linux

Other Linux targets

If you would like to build for another Linux target, run the following command:

export LINUX_TARGET=<target>yarn build:linux

Replace<target> with your desired target (e.g.rpm). Have a look at thedocumentation forelectron-builder for the available targets. Multiple targets can be combined by comma separation (e.g.rpm,deb). Note that we cannot offer support for uncommon targets.

Furthermore, you can disableasar packaging (not recommended, but e.g. needed for targetdir) by settingENABLE_ASAR="false" before building. Example:

export ENABLE_ASAR="false"yarn build:linux

Troubleshooting

If you are having troubles building Wire for Desktop, thenour troubleshooting page might be of help.

Translations

All Wire translations are crowdsourced viaCrowdin.

Install wire-desktop under Linux

You can of course use the webapp in your browser, but if you prefer to install wire-desktop, continue reading here:

https://github.com/wireapp/wire-desktop/wiki/How-to-install-Wire-for-Desktop-on-Linux


[8]ページ先頭

©2009-2025 Movatter.jp