https://github.com/arcjet/homebrew-tap
The Arcjet CLI gives you terminal access to the Arcjet security platform.
https://github.com/arcjet/homebrew-tap
Last synced: 2 months ago
JSON representation
The Arcjet CLI gives you terminal access to the Arcjet security platform.
- Host: GitHub
- URL: https://github.com/arcjet/homebrew-tap
- Owner: arcjet
- License: other
- Created: 2026-04-14T22:11:56.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-24T18:09:51.000Z (3 months ago)
- Last Synced: 2026-04-24T19:17:10.440Z (3 months ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew Tap
[Arcjet](https://arcjet.com) is the runtime security platform that ships with
your code. This is the official [Homebrew](https://brew.sh) tap for the
[Arcjet CLI](https://github.com/arcjet/cli).
## Install
```bash
brew install arcjet/tap/arcjet
```
This adds the tap and installs the `arcjet` CLI in a single command. To add the
tap separately:
```bash
brew tap arcjet/tap
brew install arcjet
```
## Upgrade
```bash
brew upgrade arcjet
```
## Usage
Log in to your Arcjet account:
```bash
arcjet auth login
```
Get a security briefing for your site:
```bash
arcjet briefing --site-id site_01abc123
```
See the [Arcjet CLI repository](https://github.com/arcjet/cli) for the full
command reference, or run `arcjet --help` to see all available commands.
## Get help
Need help with anything?
[Email us](mailto:support@arcjet.com) or
[join our Discord](https://arcjet.com/discord) to get support from our
engineering team.
## Support
This repository follows the [Arcjet Support Policy](https://docs.arcjet.com/support).
## Security
This repository follows the [Arcjet Security Policy](https://docs.arcjet.com/security).