Skip to content

Figma

Figma is an unofficial version of Figma for Linux, built on Electron.

Figma

Installation using Flatpak Unofficial build

If you have the Flatpak package, you can install Figma with one command:

shell
flatpak install flathub io.github.Figma_Linux.figma_linux

Or using the GNOME Software 🤔

Follow the link to install Figma, then confirm the "open application" operation in the browser. After this, the Application Center will open, select the source "Flathub" in it and click the "download" button

Внимание

Running the application requires the ability to create unprivileged user spaces, which is potentially insecure. You can change kernel setting

Installation using Snaps Unofficial build

If you have the snapd package, you can install Figma with one command:

shell
snap install figma-linux

or 🤔

using the GNOME Software install Figma and confirm the “open application” operation in the browser

Installation using epm play Unofficial build

If you have the eepm package, you can install Figma with one command:

shell
epm play figma

Installation from GitHub repository

RPM package

Download the .rpm package from the figma-linux application releases page on Github, then install via terminal:

shell
su -
cd ~/Downloads
apt-get update
apt-get install figma-linux-*.x86_64.rpm
shell
сd ~/Downloads
epm -i figma-linux-*.x86_64.rpm

AppImage

Download the .AppImage package from the releases page, then open it via terminal:

shell
su -
cd ~/Downloads
chmod +x figma-linux-*.AppImage
./figma-linux-*.AppImage -i

Published under the GPL-3.0+ license. The content is available under the CC BY-SA 4.0 license, unless otherwise specified.