erofs-utils

Utilities for creating and managing Enhanced Read-Only File Systems

brewmacoslinux
Try with needOr install directly
Source

About

Utilities for Enhanced Read-Only File System

Commands

mkfs.erofsfsck.erofs

Examples

Create an EROFS filesystem image from a directory$ mkfs.erofs output.img /path/to/directory
Create a compressed EROFS image with gzip compression$ mkfs.erofs -z gzip output.img /path/to/directory
Verify integrity of an EROFS filesystem image$ fsck.erofs output.img