adbfs-rootless

adbfs-rootless 0-unstable-2023-03-21

Mount Android phones on Linux with adb, no root required

https://github.com/spion/adbfs-rootless
BSD 3-clause "New" or "Revised" License
main program: adbfsprograms: adbfs
Platforms (46)
microblazeel-linuxarmv5tel-linuxarmv6l-netbsdriscv64-netbsdi686-linuxs390x-linuxs390-linuxm68k-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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