macOS and Linux Installation¶
Assumes you have completed Prerequisites.
1. Install platform prerequisites¶
macOS¶
Installs or verifies the setup prerequisites, including Python 3.12+, Git, the Azure CLI, the .NET SDK, the Microsoft Agent 365 CLI, and PowerShell 7.
Linux¶
Install Python 3.12+, the Azure CLI, git, and a Secret Service–compatible keyring (e.g. gnome-keyring or KWallet).
2. Create a fresh identity chain¶
# Replace "workstation" with a short unique label for this Agent User.
./scripts/setup.sh --new --with-upn-suffix=workstation
To attach this device to an existing Blueprint instead:
Use --agent-user-upn=<existing-upn> or --with-upn-suffix=<label> when the Blueprint has multiple Agent Users and auto-discovery would be ambiguous. Run ./scripts/setup.sh --help for storage, Work IQ, migration, and status options — see scripts/setup.sh reference for the full option list.
Next step¶
Continue to Verify Your Agent Identity.