From c4a2db0fa77cf899e3f8bad130932a7b27ec3073 Mon Sep 17 00:00:00 2001 From: Brian Phillips <16819233+unipheas@users.noreply.github.com> Date: Thu, 23 Jul 2026 17:33:03 -0500 Subject: [PATCH] docs: clarify optional external services --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 12e48e2..c93036c 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,12 @@ A macOS menu bar companion for the [Busy Bar](https://busy.app) — control your bar over USB or Wi-Fi, automate your busy status, and turn the little LED display into a proper developer peripheral. -No cloud, no account, no telemetry: BarKeep talks directly to the bar's local HTTP API, either over USB (`http://10.0.4.20/api`, no authentication) or Wi-Fi (the bar's local IP address and local HTTP API password). +Core device control needs no BarKeep cloud, account, or telemetry: BarKeep +talks directly to the bar's local HTTP API over USB +(`http://10.0.4.20/api`, no authentication) or Wi-Fi (the bar's local IP +address and local HTTP API password). Optional Slack sync, weather, and update +checks contact their respective external services only when you enable or +request those features. BarKeep is free and open-source software under the [MIT License](LICENSE). You are welcome to use it, fork it, modify it,