While it's easy to install and run zim on Linux and Windows, it's quite a hassle on macOS.
So I created a Docker image, that hopefully makes things easier for macOS.
This provides zim 0.73 on Ubuntu groovy.
brew install socat
brew cask install xquartz
open -a XQuartz (ignore the xterm that opens or close it)
socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\" &
docker run -e DISPLAY=<your_IPv4_address>:0 -v ~/Documents/Notebooks/book:/home/developer/Notebooks/book --name zim purejava/docker-zim
Content type
Image
Digest
Size
129.1 MB
Last updated
about 6 years ago
docker pull purejava/docker-zim