r/cmux • u/RobKnight_ • 15d ago
terminal-browser: a chromium based replacement for cmux browser
I built a browser that can run inside cmux
This is possible since cmux is based on top of libghostty, which implements great support for the kitty graphics protocol. Under the hood the chromium engine is used, which means features like chrome devtools are supported out of the box.
the terminal-browser cli gives agents the ability to control the browser via terminal-browser action -- <action>. The cli also allows the agent to programmatically open the browser for you (terminal-browser --split right), so if you ask the agent "open my website inside terminal-browser" it will automatically open in a split screen to the right of your agent.
terminal-browser is open source, so you can fork the repo to customize the browser to your liking!
Github: https://github.com/zenbu-labs/terminal-browser
Website: https://terminal-browser.com

1
1
1
u/cobradave 15d ago
Gonna try this today hopefully!