PFS archive tool with CLI and Android app.
## extract all pfs like xx.pfs xx.pfs.001 etc.
pfs extract *pfs*
## pack something into .pfs use `create` command
pfs create inputdir/- Android SDK (compileSdk 35)
- Android NDK r29+
- Go 1.26+
- Cross-compile Go shared library:
./build-android.sh- Build APK:
cd android && ./gradlew assembleDebugThe APK will be at android/app/build/outputs/apk/debug/app-debug.apk.
note: (not needed)If you are working in a non-Termux environment, please remove
android.aapt2FromMavenOverride=/data/data/com.termux/files/usr/opt/android-sdk/build-tools/35.0.0/aapt2.