adalanche

adalanche 2024.1.11

Active Directory ACL Visualizer and Explorer

https://github.com/lkarlslund/adalanche
GNU Affero General Public License v3.0 only
main program: adalancheprograms: adalanche
Platforms (31)
armv7l-linuxpowerpc-linuxpowerpc64le-linuxarmv5tel-linuxriscv32-linuxpowerpc64-linuxx86_64-linuxarmv6l-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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