From f97b6c9ce298eeddbfddf23bebd7757dfbccdc34 Mon Sep 17 00:00:00 2001 From: eddiesoehnel Date: Sun, 26 Apr 2026 15:55:44 -0600 Subject: [PATCH] added Obscura --- specs/2_systems_s/external-software-tools-repos.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/specs/2_systems_s/external-software-tools-repos.md b/specs/2_systems_s/external-software-tools-repos.md index 50a3ac0..859d531 100644 --- a/specs/2_systems_s/external-software-tools-repos.md +++ b/specs/2_systems_s/external-software-tools-repos.md @@ -126,6 +126,8 @@ [Typesense](#typesense) +[Obscura](#obscura) + --- This doc is a list I maintain of anything interesting to me that I find @@ -379,4 +381,7 @@ An open-source credential broker by Infisical that sits between your agents and Agents should not possess credentials. Agent Vault eliminates credential exfiltration risk with brokered access. https://github.com/Infisical/agent-vault # **Typesense** -Typesense is a fast, typo-tolerant search engine for building delightful search experiences. https://github.com/typesense/typesense \ No newline at end of file +Typesense is a fast, typo-tolerant search engine for building delightful search experiences. https://github.com/typesense/typesense + +# **Obscura** +Obscura is a headless browser engine written in Rust, built for web scraping and AI agent automation. It runs real JavaScript via V8, supports the Chrome DevTools Protocol, and acts as a drop-in replacement for headless Chrome with Puppeteer and Playwright. https://github.com/h4ckf0r0day/obscura