Haven PDF
Home › PDF editor for Linux
● Files are never uploaded

PDF editor for Linux

Linux has excellent PDF readers and very few real editors. Acrobat has never had a Linux build, the desktop suites stop at annotation, and the web tools want your document on their server before they will touch it.

Haven PDF for Linux is the whole editor as a native desktop app: edit existing text, sign, fill forms, redact, compress to an exact size, OCR a scan, convert Word ↔ PDF. It runs entirely on your machine, works with the network off, and ships as an AppImage, a .deb and an .rpm.

Open the tool →

How to

  1. Download the package for your distribution. AppImage for anything, .deb for Debian/Ubuntu, .rpm for Fedora/openSUSE.
  2. Make it runnable. For the AppImage: chmod +x HavenPDF-latest.AppImage, then double-click. For .deb/.rpm, open it with your software installer.
  3. Open a PDF. Drag it onto the window, or set Haven PDF as the default handler and double-click any PDF.
  4. Edit and export. Everything runs locally; the exported file is written straight to your disk.

Three packages, pick whichever your system prefers

PackageBest forHow to run it
AppImageAny distribution, no install, no rootchmod +x, then double-click
.debDebian, Ubuntu, Mint, Pop!_OSOpen with the software installer, or apt install ./file.deb
.rpmFedora, RHEL, openSUSEOpen with the software installer, or dnf install ./file.rpm

The AppImage is the path of least resistance: one file, no package manager, no root, and it leaves nothing behind if you delete it. The .deb and .rpm register the app with your desktop so it appears in the launcher and in the "Open With" menu for PDF files.

Download the AppImage · Download .deb · Download .rpm

Why this matters more on Linux than anywhere else

On Windows and macOS there is at least a paid desktop editor to fall back on. On Linux there is not: Acrobat has never shipped a current Linux build, so the usual advice is a virtual machine, Wine, or an online converter. Each of those is worse than it sounds when the document is a signed contract or a medical record.

A local editor removes the dilemma entirely. Nothing is uploaded, so a confidential document does not have to travel through a third party to be edited — and there is no account, no quota and no watermark on the way out.

Desktop integration

Under the hood it is the same code as havenpdf.com, packaged for the desktop. Anything that ships on the website is in the next Linux build — there is one codebase, not a stripped-down port.

What it can do

How proper redaction works · Where a PDF’s bytes go · Help and shortcuts

Frequently asked questions

Which distributions are supported?
The AppImage runs on essentially any modern x86-64 distribution without installing anything. The .deb targets Debian-family systems (Ubuntu, Mint, Pop!_OS) and the .rpm targets Fedora, RHEL and openSUSE.
Do I need root to run it?
Not for the AppImage — make it executable and run it from your home directory. Installing the .deb or .rpm system-wide does need root, as any package install does.
Does it work offline?
Yes, completely. The renderer, the PDF writer, compression and OCR are all inside the package; nothing is fetched to open, edit or export a document.
Is it really free?
Yes. No subscription, no account, no page limits and no watermark on the output.
Is there an ARM build?
Not yet — the packages are x86-64. On ARM hardware use havenpdf.com in a browser; it is the same editor and it works offline after the first load.

Related tools