Install

figmaid currently only supports Linux. Previous versions included precompiled binaries for macOS (arm64 and x64) as well as Windows. For the documentation of the last macOS/Windows version switch to tag v0.9.0. If you want to use custom directories and thus need figmaid on macOS/Windows, you can still use the Docker image and continue to get updates.

There's four ways you can install figmaid

  1. With the installation script on Linux

    curl -fsSL https://raw.githubusercontent.com/jqpe/figmaid/main/install.sh | sh
    
  2. Downloading a precompiled binary from releases

  3. Using the Docker image, documented in figmaid in docker

  4. Building from source

You can use figmaid on Windows/macOS via Docker, but you're probably better off using FigmaAgent unless you need custom directories. If you only intend on using installed fonts, FigmaAgent will pick those up.

To build from source install Rust. For a specific tag you can use the --tag argument, e.g. for Windows and macOS you're limited to <= v0.9.0.

cargo install --git https://github.com/jqpe/figmaid