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.
How to
- Download the package for your distribution. AppImage for anything, .deb for Debian/Ubuntu, .rpm for Fedora/openSUSE.
- Make it runnable. For the AppImage: chmod +x HavenPDF-latest.AppImage, then double-click. For .deb/.rpm, open it with your software installer.
- Open a PDF. Drag it onto the window, or set Haven PDF as the default handler and double-click any PDF.
- Edit and export. Everything runs locally; the exported file is written straight to your disk.
Three packages, pick whichever your system prefers
| Package | Best for | How to run it |
|---|---|---|
| AppImage | Any distribution, no install, no root | chmod +x, then double-click |
| .deb | Debian, Ubuntu, Mint, Pop!_OS | Open with the software installer, or apt install ./file.deb |
| .rpm | Fedora, RHEL, openSUSE | Open 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
- Registers as a handler for PDF files, so it shows up in “Open With” and can be made the default.
- Appears in the application launcher with a proper icon and desktop entry.
- Native open and save dialogs, drag and drop, printing.
- Automatic update checks for the AppImage channel.
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
- Edit existing PDF text — real editing, not a text box pasted on top.
- Sign, fill and flatten forms.
- Redact so the content is genuinely removed, not covered with a black box.
- Merge, split, reorder, rotate, crop and delete pages.
- Compress, including to an exact target size a portal demands.
- OCR a scan into a searchable PDF, in 30+ languages.
- Convert Word ↔ PDF and images ↔ PDF.
- Add or remove a password.
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.