actool

actool 2.2.4

Apple's actool reimplementation

https://github.com/viraptor/actool
MIT License
main program: actoolprograms: actool
Platforms (38)
i686-linuxx86_64-netbsdx86_64-redoxriscv64-linuxx86_64-solarisloongarch64-linuxx86_64-openbsdmips-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