Skip to content

Instantly share code, notes, and snippets.

@plembo
Last active May 11, 2026 20:14
Show Gist options
  • Select an option

  • Save plembo/6e73bc64ca7e3e8344643bf99244e3ed to your computer and use it in GitHub Desktop.

Select an option

Save plembo/6e73bc64ca7e3e8344643bf99244e3ed to your computer and use it in GitHub Desktop.
Installing Google Messages on Linux as a PWA

Google Messages PWA on Linux

Google Messages for the Web is a useful piece of software I've "installed" on my Linux machines, mostly because I'd rather manage texts on a 24" monitor than a 6" smartphone screen. That's possible because Messages is a Progressive Web App (PWA) that can be setup on a desktop using any Chromium-derived web browser, in this case Brave on Linux Mint 22.3 (Zena):

  1. Open Brave browser and go to https://messages.google.com/web
  2. Authenticate by "Pair with QR code"
  3. Click on the tiny computer icon over on the right-hand side of the address bar
  4. Select [Install]

At this point the Messages "app" will show up on the Mint menu under "Brave Browser Apps", but it will be lacking the Messages icon. To get that:

  1. In the browser, go to brave://apps
  2. Right click on Messages > Create shortcut
  3. De-select "Desktop" but leave "Applications menu" checked
  4. Click [Create]
  5. Go to MInt menu > Brave Browser Apps > right click Add to panel

References:

"How do I install and use Web Apps in Brave?". Brave Help Center, https://support.brave.app/hc/en-us/articles/39077114659597-How-do-I-install-and-use-Web-Apps-in-Brave.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment