

- FIND DRAWABLE FOLDER FOR ANDROID STUDIO APP ON MAC INSTALL
- FIND DRAWABLE FOLDER FOR ANDROID STUDIO APP ON MAC WINDOWS
This installs the app into the %APPDATA%/Figma and makes sure it updates automatically.ĭownload the Windows installer for 64-bit Intel/AMD systems:: In the meantime, you could use the Windows installer. Support for Windows deployment and detailed instructions coming soon! WindowsĬurrently, Figma only supports enterprise deployment for macOS machines. You can check the latest available version of the desktop app from version.txt. You must make sure to manually deploy updates to users in a timely manner. In this case, please note that we support desktop app versions only for up to 2 months. The Figma app will not try to auto-update if the app directory is unwritable by the user. Here is the shell script to obtain the URLs: latest_version=$(curl -fsSL "")Īpple_silicon_url="$.zip" If you don't allow write access to the Figma.app bundle, or can't use the stub installer for any reason, you can fetch architecture-specific builds instead.

FIND DRAWABLE FOLDER FOR ANDROID STUDIO APP ON MAC INSTALL
Place the stub installer Figma.app in the Applications directory and it will automatically download and install the latest version of Figma on first launch.ĭownload here: Architecture specific builds

The universal stub installer supports both Intel and Apple Silicon machines. If you don't allow write access, you can download architecture specific builds.If you allow write access to the Figma.app bundle, you can use the universal stub installer.We recommend creating a permission group containing all relevant users and then making app directory writable by that group.įor example: if you were to have a group called figma_group, you could use: chown -R :figma_group /Applications/Figma.app & chmod -R 755 /Applications/Figma.app Deploy Figma app If you install to /Applications, users need to have write access to the Figma.app bundle directory for auto-updates. If you install to ~/Applications, users should be able to auto-update to the Figma app without needing special permissions. ~/Applications for a single user installation./Applications for system wide installation.Learn more about the Figma desktop app → MacOS Install directory To install Figma on your own device, please visit Figma's downloads page.
