Homebrew tap for Tanka, a native macOS wrapper around https://g.tanka.ai.
brew install --cask yousiki/tanka/tankaThe cask is unsigned (ad-hoc signed, not notarized — we don't pay for an Apple Developer ID). After install, run:
xattr -dr com.apple.quarantine /Applications/Tanka.appThe cask prints this instruction in its caveats.
Casks/tanka.rb is published automatically by the main repo's
release workflow.
Every time a v* tag is pushed on yousiki/tanka:
- CI builds arm64 and x86_64 DMGs.
- A
tanka.rbis rendered with the real SHA256 of each DMG. - The workflow pushes that file to this repo as
Casks/tanka.rb.
Don't hand-edit Casks/tanka.rb — the next release will overwrite it.