Search Criteria
Package Details: electron42-bin 42.11.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/electron42-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | electron42-bin |
| Description: | Build cross platform desktop apps with web technologies — prebuilt |
| Upstream URL: | https://electronjs.org |
| Keywords: | electron nodejs |
| Licenses: | MIT, LicenseRef-custom |
| Conflicts: | electron42 |
| Provides: | electron42 |
| Submitter: | zxp19821005 |
| Maintainer: | zxp19821005 (yurikoles) |
| Last Packager: | zxp19821005 |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2026-03-16 01:10 (UTC) |
| Last Updated: | 2026-09-09 03:41 (UTC) |
Dependencies (9)
- alsa-lib
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- nss (nss-hgAUR)
- gtk4 (gtk4-paper-planeAUR, gtk4-develAUR, gtk4-gitAUR) (optional) – for --gtk-version=4 (GTK4 IME might work better on Wayland)
- kde-cli-tools (kde-cli-tools-gitAUR, sonic-terminal-toolsAUR) (optional) – file deletion support (kioclient5)
- pipewire (pipewire-gitAUR, pipewire-full-gitAUR, pipewire-ldacAUR, pipewire-selinuxAUR) (optional) – WebRTC desktop sharing under Wayland
- qt6-base (qt6-base-gitAUR, qt6-base-headlessAUR, qt6-base-hifpsAUR) (optional) – enable Qt6 with --enable-features=AllowQt
- trash-cli (trash-cli-gitAUR, rtrashAUR) (optional) – file deletion support (trash-put)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR, xdg-utils-gitAUR) (optional) – open URLs with desktop's default (xdg-email, xdg-open)
Required by (99)
- ai-browser-bin (requires electron42)
- ai-browser-git (requires electron42)
- animu-bin (requires electron42)
- anytype-electron-bin (requires electron42)
- beyondallreason (requires electron42)
- beyondallreason-git (requires electron42)
- brisqi-bin (requires electron42)
- bsky-electron-bin (requires electron42)
- chat-overlay-bin (requires electron42)
- cursor-bin (requires electron42)
- deezer (requires electron42)
- devin-desktop (requires electron42)
- devin-desktop-next (requires electron42)
- douyin-bin (requires electron42)
- electerm (requires electron42)
- electerm-git (requires electron42)
- electronmail (requires electron42)
- electronmail-bin (requires electron42)
- ente-desktop-bin (requires electron42)
- escrcpy (requires electron42)
- Show 79 more...
Latest Comments
mkurz commented on 2026-05-20 15:28 (UTC) (edited on 2026-05-20 15:29 (UTC) by mkurz)
Thanks!
Just one question: Why did you name the script
electron42.sh? It's universal and basically a copy of https://gitlab.archlinux.org/archlinux/packaging/packages/electron42/-/blob/main/electron-launcher.shThe
sedcommand is adjusting the contents of the file with the correct version. I would keep the nameelectron-launcher.sh- also because you do not have to adjust it for each major electronXX package.But up to you ;)
zxp19821005 commented on 2026-05-20 15:00 (UTC)
@mkurz Thanks for your feedback, added it. Other
electronXX-binpackages will be updated soon.mkurz commented on 2026-05-19 08:02 (UTC)
Would it be possible that all the AUR's
electronXX-binpackages would read~/.config/electron-flags.conf?See the arch wiki: https://wiki.archlinux.org/title/Electron#Configuration_files and also https://gitlab.archlinux.org/archlinux/packaging/packages/electron42/-/blob/main/electron-launcher.sh?ref_type=heads
This is default all
extra/electronpackages - would be great if these AUR packages would be a drop-in replacement, including reading the configs.