Skip to content

kem-a/appimageinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

AppImage Info

A simple Bash script to analyze AppImage files and extract filesystem information.

Usage

To use this script, you need to provide an AppImage file as an argument. AppImage file must be executable.

./appimageinfo <appimage-file>

Output Example

➜ appimageinfo appimagetool-x86_64.AppImage  
Analyzing AppImage: appimagetool-x86_64.AppImage
SquashFS offset: 692512
----------------------------------------
Found a valid SQUASHFS 4:0 superblock on appimagetool-x86_64.AppImage.
Creation or last append time Thu Jan  1 03:00:00 1970
Filesystem size 11938687 bytes (11658.87 Kbytes / 11.39 Mbytes)
Compression zstd
Block size 131072
Filesystem is exportable via NFS
Inodes are compressed
Data is compressed
Uids/Gids (Id table) are compressed
Fragments are compressed
Tailends are not packed into fragments
Xattrs are compressed
Duplicates are removed
Number of fragments 1
Number of inodes 19
Number of ids 1
Number of xattr ids 0

Dependencies

  • unsquashfs (squashfs-tools)

Licence

This project is licensed under the MIT License. See the LICENSE file for details.

About

Displays information about AppImage

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages