正在加载视频...
视频加载失败
I made a Mac app for fx, the coding agent from Vercel. fx-ui runs libfx inside the app and draws every pixel on the GPU through GPUIX. Bring a Grok or Codex subscription, or a Vercel AI Gateway key. It's open source:
12,130 次观看 • 1 天前 •via X (Twitter)
18 条评论

Clean

@fazxes i hope you dont mind me using the name fx more than happy to transfer this repo to you guys

open sourcing it on day one is the part most people skip. much easier to trust a wrapper you can actually read

thank you @__morse for making gpuix it was fun playing around with it!

really neat design!

bro this is clean work

the terminal got a nice apartment, but the missing env var still lives in the basement.

Looks great!!

Looks smooth!

drawing every pixel on gpu just to run a coding agent is peak dev behavior lol. open sourcing it is a huge W tho

nice work on this. just opened up a small pr containing some onboarding / setup improvements

Checking!

drawing every pixel on the gpu is such a flex

Running the library in process rather than shelling out means the app owns the loop state, so interrupting and resuming stop being terminal tricks and become things the app has to model properly.

Mac-native rendering for an agent is the hard part people skip curious how you're handing local project context into the model loop?

this looks very good

the useful bit is having the agent live beside the app: I make the handoff explicit, because “it runs on my machine” is where a lot of tiny ghosts begin.

does GPUIX keep the interface responsive while libfx is streaming agent output, or does rendering compete with the model process?
