From eb0eae591ef612458a9116a86c487aa18f2ce823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Noack?= Date: Wed, 5 Feb 2025 14:02:03 +0100 Subject: [PATCH] docs: Add deprecation note --- docs/index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.md b/docs/index.md index 637095fa9..1f39a524c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,6 +3,10 @@ title: Home nav_order: 1 --- +> **As of 2025, Santa is no longer maintained by Google.** We encourage +> existing users to migrate to an actively maintained fork of Santa, such as +> https://github.com/northpolesec/santa. + # Welcome to the Santa documentation Santa is a binary and file access authorization system for macOS. It consists of a system extension that allows or denies attempted executions using a set of rules stored in a local database, a GUI agent that notifies the user in case of a block decision, a sync daemon responsible for syncing the database, and a server, and a command-line utility for managing the system.