custom mattermost desktop application
Go to file
MArtin Johnson e1a75deb4f Translated using Weblate (Swedish)
Currently translated at 100.0% (291 of 291 strings)

Translation: Mattermost/mattermost-desktop
Translate-URL: https://translate.mattermost.com/projects/mattermost/mattermost-desktop/sv/
2024-05-27 13:03:02 -04:00
.config/notice-file Create configuration folder for notice.txt generation (#2149) 2022-06-14 10:15:40 +03:00
.github [MM-55341][MM-56894] Use electron-builder to create the MSI installer, drop support for 32-bit Windows and the NSIS installer (#3028) 2024-05-14 12:07:45 -04:00
.vscode Some further ESLint cleanup, remove some unnecessary scripts and lines (#2984) 2024-03-18 14:46:12 -04:00
api-types [MM-57348] Change result to status as a better descriptor of the notification status (#3005) 2024-04-12 09:06:33 -04:00
e2e Fix focus test cases (#3014) 2024-04-22 20:52:36 +05:30
fastlane Add skip_waiting_for_build_processing to CI build (#2027) 2022-03-29 11:35:55 -04:00
i18n Translated using Weblate (Swedish) 2024-05-27 13:03:02 -04:00
patches [MM-55341][MM-56894] Use electron-builder to create the MSI installer, drop support for 32-bit Windows and the NSIS installer (#3028) 2024-05-14 12:07:45 -04:00
resources [MM-55341][MM-56894] Use electron-builder to create the MSI installer, drop support for 32-bit Windows and the NSIS installer (#3028) 2024-05-14 12:07:45 -04:00
scripts [MM-58286] Fix cp_artifacts to avoid weird naming changes (#3037) 2024-05-16 16:44:11 -04:00
src Improve notification logging (#3040) 2024-05-23 16:45:36 -04:00
.editorconfig feat: Upgrade Reusable GitHub Actions version (#2989) 2024-03-22 14:03:24 +02:00
.eslintignore [MM-57348] Support notification metrics from the Desktop App client (#2998) 2024-04-05 10:35:12 -04:00
.eslintrc.json Various QoL fixes for Desktop App (#2999) 2024-04-08 09:12:35 -04:00
.gitignore Some further ESLint cleanup, remove some unnecessary scripts and lines (#2984) 2024-03-18 14:46:12 -04:00
.gitlab-ci.yml Create makefile and pipeline to generate signed debian packages. (#2068) 2022-04-21 09:41:50 -04:00
babel.config.js Some further ESLint cleanup, remove some unnecessary scripts and lines (#2984) 2024-03-18 14:46:12 -04:00
CHANGELOG.md Update CHANGELOG.md (#1089) 2019-10-24 00:12:02 +02:00
CONTRIBUTING.md MM-41988 Updated links to legacy domain about.mm.com (#2003) 2022-03-10 16:40:06 -05:00
electron-builder.json [MM-55341][MM-56894] Use electron-builder to create the MSI installer, drop support for 32-bit Windows and the NSIS installer (#3028) 2024-05-14 12:07:45 -04:00
LICENSE.txt Change app author to Mattermost 2017-07-10 22:19:37 +09:00
Makefile Create makefile and pipeline to generate signed debian packages. (#2068) 2022-04-21 09:41:50 -04:00
NOTICE.txt Update NOTICE.txt (#3003) 2024-04-11 09:46:10 -04:00
package-lock.json Bump version to v5.9 (#3019) 2024-04-25 14:09:02 -04:00
package.json [MM-55341][MM-56894] Use electron-builder to create the MSI installer, drop support for 32-bit Windows and the NSIS installer (#3028) 2024-05-14 12:07:45 -04:00
README.md chore(ci): update CI badge with GitHub Actions' one (#3021) 2024-04-30 08:50:38 -04:00
SECURITY.md MM-41988 Updated links to legacy domain about.mm.com (#2003) 2022-03-10 16:40:06 -05:00
TESTING.md [MM-14093] Rename 'team' to 'server' and 'tab' to 'view' in most cases, some additional cleanup (#2711) 2023-05-08 09:17:01 -04:00
tsconfig.json [MM-52696] Upgrade and clean up Desktop App dev dependencies (#2970) 2024-03-07 15:55:33 -05:00
webpack.config.base.js Various QoL fixes for Desktop App (#2999) 2024-04-08 09:12:35 -04:00
webpack.config.main.js Some further ESLint cleanup, remove some unnecessary scripts and lines (#2984) 2024-03-18 14:46:12 -04:00
webpack.config.performance.test.js Some further ESLint cleanup, remove some unnecessary scripts and lines (#2984) 2024-03-18 14:46:12 -04:00
webpack.config.preload.js Some further ESLint cleanup, remove some unnecessary scripts and lines (#2984) 2024-03-18 14:46:12 -04:00
webpack.config.renderer.js Move Settings Window into Modal (#3007) 2024-04-16 09:53:55 -04:00
webpack.config.test.js Modify run conditions for nightly e2e job to create test cycle and post in channel. (#2971) 2024-03-19 22:18:29 +05:30

Mattermost Desktop

Mattermost is an open source platform for secure collaboration across the entire software development lifecycle. This repo is for the native desktop application that's built on Electron; it runs on Windows, Mac, and Linux.

Originally created as "electron-mattermost" by Yuya Ochiai.

mm-desktop-screenshot

nightly-builds

Features

Desktop integration

  • Server dropdown for access to multiple servers
  • Dedicated tabs for Channels, Boards and Playbooks
  • Desktop Notifications
  • Badges for unread channels and mentions
  • Deep Linking to open Mattermost links directly in the app
  • Runs in background to reduce number of open windows

Usage

Installation

Detailed guides are available at docs.mattermost.com.

  1. Download a file from the downloads page or from the releases page.
  2. Run the installer or unzip the archive.
  3. Launch Mattermost from your Applications folder, menu, or the unarchived folder.
  4. On the first launch, please enter a name and URL for your Mattermost server. For example, https://mattermost.example.com.

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

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.

Development and Making Contributions

Our developer guide has detailed information on how to set up your development environment, develop, and test changes to the Desktop App.