Current public release: CLI binaries.
DraftPilot's stable public channel is the standalone CLI for macOS arm64 and Linux x64. Windows CLI and desktop app packaging are preview channels while we collect more real-machine testing.
Release channels
StablemacOS arm64 CLI and Linux x64 CLI. These are the recommended public downloads and VM workflow binaries.
PreviewWindows x64 CLI, macOS desktop app, and Linux desktop AppImage. These are useful for early users but may need manual troubleshooting.
Updates
draftpilot update follows the stable manifest and prints detailed release notes after a successful update.CLI updates
The CLI reads the release manifest, verifies SHA-256 before replacing itself, and prints detailed release notes when the manifest provides them.
draftpilot update
What's new in 0.1.7
- Double-clicking PDF text now briefly highlights the matching word in the TeX editor after the SyncTeX jump.
- When the PDF text does not appear directly in the source, DraftPilot highlights the destination line instead.
- The highlight fades after four seconds and can be turned off in Settings. It does not save an annotation.
- Restart running workspaces after
draftpilot updateto use the new binary.
Desktop app updates
Packaged macOS and Linux apps are not part of the current public download channel. Use the CLI binaries until desktop app artifacts are published.
Release checklist
npm run check
npm run app:smoke
npm run binary:macos-arm64
npm run binary:linux-x64
npm run app:dist:macos-arm64
npm run app:dist:linux-x64
npm run app:stage-updates
npm run release:manifest