Show HN: Nxtscape – an open-source agentic browser
11–20 of 228 posts
Re: Show HN: Nxtscape – an open-source agentic browser
#12Re: Show HN: Nxtscape – an open-source agentic browser
#13Re: Show HN: Nxtscape – an open-source agentic browser
#14What is with Mac users forking Chromium and then only making releases for Mac?
have linux next on our radar. What build do you want?
Re: Show HN: Nxtscape – an open-source agentic browser
#15so agents can control tabs, forms, clicks—like a real user would.so what about undo. if an agent clicks the wrong thing, how do you roll that back without reloading the world?
Re: Show HN: Nxtscape – an open-source agentic browser
#16[flagged]
Re: Show HN: Nxtscape – an open-source agentic browser
#17Re: Show HN: Nxtscape – an open-source agentic browser
#18Are we still tossing around the 10x productivity boost? Please make this stop. I see first commit on April 28 so by 10x productivity its like you've been working on this for almost 2.5 years, and there is still a waiting list on the website. Appreciate the agplv3 licence, kudos on that.
I get the general sentiment. But cursor for sure has improved productivity by a huge multiplicative factor, especially for simpler stuff (like building chrome extension).
Re: Show HN: Nxtscape – an open-source agentic browser
#19Before I dive into the source code... how do you pass the page content, and the locations of interactive components to the LLM? And how do you dispatch events to interact with the page? I just want to verify if it's ARIA tree like the others, or it's something else.
To get the page content we parse accessibility tree.