https://github.com/IsmaelMartinez/teams-for-linux
Unofficial Microsoft Teams for Linux client
https://github.com/IsmaelMartinez/teams-for-linux
electron linux microsoft teams
Last synced: 7 days ago
JSON representation
Unofficial Microsoft Teams for Linux client
- Host: GitHub
- URL: https://github.com/IsmaelMartinez/teams-for-linux
- Owner: IsmaelMartinez
- License: gpl-3.0
- Created: 2018-10-03T20:35:27.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-11T09:18:33.000Z (11 days ago)
- Last Synced: 2025-04-14T13:58:27.415Z (8 days ago)
- Topics: electron, linux, microsoft, teams
- Language: JavaScript
- Homepage:
- Size: 14.5 MB
- Stars: 3,318
- Watchers: 60
- Forks: 261
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
- Awesome - Teams-for-linux - Unofficial Microsoft Teams for Linux client (Communication and Collaboration Tools)
- awesome-starred - IsmaelMartinez/teams-for-linux - Unofficial Microsoft Teams for Linux client (JavaScript)
- awesome-starred - IsmaelMartinez/teams-for-linux - Unofficial Microsoft Teams for Linux client (JavaScript)
README
# teams-for-linux
Unofficial Microsoft Teams client for Linux using Electron. This app wraps the
web version of Teams as a standalone desktop application.## Overview
Teams for Linux was developed to provide a native-like desktop experience by
wrapping the web version in an Electron shell.While we strive to add useful features and improvements, some limitations are
inherent because the app relies on the Microsoft Teams web version. In cases
where Microsoft controls the feature set (or behavior), issues may be closed
with an explanation.We are not affiliated with Microsoft, and this project is not endorsed by them.
It is an independent effort to provide a better experience for Linux users.Please report bugs and enhancements in the issues section. We will attend them
as soon as possible. Please review the open/close issues before raising a new
one and avoid duplicates. We encourage everyone to join our chat room in
[matrix](https://matrix.to/#/#teams-for-linux_community:gitter.im) and ask your
questions. That's probably the quickest way to find solutions.---
[](https://gitter.im/teams-for-linux/community "Gitter chat")




[](https://snyk.io//test/github/IsmaelMartinez/teams-for-linux?targetFile=package.json)
[](https://sonarcloud.io/summary/new_code?id=IsmaelMartinez_teams-for-linux)Unofficial Microsoft Teams client for Linux using
[`Electron`](https://electronjs.org/). It uses the Web App and wraps it as a
standalone application using Electron.## Downloads
Binaries available under
[releases](https://github.com/IsmaelMartinez/teams-for-linux/releases) for Linux
packaging formats — AppImage, rpm, deb, snap, and tar.gz — and, believe it or
not, for Windows and macOS as well.In the case of `AppImage`, we recommend using
[`AppImageLauncher`](https://github.com/TheAssassin/AppImageLauncher) for the
best desktop experience.We have a dedicated deb and rpm repo at https://teamsforlinux.de hosted with
:heart: by [Nils Büchner](https://github.com/nbuechner). Please follow the
installation instructions below.### Debian/Ubuntu and other derivatives
```bash
sudo mkdir -p /etc/apt/keyrings
sudo wget -qO /etc/apt/keyrings/teams-for-linux.asc https://repo.teamsforlinux.de/teams-for-linux.asc
sh -c 'echo "Types: deb\nURIs: https://repo.teamsforlinux.de/debian/\nSuites: stable\nComponents: main\nSigned-By: /etc/apt/keyrings/teams-for-linux.asc" | sudo tee /etc/apt/sources.list.d/teams-for-linux-packages.sources'
sudo apt update
sudo apt install teams-for-linux
```### RHEL/Fedora and other derivatives
```bash
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:
[](https://aur.archlinux.org/packages/teams-for-linux)
[](https://github.com/pacstall/pacstall-programs/tree/master/packages/teams-for-linux-deb)
[](https://snapcraft.io/teams-for-linux)## Configuration and starting arguments
For detailed configuration options, including startup arguments to enable or
disable specific features, please refer to the
[Configuration README](app/config/README.md) in the config folder.## Running teams-for-linux in a firejail
A dedicated
[firejail script](https://codeberg.org/lars_uffmann/teams-for-linux-jailed) is
available to help sandbox Teams for Linux. This script can both launch the
application and join meetings with an already running instance.## Contributing
Contributions, PRs, and suggestions are always welcome!
For information on how to run the app from source or contribute code, please
refer to the [`CONTRIBUTING.md`](CONTRIBUTING.md) file.## Known issues
A list of known issues and possible workarounds is available in the
[`KNOWN_ISSUES.md`](KNOWN_ISSUES.md) file. Please check it before opening a new
issue.## History
Read about the history of this project in the [`HISTORY.md`](HISTORY.md) file.
## License
Teams for Linux is released under the [`GPLv3`](LICENSE.md)
Some icons are from
[Icon Duck](https://iconduck.com/sets/hugeicons-essential-free-icons) and are
licensed under `CC BY 4.0`.