Site icon Ubuntu Free

Facebook Messenger on Ubuntu 24.04: Install Guide

Caprine on Ubuntu

Want to chat with friends on Ubuntu 24.04? Facebook Messenger doesn’t have an official Linux app, but Caprine brings it to your desktop with a privacy-focused twist.

This free, open-source client lets you send texts, photos, and videos seamlessly.

In this guide, we’ll show you how to install Caprine on Ubuntu 24.04 using Snap, Flatpak, or AppImage, plus a web option, all updated for 2025.

Ready to message smarter? Let’s get started!

How to Install Facebook Messenger on Ubuntu 24.04

Caprine offers multiple ways to run Messenger on Ubuntu 24.04, pick your favorite:

Method 1: Install via Snap (Quick Setup)

  1. Open your terminal.
  2. Install Caprine with Snap:
    sudo snap install caprine
  3. Launch Caprine from your applications menu, or type:
    caprine
  4. Log in with your Facebook credentials.

Method 2: Install via Flatpak

  1. Open your terminal.
  2. Set up Flatpak if needed:
    sudo apt install flatpak
  3. Add the Flathub repository:
    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  4. Install Caprine:
    flatpak install flathub com.sindresorhus.Caprine
  5. Launch Caprine:
    flatpak run com.sindresorhus.Caprine
  6. Sign in to Messenger.

Method 3: Use AppImage (No Install Needed)

  1. Download the latest AppImage from Caprine’s GitHub releases (e.g., Caprine-2.60.1.AppImage).
  2. Open your terminal, navigate to the download folder:
    cd ~/Downloads
  3. Make it executable:
    chmod +x Caprine-*.AppImage
  4. Run it:
    ./Caprine-*.AppImage
  5. Log in to Messenger.

Method 4: Web App Option

  1. Visit messenger.com in your browser (e.g., Firefox or Chrome).
  2. Log in with your Facebook account, no install required!

Tip: Snap and Flatpak auto-update, AppImage needs manual updates from GitHub, and the web app is instant but browser-based.

What Makes Caprine Special

Caprine is an open-source Facebook Messenger client built by Sindre Sorhus, offering a native-like experience on Ubuntu since 2016. It’s privacy-focused and lightweight, running on Electron:

System Requirements for Ubuntu

Caprine in Action: Screenshots

Video: Install Caprine on Ubuntu

Watch this quick setup guide:

How to Uninstall Caprine

  1. Open your terminal.
  2. For Snap installs:
    sudo snap remove caprine
  3. For Flatpak installs:
    flatpak uninstall com.sindresorhus.Caprine
  4. For AppImage, simply delete the file.

More Ubuntu Messaging Apps

Need Help?

Stuck installing Caprine? Comment below or contact us, we’re here to assist!

Exit mobile version