- Notifications
You must be signed in to change notification settings - Fork2
Microsoft Teams Capsule - unofficial Microsoft Teams app for Linux
License
sportradar/ms-teams-linux
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
App is not maintained anymore since our team moved to another tool. Possible updates will be available in theoriginal project.
Microsoft Teams Capsule is unofficial Microsoft Teams application for Linux, which useselectron framework to wrap web version ofMicrosoft Teams.
With this app you will be able to launch web version as an application with no need to keep the browser tap always open.
Application also offers notifications for unread messages, but it's very limited.
Applications is distributed in the AppImage format and should run on all common Linux distributions.
- Download installation file
- using direct link:AppImage
- using wget:
$ wget https://github.com/sportradar/ms-teams-linux/releases/download/v0.4.0/ms-teams-capsule-0.4.0-x86_64.AppImage
- Make it executable
$ chmod a+x ms-teams-capsule*.AppImage
- Run the app!
$ ./ms-teams-capsule*.AppImage
You can also get more information about AppImage on theofficial website.
Install the application and launch it. After logging in you will be able to use Microsoft Teams.Application supports very limited version of notifications.If you have something unread in chats, you will receive push notification and the icon will change with one with big red dot.
If you are stucked with blank white, blue or purple screen, just click File -> Reload, there is no need to relaunch the application.
On Linux distributions that only have app indicator support, you have to install libappindicator1 to make the tray icon work.
$ apt-get install libappindicator1
This project is based on awesomeelectron-boilerplate. Please, follow the link to learn more about using the development environment.
Since I'm quite new to Electron, PR and advices are more than welcome!
MIT
About
Microsoft Teams Capsule - unofficial Microsoft Teams app for Linux
Resources
License
Stars
Watchers
Forks
Packages0
Languages
- JavaScript95.6%
- HTML4.4%