All Projects β†’ wireapp β†’ Wire Desktop

wireapp / Wire Desktop

Licence: gpl-3.0
πŸ’» Wire for desktop

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Wire Desktop

Corona
Solar2D Game Engine main repository (ex Corona SDK)
Stars: ✭ 1,679 (+74.71%)
Mutual labels:  hacktoberfest, desktop
Mockoon
Mockoon is the easiest and quickest way to run mock APIs locally. No remote deployment, no account required, open source.
Stars: ✭ 3,448 (+258.79%)
Mutual labels:  hacktoberfest, desktop
Mindustry
The automation tower defense game
Stars: ✭ 13,105 (+1263.68%)
Mutual labels:  hacktoberfest, desktop
Lax
IRC client built with Electron & React
Stars: ✭ 95 (-90.11%)
Mutual labels:  hacktoberfest, desktop
Guark
Build awesome Golang desktop apps and beautiful interfaces with Vue.js, React.js, Framework 7, and more...
Stars: ✭ 334 (-65.24%)
Mutual labels:  hacktoberfest, desktop
Desktop
Mattermost Desktop application for Windows, Mac and Linux
Stars: ✭ 1,358 (+41.31%)
Mutual labels:  hacktoberfest, desktop
Ten Hands
⚑ Simplest way to organize and run command-line tasks
Stars: ✭ 228 (-76.27%)
Mutual labels:  hacktoberfest, desktop
Universal Data Tool
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
Stars: ✭ 1,356 (+41.1%)
Mutual labels:  hacktoberfest, desktop
Element Desktop
A glossy Matrix collaboration client for desktop.
Stars: ✭ 290 (-69.82%)
Mutual labels:  hacktoberfest, desktop
Fynedesk
A full desktop environment for Linux/Unix using Fyne
Stars: ✭ 286 (-70.24%)
Mutual labels:  hacktoberfest, desktop
Rocket.chat.electron
Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat
Stars: ✭ 1,108 (+15.3%)
Mutual labels:  hacktoberfest, desktop
Vue Nodegui
Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.πŸš€
Stars: ✭ 575 (-40.17%)
Mutual labels:  hacktoberfest, desktop
Desktop
πŸ’» Desktop sync client for Nextcloud
Stars: ✭ 1,787 (+85.95%)
Mutual labels:  hacktoberfest, desktop
Winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
Stars: ✭ 3,301 (+243.5%)
Mutual labels:  hacktoberfest, desktop
Nheko
Desktop client for Matrix using Qt and C++17.
Stars: ✭ 552 (-42.56%)
Mutual labels:  hacktoberfest, desktop
Fiddle
πŸš€ The easiest way to get started with Electron
Stars: ✭ 6,167 (+541.73%)
Mutual labels:  hacktoberfest, desktop
Community.sops
Simple and flexible tool for managing secrets
Stars: ✭ 30 (-96.88%)
Mutual labels:  hacktoberfest
Hacktoberfest2020
beginner-friendly project to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2020! Hello World Programs in any language and C and Cpp program , Please leave a star ⭐ to support this project! ✨
Stars: ✭ 31 (-96.77%)
Mutual labels:  hacktoberfest
Open2327romadapter
Open Hardware 2364-27xxx (E)EPROM Adapter PCB
Stars: ✭ 29 (-96.98%)
Mutual labels:  hacktoberfest
App Tutorial
Tutorial app which is built in the tutorial
Stars: ✭ 29 (-96.98%)
Mutual labels:  hacktoberfest

Wireβ„’

Wire logo

This repository is part of the source code of Wire. You can find more information at wire.com or by contacting [email protected].

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

For licensing information, see the attached LICENSE file and the list of third-party licenses at wire.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 at https://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 the wire-webapp. Based on Electron.

Prerequisites

Clone

git clone https://github.com/wireapp/wire-desktop.git
cd wire-desktop
yarn

Start

yarn start

Test

yarn test

Deployment

Stage Branch Action Version
1 (Feature development) (varies) commit x.y+3 (e.g. 3.20)
2 (Nightly test automation) dev commit or squash merge from feature branch x.y+2 (e.g. 3.19)
3 (Internal release) staging merge (don't squash) from dev x.y+1 (e.g. 3.18)
4 (Production release) main merge (don't squash) from staging x.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 macOS
yarn build:macos

# Build for Windows
yarn build:win

# Build for Linux
yarn 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 the documentation for electron-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 disable asar packaging (not recommended, but e.g. needed for target dir) by setting ENABLE_ASAR="false" before building. Example:

export ENABLE_ASAR="false"
yarn build:linux

Troubleshooting

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

Translations

All Wire translations are crowdsourced via Crowdin.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].