macOS Desktop App
The desktop app is in preview packaging. Use the macOS CLI binary below for the current public release.
Desktop app statusCurrent public release:
draftpilot-0.1.4-macos-arm64.tar.gz
DraftPilot
DraftPilot
Write and manage LaTeX papers with a local Overleaf-like experience while staying fully connected to your codebase, figures, PDFs, experiments, reviews, rebuttal notes, and AI agents.
DraftPilot combines manuscript editing, PDF compilation, SyncTeX navigation, highlights, comments, TODOs, and AI-assisted research workflows into one unified workspace built for modern researchers.
Most paper-writing tools live separately from your code, experiments, figures, datasets, and AI workflows.
DraftPilot bridges that gap. Your manuscript, implementation, PDFs, figures, logs, and repositories stay connected in one local-first environment designed for AI-native research workflows.
Download
DraftPilot ships as a standalone CLI for macOS and Linux, with Windows CLI support in preview. The source repo stays private; users install the binary, point it at a paper folder and a codebase, and open the local browser link.
The desktop app is in preview packaging. Use the macOS CLI binary below for the current public release.
Desktop app statusCurrent public release:
draftpilot-0.1.4-macos-arm64.tar.gz
The AppImage build is not published yet. Use the Linux CLI binary below for laptops, workstations, and VMs.
Desktop app statusCurrent public release:
draftpilot-0.1.4-linux-x64.tar.gz
For M-series Macs.
Download macOS arm64tar -xzf draftpilot-0.1.4-macos-arm64.tar.gz
chmod +x draftpilot-macos-arm64
sudo mv draftpilot-macos-arm64 /usr/local/bin/draftpilot
draftpilot help
For Linux laptops, workstations, and VMs.
Download Linux x64tar -xzf draftpilot-0.1.4-linux-x64.tar.gz
chmod +x draftpilot-linux-x64
sudo mv draftpilot-linux-x64 /usr/local/bin/draftpilot
draftpilot help
For early Windows workstation testing with PowerShell.
Download Windows x64curl.exe -L -o draftpilot-0.1.4-windows-x64.zip ^
https://draftpilot-releases.jerriebright.workers.dev/releases/draftpilot-0.1.4-windows-x64.zip
powershell -NoProfile -Command "Expand-Archive -Force draftpilot-0.1.4-windows-x64.zip ."
.\draftpilot-windows-x64.exe help
curl -fsSL https://jerrinbright.com/draftpilot/install.sh | bash
powershell -ExecutionPolicy Bypass -Command "irm https://jerrinbright.com/draftpilot/install.ps1 | iex"
draftpilot launch \
--paper /path/to/latex-paper \
--codebase /path/to/research-code
draftpilot launch \
--host user@vm.example.com \
--paper /home/user/paper \
--codebase /home/user/research-code
draftpilot update
Remote VM mode requires DraftPilot on both machines: the local binary opens the tunnel, and the VM binary runs beside the remote paper and codebase.
Feature Grid
Edit papers directly from your local folders with a clean Overleaf-like workflow without losing access to your real development environment.
Give AI agents direct access to your manuscript, linked repositories, figures, compile logs, PDFs, and experiment outputs.
Jump instantly between LaTeX source and compiled PDF pages for fast editing and debugging.
Compile papers locally using your existing TeX setup and inspect logs, warnings, and references in real time.
Manage LaTeX files, figures, bibliographies, PDFs, notes, scripts, and linked codebases from one interface.
Highlight TeX or PDF passages, attach comments, track paper TODOs, and jump back to every note while preparing revisions or rebuttals.
Designed for ML researchers, robotics labs, systems researchers, PhD students, and AI startups working with complex local workflows.
AI Workflow
With DraftPilot, AI agents can reason over the entire research workspace instead of seeing a paper-only sandbox.
This is more than a LaTeX editor. DraftPilot is an AI-native research environment.
Comparison
Get Started
DraftPilot keeps your manuscript connected to the code, figures, and experiments behind it while enabling powerful AI-assisted workflows locally.
Start with a local paper folder, or connect to the Linux VM where your experiments already run.
Docs
Use the quickstart first, then open the guide that matches where your paper and code live.