Search Criteria
Package Details: nwjs-bin 0.111.2-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/nwjs-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | nwjs-bin |
| Description: | Runtime based on Chromium and node.js |
| Upstream URL: | https://nwjs.io |
| Keywords: | node-webkit nw.js |
| Licenses: | MIT |
| Provides: | node-webkit, nwjs |
| Submitter: | yan12125 |
| Maintainer: | lufog |
| Last Packager: | lufog |
| Votes: | 54 |
| Popularity: | 0.005712 |
| First Submitted: | 2015-08-14 09:25 (UTC) |
| Last Updated: | 2026-05-12 04:28 (UTC) |
Dependencies (6)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classic-xfceAUR)
- libxss
- nss (nss-hgAUR)
- nodejs (nodejs-gitAUR, python-nodejs-wheelAUR, nodejs-lts-hydrogenAUR, nodejs-lts-iron, nodejs-lts-jod, nodejs-lts-krypton) (optional) – npm package support
- nw-gypAUR (optional) – native add-on build tool for node-webkit
- nwjs-ffmpeg-codecs (chromium-ffmpeg-gitAUR, chromium-ffmpegAUR) (optional) – playback of proprietary video/audio
Required by (8)
- castledb-git (requires nwjs)
- cchv2
- emuflight-configurator
- hide-git (requires nwjs)
- kiss-gui
- lampa
- nw-gyp (optional)
- nwjs-sdk-bin
Latest Comments
1 2 3 4 5 Next › Last »
lufog commented on 2025-11-17 09:36 (UTC) (edited on 2025-11-17 09:42 (UTC) by lufog)
PKGBUILDfor those who want to stick with an older version, or install multiple versions side by side.oech3 commented on 2025-08-30 18:01 (UTC)
I was hoping to specified it as optdeps directly, but I applied it at a moment.
lufog commented on 2025-08-30 17:52 (UTC)
I think it would be more correct to add
nwjs-ffmpeg-codecstoprovides, and removenwjsfromoptdepends.oech3 commented on 2025-08-30 15:29 (UTC)
nwjs-ffmpeg-codecsis no longer existing and renamed tochromium-ffmpegfor all Chromiums.lufog commented on 2025-08-18 08:42 (UTC)
Ok, I'll remove it with the next version.
oech3 commented on 2025-08-18 08:07 (UTC)
I added hooks to
chromium-ffmpeg{,-bin}pkgs to replace it. So this pkg can remove ffmpeg from source.lufog commented on 2025-08-15 23:32 (UTC) (edited on 2025-08-16 00:10 (UTC) by lufog)
@oech3, I can do that, but it won't work. Without removing
libffmpeg.sofromnwjs/lib/, it will be loaded as a higher priority one.Of course, I can put the original file inBad idea, don't want to make wrappers for all binaries that requirenwjs/lib_fb(to load it as a fallback). And the third-party one can be installed as a separate package innwjs/lib/. It will work, but it doesn't look very good...libffmpeg.so.oech3 commented on 2025-08-15 13:20 (UTC) (edited on 2025-08-15 13:21 (UTC) by oech3)
Would you put
#!/usr/bin/bash; LD_LIBRARY_PATH=/opt/nwjs exec /opt/nwjs/nw "$@"at/usr/bin/nwwhich avoids to override.soat here?lufog commented on 2025-08-15 04:15 (UTC) (edited on 2025-08-15 04:31 (UTC) by lufog)
Added
.desktopfile withMimeType=inode/directoryin version0.102.1. Now, you can run NW.js applications (eg win versions of RPG Maker MV games) by opening the folder (containingpackage.json) via 'Open With...' menu.oech3 commented on 2025-07-21 00:18 (UTC)
Thankyou. I might try to improve external codec pkg after orphaned.
And this may needed to take same packaging layout with
electronNMfor RMMV as file API of nw is not stable.Or use
chromium -allow-file-access-from-files -window-size="816,624" -autoplay-policy=no-user-gesture-required -proxy-server=dummy -user-data-dir=savedata -app=file://pathto/index.html.1 2 3 4 5 Next › Last »