actool

actool 2.2.4

Apple's actool reimplementation

https://github.com/viraptor/actool
MIT License
main program: actoolprograms: actool
Platforms (38)
i686-freebsdmips64-linuxs390x-linuxx86_64-solarismipsel-netbsdarmv7a-linuxaarch64-darwinx86_64-openbsd
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