Inkscape logo InkscapeDraw Freely.

Inkscape for Linux — Download 1.4.4 (AppImage, Flatpak, Snap)

Inkscape for Linux is the free, open-source vector editor packaged four ways: a portable AppImage that runs on any distribution, a Flatpak, a Snap, and an Ubuntu PPA. Version 1.4.4 (released 6 May 2026) is the current stable build, licensed under the GNU GPL, and every file below comes straight from the project's own servers on inkscape.org.

Linux download at a glance

  • Version: 1.4.4, released 6 May 2026 — the current stable release.
  • AppImage: one file, no install, runs on any 64-bit distribution — the easiest route.
  • Flatpak: sandboxed build from Flathub, usually the newest point release.
  • Snap: distribution-independent package, auto-updating on systems with snapd.
  • PPA: Ubuntu Personal Package Archive for apt-based installs and updates.
  • License: GNU GPL — free, no account, no bundles, no “Pro” edition.

Which package should you use?

Any of the four gives you the same Inkscape. The difference is how it installs and updates. The AppImage is the fastest way to a running program — download, mark executable, run — and it leaves nothing behind on your system except the one file. Flatpak and Snap manage updates for you and sandbox the app, which suits people who want the newest release without touching the terminal. The Ubuntu PPA integrates with apt for those who prefer their distribution's package manager and want Inkscape to upgrade alongside the rest of the system. None of them requires an account, and none bundles adware — the project ships no “Pro” or paid tier.

MethodCommandNote
AppImagechmod +x Inkscape-*.AppImage, then run itAny distro, no install, no root — easiest.
Flatpakflatpak install flathub org.inkscape.InkscapeFrom Flathub; usually the newest release.
Snapsnap install inkscapeNeeds snapd; auto-updates in the background.
Ubuntu PPAapt install inkscape (after adding the PPA)Integrates with apt on Ubuntu and derivatives.

Run the AppImage in four steps

The AppImage bundles Inkscape and its libraries into a single file, so it works the same on Ubuntu, Fedora, Debian, Arch, and the rest without adding a repository or resolving dependencies. This is the method to reach for when you just want the program open and don't want to change how your distribution manages software.

  1. Download the AppImage with the button above — the file is served by inkscape.org.
  2. Mark it executable: chmod +x Inkscape-1.4.4.AppImage in the folder where it landed (or tick “Allow executing file as program” in the file manager's Properties).
  3. Run it: ./Inkscape-1.4.4.AppImage, or double-click it in your file manager.
  4. First launch takes a few seconds while Inkscape builds its font cache. To keep it handy, move the file somewhere stable such as ~/Applications.

If double-clicking does nothing, your desktop may need FUSE. On Debian and Ubuntu, sudo apt install libfuse2 covers the older AppImage runtime.

Flatpak vs Snap sandboxing. Both isolate the app, which can hide parts of the filesystem. If Inkscape can't see a font or a linked bitmap, grant access with a tool like Flatseal for Flatpak, or connect the relevant snap interfaces. The AppImage has no sandbox, so it reads your files directly.

Keeping it updated

Update behaviour depends on the package. Flatpak and Snap refresh themselves — flatpak update or snap refresh inkscape pulls the latest point release. The PPA updates through your normal apt upgrade. The AppImage does not self-update: to move to a newer build, download the new file and replace the old one. Whichever you pick, check the version under Help → About Inkscape to confirm you are on 1.4.4.

All builds & versions

Windows, macOS, and older Inkscape releases in one place.

Install & first launch

Font cache, permissions, and the prompts each platform shows.

Features & what's new

The 1.4.4 changes and the vector tools you'll use daily.

Inkscape running on Linux with the toolbox and canvas
Inkscape 1.4.4 on a Linux desktop — the AppImage runs without installation.

Other systems

On a different machine? The Windows guide covers the .exe, MSI, and portable 7z builds, and the Mac guide explains the separate Apple Silicon and Intel DMGs. For questions about the licence and cost, the FAQ spells out how the GPL keeps commercial use of your artwork free.

Prefer to grab the packages yourself or read the release notes? The project publishes everything on its own site — visit inkscape.org for the official Linux downloads and documentation.

Common questions

Easiest way to run Inkscape on Linux?

The AppImage: download it, chmod +x it, and run — no install or root needed, works across distributions. Flatpak and Snap are also available.