https://github.com/willyjl/ios-mount
📱 Utility to mount iOS photos and apps on linux, built around ifuse
https://github.com/willyjl/ios-mount
in-portfolio ios ios-lib linux mount
Last synced: 18 days ago
JSON representation
📱 Utility to mount iOS photos and apps on linux, built around ifuse
- Host: GitHub
- URL: https://github.com/willyjl/ios-mount
- Owner: WillyJL
- License: gpl-3.0
- Created: 2021-12-01T00:14:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-05T03:53:29.000Z (28 days ago)
- Last Synced: 2025-05-09T05:29:24.976Z (24 days ago)
- Topics: in-portfolio, ios, ios-lib, linux, mount
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 18
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iOS-Mount
Utility script to mount iOS photos and app files on linux, built around ifuse### Features
- Both CLI and GUI, automatically determined by how you launch it
- Mount both common filesystem (which contains photos and other generic data) and individual app document folders
- Fully interactive and very easy to use### Install
#### Arch based
iOS-Mount is [available on the AUR](https://aur.archlinux.org/packages/ios-mount-git/)Install it with an AUR helper (eg. [paru](https://github.com/Morganamilo/paru) or [yay](https://github.com/Jguer/yay)) or manually (`makepkg -si`)
#### Manual install
Close this repo, cd into it and install with make:```bash
git clone https://github.com/WillyJL/iOS-Mount
cd iOS-Mount
sudo make install
```### Dependencies
- **bash**
- **ifuse**
- **zenity** (for GUI)