diff --git a/docs/guides/install/_homebrew.mdx b/docs/guides/install/_homebrew.mdx
index db72444e..f2e67162 100644
--- a/docs/guides/install/_homebrew.mdx
+++ b/docs/guides/install/_homebrew.mdx
@@ -1,4 +1,6 @@
+This formula is maintained by the Homebrew community.
+
```text
brew install zrok
```
diff --git a/docs/guides/install/_install_cards.mdx b/docs/guides/install/_install_cards.mdx
index 922616c8..bf1cf4d1 100644
--- a/docs/guides/install/_install_cards.mdx
+++ b/docs/guides/install/_install_cards.mdx
@@ -19,7 +19,7 @@ import DownloadCardStyles from '@site/src/css/download-card.module.css';
diff --git a/docs/guides/install/linux.mdx b/docs/guides/install/linux.mdx
index aa666c1b..aede16b8 100644
--- a/docs/guides/install/linux.mdx
+++ b/docs/guides/install/linux.mdx
@@ -10,9 +10,9 @@ import AnsibleRepoSetup from './_ansible_repo_setup.yaml'
import ConcatenateYamlSnippets from '@site/src/components/cat-yaml.jsx'
import Homebrew from './_homebrew.mdx';
-## Install `zrok` from the Repository
+## Package Repository
-This will configure the system to receive DEB or RPM package updates.
+The RedHat (RPM) and Debian (DEB) packages are maintained by NetFoundry.
```text
curl -sSf https://get.openziti.io/install.bash | sudo bash -s zrok
@@ -43,10 +43,6 @@ Check out [zrok frontdoor](/guides/frontdoor.mdx?os=Linux) for running `zrok` as
-## Homebrew
-
-
-
## Linux Binary
@@ -94,7 +90,7 @@ Download the binary distribution for your Linux distribution's architecture or r
/ /| | | (_) | <
/___|_| \___/|_|\_\
- v0.4.0 [c889005]
+ v1.0.0 [c889005]
```
@@ -133,4 +129,12 @@ sudo install -o root -g root ./zrok /usr/local/bin/;
zrok version;
```
-
\ No newline at end of file
+
+
+## Arch User Repository
+
+[An Arch User Repository (AUR) package](https://aur.archlinux.org/packages/zrok-bin) is maintained by the Arch community. As of April 2025, the AUR package includes the `zrok` CLI and [the `zrok-agent.service` systemd `--user` service](/guides/agent/linux-service.mdx).
+
+## Homebrew Formula
+
+