Chromium-Based • by Ytech
Run Word, Excel, PowerPoint, Outlook, Teams, OneNote, and OneDrive as native desktop apps on Linux with secure offline licensing
Each Microsoft app runs as a dedicated desktop application with proper window management and taskbar integration
Ed25519 cryptographic signatures ensure your license works without internet connection requirements
Uses your installed Chromium, Chrome, or Edge browser for maximum compatibility and performance
Each app uses separate browser profiles to prevent conflicts and enable multi-account support
Install via APT repository or download .deb packages. Desktop launchers configured automatically
Track and manage licensed devices with GitHub-based registry for team and enterprise plans
Choose your preferred installation method - all methods include desktop launchers
Best for: Automatic updates and easy management
# Add Ytech Tools repository
echo "deb [trusted=yes] https://ytech.tools stable main" \
| sudo tee /etc/apt/sources.list.d/m365-compiled.list
# Install M365 WebApps Foundation
sudo apt update
sudo apt install m365-compiled
# Install desktop launchers
m365ctl -mode install
Updates: sudo apt update && sudo apt upgrade
Best for: Single-machine installation without repository
# Install the package
sudo dpkg -i m365-compiled_*.deb
# Install dependencies if needed
sudo apt -f install
# Install desktop launchers
m365ctl -mode install
Updates: Download and install new .deb when available
Best for: Run GUI launcher without installation, portable
# Make executable and run
chmod +x M365-GUI-*.AppImage
./M365-GUI-*.AppImage
# Optional: Integrate with desktop
./M365-GUI-*.AppImage --appimage-extract
# Then move to ~/Applications or /opt
Updates: Download new AppImage when available
Note: AppImage includes GUI launcher only. For full desktop integration, use APT or .deb
Best for: Maximum security isolation and Flathub users
# Install the Flatpak bundle
flatpak install --user M365-GUI.flatpak
# Run
flatpak run io.github.ayadlin.m365_gui
Updates: Download and install new Flatpak when available, or flatpak update if using Flathub
Note: Flatpak includes GUI launcher only. For full desktop integration, use APT or .deb
After installation:
M365 WebApps provides the best Microsoft Office experience on Linux by combining the full power of Office 365 web apps with native desktop integration. No Wine, no virtual machines, no compromises.
⚠️ Legal Disclaimer: M365 WebApps is an independent desktop wrapper for Microsoft 365 web applications. It is not affiliated with, endorsed by, or sponsored by Microsoft Corporation. Microsoft 365 and Office are trademarks of Microsoft Corporation.