This repository is made for people who want to use Figma as a standalone app on linux without any other additional bullshit. All it is, is really just wrapping https://figma.com inside an electron wrapper. The code is 15 lines. That's all there is to it.
Clone the repo
git clone https://github.com/0xInuarashi/figma-electron/
Install the dependencies
npm install
Build it yourself
npm run build
Installation: Go to /dist
sudo dpkg -i <built_package_name>.deb
Find it in your flavour of desktop environment:
It's just configured to build to .deb as of this commit.
Cheers, Inu