Go to file
tumGER 75f8250a81 Merge branch 'master' of https://github.com/AtlasNX/web-cfw-loader 2019-02-10 23:19:47 +01:00
i18n Remove (broken) French translation 2019-02-10 22:37:01 +01:00
.gitignore Possibly fixed banner issues 2018-05-19 09:24:31 -05:00
CNAME Update CNAME 2019-02-10 15:33:44 -06:00
LICENSE Initial commit 2018-04-27 15:14:31 -07:00
README.md You forgot something ;) 2019-02-10 15:08:43 -06:00
background-image.jpg Localize background image 2018-07-10 15:05:46 +02:00
favicon.png Add files via upload 2018-05-17 16:37:40 -05:00
hekate_ctcaer_4.2.bin added payload for testing purposes 2018-10-21 13:33:14 -05:00
i18n.js merge 2018-07-23 21:43:02 +02:00
index.html Remove (broken) French translation 2019-02-10 22:37:01 +01:00
main.js Update main.js 2018-10-21 14:44:32 -05:00
payloads.js updated payloads 2019-01-05 13:31:18 -06:00
style.css Localize background image 2018-07-10 15:05:46 +02:00

README.md

web-cfw-loader

Fusee Launcher, in a browser!

Description

This is a port of fusee-launcher to JavaScript using WebUSB. This has been mildly tested and appears to work on Linux, Android (unrooted), OSX and ChromeOS. Today, this only works on Chrome because only Chrome implements WebUSB. It also does NOT work on Windows because the WebUSB Windows implementation does not allow sending the required USB packet.

Forked

This is also a fork of web-fusee-launcher, which I fixed up a bit, added hekate 5 and 4, and did some CSS stuff.

Try it out

Either use a web server to host the files (must be on https, because of the fact that WebUSB is new technology and therefore has a lot of security restrictions) or you can try it on github pages.

Credit

@ElijahZAwesome for creating, maintaing and tranferring the repo