$linuxjunkies
>

figma-linux(1)

Figma is a web-based design and prototyping tool with a Linux desktop application for collaborative UI/UX design.

UbuntuDebianFedoraArch

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

FlagWhat it does
--help, -hDisplay help message and exit
--version, -vShow application version number
--devLaunch in development mode with developer tools enabled
--no-sandboxDisable sandbox mode for the Chromium renderer
--user-data-dir=PATHSpecify custom directory for user data and cache
--proxy-server=HOST:PORTRoute traffic through a proxy server

Examples

Launch the Figma desktop application

figma-linux

Check the installed version of Figma-linux

figma-linux --version

Launch Figma with developer tools open for debugging

figma-linux --dev

Start Figma using a custom user data directory for testing

figma-linux --user-data-dir=/tmp/figma-test

Run Figma without sandbox restrictions (useful for certain system configurations)

figma-linux --no-sandbox

Related commands