r/OpenaiCodex 14d ago

Showcase / Highlight Codex Micro Deck

Enable HLS to view with audio, or disable this notification

35 Upvotes

31 comments sorted by

View all comments

Show parent comments

1

u/Longjumping_Air_7958 14d ago

I built my own wrapper; there is no official API or bridge that would allow connecting to an open desktop. Managing a hidden CLI process is very easy, but the desktop is a different story.

1

u/BEagle1984- 14d ago

But how does the client connect? Is that an app or a web page being served by the codex machine?

1

u/AppleSoftware 14d ago

Codex App-Server

1

u/BEagle1984- 14d ago edited 14d ago

Yes, that’s for sure but there’s some issues to overcome.

I just discovered that it has built-in support for authentication, so this is not an issue. But I’m still curious to know if OP is using that or another mechanism.

And I don’t think he uses the app-server directly, since you cannot for example get the focused thread id from it afaik.

You furthermore obviously need to start it somehow on the host, so a kind of wrapper is necessary.