self-hosted Bitrise runner
| Operating System | Architecture |
|---|---|
| Linux | x86_64 |
| macOS Big Sur | x86_64, arm64 |
| macOS Monterey | x86_64, arm64 |
| macOS Ventura | x86_64, arm64 |
Fetch the formulae in this tap:
brew tap bitrise-io/den-agentInstall latest or exact version:
# latest
brew install bitrise-den-agent
# exact version
brew install [email protected]Link version (if needed):
brew link --overwrite [email protected]Upgrade version:
brew upgrade [email protected]Create a daemon from bitrise-den-agent:
This command sets up the Bitrise DEN agent as a daemon running under the current user.
It creates the necessary directories, installs or symlinks the agent binary, and configures the launchd plist to run the agent automatically.
- The
--bitrise-agent-intro-secretis a required token used to authenticate the agent during connection. - The optional
--enable-agent-self-updateflag makes sure the latest version of the Bitrise DEN agent is fetched and used. - Running as sudo is required to load the daemon properly.
sudo $(brew --prefix)/bin/create_bitrise_daemon.sh --bitrise-agent-intro-secret=YOUR_TOKEN --enable-agent-self-update