Skip to content

Instantly share code, notes, and snippets.

@heri16
Last active August 1, 2025 21:43
Show Gist options
  • Save heri16/b4b6023e351e5a807d923724240c4479 to your computer and use it in GitHub Desktop.
Save heri16/b4b6023e351e5a807d923724240c4479 to your computer and use it in GitHub Desktop.
#!/bin/zsh
# Install dangerzone
brew install --cask dangerzone
/Applications/Dangerzone.app/Contents/MacOS/dangerzone-cli --set-container-runtime podman
podman machine init -v "${HOME}/Library/Caches:${HOME}/Library/Caches"
podman machine start
echo '<?xml version="1.0"?><svg xmlns="http://www.w3.org/2000/svg" width="1" height="1"/>' > empty.svg
/Applications/Dangerzone.app/Contents/MacOS/dangerzone-cli --debug empty.svg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment