Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

az5app Homebrew Tap

This repository contains Homebrew formulae for installing various command-line tools developed by az5app, including OCR tools, VS Code extensions, and AI data management utilities.

Installation

Add the Tap

brew tap az5app/tap

Install Packages

Swift OCR CLI

An OCR (Optical Character Recognition) command-line tool built with Swift:

brew install swift-ocr

VS Active Claude

A Go CLI tool for VS Code Copilot extension modifications:

brew install vs-active-claude

AIHub Shell

AIHub Korea API command-line interface for downloading AI datasets:

brew install aihubshell

For AIHub Shell, you'll need to set your API key:

export AIHUB_APIKEY="your-api-key-here"

Verify Binary Integrity

For instructions on how to verify the integrity of the downloaded binaries by checking their SHA-256 checksums, see: Verify Checksum Guide

Update the Tap

To update the tap repository to get the latest formulae:

cd "$(brew --repo az5app/tap)"
git pull --rebase
cd -

Or if you want the latest development version (available for swift-ocr and vs-active-claude):

brew install --HEAD <formula-name>

Supported Packages

Package Description Version Platforms License
swift-ocr OCR CLI tool built with Swift 1.0.0 Intel & Apple Silicon Apache-2.0
vs-active-claude VS Code Copilot extension modifier 1.0.0 macOS (Intel & Apple Silicon), Linux (Intel & ARM) Apache-2.0
aihubshell AIHub Korea API CLI for AI datasets 0.5 All platforms (requires bash & curl) MIT

License

This Homebrew tap is licensed under the Apache License 2.0. See the LICENSE file for details.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Troubleshooting

SHA256 Mismatch

If you encounter a SHA256 mismatch error for any formula:

Error: <formula-name>: SHA256 mismatch
Expected: <expected-hash>
Actual: <actual-hash>

This typically happens when the binary has been updated without changing the version number. To resolve this issue:

  1. Untap the repository:
brew untap az5app/tap
  1. Clear Homebrew's download cache:
brew cleanup
  1. Re-tap the repository:
brew tap az5app/tap
  1. Install the formula again:
brew install <formula-name>

If the issue persists, please check if there's a newer version of the formula or report the issue to the repository maintainers.

About

Homebrew formulae that allows installation of az5-dev tools

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages