Devin Binnie 750dede7ec
Some checks failed
CodeQL / Analyze (javascript) (push) Has been cancelled
Electron Playwright Tests / determine-platforms (push) Has been cancelled
Scorecards supply-chain security / Scorecards analysis (push) Has been cancelled
Electron Playwright Tests / e2e-tests (push) Has been cancelled
nightly-builds / tag-nightly-build (push) Has been cancelled
nightly-builds / nightly-main (push) Has been cancelled
nightly-builds / nightly-rainforest (push) Has been cancelled
nightly-builds / nightly-e2e (macos-15) (push) Has been cancelled
nightly-builds / nightly-e2e (ubuntu-22.04) (push) Has been cancelled
nightly-builds / nightly-e2e (windows-2022) (push) Has been cancelled
[MM-65009] Force windows to run install-deps regardless of cache (#3479)
* Test file for PR

* asd

* [MM-65009] Force windows to run install-deps regardless of cache
2025-08-05 13:22:56 -04:00
2025-02-24 09:02:34 -05:00
2024-07-22 10:15:42 -04:00
2019-10-24 00:12:02 +02:00
2017-07-10 22:19:37 +09:00

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.

Description
No description provided
Readme 30 MiB
Languages
TypeScript 55.1%
JavaScript 36.1%
SCSS 6.1%
CSS 1.7%
Shell 0.8%