actool

actool 2.2.4

Apple's actool reimplementation

https://github.com/viraptor/actool
MIT License
main program: actoolprograms: actool
Platforms (38)
i686-freebsdarmv6l-linuxpowerpc64le-linuxmips64-linuxarmv6l-netbsdmipsel-netbsds390x-linuxm68k-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  actool
];
Ad-hoc shell
nix-shell -p actool
Flake (nix run)
nix run nixpkgs#actool