Package Details: microsoft-edge-stable-bin 148.0.3967.70-1

Git Clone URL: https://aur.archlinux.org/microsoft-edge-stable-bin.git (read-only, click to copy)
Package Base: microsoft-edge-stable-bin
Description: A browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier
Upstream URL: https://www.microsoftedgeinsider.com/en-us/download
Keywords: browser chromium web
Licenses: LicenseRef-custom
Conflicts: edge, edge-stable, edge-stable-bin, microsoft-edge-stable
Provides: edge-stable, microsoft-edge-stable
Submitter: nicomix
Maintainer: ptr1337
Last Packager: ptr1337
Votes: 147
Popularity: 2.64
First Submitted: 2021-10-29 02:42 (UTC)
Last Updated: 2026-05-16 17:36 (UTC)

Dependencies (16)

Required by (5)

Sources (3)

Latest Comments

1 2 3 4 5 6 .. 22 Next › Last »

stephenlf commented on 2026-05-07 15:38 (UTC) (edited on 2026-05-07 15:39 (UTC) by stephenlf)

@hii I also had screen flickering when hovering over elements with "title" set. I managed to fix this completely by supplying the --ozone-platform=x11 flag to the edge executable. I use this fish function to patch .desktop files after any update.

#!/usr/bin/env fish

function patch-microsoft-edge --description "Path Microsoft Edge .desktop files to remove screen flicker when hovering over elements with 'title' set"
    set edge_desktop_paths (find {~/.local,/usr}/share/applications/ -regex '.*[Ee]dge.*')
    sudo sd '(Exec=[a-zA-Z/0-9_-]*) ' '$1 --ozone-platform=x11 ' $edge_desktop_paths
    sudo sd -- '--ozone-platform=x11 (.*)--ozone-platform=x11' '--ozone-platform=x11 $1' $edge_desktop_paths
    printf '%s\n' 'Patched:' $edge_desktop_paths
end

An equivalent bash script might look like this:

#!/usr/bin/env bash

EDGE_DESKTOP_PATHS=$(find {~/.local,/usr}/share/applications/ -regex '.*[Ee]dge.*')
sudo sd '(Exec=[a-zA-Z/0-9_-]*) ' '$1 --ozone-platform=x11 ' $EDGE_DESKTOP_PATHS
sudo sd -- '--ozone-platform=x11 (.*)--ozone-platform=x11' '--ozone-platform=x11 $1' $EDGE_DESKTOP_PATHS
printf '%s\n' 'Patched:' $edge_desktop_paths

```

colinkeenan commented on 2026-04-17 09:55 (UTC) (edited on 2026-04-17 10:01 (UTC) by colinkeenan)

Got error downloading the bin: curl: (35) Recv failure: Connection reset by peer. The beta version will download though. I think they've removed the stable version for Linux.

% makepkg
==> Making package: microsoft-edge-stable-bin 147.0.3912.60-1 (Fri 17 Apr 2026 04:52:44 AM CDT)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading microsoft-edge-stable_147.0.3912.60-1_amd64.deb...
  % Total    % Received % Xferd  Average Speed  Time    Time    Time   Current
                                 Dload  Upload  Total   Spent   Left   Speed
  0      0   0      0   0      0      0      0                              0
curl: (35) Recv failure: Connection reset by peer
==> ERROR: Failure while downloading https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-stable/microsoft-edge-stable_147.0.3912.60-1_amd64.deb
    Aborting...

villuet commented on 2026-03-20 11:16 (UTC)

popup context menu for selecting text sometimes locking LMB

RaphaniacZX commented on 2026-03-19 23:46 (UTC)

When I try hiding copilot from the inteface it opens an empty settings page in Edge that contains the toggle to hide the copilot icon, in the Windows version this is not a problem, am I missing something here?

woolfy08 commented on 2026-03-13 07:26 (UTC) (edited on 2026-03-14 03:31 (UTC) by woolfy08)

I was running into an issue with setting the theme to dark and having it go back to the light theme after restarting the browser. (Supposedly it's a known bug / issue with Edge). I found out that the if you downgrade to Version 143.0.3650.139, the bug is gone. It's currently set to dark theme and, haven't had any problems with it resetting itself. I have it set to not upgrade any further than Version 143.0.3650.139. Hopefully they can sort it out and I can upgrade eventually. Hope this helps, if anyone runs into this problem.

dikadikkun commented on 2026-03-09 14:36 (UTC)

@numerior, thank you. Just update it to 145.0.3800.97-1 and the dark mode is already fixed.

Hopefully there's no this kind of error in the future...

Numerlor commented on 2026-03-08 19:51 (UTC)

dark mode persists normally now on 145.0.3800.97-1

dikadikkun commented on 2026-02-27 12:38 (UTC) (edited on 2026-02-27 20:34 (UTC) by dikadikkun)

New update and the dark mode bug still persist.

In the end, I downgraded it to version Version 143.0.3650.139. Gotta ignore this package update until there are fixes to this bug from microsoft.

Looks like this bug started from version 144.x

dikadikkun commented on 2026-02-25 00:24 (UTC)

@sir_anwrap - Yes, I'm experiencing this issue too. At first, I thought it was KDE bug, since there are bug like this too on version 6.6.0 but it's getting patched on 6.6.1. But now, since you said it, I think it's the edge problem. The problem exist with latest update, I guess, since the version before this is working fine.

Hopefully it will get fixed soon with incoming update, since it's kinda annoying to always manually set the color scheme.

a11599 commented on 2026-02-24 17:36 (UTC)

Yes, only GTK seems to stick (and looks pretty awful, but this setting at least respects the system dark mode). This started with either v145 or the the latest update, not sure. I reported it via Send feedback... Edge on Linux is a joke.