"TeamsForLinux" is a desktop app created with Nativefier that wraps the Microsoft Teams web app into a native Electron application running on Linux.
- Fedora
- Ubuntu and derivatives (e.g. Linux Mint)
- Debian
- Other common x86_64-based Linux systems
-
Download the latest version
- Go to the Releases tab in the GitHub repository.
- Download the latest
TeamsForLinux-linux-x64.zip.
-
Extract the archive
- Open a terminal and navigate to the folder with the zip file.
- Extract it with:
unzip TeamsForLinux-linux-x64.zip -d TeamsForLinux
-
Start the app
- Change to the extracted folder:
cd TeamsForLinux - Set execution permission if needed:
chmod +x TeamsForLinux - Launch the app:
./TeamsForLinux
- Change to the extracted folder:
- The app stores authentication data locally under
~/.config/TeamsForLinux/. Each user has separate session data. - To customize icon, window size, or other options, you can build the app locally using Nativefier (requires Node.js).
- External links open automatically in the default browser.
It is recommended to use Nativefier version 45 or newer.
This project is an unofficial packaging of the Microsoft Teams web app for Linux. For support or improvements, check the GitHub repository.
Enjoy your Teams desktop app on Linux!