index.mdx 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. ---
  2. sidebar_position: 1
  3. title: Anubis
  4. ---
  5. <img
  6. width={256}
  7. src="/img/happy.webp"
  8. alt="A smiling chibi dark-skinned anthro jackal with brown hair and tall ears looking victorious with a thumbs-up"
  9. />
  10. ![enbyware](https://pride-badges.pony.workers.dev/static/v1?label=enbyware&labelColor=%23555&stripeWidth=8&stripeColors=FCF434%2CFFFFFF%2C9C59D1%2C2C2C2C)
  11. ![GitHub Issues or Pull Requests by label](https://img.shields.io/github/issues/TecharoHQ/anubis)
  12. ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/TecharoHQ/anubis)
  13. ![language count](https://img.shields.io/github/languages/count/TecharoHQ/anubis)
  14. ![repo size](https://img.shields.io/github/repo-size/TecharoHQ/anubis)
  15. ## Sponsors
  16. Anubis is brought to you by sponsors and donors like:
  17. ### Diamond Tier
  18. <a href="https://www.raptorcs.com/content/base/products.html">
  19. <img
  20. src="/img/sponsors/raptor-computing-logo.webp"
  21. alt="Raptor Computing Systems"
  22. height="64"
  23. />
  24. </a>
  25. ### Gold Tier
  26. <a href="https://distrust.co?utm_campaign=github&utm_medium=referral&utm_content=anubis">
  27. <img src="/img/sponsors/distrust-logo.webp" alt="Distrust" height="64" />
  28. </a>
  29. <a href="https://terminaltrove.com/?utm_campaign=github&utm_medium=referral&utm_content=anubis&utm_source=abgh">
  30. <img
  31. src="/img/sponsors/terminal-trove.webp"
  32. alt="Terminal Trove"
  33. height="64"
  34. />
  35. </a>
  36. <a href="https://canine.tools?utm_campaign=github&utm_medium=referral&utm_content=anubis">
  37. <img
  38. src="/img/sponsors/caninetools-logo.webp"
  39. alt="canine.tools"
  40. height="64"
  41. />
  42. </a>
  43. <a href="https://weblate.org/">
  44. <img src="/img/sponsors/weblate-logo.webp" alt="Weblate" height="64" />
  45. </a>
  46. <a href="https://uberspace.de/">
  47. <img src="/img/sponsors/uberspace-logo.webp" alt="Uberspace" height="64" />
  48. </a>
  49. <a href="https://wildbase.xyz/">
  50. <img src="/img/sponsors/wildbase-logo.webp" alt="Wildbase" height="64" />
  51. </a>
  52. ## Overview
  53. 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.
  54. 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.
  55. 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.
  56. 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.
  57. ## Support
  58. 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.
  59. 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`.
  60. ## Star History
  61. <a href="https://www.star-history.com/#TecharoHQ/anubis&Date">
  62. <picture>
  63. <source
  64. media="(prefers-color-scheme: dark)"
  65. srcSet="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date&theme=dark"
  66. />
  67. <source
  68. media="(prefers-color-scheme: light)"
  69. srcSet="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date"
  70. />
  71. <img
  72. alt="Star History Chart"
  73. src="https://api.star-history.com/svg?repos=TecharoHQ/anubis&type=Date"
  74. />
  75. </picture>
  76. </a>
  77. ## Packaging Status
  78. [![Packaging status](https://repology.org/badge/vertical-allrepos/anubis-anti-crawler.svg?columns=3)](https://repology.org/project/anubis-anti-crawler/versions)
  79. ## Contributors
  80. <a href="https://github.com/TecharoHQ/anubis/graphs/contributors">
  81. <img src="https://contrib.rocks/image?repo=TecharoHQ/anubis" />
  82. </a>
  83. Made with [contrib.rocks](https://contrib.rocks).