Skip to content

colejohnson66/iFirmware

Repository files navigation

iFirmware Website (ifirmware)

The iFirmware website is designed to facilitate a one-stop shop for information regarding the firmwares used in iPhone OS, iOS, iPadOS, and tvOS.

Running a Copy

In order to run a copy of the website, you must first have Node.js installed. Then install yarn if you don't have it:

> npm i -g yarn

Then you can run the following:

> git clone https://github.com/colejohnson66/iFirmware
> cd iFirmware
> yarn install
> yarn dev

After launching the server, a message will appear in the console telling you the server is "live":

ready - started server on http://localhost:3000

Enter that URL into your favorite browser to begin browsing.

Roadmap

Ultimately, this website is designed to be a place for all my knowledge regarding Apple's iDevice platform.

License

The iFirmware website is licensed under GNU Affero General Public License 3.0 or later.