{"id":13406883,"url":"https://github.com/wireapp/wire-desktop","last_synced_at":"2025-05-14T15:05:19.377Z","repository":{"id":37406260,"uuid":"64225407","full_name":"wireapp/wire-desktop","owner":"wireapp","description":":computer: Wire for desktop","archived":false,"fork":false,"pushed_at":"2025-05-12T08:07:53.000Z","size":29657,"stargazers_count":1096,"open_issues_count":141,"forks_count":238,"subscribers_count":58,"default_branch":"dev","last_synced_at":"2025-05-12T09:38:41.476Z","etag":null,"topics":["desktop","electron","hacktoberfest","wire"],"latest_commit_sha":null,"homepage":"https://wire.com/download/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wireapp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-07-26T13:55:48.000Z","updated_at":"2025-05-11T00:42:37.000Z","dependencies_parsed_at":"2023-09-22T18:30:01.192Z","dependency_job_id":"c96d96a7-7952-4ca0-ac90-e22eda236956","html_url":"https://github.com/wireapp/wire-desktop","commit_stats":{"total_commits":5215,"total_committers":54,"mean_commits":96.57407407407408,"dds":0.5171620325982742,"last_synced_commit":"4d2eaf2cdda503593442506e2609f3271cc37e94"},"previous_names":[],"tags_count":240,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wireapp%2Fwire-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wireapp","download_url":"https://codeload.github.com/wireapp/wire-desktop/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254168751,"owners_count":22026206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["desktop","electron","hacktoberfest","wire"],"created_at":"2024-07-30T19:02:42.016Z","updated_at":"2025-05-14T15:05:19.329Z","avatar_url":"https://github.com/wireapp.png","language":"TypeScript","readme":"# Wire™\n\n![Wire logo](https://github.com/wireapp/wire/blob/master/assets/logo.png?raw=true)\n\nThis repository is part of the source code of Wire. You can find more information at [wire.com](https://wire.com) or by contacting opensource@wire.com.\n\nYou can find the published source code at [github.com/wireapp/wire](https://github.com/wireapp/wire).\n\nFor licensing information, see the attached LICENSE file and the list of third-party licenses at [wire.com/legal/licenses/](https://wire.com/legal/licenses/).\n\nIf 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 at https://wire.com/legal/#terms. Additionally, if you choose to build an Open Source App, certain restrictions apply, as follows:\n\na. 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.\n\nFor 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.\n\nNo 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.\n\n## Wire Desktop\n\nCross platform desktop app, wrapping the [wire-webapp](https://github.com/wireapp/wire-webapp). Based on [Electron](https://electronjs.org).\n\n### Prerequisites\n\n- [Node.js](https://nodejs.org/) \u003e= 10\n- Npm\n- Git\n- Yarn (Install using the official instructions at https://yarnpkg.com/lang/en/docs/install/, and not using the package recommended by apt-get)\n\n### Install Dependencies\n\n```shell\nsudo apt install git npm nodejs\nnpm install --global yarn\n```\n\n### Clone\n\n```shell\ngit clone https://github.com/wireapp/wire-desktop.git\ncd wire-desktop\nyarn\n```\n\n### Start\n\n```shell\nyarn start\n```\n\n### Test\n\n```shell\nyarn test\n```\n\n### Deployment\n\n| Stage | Branch | Action | Version |\n| :-- | :-- | :-- | :-- |\n| 1 (Feature development) | (varies) | commit | x.y+3 (e.g. 3.20) |\n| 2 (Nightly test automation) | [dev](https://github.com/wireapp/wire-desktop/tree/dev) | commit or squash merge from feature branch | x.y+2 (e.g. 3.19) |\n| 3 (Internal release) | [staging](https://github.com/wireapp/wire-desktop/tree/staging) | merge (don't squash) from [dev](https://github.com/wireapp/wire-desktop/tree/dev) | x.y+1 (e.g. 3.18) |\n| 4 (Production release) | [main](https://github.com/wireapp/wire-desktop/tree/main) | merge (don't squash) from [staging](https://github.com/wireapp/wire-desktop/tree/staging) | x.y (e.g. 3.17) |\n\n**Compare Views**\n\n1. Updates from \"dev\" to \"staging\" (changelog): https://github.com/wireapp/wire-desktop/compare/staging...dev\n1. Updates from \"staging\" to \"main\" (changelog): https://github.com/wireapp/wire-desktop/compare/main...staging\n\n### Tasks\n\n```shell\n# Build for macOS\nyarn build:macos\n\n# Build for Windows\nyarn build:win\n\n# Build for Linux\nyarn build:linux\n```\n\n### Other Linux targets\n\nIf you would like to build for another Linux target, run the following command:\n\n```shell\nexport LINUX_TARGET=\u003ctarget\u003e\nyarn build:linux\n```\n\nReplace `\u003ctarget\u003e` with your desired target (e.g. `rpm`). Have a look at the [documentation for `electron-builder`](https://www.electron.build/configuration/linux) 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.\n\nFurthermore, you can disable [asar packaging](https://www.electronjs.org/docs/latest/tutorial/application-distribution/) (not recommended, but e.g. needed for target `dir`) by setting `ENABLE_ASAR=\"false\"` before building. Example:\n\n```shell\nexport ENABLE_ASAR=\"false\"\nyarn build:linux\n```\n\n### Troubleshooting\n\nIf you are having troubles building Wire for Desktop, then [our troubleshooting page](https://github.com/wireapp/wire-desktop/wiki/Troubleshooting) might be of help.\n\n### Translations\n\nAll Wire translations are crowdsourced via [Crowdin](https://crowdin.com/projects/wire).\n\n### Install wire-desktop under Linux\n\nYou can of course use the webapp in your browser, but if you prefer to install wire-desktop, continue reading here:\n\nhttps://github.com/wireapp/wire-desktop/wiki/How-to-install-Wire-for-Desktop-on-Linux\n","funding_links":[],"categories":["TypeScript","Applications","Apps"],"sub_categories":["Chat","Open Source","Messenger","💬 Chat (19)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwireapp%2Fwire-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwireapp%2Fwire-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwireapp%2Fwire-desktop/lists"}