- Лицензия
- GNU GPLv2
- Project Website
- github.com
- Report an Issue
- github.com
Figma
Figma is an unofficial version of Figma for Linux, built on Electron.

Installation using Flatpak Unofficial build
If you have the Flatpak package, you can install Figma with one command:
flatpak install flathub io.github.Figma_Linux.figma_linuxOr 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:
snap install figma-linuxor 🤔
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:
epm play figmaInstallation from GitHub repository
RPM package
Download the .rpm package from the figma-linux application releases page on Github, then install via terminal:
su -
cd ~/Downloads
apt-get update
apt-get install figma-linux-*.x86_64.rpmсd ~/Downloads
epm -i figma-linux-*.x86_64.rpmAppImage
Download the .AppImage package from the releases page, then open it via terminal:
su -
cd ~/Downloads
chmod +x figma-linux-*.AppImage
./figma-linux-*.AppImage -i