No description
Find a file
2026-05-18 20:26:42 +02:00
.gitignore initial commit 2026-05-15 22:48:41 +02:00
com.figma.desktop.desktop initial commit 2026-05-15 22:48:41 +02:00
com.figma.desktop.metainfo.xml initial commit 2026-05-15 22:48:41 +02:00
com.figma.desktop.png New icon 2026-05-18 20:26:42 +02:00
com.figma.desktop.yml New icon 2026-05-18 20:26:42 +02:00
figma-linux.sh initial commit 2026-05-15 22:48:41 +02:00
README.md Add README.md 2026-05-15 22:50:14 +02:00

Figma

Figma for Linux

Flatpak packaging for the Figma Linux desktop client, published under the com.figma.desktop app ID.


Requirements

  • flatpak
  • flatpak-builder
  • org.freedesktop.Platform 24.08 and org.freedesktop.Sdk 24.08 (installed automatically)

Building

flatpak-builder --force-clean --disable-cache --install-deps-from=flathub build-dir com.figma.desktop.yml

Installing

Add --user --install to build and install in one step:

flatpak-builder --force-clean --disable-cache --install-deps-from=flathub --user --install build-dir com.figma.desktop.yml

For a system-wide installation, omit --user and run with sudo.

Files

File Purpose
com.figma.desktop.yml Flatpak manifest
com.figma.desktop.desktop Desktop entry
com.figma.desktop.metainfo.xml AppStream metadata
com.figma.desktop.svg Application icon
figma-linux.sh Launch wrapper

License

Figma is proprietary software. This packaging is provided for convenience and is not affiliated with or endorsed by Figma, Inc.