# Takumi Guard: Admin Deployment Now Provisions Go Modules

Takumi Guard [admin deployment](/docs/t/guard/features/admin-deployment) now configures Go modules on every target machine, alongside npm, PyPI, and RubyGems.

## Overview {#overview}

[Admin deployment](/docs/t/guard/features/admin-deployment) lets administrators push Takumi Guard out across their fleet without any per-developer steps. The setup script is distributed via your management tool (Jamf, Intune, Ansible, and so on), and silently configures every supported package manager on each target device. Until now that covered npm, PyPI, and RubyGems; with this release, Go modules is added as a fourth ecosystem — the same Guard coverage available for the other ecosystems now rolls out for Go too.

## Getting Started {#getting-started}

Setup script **v0.6.0** is available from:

- **macOS / Linux:** [https://shisho.dev/releases/takumi-guard-setup-0.6.0.sh](https://shisho.dev/releases/takumi-guard-setup-0.6.0.sh)
- **Windows:** [https://shisho.dev/releases/takumi-guard-setup-0.6.0.ps1](https://shisho.dev/releases/takumi-guard-setup-0.6.0.ps1)

Steps (if you already have a Bot and API key, skip to step 3):

1. Create a Bot in the Shisho Cloud console (**Settings** > **Bots**) and assign the "Takumi Guard Token Issuer" role
2. Generate an API key for the Bot
3. Download the setup script v0.6.0 from the URL above
4. Wrap the script with your management tool (Jamf, Intune, Ansible, etc.) and deploy

For detailed instructions and the latest wrapper examples, see the [Admin Deployment guide](/docs/t/guard/features/admin-deployment).

:::warning If you already use admin deployment
The sample wrapper script we provide may have been revised. Update both the wrapper and the setup script to the latest versions as needed.
:::

:::info Paid Feature
This feature requires an active Takumi subscription with Guard enabled. See [Pricing & Billing](/docs/t/guard/billing) for details.
:::

## Getting Started with Your Organization

To use Guard's organization features (admin deployment, installation log search, etc.), you need a Takumi subscription with Guard enabled.

1. Go to [https://cloud.shisho.dev/hello/takumi](https://cloud.shisho.dev/hello/takumi) and sign in
2. Register your organization and subscribe to Takumi
3. Navigate to **Guard** > **Settings** from the sidebar
4. Click "Enable" to activate Guard

![Guard settings page](/docs/_md-assets/6bf32f5005-ui-guard-settings.png)

Once Guard is enabled, follow the [Admin Deployment guide](/docs/t/guard/features/admin-deployment) to begin setup.
