All Projects → mattermost → Desktop

mattermost / Desktop

Licence: apache-2.0
Mattermost Desktop application for Windows, Mac and Linux

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Desktop

Mattermost Server
Mattermost is an open source platform for secure collaboration across the entire software development lifecycle.
Stars: ✭ 21,623 (+1492.27%)
Mutual labels:  mattermost, hacktoberfest
Universal Data Tool
Collaborate & label any type of data, images, text, or documents, in an easy web interface or desktop app.
Stars: ✭ 1,356 (-0.15%)
Mutual labels:  hacktoberfest, desktop
Nheko
Desktop client for Matrix using Qt and C++17.
Stars: ✭ 552 (-59.35%)
Mutual labels:  hacktoberfest, desktop
Fynedesk
A full desktop environment for Linux/Unix using Fyne
Stars: ✭ 286 (-78.94%)
Mutual labels:  hacktoberfest, desktop
Rocket.chat.electron
Official OSX, Windows, and Linux Desktop Clients for Rocket.Chat
Stars: ✭ 1,108 (-18.41%)
Mutual labels:  hacktoberfest, desktop
Element Desktop
A glossy Matrix collaboration client for desktop.
Stars: ✭ 290 (-78.65%)
Mutual labels:  hacktoberfest, desktop
Fiddle
🚀 The easiest way to get started with Electron
Stars: ✭ 6,167 (+354.12%)
Mutual labels:  hacktoberfest, desktop
Standup Raven
A Mattermost plugin for communicating daily standups across teams
Stars: ✭ 161 (-88.14%)
Mutual labels:  mattermost, hacktoberfest
Mattermost Plugin Jira
JIRA plugin for Mattermost 🔌
Stars: ✭ 58 (-95.73%)
Mutual labels:  mattermost, hacktoberfest
Wire Desktop
💻 Wire for desktop
Stars: ✭ 961 (-29.23%)
Mutual labels:  hacktoberfest, desktop
Winforms
Windows Forms is a .NET UI framework for building Windows desktop applications.
Stars: ✭ 3,301 (+143.08%)
Mutual labels:  hacktoberfest, desktop
Mattermost Mobile
Next generation iOS and Android apps for Mattermost in React Native
Stars: ✭ 1,262 (-7.07%)
Mutual labels:  mattermost, hacktoberfest
Mattermost Redux
Redux for Mattermost
Stars: ✭ 198 (-85.42%)
Mutual labels:  mattermost, hacktoberfest
Guark
Build awesome Golang desktop apps and beautiful interfaces with Vue.js, React.js, Framework 7, and more...
Stars: ✭ 334 (-75.41%)
Mutual labels:  hacktoberfest, desktop
Matterpoll
Create polls and surveys directly within Mattermost
Stars: ✭ 189 (-86.08%)
Mutual labels:  mattermost, hacktoberfest
Vue Nodegui
Build performant, native and cross-platform desktop applications with native Vue + powerful CSS like styling.🚀
Stars: ✭ 575 (-57.66%)
Mutual labels:  hacktoberfest, desktop
Mattermost Helm
Mattermost Helm charts for Kubernetes
Stars: ✭ 107 (-92.12%)
Mutual labels:  mattermost, hacktoberfest
Docs
Mattermost documentation
Stars: ✭ 128 (-90.57%)
Mutual labels:  mattermost, hacktoberfest
Mattermost Docker
Dockerfile for mattermost in production
Stars: ✭ 929 (-31.59%)
Mutual labels:  mattermost, hacktoberfest
Mmctl
A remote CLI tool for Mattermost
Stars: ✭ 70 (-94.85%)
Mutual labels:  mattermost, hacktoberfest

Mattermost Desktop

Native desktop application for Mattermost running on Windows, Mac, and Linux.

Originally created as "electron-mattermost" by Yuya Ochiai. Developed using Electron.

screenshot_20

Circle CI

Features

Desktop integration

  • Tabs for multiple teams across multiple servers
  • Desktop Notifications
    • Windows 10: Toast
    • Windows 7-8.1: Popup like Toast
    • OS X: Notification Center
    • Linux: libnotify
  • Badges for unread channels and mentions
  • Installs as native application

Pre-packaged

You don't have to install any other software. Packages are available on the releases page.

Usage

Installation

Detailed guides are available at docs.mattermost.com.

  1. Download a file from the downloads page.
  2. Launch Mattermost in the unarchived folder.
  3. On the first launch, please input name and URL for your Mattermost server. For example, myserver : https://mattermost.example.com.

Quit

Ctrl or Command + Q to quit.

Configuration

You can show the dialog from menu bar.

Configuration will be saved into Electron's userData directory:

  • %APPDATA%\Mattermost on Windows
  • ~/Library/Application Support/Mattermost on OS X
  • ~/.config/Mattermost on Linux

A custom data directory location can be specified with:

  • Mattermost.exe --args --data-dir C:\my-mattermost-data on Windows
  • open /Applications/Mattermost.app/ --args --data-dir ~/my-mattermost-data/ on macOS
  • ./mattermost-desktop --args --data-dir ~/my-mattermost-data/ on Linux

When you upgrade from electron-mattermost, please copy config.json from electron-mattermost. Otherwise, you have to configure again.

Proxy

Normally, the application will follow your system settings to use a proxy, or you can set up a proxy by the following command line options.

  • --proxy-server=<SERVER>:<PORT>
  • --proxy-pac-url=<URL>

On Windows, please make sure to add -- before options. For example, Mattermost.exe -- --proxy-server=....

Custom App Deployments

Our docs provide a guide on how to customize and distribute your own Mattermost Desktop App, including how to distribute the official Windows Desktop App silently to end users, pre-configured with the server URL and other app settings.

Contributing

Please see CONTRIBUTING.md.

Development

Please see docs/development.md.

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].