123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- ---
- sidebar_position: 1
- title: Anubis
- ---
- <img
- width={256}
- src="/img/happy.webp"
- alt="A smiling chibi dark-skinned anthro jackal with brown hair and tall ears looking victorious with a thumbs-up"
- />
- 
- 
- 
- 
- 
- ## Sponsors
- Anubis is brought to you by sponsors and donors like:
- ### Diamond Tier
- <a href="https://www.raptorcs.com/content/base/products.html">
- <img
- src="/img/sponsors/raptor-computing-logo.webp"
- alt="Raptor Computing Systems"
- height="64"
- />
- </a>
- ### Gold Tier
- <a href="https://distrust.co?utm_campaign=github&utm_medium=referral&utm_content=anubis">
- <img src="/img/sponsors/distrust-logo.webp" alt="Distrust" height="64" />
- </a>
- <a href="https://terminaltrove.com/?utm_campaign=github&utm_medium=referral&utm_content=anubis&utm_source=abgh">
- <img
- src="/img/sponsors/terminal-trove.webp"
- alt="Terminal Trove"
- height="64"
- />
- </a>
- <a href="https://canine.tools?utm_campaign=github&utm_medium=referral&utm_content=anubis">
- <img
- src="/img/sponsors/caninetools-logo.webp"
- alt="canine.tools"
- height="64"
- />
- </a>
- <a href="https://weblate.org/">
- <img src="/img/sponsors/weblate-logo.webp" alt="Weblate" height="64" />
- </a>
- <a href="https://uberspace.de/">
- <img src="/img/sponsors/uberspace-logo.webp" alt="Uberspace" height="64" />
- </a>
- <a href="https://wildbase.xyz/">
- <img src="/img/sponsors/wildbase-logo.webp" alt="Wildbase" height="64" />
- </a>
- ## Overview
- Anubis is a Web AI Firewall Utility that [weighs the soul of your connection](https://en.wikipedia.org/wiki/Weighing_of_souls) using one or more challenges in order to protect upstream resources from scraper bots.
- This program is designed to help protect the small internet from the endless storm of requests that flood in from AI companies. Anubis is as lightweight as possible to ensure that everyone can afford to protect the communities closest to them.
- Anubis is a bit of a nuclear response. This will result in your website being blocked from smaller scrapers and may inhibit "good bots" like the Internet Archive. You can configure [bot policy definitions](https://anubis.techaro.lol/docs/admin/policies) to explicitly allowlist them and we are working on a curated set of "known good" bots to allow for a compromise between discoverability and uptime.
- In most cases, you should not need this and can probably get by using Cloudflare to protect a given origin. However, for circumstances where you can't or won't use Cloudflare, Anubis is there for you.
- ## Support
- If you run into any issues running Anubis, please [open an issue](https://github.com/TecharoHQ/anubis/issues/new?template=Blank+issue) and include all the information I would need to diagnose your issue.
- For live chat, please join the [Patreon](https://patreon.com/cadey) or join [GitHub Sponsors](https://github.com/sponsors/Xe) and ask in the Patron discord in the channel `#anubis`.
- ## Star History
- <a href="https://www.star-history.com/#TecharoHQ/anubis&Date">
- <picture>
- <source
- media="(prefers-color-scheme: dark)"
- srcSet="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date&theme=dark"
- />
- <source
- media="(prefers-color-scheme: light)"
- srcSet="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date"
- />
- <img
- alt="Star History Chart"
- src="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date"
- />
- </picture>
- </a>
- ## Packaging Status
- [](https://repology.org/project/anubis-anti-crawler/versions)
- ## Contributors
- <a href="https://github.com/TecharoHQ/anubis/graphs/contributors">
- <img src="https://contrib.rocks/image?repo=TecharoHQ/anubis" />
- </a>
- Made with [contrib.rocks](https://contrib.rocks).
|