Download Latest Version teams-for-linux-2.10.0-arm64.tar.gz (129.1 MB)
Email in envelope

Get an email when there's a new version of teams-for-linux

Home / v2.10.0
Name Modified Size InfoDownloads / Week
Parent folder
latest-linux.yml 2026-05-19 3.2 kB
latest-linux-arm64.yml 2026-05-19 3.2 kB
teams-for-linux-2.10.0.tar.gz 2026-05-19 129.0 MB
teams-for-linux-2.10.0-arm64.tar.gz 2026-05-19 129.1 MB
teams-for-linux-2.10.0.x86_64.rpm 2026-05-19 97.0 MB
teams-for-linux-2.10.0.aarch64.rpm 2026-05-19 91.8 MB
latest-linux-arm.yml 2026-05-19 3.2 kB
teams-for-linux-2.10.0-armv7l.tar.gz 2026-05-19 120.1 MB
teams-for-linux-2.10.0.armv7l.rpm 2026-05-19 91.6 MB
latest.yml 2026-05-19 362 Bytes
teams-for-linux-Setup-2.10.0.exe 2026-05-19 114.9 MB
teams-for-linux-Setup-2.10.0.exe.blockmap 2026-05-19 121.1 kB
latest-mac.yml 2026-05-19 515 Bytes
teams-for-linux_2.10.0_amd64.deb 2026-05-19 108.4 MB
teams-for-linux-2.10.0-mac.zip 2026-05-19 131.6 MB
teams-for-linux-2.10.0-mac.zip.blockmap 2026-05-19 137.2 kB
teams-for-linux_2.10.0_arm64.deb 2026-05-19 103.0 MB
teams-for-linux_2.10.0_armv7l.deb 2026-05-19 100.9 MB
teams-for-linux-2.10.0.dmg 2026-05-19 135.8 MB
teams-for-linux-2.10.0.dmg.blockmap 2026-05-19 143.0 kB
teams-for-linux-2.10.0-arm64.AppImage 2026-05-19 136.3 MB
teams-for-linux-2.10.0-armv7l.AppImage 2026-05-19 125.1 MB
teams-for-linux-2.10.0.AppImage 2026-05-19 136.0 MB
README.md 2026-05-19 11.0 kB
v2.10.0 source code.tar.gz 2026-05-19 13.1 MB
v2.10.0 source code.zip 2026-05-19 13.3 MB
Totals: 26 Items   1.8 GB 10

2.10.0 (2026-05-19)

2.10.0 lands FIDO2 hardware security keys, the multi-account Manage dialog, and a redesigned full-window screen-share picker, alongside fixes for MCAS auth, SharePoint concurrent downloads, and the ozone x11 default. Most new features are opt-in via config; only the screen-share picker is on by default.

How to enable each new feature

Add the relevant block to your config.json:

:::json
{
  "auth": { "webauthn": { "enabled": true } },
  "multiAccount": { "enabled": true },
  "download": { "enabled": true },
  "notifications": { "timeoutType": "never" }
}
  • auth.webauthn.enabled — FIDO2 hardware security keys. Linux only, requires the fido2-tools system package (apt install fido2-tools / dnf install fido2-tools / pacman -S libfido2). Silent no-op on macOS and Windows.
  • multiAccount.enabled — multi-account profile manager (Add / Switch / rename / remove). Mutually exclusive with auth.intune.enabled; if both are true, multi-account is auto-disabled with a startup warning.
  • download.enabled — master switch for download completion toast and taskbar progress. Once on, sub-flags notifyOnDownloadComplete, showProgressBar, and showTitlePrefix each default true and can be turned off individually.
  • notifications.timeoutType: "never" — persistent notifications on Linux and Windows (workaround for GNOME and other desktops that auto-clear). Choices are default or never.

Always-on this release (no config needed): the new screen-share picker overlay, the SharePoint QUIC fix, the MCAS proxy cookie-domain fix, telemetry beacon blocking, and log-noise cleanup.

Features

Bug Fixes

  • auth: cover MCAS proxy suffix in cookie-domain matching (#2488) (78a1140)
  • customCSS: swallow expected executeJavaScript rejections (#2540) (86ee1cd)
  • deps: bump transitive mermaid to 11.15.0 (4 medium CVEs) (#2525) (a6e5386)
  • downloads: disable QUIC to fix concurrent SharePoint downloads (#2518) (#2520) (1e78428)
  • multi-account: rebind screen-share handler per profile session (#2533) (f980dfc), closes #2529
  • prevent double notification sound and handle dismiss event (#2411) (#2414) (50ebefe)
  • restore --ozone-platform=x11 default in package.json (#2511) (99111fe)

Code Improvements

  • dialogs: use shared createDialogWindow in JoinMeetingDialog (#2507) (065ab86)

Documentation

  • claude: add homepage convention (#2519) (8cb04f7)
  • notifications,wayland: GNOME workaround for #2411, restore ozone x11 default (#2547) (5ea08c8)
  • roadmap: capture 2026-05-07 ozone-platform default reset session (#2509) (e1826ef)
  • roadmap: trim to themes, principles, and parked work (#2539) (ca1b894)

CI/CD

Testing

Maintenance

  • deps-dev: bump @playwright/test in the minor-and-patch group (#2526) (475b3f3)
  • deps: bump @babel/plugin-transform-modules-systemjs in /docs-site (#2517) (52d49ff)
  • deps: bump brace-expansion from 5.0.5 to 5.0.6 in /docs-site (#2553) (b429833)
  • deps: bump electron from 41.5.0 to 41.6.1 (#2549) (5ab8747)
  • deps: bump fast-uri from 3.1.0 to 3.1.2 (#2515) (acf4815)
  • deps: bump fast-uri from 3.1.0 to 3.1.2 in /docs-site (#2516) (69ef30c)
  • deps: bump ip-address from 10.1.0 to 10.2.0 (#2504) (c036c09)
  • deps: bump the minor-and-patch group in /docs-site with 2 updates (#2528) (93ae5b7)
  • deps: bump the minor-and-patch group with 2 updates (#2555) (f7dc094)
  • deps: bump webpack-dev-server from 5.2.3 to 5.2.4 in /docs-site (#2554) (d1ddbb0)
  • deps: bump ws from 8.19.0 to 8.20.1 (#2557) (ca9c68a)
  • github: add pull request template (#2544) (c7f5bb5)
  • logging: demote noisy warns and block MS telemetry beacons (#2532) (84da8c5)

Thanks

Big thanks to @app/dependabot, @jayenashar, @jpenberthy for contributing to this release.

Source: README.md, updated 2026-05-19