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