> ## Content Index
> Fetch the complete content index at: https://blog.brokk.ai/llms.txt
> Use this file to discover other available public pages before exploring further.

# What's new in Brokk 0.23
- URL: https://blog.brokk.ai/whats-new-in-brokk-0-23/
- Published: 2026-03-02T20:11:01.000Z
- Updated: 2026-03-02T23:53:11.000Z
- Author: Jonathan Ellis

The headline feature in Brokk 0.23 is that we are making it easy to use Brokk from your environment of choice. Besides the classic Brokk Desktop, we've added a TUI, a VSCode plugin, an IntelliJ plugin, and a Zed plugin, and we've brought OpenAi oauth to all of them.

### OpenAI OAuth

This is the approved-by-OpenAI way to use your ChatGPT subscription with tools like Brokk. Click on Connect from the settings in Brokk Desktop, or execute `/login-openai` from the TUI. Brokk will configure itself to prefer the free-with-your-openai-subscription models; of course, you can still use other models as well. More [details in our standalone post here](https://blog.brokk.ai/your-chatgpt-sub-in-brokk-llm-reasoning-with-context-aware-dev/).

![](https://storage.ghost.io/c/f5/e4/f5e49182-2f16-4855-8727-fde7524e784f/content/images/2026/03/image.png)

### Brokk TUI

Want to run Brokk in your terminal? `pipx install brokk` and you're good to go. More details (including how to install `pipx`) are found [in the docs](https://brokk.ai/documentation/quick-start?ref=blog.brokk.ai).

![](https://storage.ghost.io/c/f5/e4/f5e49182-2f16-4855-8727-fde7524e784f/content/images/2026/03/Screenshot-2026-03-02-at-1.36.39---PM.png)

### Brokk for VSCode

You can install the Brokk VSCode extension [from the VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=Brokk.vscode-brokk&ref=blog.brokk.ai). Full [docs can be found here](https://brokk.ai/documentation/quick-start?ref=blog.brokk.ai).

![](https://storage.ghost.io/c/f5/e4/f5e49182-2f16-4855-8727-fde7524e784f/content/images/2026/03/image-1.png)

### Brokk for IntelliJ and Zed

After installing the Brokk TUI, run `brokk install intellij` or `brokk install zed`. Then follow the respective [docs on setting up Brokk as an ACP agent](https://www.jetbrains.com/help/ai-assistant/acp.html?ref=blog.brokk.ai). 

![](https://storage.ghost.io/c/f5/e4/f5e49182-2f16-4855-8727-fde7524e784f/content/images/2026/03/intellij-zed-combo-2.png)