Overlayed is a free and open source Discord voice chat overlay application for Mac, Linux, and Windows.It offers a movable overlay and you can use it for borderless fullscreen windowed support games and in your any browsing session. It is a registered Discord app and uses the Discord RPC API to interface with the desktop and receive events.
Download Overlayed [Linux,Windows,MacOS]
How to Install Overlayed on Ubuntu Linux
Overlayed is available as a portable AppImage, native .deb and flatpak package files. Download Overlayed in .AppImage file format from the above download link and save it on your Downloads folder. Open the terminal (ctrl+alt+t) app and run below commands one by one.
Note: Here “overlayed_0.5.0_amd64.AppImage” is the downloaded file name. You can change below commands based on your file name.
cd Downloads
sudo chmod +x ~ overlayed_0.5.0_amd64.AppImage
./overlayed_0.5.0_amd64.AppImage
Install Overlayed via DEB:
Download Overlayed in .deb file format from the download link and save it on your Downloads folder and run below apt install command.
sudo apt install ./Downloads/overlayed*.deb
[OR]
sudo apt install ./Downloads/overlayed_0.5.0_amd64.deb
Note: Here “overlayed_0.5.0_amd64.deb” is the downloaded file name.
Install Overlayed via Flatpak:
In the terminal run below Overlayed flatpak install command. It will install the latest version.
flatpak install flathub dev.overlayed.Overlayed
And open it using below command.
flatpak run dev.overlayed.Overlayed
And you can also uninstall it using below commands.
flatpak uninstall dev.overlayed.Overlayed
[OR]
sudo flatpak uninstall dev.overlayed.Overlayed