Skip to content

Releases: khcrysalis/PlumeImpactor

v1.4.1

10 Jan 07:53

Choose a tag to compare

Important

On Linux, usbmuxd must be installed on your system. Don't worry though, it comes with most popular distributions by default already! However, due to some distributions udev rules usbmuxd may stop running after no devices are connected causing Impactor to not detect the device after plugging it in. You can mitigate this by plugging your phone first then restarting the app.

On Windows, iTunes must be downloaded so Impactor is able to use the drivers for interacting with Apple devices.

Note

Pairing file installation is only available for devices plugged in via USB.

Tip

chmod +x /path/to/AppImage after downloading may be required for Linux.

This project is still very new! Expect bugs to occur :)

Changes

      dev khcrysalis PlumeImpactor

  • Introduces new icon made by @paigely! Thank you o(〃^▽^〃)o
  • Fixes issues involving the signer not signing .dylib files, by properly handling header magic.
  • Fixes ALTCertificate.p12 placement for LiveContainer+SideStore.
  • Fixes pairing file not being placed properly in applications.

Known Issues

  • AppleTV support is bare, doesn't support wireless pairing.
  • Users may rarely have trouble logging in via SMS 2FA (#26).
  • Doesn't support iOS 8.
  • On Windows, since its not a unix-like operating system some apps may have trouble extracting due to having invalid characters in their file/folder names (i.e. ":").
  • unc0ver's DRM gets triggered.

Future Plans

  • Support flatpak.
  • AppleTV wireless pairing support.
  • Automatic app-refresh via background process.

Files

  • Impactor-macos-universal.dmg: Impactor GUI for macOS.
  • Impactor-windows-x86_64-${type}.exe: Impactor GUI for Windows.
  • Impactor-linux-${arch}.AppImage: Impactor GUI for Linux on CPU architecture ${arch}
  • plumesign-macos-universal: Impactor CLI for macOS.
  • plumesign-windows-x86_64.exe: Impactor CLI for Windows.
  • plumesign-linux-${arch}: Impactor CLI for Linux on CPU architecture ${arch}

v1.4.0

30 Dec 01:19

Choose a tag to compare

Important

On Linux, usbmuxd must be installed on your system. Don't worry though, it comes with most popular distributions by default already! However, due to some distributions udev rules usbmuxd may stop running after no devices are connected causing Impactor to not detect the device after plugging it in. You can mitigate this by plugging your phone first then restarting the app.

On Windows, iTunes must be downloaded so Impactor is able to use the drivers for interacting with Apple devices.

Note

Pairing file installation is only available for devices plugged in via USB.

Tip

chmod +x /path/to/AppImage after downloading may be required for Linux.

This project is still very new! Expect bugs to occur :)

Changes

  • Adds support for macOS Catalina, Big Sur, and potentially lower.
  • Adds portable exe for Windows in releases.
  • Adds support for manually triggering device trust dialog.
  • Fixes some apps not being installed properly on Apple Silicon Macs.
  • Fixes signing issues on Windows by doing additional checks.
  • Blacklists some capabilities from being registered, due to the fact that they would mainly need server-side setup.

Files

  • Impactor-macos-universal.dmg: Impactor GUI for macOS.
  • Impactor-windows-x86_64-${type}.exe: Impactor GUI for Windows.
  • Impactor-linux-${arch}.AppImage: Impactor GUI for Linux on CPU architecture ${arch}
  • plumesign-macos-universal: Impactor CLI for macOS.
  • plumesign-windows-x86_64.exe: Impactor CLI for Windows.
  • plumesign-linux-${arch}: Impactor CLI for Linux on CPU architecture ${arch}

v1.3.0

21 Dec 22:45

Choose a tag to compare

Important

On Linux, usbmuxd must be installed on your system. Don't worry though, it comes with most popular distributions by default already! However, due to some distributions udev rules usbmuxd may stop running after no devices are connected causing Impactor to not detect the device after plugging it in. You can mitigate this by plugging your phone first then restarting the app.

On Windows, iTunes must be downloaded so Impactor is able to use the drivers for interacting with Apple devices.

Note

Pairing file installation is only available for devices plugged in via USB.

Tip

chmod +x /path/to/AppImage after downloading may be required for Linux.

This project is still very new! Expect bugs to occur :)

Changes

  • Adds support for dark mode on Windows.
  • Adds progress bar instead of a spinner when installing apps.
  • Adds support for multiple accounts, saving apple-id sessions without needing to constantly log-in every launch.
  • Adds automatic device registering/installing when signing with plumesign CLI.
  • Fixes unhelpful error messages.
  • Fixes issues with names not getting properly stripped when registering app ids.
  • Updates idevice to support better error messages & faster ipa upload speeds.

Files

  • Impactor-macos-universal.dmg: Impactor GUI for macOS.
  • Impactor-windows-x86_64-setup.exe: Impactor GUI for Windows.
  • Impactor-linux-${arch}.AppImage: Impactor GUI for Linux on CPU architecture ${arch}
  • plumesign-macos-universal: Impactor CLI for macOS.
  • plumesign-windows-x86_64.exe: Impactor CLI for Windows.
  • plumesign-linux-${arch}: Impactor CLI for Linux on CPU architecture ${arch}

v1.2.0

13 Dec 21:45

Choose a tag to compare

Important

On Linux, usbmuxd must be installed on your system. Don't worry though, it comes with most popular distributions by default already! However, due to some distributions udev rules usbmuxd may stop running after no devices are connected causing Impactor to not detect the device after plugging it in. You can mitigate this by plugging your phone first then restarting the app.

On Windows, iTunes must be downloaded so Impactor is able to use the drivers for interacting with Apple devices.

Note

Pairing file installation is only available for devices plugged in via USB.

Tip

chmod +x /path/to/AppImage after downloading may be required for Linux.

This project is still very new! Expect bugs to occur :)

Changes

  • Now supports Liquid Glass.
  • Now includes CLI builds in releases.
  • Added tweak injection using ElleKit.
    • Supporting embedding .deb, .dylib, .framework, and .bundle
  • Added an option to force Liquid Glass on apps.
  • Added Adhoc signing configuration for users who use AppSync Unified.
  • Added "Normal Install" which allows users to install encrypted apps (i.e. .ipa's gathered fromipatool)
    • Impactor automatically removes the receipt from the app which disables App Store updates.
  • Added option to export modified apps.
  • Fixed some apps not having proper exec permissions, thus end up not launching when sideloaded on macOS.
  • Fixed issue where certain disallowed entitlements were requested free accounts.

Full Changelog: v1.1.1...v1.2.0

Files

  • Impactor-macos-universal.dmg: Impactor GUI for macOS.
  • Impactor-windows-x86_64-setup.exe: Impactor GUI for Windows.
  • Impactor-linux-${arch}.AppImage: Impactor GUI for Linux on CPU architecture ${arch}
  • plumesign-macos-${arch}: Impactor CLI for macOS on CPU architecture ${arch}
  • plumesign-windows-x86_64.exe: Impactor CLI for Windows.
  • plumesign-linux-${arch}: Impactor CLI for Linux on CPU architecture ${arch}

v1.1.1

01 Dec 22:03

Choose a tag to compare

Important

On Linux, usbmuxd must be installed on your system. Don't worry though, it comes with most popular distributions by default already! However, due to some distributions udev rules usbmuxd may stop running after no devices are connected causing Impactor to not detect the device after plugging it in. You can mitigate this by plugging your phone first then restarting the app.

On Windows, iTunes must be downloaded so Impactor is able to use the drivers for interacting with Apple devices.

Note

Pairing file installation is only available for devices plugged in via USB.

Tip

chmod +x /path/to/AppImage after downloading may be required for Linux.

Changes

  • Fixes improper signing handling for certain cases involving .dylibs
    • This most importantly fixes TrollInstallerX & ChimeraPatch - Jailbreaks.app from not being able to be installed.
    • This also removes some disallowed app-groups from provisioning profiles, most importantly com.apple.token.
  • Now enables wifi-debugging on devices upon pairing-file placement.
  • Fixes pairing-file installation handling on LiveContainer+SideStore by creating parent directories first before placing by @se2crid in #25
  • Fixes some scaling issues on Windows by disabling HiDPI awareness in manifest.

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Nov 06:14

Choose a tag to compare

Important

On Linux, usbmuxd must be installed on your system. Don't worry though, it comes with most popular distributions by default already! However, due to some distributions udev rules usbmuxd may stop running after no devices are connected causing Impactor to not detect the device after plugging it in. You can mitigate this by plugging your phone first then restarting the app.

On Windows, iTunes must be downloaded so Impactor is able to use the drivers for interacting with Apple devices.

Note

Pairing file installation is only available for devices plugged in via USB.

Tip

chmod +x /path/to/AppImage after downloading may be required for Linux.

Changes

  • Overall UI improvements, now when pressing "Back" when finishing sideloading, it takes you to the main page.
  • Fixes Windows not saving credentials properly causing automatic login to not function.
  • Fixes 2FA via SMS headers not being valid, causing the code to not be sent.
  • Fixes macOS logins.
  • Fixes Linux AppImage's from not including necessary libraries for the GUI to function.
  • Adds Linux arm64 support.

Full Changelog: v1.0.0...v1.1.0

v1.0.0

24 Nov 22:21

Choose a tag to compare

Important

On macOS, it's highly important you login to the Internet Accounts pane in macOS's settings before logging into Impactor, that way we're able to login seemlessly using Apple private services.

On Linux, usbmuxd must be installed on your system. Don't worry though, it comes with most popular distributions by default already! However, due to some distributions udev rules usbmuxd may stop running after no devices are connected causing Impactor to not detect the device after plugging it in. You can mitigate this by plugging your phone first then restarting the app.

On Windows, iTunes must be downloaded so Impactor is able to use the drivers for interacting with Apple devices.

Note

Pairing file installation is only available for devices plugged in via USB.

Tip

chmod +x /path/to/AppImage after downloading may be required for Linux.