AppFS
AppFS is a universal packaging format that is presented to the system as a filesystem (via FUSE).
How to download and setup AppFS
Open terminal and run command
git clone https://github.com/rkeene/AppFS.git
git clone is used to create a copy or clone of AppFS repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with AppFS https://github.com/rkeene/AppFS/archive/master.zip
Or simply clone AppFS with SSH
[email protected]:rkeene/AppFS.git