Tax Court Opinion Search

Tax Court Opinion Search

International Tax Blog
International Tax BlogMay 27, 2026

Key Takeaways

  • Open-source Tax Court search tool released on GitHub and PyPI
  • Installs via uv, pip, or PowerShell in under a minute
  • Downloads 180 MB of opinion data stored as Parquet on Hugging Face
  • Returns full context, metadata, and holding summaries for each case
  • Enables tax attorneys and researchers to query decades of rulings

Pulse Analysis

The tax community now has a free, open‑source search engine for United States Tax Court opinions. Developed by attorney‑author Andrew Mitchel, the tool indexes every opinion he previously converted to plain text and exposes them through a simple graphical interface. Users can type any keyword—such as “Arrowsmith”—and instantly receive hits with surrounding context, docket details, judge, and a brief holding summary. By packaging the code on GitHub and publishing it to PyPI, the project lowers the barrier for both practitioners and scholars who need rapid case‑law access.

Installation is streamlined for Windows, macOS, and Linux. On Windows, a single PowerShell command pulls the ‘uv’ installer from Astral, a company now owned by OpenAI, after which the tool is installed with ‘uv tool install tax_court_opinion_search’. macOS users run a curl script, while Python‑savvy users can simply ‘pip install tax‑court‑opinion‑search’. The dataset, roughly 180 MB, is stored as a Parquet file on Hugging Face and can be loaded directly into pandas for custom analysis, making it ideal for data‑driven tax research.

The availability of a searchable, machine‑readable tax opinion archive democratizes legal research that previously required manual PDF browsing or costly subscription services. Practitioners can cut research time dramatically, while academics gain a ready‑made corpus for empirical studies or training large language models on tax jurisprudence. As more developers build on the open API, we can expect integrations with AI assistants, automated brief drafting, and enhanced compliance tools, positioning the Tax Court Opinion Search app as a catalyst for innovation in tax law technology.

Tax Court Opinion Search

Comments

Want to join the conversation?