figma-linux(1)
Figma is a web-based design and prototyping tool with a Linux desktop application for collaborative UI/UX design.
Synopsis
figma-linux [OPTIONS] [FILE]Description
Figma-linux is an unofficial desktop client for Figma, the popular collaborative design platform. It provides a native Linux application experience for accessing Figma projects, editing designs, and collaborating with team members without relying solely on the web browser.
The application allows you to open Figma files locally, work offline when needed, and integrates with your Linux desktop environment. Authentication is handled through your Figma account, and changes sync with the web version.
Common options
| Flag | What it does |
|---|---|
--help, -h | Display help message and exit |
--version, -v | Show application version number |
--dev | Launch in development mode with developer tools enabled |
--no-sandbox | Disable sandbox mode for the Chromium renderer |
--user-data-dir=PATH | Specify custom directory for user data and cache |
--proxy-server=HOST:PORT | Route traffic through a proxy server |
Examples
Launch the Figma desktop application
figma-linuxCheck the installed version of Figma-linux
figma-linux --versionLaunch Figma with developer tools open for debugging
figma-linux --devStart Figma using a custom user data directory for testing
figma-linux --user-data-dir=/tmp/figma-testRun Figma without sandbox restrictions (useful for certain system configurations)
figma-linux --no-sandbox