All Projects → LeonardLaszlo → Nw.js Armv7 Binaries

LeonardLaszlo / Nw.js Armv7 Binaries

NW.js ARMv7 binaries. Instructions for running and building the executable.

Programming Languages

shell
77523 projects

Labels

Projects that are alternatives of or similar to Nw.js Armv7 Binaries

Nwjs rpi
[NW.js port for Raspberry Pi] binary compiled for the ARMv6 used in Raspberry Pi (compatible with RPi 2 and RPi 3)
Stars: ✭ 91 (-1.09%)
Mutual labels:  armv7, nwjs
Nw Vue Cli Example
NW.js, Vue-CLI 4, Vue-DevTools
Stars: ✭ 63 (-31.52%)
Mutual labels:  nwjs
Opensmalltalk Vm
Cross-platform virtual machine for Squeak, Pharo, Cuis, and Newspeak.
Stars: ✭ 345 (+275%)
Mutual labels:  armv7
Element Web
element.io docker image generator
Stars: ✭ 21 (-77.17%)
Mutual labels:  armv7
Nwjs Ffmpeg Prebuilt
FFmpeg prebuilt binaries for NW.js / Chromium
Stars: ✭ 465 (+405.43%)
Mutual labels:  nwjs
Reverse Engineering
This repository contains some of the executables that I've cracked.
Stars: ✭ 29 (-68.48%)
Mutual labels:  armv7
Qilin App
Fully hackable text editor developed for exact sciences with built-in KaTeX and AsciiMath support. Extensible via plugins and themes. Exportable as HTML, PDF and GFM.
Stars: ✭ 336 (+265.22%)
Mutual labels:  nwjs
Docker Jdownloader
JDownloader 2 Docker Image (Multiarch) - Passed 40M Downloads
Stars: ✭ 85 (-7.61%)
Mutual labels:  armv7
Tiddlydesktop
A custom desktop browser for TiddlyWiki 5 and TiddlyWiki Classic, based on nw.js
Stars: ✭ 1,075 (+1068.48%)
Mutual labels:  nwjs
Rappel
A linux-based assembly REPL for x86, amd64, armv7, and armv8
Stars: ✭ 818 (+789.13%)
Mutual labels:  armv7
Electron Log
Just a simple logging module for your Electron application
Stars: ✭ 765 (+731.52%)
Mutual labels:  nwjs
Ffmpeg Android
FFMpeg/FFprobe compiled for Android
Stars: ✭ 592 (+543.48%)
Mutual labels:  armv7
Nwjs Edge Example1
An example using Edge in NW.js directly from the DOM
Stars: ✭ 38 (-58.7%)
Mutual labels:  nwjs
Archstrike
An Arch Linux repository for security professionals and enthusiasts. Done the Arch Way and optimized for i686, x86_64, ARMv6, ARMv7 and ARMv8.
Stars: ✭ 401 (+335.87%)
Mutual labels:  armv7
Unisimd Assembler
SIMD macro assembler unified for ARM, MIPS, PPC and x86
Stars: ✭ 63 (-31.52%)
Mutual labels:  armv7
Cloudflare Ddns
🎉🌩️ Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP!
Stars: ✭ 332 (+260.87%)
Mutual labels:  armv7
Duckietv
A web application built with AngularJS to track your favorite tv-shows with semi-automagic torrent integration
Stars: ✭ 942 (+923.91%)
Mutual labels:  nwjs
Iohook
Node.js global keyboard and mouse listener.
Stars: ✭ 714 (+676.09%)
Mutual labels:  nwjs
Greenworks
a node.js plugin to integrate nw.js/electron games with steamworks
Stars: ✭ 1,186 (+1189.13%)
Mutual labels:  nwjs
Rsyocto
🤖 SoCFPGA: Open Source embedded Linux developed for Intel (ALTERA) SoC-FPGAs (Cyclone V & Arria 10)
Stars: ✭ 41 (-55.43%)
Mutual labels:  armv7

NW.js ARMv7 binaries

Hey, thanks for reading me. TLDR; The NW.js ARMv7 binaries are located under the Releases tab.

Contributing

If you would like to support this project, the biggest contribution at the moment would be a self-hosted Github runner or a docker host on which the build will be executed. A virtual machine or access to a cloud ubuntu x64 instance would be nice as well. The building process is resource intensive, at least 10 GB of RAM, 4GB of swap, 110 GB of disk, are needed, and of course, as many CPUs as possible.

Another way to support this project is to join as a maintainer, and fix the building script when it fails.

Instructions for running your NW.js application on Linux ARMv7

After downloading the archive and unpacking it, the NW.js binary can be executed on Linux ARMv7 devices with the following command:

./nw --use-gl=egl --ignore-gpu-blacklist --disable-accelerated-2d-canvas --num-raster-threads=2

Thanks @gripped, @jtg-gg and @llamasoft for their endless patience and continuous help!

Docker

Thanks to Docker containerization, building NW.js for ARMv7 is now as easy as it gets. However the building process is resource intensive, so I suggest at least 10 GB of RAM, 4GB of swap, 110 GB of disk, and ofc, as many CPUs as possible.

./automatic-build.sh

Further reading

The documentation of older builds is available under the .archive directory. Some older versions require extra tweaks in order to build successfully.

Official building NW.js guide. Chrome branding (enable proprietary codecs).

https://gist.github.com/llamasoft/33af03b73945a84d7624460d67b922ab

https://github.com/nwjs/nw.js/issues/1151

https://github.com/nwjs/nw.js/issues/7378

Cross compilation tutorial for v0.12.x

Cross compilation tutorial for v0.14.x

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].