MacOS – the iBooks stored in macOS

booksmacos

I am looking here for my iBooks in macOS:

/Users/'USERNAME'/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks

But the folder is empty. When I open iBooks (the App) in Sierra, then all my books are there.

So what is happening here? Is Apple just hiding my books now? Where can I display/find them?

Best Answer

If you’ve enabled iCloud, they’re stored in Mobile Documents folder.

Here’s the full path to books you've added:

~/Library/Mobile Documents/iCloud~com~apple~iBooks/Documents/

Here's the full path to books purchased through the iBooks store:

~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks

The path is only accessible via Terminal. Going through Finder will only redirect you to the iCloud folder. So open up Terminal:

For books you've added type in:

open ~/Library/Mobile\ Documents/iCloud\~com\~apple\~iBooks/Documents

For books you've bought on the iBooks store type in:

open ~/Library/Containers/com.apple.BKAgentService/Data/Documents/iBooks

This will open a Finder window with your iBooks in it.