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.
Detailed guides are available at docs.mattermost.com.
https://mattermost.example.com
.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 LinuxA custom data directory location can be specified with:
Mattermost.exe --args --data-dir C:\my-mattermost-data
on Windowsopen /Applications/Mattermost.app/ --args --data-dir ~/my-mattermost-data/
on macOS ./mattermost-desktop --args --data-dir ~/my-mattermost-data/
on LinuxOur 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.
Our developer guide has detailed information on how to set up your development environment, develop, and test changes to the Desktop App.