Frequently Asked Questions
Common questions about TeX64, answered.
Before you start
Is it really free? Will I be charged later?
Yes, it is genuinely free. The editor, build, SyncTeX, PDF preview, and intuitive math input are all included in the free plan with no credit card required. Only AI features (Axiom and OCR) are paid, and you will never be charged unless you explicitly upgrade.
Will TeX64 break my existing TeX setup?
No. TeX64 uses your existing TeX distribution (MacTeX, BasicTeX, TeX Live) as-is, with no proprietary format or lock-in. Your existing .tex files work directly. Uninstalling TeX64 leaves your TeX setup and documents completely untouched.
Can beginners use TeX64?
Yes. The intuitive math input lets you build equations visually from a palette without memorizing LaTeX syntax. You can also use Axiom to generate LaTeX from natural language descriptions. And experienced users can write code directly just as comfortably.
Data & privacy
Where is my paper data stored?
All files are stored locally on your Mac. Nothing is uploaded to TeX64 servers. When you use AI features, input text is sent to the server for processing only, and it is never used for AI training.
Can I use it offline?
Yes. The editor, build, SyncTeX, PDF preview, and intuitive math input all work fully offline. Only AI features (Axiom and OCR) need an internet connection.
Pricing & subscription
What happens if I cancel my paid plan?
You keep access until the end of the current billing period. After that, you revert to the Free plan and continue using the editor, build, and math input. Your files and projects are never deleted.
What happens when I exceed the AI token limit?
When you reach the limit, AI features (Axiom and OCR) pause until the next billing cycle. All other features including the editor and build continue to work normally. You can also upgrade to a higher plan to increase the limit.
Setup
Which TeX distribution do I need?
We recommend MacTeX (full, ~4 GB) or BasicTeX (minimal, ~100 MB). With Homebrew: "brew install --cask mactex". TeX64 auto-detects your TeX distribution on launch, so no path configuration is needed.
Which macOS versions are supported?
macOS 12 (Monterey) and later. Runs natively on both Apple Silicon (M1–M4) and Intel.
What if I see a Gatekeeper warning?
On first launch, macOS may show "cannot be opened because the developer cannot be verified." Go to System Settings > Privacy & Security and click "Open Anyway." It will launch normally after that.
Troubleshooting
SyncTeX is not working
Try a clean build (Cmd+Shift+B). If it still does not work, check Settings > Runtime to verify the synctex path is correctly detected.
"latexmk not found" error
Your TeX distribution is not installed or not in PATH. Install MacTeX (brew install --cask mactex) and restart TeX64.