Hey HN. I built a desktop GUI for OpenCode (opencode.ai), the open-source AI coding assistant. Multitasking and orchestration is complicated in the TUI. I wanted to queue prompts while the AI is busy, fork conversations to try different approaches, and revert entire exchanges when things go sideways. None of that fits well in a terminal. OpenGUI is an Electron + React app that wraps OpenCode and adds those features along with multi-project support and live context usage tracking. Built with Bun as the full toolchain. The whole thing was built in about 4 days using Claude and ChatGPT. It's at v0.1.10, works on Linux and macOS, and I use it daily. There are definitely bugs and rough spots. MIT licensed. Would appreciate feedback on the feature set and anything you'd want from a desktop AI coding tool.