这是indexloc提供的服务,不要输入任何密码
Skip to content

ilsubyeega/figma-agent-linux

Repository files navigation

Figma Agent for Linux

CI

(a.k.a. Font Helper)

Installation

bash -c "$(curl -fsSL https://raw.githubusercontent.com/neetly/figma-agent-linux/main/scripts/install.sh)"

Arch Linux

paru -S --needed figma-agent-linux
systemctl --user enable --now figma-agent.socket

Uninstallation

systemctl --user disable --now figma-agent.{service,socket}
rm -rf ~/.local/share/figma-agent
rm -rf ~/.local/share/systemd/user/figma-agent.{service,socket}

Features

Comparisons

Figma Agent for Linux Figma Linux Font Helper
Variable Fonts ✔️
XDG Base Directory ✔️ ✔️
Fontconfig Integration ✔️
Run as a non-root user ✔️ ✔️

Alternatives

Another option is to use Wine to run the official figma_agent.exe binary. I use this approach during development for the reverse engineering proposal.

Credit

This project was inspired by Figma Linux Font Helper.

About

Figma Agent for Linux (a.k.a. Font Helper)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 95.7%
  • Shell 3.3%
  • C 1.0%