Open Source · MIT License

Tax prep,
powered by AI

Open Tax is a free, open-source tax preparation plugin for Claude Code. Parse your documents, compute your taxes, and export to TurboTax or FreeTaxUSA.

$ claude
> /open-tax
 
Welcome to Open Tax! Let's prepare your 2025 federal return.
Drop your W-2s, 1099s, and crypto CSVs into workspace/raw/
and I'll take it from there.

Three steps to your tax return

Drop your documents in, let Open Tax do the heavy lifting, then export to your favorite filing platform.

📄
Step 1

Ingest Documents

Drop your W-2s, 1099-INT, 1099-DIV, 1099-B, crypto CSVs, and other tax documents into the workspace.

🧮
Step 2

Compute Taxes

Open Tax calculates your income, deductions, credits, and tax liability using current federal tax tables.

📤
Step 3

Export & File

Generate output ready for TurboTax, FreeTaxUSA, or manual entry. Review and file with confidence.

Everything you need to prepare your taxes

Built for real-world tax scenarios, from simple W-2 filings to complex crypto portfolios.

📑

Document Parsing

Automatically parse W-2s, 1099-INT, 1099-DIV, 1099-B, 1099-NEC, 1099-MISC, and more into structured data.

💰

Federal Tax Computation

Accurate calculation of income, standard/itemized deductions, tax brackets, credits, and total liability.

Crypto Support

FIFO cost basis calculation for cryptocurrency transactions. Import from major exchanges via CSV.

🚪

Backdoor Roth Detection

Identifies and correctly handles backdoor Roth IRA conversions, including pro-rata rule calculations.

🔍

Deduction Finder

Suggests commonly missed deductions based on your financial profile. Standard vs. itemized comparison.

Sanity Checks & Review

Cross-references your return against common errors, missing forms, and IRS red flags before you file.

🔄

Excess SS Tax Recovery

Detects excess Social Security tax withholding from multiple employers and claims refunds automatically.

🧠

Self-Improving

Learns from corrections and edge cases across sessions. Gets smarter with every tax return it helps prepare.

Install in seconds

Three ways to get Open Tax up and running.

⚡ Claude Code Plugin

The fastest way. Install directly as a Claude Code plugin.

# Install the plugin
claude plugin add open-tax

📦 Clone from GitHub

Clone the repo and use it as a local project.

git clone https://github.com/
tugberkgoc/open-tax.git
cd open-tax

🤖 Any AI Tool

Works with any AI assistant that can read project files.

# Point your AI tool at the
# open-tax directory and run
/open-tax

Modular skill architecture

Open Tax is built from composable skills, each handling a specific part of the tax preparation pipeline.

tax-wizard

The main orchestrator. Guides you through the entire tax preparation process step by step.

data-ingest

Parses raw tax documents into a canonical JSON schema for downstream processing.

calculator

Computes income, deductions, credits, and tax liability using current federal tax tables.

crypto

Handles cryptocurrency gain/loss calculations with FIFO cost basis tracking.

output

Generates formatted output for TurboTax and FreeTaxUSA import or manual entry.

reviewer

Runs sanity checks, cross-references forms, and flags potential issues before filing.

Your data never leaves your machine

Open Tax processes everything locally. No servers, no uploads, no tracking.

  • 100% local processing
    All tax calculations run on your machine. Nothing is sent anywhere.
  • Zero external dependencies
    Pure Python stdlib. No pip packages, no node modules, no hidden network calls.
  • Git-ignored by default
    Your workspace/ directory with tax documents is excluded from version control.
  • Open source & auditable
    Every line of code is on GitHub. Verify for yourself that nothing leaves your machine.
🛡️

Your tax data stays with you

No cloud. No API calls. No telemetry. Just you and your tax return, on your own hardware.

Roadmap

Open Tax is growing. Here's where we're headed.

Next Multi-state tax support
Next Year-round tax planning
Planned Life event guidance
Planned Business tax support
Future Full consultancy mode
Future Tax document OCR

Start preparing your taxes for free

Open source, zero cost, and entirely under your control.