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
- Project Repository: hikanner/jta
- Documentation: README
- Issue Tracker: Issues
- Releases: Releases
About this Tap
This tap is automatically maintained by GoReleaser. When a new version of Jta is released, the formula is automatically updated.