Skip to content

Releases: mologie/nxboot

NXBoot 0.3.2

31 Aug 13:48
Compare
Choose a tag to compare

This is a small bugfix update released shortly after 0.3.1:

  • Fix payload import via in-app file picker on iOS 9-10
  • Fix AppCenter feature toggles in settings
  • Auto-disable AppCenter on 31st of March 2025 when Microsoft retires the service

The attached nxboot binary is for macOS only (Intel + Apple Silicon universal). The macOS version is now signed and notarized. The attached IPA (.tipa) is for TrollStore users only.

Jailbroken phones can fetch and update NXBoot from my repo, as described on the project website: Get NXBoot

NXBoot 0.3.1

30 Aug 22:15
Compare
Choose a tag to compare

It's been a long time! This release modernizes NXBoot for recent rootless jailbreaks and TrollStore 2, resolving issues #6, #8, and #9. It also modernizes the UI, resolves cosmetic display issues on more recent iOS versions, and works on even older devices.

  • Add rootless jailbreak support
  • Add TrollStore support
  • Add iOS 9 support, now supports iOS 9 to 17
  • UI reworked with new payload editor
  • Dark mode on iOS 12+
  • Importing via share sheet is now much more intuitive
  • Remove coreboot/CBFS support, community has settled on Hekate 6 instead
  • Version 0.3.0 was a private beta release, and 0.3.1 contains bugfixes only

The attached nxboot binary is for macOS only (Intel + Apple Silicon universal). The attached IPA is for TrollStore users only. Jailbroken phones can fetch and update NXBoot from my repo, as described ob the project website: Get NXBoot

NXBoot 0.2.0

08 Nov 14:31
Compare
Choose a tag to compare

This is a command-line tool release for macOS and iOS.

The up-to-date app release v0.1.1 is available at https://mologie.github.io/nxboot/.

Changelog:

  • Add support for customizing boot behavior with Hekate payload storage. Examples:
    • nxboot --hekate ums sd hekate_ctcaer_5.3.4.bin makes your SD card contents available via USB
    • nxboot --hekate entry 1 hekate_ctcaer_5.3.4.bin starts the first entry in your hekate_ipl.ini file
    • nxboot --hekate id SWR-UBU hekate_ctcaer_5.3.4.bin starts Ubuntu/L4T
  • Add support for building with Xcode 12
  • Enable running on iOS 7.0 and later (previously 9.0 and later)

Known issues:

  • App release v0.1.1 only: There is a cosmetic issue with large page titles on iOS 13 when dark mode is enabled.
  • There are no known issues with the command line tool.

Released 2020-11-08. M1 binary added 2021-08-12.

NXBoot 0.1.1

08 Nov 14:16
Compare
Choose a tag to compare

Visit https://mologie.github.io/nxboot/ for the iOS App download.

Changelog:

  • Add command line tool 'nxboot' (macOS + iOS!)
  • Text changes

Released 2019-02-01.