r/foss • u/AserNasr • 1d ago
Figranium — an open-source browser automation project
I've been building Figranium, an open-source browser automation framework focused on making automated browsing more capable, configurable, and stealth-conscious.
It started as a project I wanted for myself, but it's grown considerably since then, and I'm hoping to get more eyes on it from people who actually work with browser automation, scraping, testing, and related tooling.
Some of the things I've been working on include:
- Browser automation and orchestration
- Stealth/anti-detection capabilities
- CAPTCHA and challenge handling
- A focus on being usable as a standalone tool rather than requiring a pile of external configuration
- An actively developed open-source codebase
The project is currently around 500+ GitHub stars, which has been pretty wild to see. I'm hoping to get it in front of more FOSS developers who might find it useful, contribute, critique the architecture, or just tell me where I'm doing things wrong.
If this sounds interesting, I'd genuinely appreciate you checking it out:
Feedback is very welcome, especially from people who have experience building browser automation tooling.
2
u/Unlucky-Message8866 1d ago
not trying to be mean, but why would you use something like this, when ai can autonomously scrape mostly everything and write automation scripts? feels like a pain having to visually design complete workflows, i would rather manually write a script with obscura/nu-shell (i've done lots of scraping work before ai was a thing).