Homebrew Tap for Jta

October 28, 2025 ยท View on GitHub

Official Homebrew tap for Jta - AI-powered Agentic JSON Translation tool.

Installation

brew tap hikanner/jta
brew install jta

What is Jta?

Jta is an AI-powered JSON translation tool that follows Andrew Ng's agentic reflection approach. It supports multiple AI providers (OpenAI, Anthropic, Gemini) and includes features like:

  • ๐Ÿค– Agentic reflection mechanism for high-quality translations
  • ๐Ÿ“š Terminology management system
  • ๐Ÿ”„ Incremental translation support
  • ๐ŸŒ RTL language support (Arabic, Hebrew, Persian, Urdu)
  • ๐ŸŽฏ Key filtering with wildcard patterns
  • ๐Ÿ›ก๏ธ Format protection (HTML, Markdown, URLs, placeholders)

Usage

After installation, you can use the jta command:

# Check version
jta --version

# Translate a JSON file
jta translate -s en -t es input.json -o output.json

# Use with terminology
jta translate -s en -t zh input.json --terminology .jta/

# See all options
jta --help

Updating

brew update
brew upgrade jta

More Information

About this Tap

This tap is automatically maintained by GoReleaser. When a new version of Jta is released, the formula is automatically updated.