DraftPilot

The local-first AI workspace for research papers

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.

Research writing shouldn't be disconnected from research itself.

Most paper-writing tools live separately from your code, experiments, figures, datasets, and AI workflows.

code experiments figures datasets 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

Install one binary. Launch the workspace where your research lives.

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.

macOS Desktop App

Recommended for M-series Macs. Includes the DP app icon and automatic app update checks.

Download macOS app
Open the DMG, drag DraftPilot to Applications,
then launch DraftPilot.

Linux Desktop App

AppImage build for Linux x64 workstations. Includes automatic app update checks. Requires FUSE for direct execution.

Download Linux AppImage
chmod +x DraftPilot-0.1.0-linux-x86_64.AppImage
./DraftPilot-0.1.0-linux-x86_64.AppImage

macOS Apple Silicon

For M-series Macs.

Download macOS arm64
tar -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

Linux x64

For Linux laptops, workstations, and VMs.

Download Linux x64
tar -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

Windows x64

For Windows workstations using PowerShell.

Download Windows x64
curl.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

One-line CLI install: macOS and Linux

curl -fsSL https://jerrinbright.com/draftpilot/install.sh | bash

One-line CLI install: Windows

powershell -ExecutionPolicy Bypass -Command "irm https://jerrinbright.com/draftpilot/install.ps1 | iex"

Launch locally

draftpilot launch \
  --paper /path/to/latex-paper \
  --codebase /path/to/research-code

Launch on a VM

draftpilot launch \
  --host user@vm.example.com \
  --paper /home/user/paper \
  --codebase /home/user/research-code

Update

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.

Release manifest ยท SHA-256 checksums

Feature Grid

Everything around the paper, in one workspace.

Local-First LaTeX Workspace

Edit papers directly from your local folders with a clean Overleaf-like workflow without losing access to your real development environment.

AI Agents With Real Context

Give AI agents direct access to your manuscript, linked repositories, figures, compile logs, PDFs, and experiment outputs.

SyncTeX Navigation

Jump instantly between LaTeX source and compiled PDF pages for fast editing and debugging.

Local PDF Compilation

Compile papers locally using your existing TeX setup and inspect logs, warnings, and references in real time.

Unified Research Workspace

Manage LaTeX files, figures, bibliographies, PDFs, notes, scripts, and linked codebases from one interface.

Review and Rebuttal Tracking

Highlight TeX or PDF passages, attach comments, track paper TODOs, and jump back to every note while preparing revisions or rebuttals.

Built for Modern AI Research

Designed for ML researchers, robotics labs, systems researchers, PhD students, and AI startups working with complex local workflows.

AI Workflow

Your paper and codebase finally understand each other.

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

Why researchers use DraftPilot instead of cloud-only editors

DraftPilot Traditional Paper Editors
Local filesystem accessSandboxed projects
Connected to codebasesPaper-only workflows
AI agent integrationLimited AI context
SyncTeX + local compilationRemote-only compilation
Experiment-aware workflowsDisconnected artifacts
Git-native workflowsPlatform lock-in

Get Started

Write papers where your research already lives.

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

One clear path for every setup.

Use the quickstart first, then open the guide that matches where your paper and code live.