description | none |
homepage URL | https://github.com/Figma-Linux/figma-linux |
repository URL | https://github.com/Figma-Linux/figma-linux.git |
owner | root@yurikoles.com |
last change | Thu, 10 Oct 2024 19:09:45 +0000 (10 22:09 +0300) |
last refresh | Sun, 3 Nov 2024 07:34:48 +0000 (3 08:34 +0100) |
mirror URL | git://repo.or.cz/figma-linux.git |
https://repo.or.cz/figma-linux.git | |
ssh://git@repo.or.cz/figma-linux.git | |
bundle info | figma-linux.git downloadable bundles |
content tags |
Figma-linux is an unofficial Electron-based Figma desktop app for Linux.
You can install Figma-linux from Snap here.
Alternatively, type
sudo snap install figma-linux
in your terminal.
To use local fonts when using the snapd version create a symbolic link:
sudo ln -s $HOME/.local/share/fonts $HOME/snap/figma-linux/current/.local/share/
There is also an AppImage available. Get it on our Releases page, then make it executable and install using these terminal commands:
chmod +x figma-linux-*.AppImage
sudo ./figma-linux-*.AppImage -i
This is not a portable AppImage - it will install figma-linux on your system, after which you can run it from terminal or from your app list. For more info, execute
./figma-linux-*.AppImage -h
Firstly, install libgconf-2-4
:
sudo apt install libgconf-2-4
Download the .deb package from the Releases page, and install it with dpkg
or your favorite .deb installer.
sudo dpkg -i figma-linux_*_amd64.deb
On Ubuntu, you can use our PPA:
sudo add-apt-repository ppa:chrdevs/figma && sudo apt update && sudo apt install figma-linux -y
If you receive a NO_PUBKEY
error while running apt update
, then you must add the key manualy:
sudo apt-key adv --recv-key --keyserver keyserver.ubuntu.com 70F3445E637983CC
Download the .deb package from the Releases page, and install it with apt
.
sudo apt install figma-linux_*_amd64.deb
Figma-linux is available on the AUR.
You can use an AUR helper like yay
to install it:
yay -S figma-linux-bin
Other AUR packages:
Download the .rpm package from our Releases page, then install it:
sudo dnf install figma-linux-*.x86_64.rpm
On Nixos, you may add figma-linux
in the environment.systemPackages
list of your /etc/nixos/configuration.nix
and run:
sudo nixos-rebuild switch
git clone https://github.com/Figma-Linux/figma-linux
cd figma-linux
npm i
To run Figma-linux from npm in dev mode execute this:
npm run dev
Aside from that, you can also run:
npm run dev
to run the app in development modenpm run build
to built the app for productionnpm run start
to run the built versionnpm run builder
to package the app for distribution../config/builder.json
. You can remove the ones you don't need or don't have dependencies for.npm run pack
to remove old packages from the installer directory, then pack the app.Example of .env for local development:
NODE_ENV=dev
DEV_PANEL_PORT=3330
DEV_SETTINGS_PORT=3331
Join us on Telegram or Spectrum.
You can contribute to figma-linux development by supporting us on Paypal or Buy me a Coffee:
Thanks to the supporters.
3 weeks ago | v0.11.5 | Publish v0.11.5 release | tag | commitlog |
5 months ago | v0.11.4 | Publish v0.11.4 release | tag | commitlog |
9 months ago | v0.11.3 | Publish v0.11.3 release | tag | commitlog |
11 months ago | v0.11.2 | Publish v0.11.2 release | tag | commitlog |
11 months ago | v0.11.1 | Publish v0.11.1 release | tag | commitlog |
11 months ago | v0.11.0 | Publish v0.11.0 release | tag | commitlog |
2 years ago | v0.10.1 | Release v0.10.1 | tag | commitlog |
2 years ago | v0.10.0 | Publish v0.10.0 release | tag | commitlog |
2 years ago | v0.9.6 | Publish v0.9.6 release | tag | commitlog |
2 years ago | v0.9.5 | Publish v0.9.5 release | tag | commitlog |
2 years ago | v0.9.4 | Publish v0.9.4 release | tag | commitlog |
2 years ago | v0.9.3 | Publish v0.9.3 release | tag | commitlog |
3 years ago | v0.9.2 | Publish v0.9.2 release | tag | commitlog |
3 years ago | v0.9.1 | Publish v0.9.1 release | tag | commitlog |
3 years ago | v0.9.0 | Publish v0.9.0 release | tag | commitlog |
3 years ago | v0.8.1 | Publish v0.8.1 release | tag | commitlog |
... |
3 weeks ago | master | logtree |
3 weeks ago | dev | logtree |