5 ms·
I made a UI for this to run terminal apps, like claude and codex: https://multitui.com https://multitui.com
by davidcann 7mo ago
I made a UI for this to run terminal apps, like claude and codex: https://multitui.com https://multitui.com
- e1g 7mo agoI like this! I built something similar for sandboxing CLI agents, and in the repo have a collection of minimal profiles for sandbox-exec to use - https://agent-safehouse.dev/ https://agent-safehouse.dev/
- ithkuil 7mo agoWhich terminal do you embed?
- davidcann 7mo agoSwiftTerm, for not. I may switch to ghostty when their library is ready for embedding.
- hmokiguess 7mo agoI’m impressed really neat work! Why did you opt for closed source? edit: I don’t have a problem with closed source, but when software is expected to be accountable for my security I get a little paranoid, so was curious about the safety and guarantees here. The UX and everything else looks great
- davidcann 7mo agoYeah, that’s understandable. Many open source macOS-only apps seem to get abandoned, so I’m trying to build something sustainable. It uses only 3 dependencies that are very well known and widely used, so supply chain risk is minimal. That leaves me, the developer, as the main point of trust.
- kilroy123 7mo agoWow, this looks very nice.
- Tiberium 7mo agoCodex already uses sandbox-exec on macOS :)
- davidcann 7mo agoYeah, they all do sometimes, but the agent decides what to allow and they can choose to not use it. This gives the user full control of the sandbox and you can run the agent in yolo mode.