This tool is a simple utility that clears the Xbox cache partitions, built using nxdk.
To download the built executable, check out Releases page.
If you'd rather build it from source yourself, follow these steps. Keep in mind that in order to build, you must have all of the prerequisites of nxdk installed, and have a build environment ready.
-
Clone the repository along with its submodules:
git clone --recurse-submodules https://github.com/MikeMatt16/xbox-clear-cache.git -
Navigate to the directory of the newly cloned repository.
cd xbox-clear-cache -
Run the nxdk activation script, and then build.
./deps/nxdk/bin/activate make -
The built executable should be found at
bin/default.xbe. Alternatively, an ISO containing the program namedclear-cache.isoshould be found in the root directory.