claude-code-in-figma
Health Warn
- No license — Repository has no license file
- Description — Repository has a description
- Active repo — Last push 0 days ago
- Low visibility — Only 9 GitHub stars
Code Fail
- rm -rf — Recursive force deletion command in install.sh
Permissions Pass
- Permissions — No dangerous permissions requested
No AI report is available for this listing yet.
Claude Code terminal inside Figma — download installer and plugin here
Claude Code in Figma
English | 中文
Run a full Claude Code terminal directly inside Figma.
Requirements: macOS (Apple Silicon or Intel) · Figma desktop app · Claude Code CLI installed and authenticated
Features
- Terminal inside Figma — full Claude Code session without leaving your design tool
- Theme sync — the plugin and menubar app both support Light, Dark, and System modes, automatically following your macOS appearance setting
Product Overview
Claude Code in Figma connects your design workspace and your local coding workspace. It lets designers, engineers, and solo builders run a real Claude Code session inside Figma while keeping execution on their own machine.
The product is made of two parts:
- Bridge app — a local menubar app on macOS that manages the local session and exposes a localhost connection for Figma
- Figma plugin — the UI inside Figma that opens the terminal panel and sends requests to the bridge app
This setup keeps the workflow close to design review, implementation, and iteration without asking users to switch between Figma and a separate terminal window all day.
How It Works
- The bridge app runs locally on your Mac and starts the local service used by the plugin.
- The Figma plugin connects to the bridge app through
localhost:9528. - Claude Code runs on your machine with your own CLI login and local files.
- Commands, output, and interaction are rendered back into the Figma panel.
- Usage status and reset timing are also exposed through the menubar app.
In short: Figma provides the interface, the bridge app handles local communication, and Claude Code does the actual work on your computer.
Install
Bridge app
The recommended install path is a one-line script that installs the bridge app into ~/Applications, removes macOS quarantine, and launches it:
curl -fsSL https://raw.githubusercontent.com/wrenqindesign/claude-code-in-figma/main/install.sh | bash
Notes:
- This installer automatically selects the correct build for Apple Silicon (
arm64) and Intel (x86_64) Macs. - Claude Code CLI still needs to be installed and logged in separately.
- It installs to
~/Applications/Claude Code in Figma.app. - Do not download the
.zipdirectly from Releases. Direct downloads are blocked by macOS Gatekeeper because the quarantine attribute is not removed.
Installation
Step 1 — Install Claude Code CLI
If you haven't already, run this in your terminal:
npm install -g @anthropic-ai/claude-code
claude # follow the login prompts
Step 2 — Install the bridge app
Run this command. It installs the bridge app automatically.
curl -fsSL https://raw.githubusercontent.com/wrenqindesign/claude-code-in-figma/main/install.sh | bash
The bridge app handles communication between Claude Code and the Figma plugin. It also displays your Claude Code usage quota and reset status in the menubar.
After installation, a menubar icon will appear when the app is open. Keep it running in the background while using the Figma plugin.
Step 3 — Install the Figma plugin
- Download and unzip
figma-plugin-v0.1.0.zipfrom Releases anywhere (e.g. your Desktop) - Open the Figma desktop app
- Go to Menu → Plugins → Development → Import plugin from manifest…
- Select the
manifest.jsoninside the unzipped folder
Step 4 — Run
Make sure the bridge app is running, then in Figma:
Plugins → Development → Claude Code in Figma
A terminal panel opens inside Figma, connected to Claude Code.
Open it again later
If you quit the menubar app and want to reopen it later, run:
open "$HOME/Applications/Claude Code in Figma.app"
Or open Claude Code in Figma.app from Finder in ~/Applications.
Verify the install
These checks should succeed on a healthy install:
find "$HOME/Applications/Claude Code in Figma.app" -path '*libffmpeg.dylib'
claude --version
FAQ
How do I start it automatically on login?
Go to System Settings → General → Login Items and add Claude Code in Figma.app.
macOS only?
Yes, for now. Windows support is not available yet.
Is my code sent to any server?
No. The bridge app only connects to local localhost:9528. Everything stays on your machine.
Feedback
Open an Issue · Download stats
Star History
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found