macOS Desktop App
Recommended for M-series Macs. Includes the DP app icon and automatic app update checks.
Download macOS appOpen the DMG, drag DraftPilot to Applications,
then launch DraftPilot.
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, Linux, and Windows. The source repo stays private; users install the binary, point it at a paper folder and a codebase, and open the local browser link.
Recommended for M-series Macs. Includes the DP app icon and automatic app update checks.
Download macOS appOpen the DMG, drag DraftPilot to Applications,
then launch DraftPilot.
AppImage build for Linux x64 workstations. Includes automatic app update checks. Requires FUSE for direct execution.
Download Linux AppImagechmod +x DraftPilot-0.1.0-linux-x86_64.AppImage
./DraftPilot-0.1.0-linux-x86_64.AppImage
For M-series Macs.
Download macOS arm64tar -xzf draftpilot-0.1.1-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.1-linux-x64.tar.gz
chmod +x draftpilot-linux-x64
sudo mv draftpilot-linux-x64 /usr/local/bin/draftpilot
draftpilot help
For Windows workstations using PowerShell.
Download Windows x64curl.exe -L -o draftpilot-0.1.1-windows-x64.zip ^
https://draftpilot-releases.jerriebright.workers.dev/releases/draftpilot-0.1.1-windows-x64.zip
powershell -NoProfile -Command "Expand-Archive -Force draftpilot-0.1.1-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.