Skip to content

Releases: karthick-kk/Outlook-Lite-for_Linux

v1.0.1

17 Mar 15:27

Choose a tag to compare

What's Changed in v1.0.1

  • Add changelog generation to release workflow (bd10eb5)
  • Bump version to 1.0.1 (9611204)
  • Add native notifications, dock badge, and fix app icon packaging (ebb599d)
  • Fix missing app icon in all packages and cmake compat (28ca33b)

Packages

Format File
Debian/Ubuntu ofl_1.0.1_amd64.deb
Fedora/RHEL ofl-1.0.1-1.*.rpm
Arch Linux ofl-1.0.1-1-x86_64.pkg.tar.zst
Portable binary ofl-1.0.1-linux-x86_64.tar.gz

Outlook Lite for Linux v1.0.0

16 Mar 16:59
92a54a2

Choose a tag to compare

Outlook Lite for Linux v1.0.0

Native, lightweight Microsoft Outlook client for Linux using CEF (Chromium 133).

Features

  • Chromium-based rendering with full Outlook web compatibility
  • Native Wayland support with GPU acceleration
  • Persistent sessions (login once, stay logged in)
  • System tray with unread badge count
  • Desktop notifications for new emails
  • Ad popup blocking (network-level)
  • Frameless window mode (configurable)
  • Close-to-tray, window state persistence
  • Custom CSS injection
  • OAuth popup handling for Microsoft sign-in
  • Keyboard shortcuts (F5, Ctrl+R, F12, Ctrl+Q)
  • Spellcheck with context menu suggestions

Packages

Package Distro
.deb Ubuntu 24.04+, Debian 13+
.rpm Fedora 41+
.pkg.tar.zst Arch Linux
.tar.gz Any Linux x86_64 (binary)

Build from source

bash packaging/download-cef.sh /tmp/cef-ofl
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCEF_ROOT=/tmp/cef-ofl
cmake --build build -j$(nproc)

Full Changelog: https://github.com/karthick-kk/Outlook-Lite-for_Linux/commits/v1.0.0