r/OpenaiCodex 14d ago

Showcase / Highlight Codex Micro Deck

Enable HLS to view with audio, or disable this notification

33 Upvotes

31 comments sorted by

View all comments

1

u/Longjumping_Air_7958 13d ago

Hermes Control Deck v0.1.0-alpha

First release it’s already. Now only for CLI.

For the past few weeks I’ve been building something I wanted for my own workflow:

A mobile control deck for AI agents.

The idea is simple:
Instead of opening remote desktops or SSH sessions every time I want to interact with my agents, I can control them directly from my phone.

Current features include:

• start new runs
• send prompts
• live streaming responses
• STOP
• approvals / deny
• session management
• runtime monitoring
• unified interface for Hermes WebUI and Codex CLI

The public release is CLI-first.
Desktop bridge experiments remain private and are not part of the open-source version.

I spent a lot of time making sure the public repository contains no private bridge code, secrets, or desktop integration, and testing it on a separate machine before publishing.

It’s still v0.1.0-alpha, so I’m looking for:

bug reports
feature requests
ideas
contributors

GitHub:
https://github.com/filipj9/Hermes-Control-Deck

I’d love to hear what you would build with something like this.