Catalina Install Homebrew



  1. Mac Catalina Install Homebrew
  2. Macos Catalina Install Homebrew
  3. Catalina Install Homebrew

Mattermost desktop applications are available for Windows, Mac, and Linux operating systems. They support all the features of the web experience, plus:

  • Connect to multiple Mattermost servers from a single interface, and switch with shortcut keys.

  • Auto-start Mattermost when a user logs into their machine.

  • (Windows) Add Mattermost to Start menu, Taskbar, and System Tray.

  • (Windows/Mac) Deep link to the desktop app via mattermost:// protocol if app is already installed.

  • (Mac) Add Mattermost to the Dock.

  • (Linux) DesktopEntry for the application to more easily integrate into a desktop environment.

Homebrew users can install with brew install-cask mattermost. On macOS Catalina, this dialog can be triggered if the Mac Archive Utility is the default method. A deployment with an even number of masters provides the same level of fault tolerance as a deployment with one fewer master. For example, both four-master and three-master deployments can only tolerate a single failure; two-master deployments cannot tolerate any failures.

Below is a list of additional resources:

  • Contributor’s guide (coming soon)

You can download the apps directly from our downloads page. You may also use the following installation guides for Windows, Mac, and Linux.

Contents

  1. Download the latest version of the Mattermost desktop app:

  2. From the Downloads folder right-click on the file mattermost-desktop-setup-4.6.2-win.exe and select Open.

This will start an installer for the app. Once finished, the Mattermost desktop app will open automatically.

Mac Catalina Install Homebrew

Download the latest version of the Mattermost desktop app MSI installer (Beta):

  • MSI for 64-bit version of Windows

  • MSI for 32-bit version of Windows

See here for instructions on installing the Mattermost desktop app via an MSI installer and configuring supported Group Policies.

The following Group Policies are available:

Group Policy

Description

Required Version

Enable Server Management

If disabled, management of servers in the app settings are disabled.

4.3 or later

Default Server List

Define one or more default, permanent servers.

4.3 or later

  1. Download the latest version of the Mattermost desktop app.

  2. Double-click the download to open the disk image.

  3. Drag the Mattermost application to the Applications folder.

Homebrew users can install with brewinstall--caskmattermost.

  1. Download the latest version of the Mattermost desktop app:

  • 64-bit systems: mattermost-desktop-4.6.2-linux-x64.tar.gz

  • 32-bit systems: mattermost-desktop-4.6.2-linux-ia32.tar.gz

  1. Extract the archive to a convenient location. You can then execute mattermost-desktop, which is located inside the extracted directory.

  2. To create a Desktop launcher, open the file README.md and follow the instructions in the Desktop launcher section.

Catalina

Macos Catalina Install Homebrew

Unofficial, community-driven .deb packages are available.

  1. Download the latest version of the Mattermost Desktop App:

  • 64-bit systemsmattermost-desktop-4.6.2-linux-amd64.deb

  • 32-bit systemsmattermost-desktop-4.6.2-linux-i386.deb

  1. At the command line, execute one of the following commands depending on the package that you downloaded:

  • 64-bit systems

    sudodpkg-imattermost-desktop-4.6.2-linux-amd64.deb

  • 32-bit systems

    sudodpkg-imattermost-desktop-4.6.2-linux-i386.deb

  1. To run Mattermost, open Dash (located at the top left corner), enter mattermost, then click the Mattermost icon.

To install the Desktop client on Arch Linux, see the Mattermost page on the Arch Linux wiki.

A snap is available for systems that have Snapcraft installed. Snapcraft is installed by default on Ubuntu 16.04 and later, but for most other Linux distributions you can install it manually. To install Snapcraft, see Install snapd on the Snapcraft website.

  1. At the command line, execute the following command:

  1. To run Mattermost, open Dash (located at the top left corner), enter mattermost, then click the Mattermost icon.

The app data might be corrupted. Remove all the files in %LOCALAPPDATA%mattermost, then try reinstalling the app.

On macOS Catalina, this dialog can be triggered if the Mac Archive Utility is the default method for decompressing files. In this case using a third-party tool such as Keka or Unarchiver may resolve the problem.

  1. First, make sure you have installed the latest desktop app version from our website. Check your app version from Help > Version.

  2. Try to clear cache and reload the app from View > Clear Cache and Reload or use CTRL/CMD+SHIFT+R.

  3. Quit the app and restart it to see if the issue clears.

  4. Disable GPU hardware acceleration from File > Settings on Windows and Linux or Mattermost > Settings on macOS, and unselect Use GPU hardware acceleration.

  5. If you are using a special video driver, such as Optimus, try disabling it to see if the problem is resolved.

If none of the above steps resolve the issue, please open a new ticket in the Mattermost Troubleshooting Forum.

Catalina Install Homebrew

This issue can occur on Windows in a multiple-monitor setup. When you disconnect the monitor that Mattermost is displayed on, Mattermost continues to display at screen coordinates that no longer exist.

To resolve this issue, you can reset the desktop app screen location by deleting the screen location file. When the file is not present, the desktop app displays on the primary monitor by default.

To reset the desktop app screen location

  1. If the desktop app is running, right-click the Mattermost icon in the task bar and click Close Window.

  2. Open Windows File Explorer, and navigate to the %APPDATA%Mattermost folder.

  3. Delete the file bounds-info.json.

This issue can occur when localStorage has an unexpected state. To resolve the issue:

  • Windows: Open Windows File Explorer, navigate to the %APPDATA%Mattermost folder, then delete the LocalStorage folder.

  • Mac: Open Finder, navigate to the ~/Library/ApplicationSupport/Mattermost folder, then delete the LocalStorage folder.

  • Linux: Open the File Manager, navigate to the ~/.config/Mattermost folder, then delete the LocalStorage folder.

This issue can occur after a crash or unexpected shutdown of the desktop app that causes the app data to be corrupted. To resolve the issue:

  • Windows: Open Windows File Explorer, navigate to the``%APPDATA%Mattermost`` folder, then delete the IndexedDB folder and the Cookies and Cookies-journal files.

  • Mac: Open Finder, navigate to the ~/Library/ApplicationSupport/Mattermost folder, then delete the IndexedDB folder and the Cookies and Cookies-journal files.

  • Linux: Open the file manager, navigate to the ~/.config/Mattermost folder, then delete the IndexedDB folder and the Cookies and Cookies-journal files.

Clicking Show Details on the dialog provides logs. Ways to resolve the issue:

  1. Clear the cache via View > Clear Cache and Reload or CTRL+SHIFT+R.

  2. Go to App Settings via File > Settings or CTRL+COMMA and unselect hardware acceleration.

Append Mattermost.exe; to the Registry Key HKLMSYSTEMCurrentControlSetServicesCtxUviUviProcessExcludes and reboot the system.

For further assistance, review the Troubleshooting forum for previously reported errors, or join the Mattermost user community for troubleshooting help.

When reporting bugs found in the Mattermost desktop app, it is helpful to include the contents of the Developer Tools Console along with the information on this page. To access the Developer Tools Console, follow these instructions:

  1. In the menu bar, go to View > Toggle Developer Tools.

  2. Select the Console tab.

  3. Right-click the log window and select Save As.

  4. Save the file and then send it along with a description of your issue.

  5. Go to View > Toggle Developer Tools to disable the Developer Tools.

You can open an additional set of developer tools for each server you have added to the desktop app. The tools can be opened by pasting this command in the Developer Tools Console you opened with the steps described above:

Catalina

document.getElementsByTagName('webview')[0].openDevTools();

Note that if you have more than one server added to the desktop client, you need to change the 0 to the number corresponding to the server you want to open in the Developer Tools Console, starting with 0 from the left.

Homebrew

To submit an improvement or correction to this documentation, click Edit at the top of this page.