Homebrew
Tap: izetmolla/homebrew-tap.
Install
brew install --cask izetmolla/tap/containerws
Or:
brew tap izetmolla/tap
brew install --cask containerws
Start the daemon
Brew only installs the binary. Create the cws link, host dirs, and background service:
sudo containerws setup
This mirrors the post-binary steps of install/install.sh. Details: Setup command.
Upgrade later:
brew upgrade --cask izetmolla/tap/containerws
sudo containerws setup # if needed after major layout changes
Caveats
After install, Homebrew prints caveats pointing at sudo containerws setup. If passwordless sudo is available, the cask post-install hook may run setup automatically.