Show HN: buse – automate your browser from the terminal

https://github.com/rinvii/buse
by rinvi • 6 months ago
3 0 6 months ago

I wanted to control the browser from the terminal so I made buse:

buse browser-1 # open chrome

buse browser-1 navigate "https://example.com"

buse browser-2 # open a second browser

buse browser-2 search "cat"

buse browser-1 observe # returns JSON about the page

buse browser-1 click 16 # clicks on the learn more link

I've been reading about agentic computer use and I tried to use MCPs and Browserbase, but there was just a lot of friction for me. So, I brought it to the CLI instead.

https://github.com/rinvii/buse

Related Stories

Loading related stories...

Source preview

github.com