NOTE: We don’t officially support Arch Linux for use with the Mattermost Desktop App. The provided guide is unofficial.
Open a terminal
Install nvm via
Install NodeJS via
nvm install --lts
Install other dependencies:
Linux requires the X11 development libraries and libpng
to build native Node modules.
Arch requires libffi
since it’s not installed by default.
sudo pacman -S npm git python3 gcc make libx11 libxtst libpng libffi
To build RPMs, you need rpmbuild
sudo pacman -S rpm
Your feedback helps us improve the Mattermost developer documentation.
Have a feature request? Share it here.
Having issues? Join our Community server.