teams-for-linux
This is an unofficial Microsoft Teams client. The official client for Linux from Microsoft is retired by the end of 2022 and is replaced with PWA. Read the blog here.
Please do report bugs and questions in the issues section. We will try to attend them at the earliest.
PRs and suggestions are welcomed. We will continue to support the community.
Unofficial Microsoft Teams client for Linux using Electron
.
It uses the Web App and wraps it as a standalone application using Electron.
Downloads
Binaries available under releases for AppImage
, rpm
, deb
, snap
, and tar.gz
.
In case of AppImage
, we recommend to use AppImageLauncher
for the best desktop experience.
We have a dedicated deb and rpm repo at https://teamsforlinux.de hosted with β€οΈ by Nils BΓΌchner. Please follow the installation instructions below.
Debian/Ubuntu and other derivatives
sudo wget -qO /etc/apt/keyrings/teams-for-linux.asc /etc/apt/keyrings/teams-for-linux.asc https://repo.teamsforlinux.de/teams-for-linux.asc
echo "deb [signed-by=/etc/apt/keyrings/teams-for-linux.asc arch=$(dpkg --print-architecture)] https://repo.teamsforlinux.de/debian/ stable main" | sudo tee /etc/apt/sources.list.d/teams-for-linux-packages.list
sudo apt update
sudo apt install teams-for-linux
RHEL/Fedora and other derivatives
curl -1sLf -o /tmp/teams-for-linux.asc https://repo.teamsforlinux.de/teams-for-linux.asc; rpm --import /tmp/teams-for-linux.asc; rm -f /tmp/teams-for-linux.asc
curl -1sLf -o /etc/yum.repos.d/teams-for-linux.repo https://repo.teamsforlinux.de/rpm/teams-for-linux.repo
yum update
yum install teams-for-linux
Also available in:
Starting arguments
Check in the config README.md
in the config folder.
Contributing
Please refer to the CONTRIBUTING.md
file for more information about how to run this application from source, and/or how to contribute.
Known issues
Known issues and workarounds can be found in the KNOWN_ISSUES.md
file.
History
Read about the history about this project in the HISTORY.md
file.
License
License: GPLv3