Search Criteria
Package Details: electron42-bin 42.4.0-2
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-06-09 10:06 (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) (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-hifpsAUR, qt6-base-headlessAUR) (optional) – enable Qt6 with --enable-features=AllowQt
- trash-cli (trash-cli-gitAUR) (optional) – file deletion support (trash-put)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR) (optional) – open URLs with desktop's default (xdg-email, xdg-open)
Required by (53)
- ai-browser-bin (requires electron42)
- ai-browser-git (requires electron42)
- animu-bin (requires electron42)
- atlassify-bin (requires electron42)
- atlassify-git (requires electron42)
- beyondallreason (requires electron42)
- beyondallreason-git (requires electron42)
- darkwrite-bin (requires electron42)
- echo-music-bin (requires electron42)
- electronmail (requires electron42)
- electronmail-bin (requires electron42)
- everytime (requires electron42)
- ffmpeg-ui (requires electron42)
- freetube-git (requires electron42)
- gerbil-bin (requires electron42)
- grx-bin (requires electron42)
- hihat (requires electron42)
- hihat-git (requires electron42)
- jasper-km-bin (requires electron42)
- jitsi-meet-desktop-git (requires electron42)
- Show 33 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.