“I found it very weird that there essentially is no way to browse the web in an open manner. So that’s what I am trying to build,” the founder of Stract said.
“I found it very weird that there essentially is no way to browse the web in an open manner. So that’s what I am trying to build,” the founder of Stract said.
I found the GitHub for it: https://github.com/StractOrg/stract/tree/main
What I still can’t figure out (in my very shallow dive into the repo) is if it’s a meta search engine like Searx-ng or if it does its own crawling and builds its own search index.
I run Searx-ng and love it, but I’d be interested in a true self-hosted search (though I’d need to devote a lot of resources to build and run such an index).
Anyone know?
Update: Looks like it crawls and maintains its own index. From the credits/thanks at the bottom of the readme (emphases mine):
From the readme, it uses its own index:
Also here’s a related discussion: https://github.com/StractOrg/stract/discussions/136
#YaCy is an open source crawler that you can run and feed Searx with. I recall some searx instances that run their own YaCy. YaCy can also share indexes with other YaCy instances.