Download Figma (official desktop app)
The old readme continues below for posterity. Thank you Figma team for releasing an official desktop client! :)
This is an Electron wrapper for Figma. It lets you install Figma on your Mac and easily access it from the Dock instead of your web browser.
I'm not really a Node developer, so this is just a basic implementation. There are some known (and some unknown!) issues with this project:
- Pinch to zoom does not work. I imagine this is solvable, but I don't know how.
- This is a third-party project not associated with Figma, Inc., so use it at your own risk.
-
Download the latest Release from GitHub, unzip, and drag to your Applications folder.
-
Launch the app.
-
Log in with your Figma credentials.
-
Party hardy.
This project is far from finished. I created it because I prefer desktop apps over webapps, and I wanted to give Figma a try. So far, I think it shows tons of promise.
If you have experience with Node and / or Electron, and would like to help make this app cleaner, leaner, faster, and more reliable with me, please submit a PR or email me at [email protected] with "Figma for Mac" somewhere in the subject line. Should be pretty fun!
¯_(ツ)_/¯
Figma is still in beta, and so is this Mac app. Stuff will probably break. Feel free to submit a GitHub issue or contact the official Figma support line if you need help.
- Download Electron via NPM (
electron-prebuilt
) cd
to this repo on your Mac, make whatever changes you like, and runelectron .
to run a live preview of your Figma app.- To package the app as a binary, download electron-packager and run it from the directory above the repo:
electron-packager figma-mac Figma --platform=darwin --arch=x64 --version=0.35.2 --app-version=[your-version] --icon='figma-mac/extras/atom.icns' --overwrite