{"id":14981586,"url":"https://github.com/neetly/figma-agent-linux","last_synced_at":"2025-04-04T14:04:07.225Z","repository":{"id":37497518,"uuid":"496606198","full_name":"neetly/figma-agent-linux","owner":"neetly","description":"Figma Agent for Linux (a.k.a. Font Helper)","archived":false,"fork":false,"pushed_at":"2025-03-11T11:49:19.000Z","size":480,"stargazers_count":187,"open_issues_count":16,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-28T13:06:52.521Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neetly.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"patreon":"tokenize","custom":["https://afdian.com/a/tokenize"]}},"created_at":"2022-05-26T12:11:11.000Z","updated_at":"2025-03-26T08:13:44.000Z","dependencies_parsed_at":"2023-10-16T03:14:24.838Z","dependency_job_id":"a2566b8d-d8c2-4724-b20e-bde411d170ea","html_url":"https://github.com/neetly/figma-agent-linux","commit_stats":{"total_commits":326,"total_committers":4,"mean_commits":81.5,"dds":"0.45398773006134974","last_synced_commit":"5e64955959d246037743aa5f94d1a26d9f601ebe"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neetly%2Ffigma-agent-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neetly%2Ffigma-agent-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neetly%2Ffigma-agent-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neetly%2Ffigma-agent-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neetly","download_url":"https://codeload.github.com/neetly/figma-agent-linux/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247190226,"owners_count":20898699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["figma","font-helper","linux","variable-fonts"],"created_at":"2024-09-24T14:03:53.545Z","updated_at":"2025-04-04T14:04:07.208Z","avatar_url":"https://github.com/neetly.png","language":"Rust","funding_links":["https://patreon.com/tokenize","https://afdian.com/a/tokenize"],"categories":[],"sub_categories":[],"readme":"# Figma Agent for Linux\n\n[![CI](https://github.com/neetly/figma-agent-linux/actions/workflows/ci.yml/badge.svg)](https://github.com/neetly/figma-agent-linux/actions/workflows/ci.yml)\n\n(a.k.a. Font Helper)\n\n## Installation\n\n\u003e [!IMPORTANT]  \n\u003e Due to changes to the Figma website, we must override the browser's user agent\n\u003e in order for this service to function. You might use a browser extension to do\n\u003e this. Choosing a Windows/macOS user agent is sufficient.\n\u003e\n\u003e Please vote up this thread on Figma's official forum.  \n\u003e https://forum.figma.com/t/requests-to-font-helper-on-linux-stopped-working/61389\n\n```sh\nbash -c \"$(curl -fsSL https://raw.githubusercontent.com/neetly/figma-agent-linux/main/scripts/install.sh)\"\n```\n\n### Arch Linux\n\n```sh\nparu -S --needed figma-agent-linux-bin # or figma-agent-linux, if you prefer to compile it youself\nsystemctl --user enable --now figma-agent.socket\n```\n\n### Uninstallation\n\n\u003cdetails\u003e\n\n```sh\nsystemctl --user disable --now figma-agent.{service,socket}\nrm -rf ~/.local/share/figma-agent ~/.local/share/systemd/user/figma-agent.{service,socket} ~/.cache/figma-agent\n```\n\n\u003c/details\u003e\n\n## Features\n\n- Support [Variable Fonts][]\n- High Performance (Thanks to [Fontconfig][])\n\n## Comparisons\n\n|                            | Figma Agent for Linux | [Figma Linux Font Helper][] |\n| -------------------------- | --------------------- | --------------------------- |\n| [Variable Fonts][]         | ✔️                    | ❌                          |\n| Font Preview               | ❌                    | ❌                          |\n| [XDG Base Directory][]     | ✔️                    | ✔️                          |\n| [Fontconfig][] Integration | ✔️                    | ❌                          |\n\n## Alternatives\n\nAnother option is to use [Wine][] to run the official `figma_agent.exe` binary.\nWe use this method for reverse engineering throughout development.\n\n## Troubleshooting\n\n### Ad Blocker\n\nPlease check to see if any rules block figma.com from accessing localhost, such\nas [Block Outsider Intrusion into LAN].\n\n### Brave Browser\n\nPlease grant figma.com permission to access localhost.  \nhttps://brave.com/privacy-updates/27-localhost-permission/\n\n## Credit\n\nThis project was inspired by [Figma Linux Font Helper][].\n\n[Variable Fonts]: https://www.figma.com/typography/variable-fonts/\n[Fontconfig]: https://www.freedesktop.org/wiki/Software/fontconfig/\n[XDG Base Directory]:\n  https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html\n[Figma Linux Font Helper]:\n  https://github.com/Figma-Linux/figma-linux-font-helper\n[Wine]: https://www.winehq.org/\n[Block Outsider Intrusion into LAN]:\n  https://github.com/uBlockOrigin/uAssets/blob/master/filters/lan-block.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneetly%2Ffigma-agent-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneetly%2Ffigma-agent-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneetly%2Ffigma-agent-linux/lists"}