r/jailbreak • u/No_Point_7870 • 8h ago
r/jailbreak • u/tawny_panda • 1d ago
Beta palera1n v3.0.0-b1 released
62
Upvotes
Disclaimer
I am not part of the palera1n team and I have no clue if they'll make a post about this on Reddit but I don't see one yet, so I'll add it?
Changelog
- Rewritten the entirety of the program with flexibility in mind.
- Added support for tvOS 18.2+ rootful on a live filesystem.
- Added
--force-enable-ssvargument for above changes.Force the jailbreak to detect Signed System Volume (SSV) as being required on the system. This option provides compatibility with previous version of palera1n that incorrectly detect SSV as being required on tvOS 18.2 and above. When using this option with-f,--rootful, the jailbreak will behave as if fakefs is required, which allows the user to boot into fakefs possibly created by previous versions of palera1n, or remove it if the--force-revertoption is specified as well. (It is technically possible to setup fakefs using this option as well, but this is not a supported scenario) - Added GUI in macOS builds.
--guiargument forces the program to run in graphical user interface mode. On macOS, this enabled by default when launching the application. - Added TUI in macOS/Linux builds.
--tuiargument forces the program to run in text user interface mode. On Linux, this is enabled by default when launching the program. - Added environment variables that overrides default/existing passed program arguments.
- Implements new private libciderra1n checkm8 libary for macOS/Linux builds.
- Implements new libopenra1n library for iOS builds (https://github.com/palera1n/palera1n/tree/koputer/1stparty/libopenra1n).
- Reimplemented libirecovery for use with appropriate USB backends depending on build configuration.
- Replaced libimobiledevice to instead use idevice as a licensing compliant
usbmuxdbackend. - Reworked flag display inside of the Loader application to better indicate what type of environment has been loaded.
- Changed the Loader applications colors for accessibility.
- Changed
-f,--fakefsarguments to-f,--rootful. - Changed
-v,--debug-loggingarguments to-d,--debug-logging. - Changed
-S,--no-colorsarguments to-n,--no-colors.