-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBrewfile
More file actions
494 lines (494 loc) · 14.9 KB
/
Brewfile
File metadata and controls
494 lines (494 loc) · 14.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
tap "adoptopenjdk/openjdk"
tap "derailed/k9s"
tap "etopeter/tap"
tap "gabrie30/utils"
tap "golangci/tap"
tap "hashicorp/tap"
tap "homebrew/cask"
tap "homebrew/core"
tap "jzelinskie/faq"
tap "k14s/tap"
tap "kaos/shell"
tap "kcl-lang/tap"
tap "netbirdio/tap"
tap "peak/tap"
tap "pgpx/download-apache-tomcat"
tap "pgpx/paul"
tap "pilat/devbox"
tap "pulumi/tap"
tap "robusta-dev/krr"
tap "sambadevi/powerlevel9k"
tap "thezoraiz/ascii-image-converter"
tap "weaveworks/tap"
# Search tool like grep, but optimized for programmers
brew "ack"
# CLI tool for working with Architecture Decision Records
brew "adr-tools"
# Simple, modern, secure file encryption
brew "age"
# Flexible lightweight test report tool
brew "allure"
# Java build tool
brew "ant"
# GitOps Continuous Delivery for Kubernetes
brew "argocd"
# Use AWS IAM credentials to authenticate to Kubernetes
brew "aws-iam-authenticator"
# Easily rotate your AWS access key
brew "aws-rotate-key"
# Official Amazon AWS command-line interface
brew "awscli"
# Azure Storage data transfer utility
brew "azcopy"
# Microsoft Azure CLI 2.0
brew "azure-cli"
# Gnome disk usage analyzer
brew "baobab"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Bash Automated Testing System
brew "bats-core"
# Secure and free password manager for all of your devices
brew "bitwarden-cli"
# Prevent cloud misconfigurations during build-time for IaC tools
brew "checkov"
# Ultimate Beauty gRPC Client for your Terminal
brew "chiko"
# Statistics utility to count lines of code
brew "cloc"
# Command-line tool to manage cert-manager
brew "cmctl"
# OpenAI's coding agent that runs in your terminal
brew "codex"
# Container runtimes on MacOS (and Linux) with minimal setup
brew "colima"
# Container Signing
brew "cosign"
# Terminal countdown timer
brew "countdown"
# Tool for interacting with remote images and registries
brew "crane"
# Top-like interface for container metrics
brew "ctop"
# Load/unload environment variables based on $PWD
brew "direnv"
# Tool for exploring each layer in a docker image
brew "dive"
# Docker Credential Helper for Amazon ECR
brew "docker-credential-helper-ecr"
# View disk space usage and delete unwanted data, fast
brew "dua-cli"
# Slightly quackers Docker TUI based on k9s
brew "ducker"
# CLI tool for versioning data
brew "dud"
# Git for data science projects
brew "dvc"
# Open-source framework for augmenting humans using AI
brew "fabric-ai"
# Play, record, convert, and stream audio and video
brew "ffmpeg"
# Collection of GNU find, xargs, and locate
brew "findutils"
# User-friendly command-line shell for UNIX-like operating systems
brew "fish"
# Monitor a directory for changes and run a shell command
brew "fswatch"
# Distributed revision control system
brew "git"
# Enable transparent encryption/decryption of files in a git repo
brew "git-crypt"
# Quickly rewrite git repository history
brew "git-filter-repo"
# Tcl/Tk UI for the git revision control system
brew "git-gui"
# Git extension for versioning large files
brew "git-lfs"
# Audit git repos for secrets
brew "gitleaks"
# Open-source GitLab command-line tool
brew "glab"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU version of the tar archiving utility
brew "gnu-tar"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Open-source build automation tool based on the Groovy and Kotlin DSL
brew "gradle"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# Tool for glamorous shell scripts
brew "gum"
# Smarter Dockerfile linter to validate best practices
brew "hadolint"
# Kubernetes package manager
brew "helm"
# Improved top (interactive process viewer)
brew "htop"
# User-friendly cURL replacement (command-line HTTP client)
brew "httpie"
# Client library for huggingface.co hub
brew "huggingface-cli"
# Interpreted, interactive, object-oriented programming language
brew "python@3.12"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# Calculate various network masks, etc. from a given IP address
brew "ipcalc"
# Istio configuration command-line utility
brew "istioctl"
# Cross-platform Java Version Manager
brew "jabba"
# Manage your Java environment
brew "jenv"
# Command-line interface for JFrog products
brew "jfrog-cli"
# Git-compatible distributed version control system
brew "jj"
# Load testing and performance measurement application
brew "jmeter"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Convert JSON and JSON Lines to terminal, CSV, HTTP, and markdown tables
brew "jtbl"
# Swiss-army knife of markup format conversion
brew "pandoc"
# Interactive environments for writing and running code
brew "jupyterlab"
# Handy way to save and run project-specific commands
brew "just"
# Super fast CLI tool to decode and encode JWTs built in Rust
brew "jwt-cli"
# Multi-Stage GitOps Continuous Promotion
brew "kargo"
# Generic command-line non-JVM Apache Kafka producer and consumer
brew "kcat"
# Run local Kubernetes cluster in Docker
brew "kind"
# MongoDB's blazingly fast secret scanning and validation tool
brew "kingfisher"
# Kubernetes command-line interface
brew "kubernetes-cli"
# Package manager for kubectl plugins
brew "krew"
# Easily check your clusters for use of deprecated APIs
brew "kubent"
# Template-free customization of Kubernetes YAML manifests
brew "kustomize"
# Kubernetes Native Policy Management
brew "kyverno"
# Lazier way to manage everything docker
brew "lazydocker"
# Lets you manipulate the signature block in a Mach-O binary
brew "ldid"
# Sophisticated file transfer program
brew "lftp"
# Git-native dotfiles management that doesn't suck
brew "lnk"
# Synchronize local directories with remote targets
brew "lsyncd"
# Customize your git commit hashes!
brew "lucky-commit"
# Personal Knowledge Management System for the LSP
brew "markdown-oxide"
# Java-based project management
brew "maven"
# Visual testing tool for MCP servers
brew "mcp-inspector"
# Like jq but for Markdown
brew "mdq"
# Replacement for ls, cp and other commands for object storage
brew "minio-mc"
# S3 benchmarking tool
brew "minio-warp"
# Check for broken links in markup files
brew "mlc"
# Tool for smooth Git handover in mob programming sessions
brew "mob"
# Collection of tools that nobody wrote when UNIX was young
brew "moreutils"
# NCurses Disk Usage
brew "ncdu"
# Tiny, lightning fast, feature-packed file manager
brew "nnn"
# Finds secrets and sensitive information in textual data and Git history
brew "noseyparker"
# Modern shell for the GitHub era
brew "nushell"
# Colorizing `cat` command with syntax highlighting
brew "nyan"
# Create, run, and share large language models (LLMs)
brew "ollama"
# Open client for Cisco AnyConnect VPN
brew "openconnect"
# Open source distributed and RESTful search engine
brew "opensearch"
# PNG file optimizer
brew "optipng"
# Terminal User Interface (TUI) to view & control docker containers
brew "oxker"
# Program for transforming PDF files
brew "paperjam"
# Highly parallelized, blazing fast directory tree analyzer
brew "parallel-disk-usage"
# Parallel gzip
brew "pigz"
# Python dependency management tool
brew "pipenv"
# Package management made easy
brew "pixi"
# Package compiler and linker metadata toolkit
brew "pkgconf"
# Draw UML diagrams
brew "plantuml"
# Tool for managing OCI containers and pods
brew "podman"
# Python package management tool
brew "poetry"
# Generate locked-down AWS IAM Policies
brew "policy_sentry"
# Framework for managing multi-language pre-commit hooks
brew "pre-commit"
# Cloud native development platform
brew "pulumi"
# Monitor data's progress through a pipe
brew "pv"
# Python version management
brew "pyenv"
# Pyenv plugin to manage virtualenv
brew "pyenv-virtualenv"
# Alternative to pyenv for managing virtualenvs
brew "pyenv-virtualenvwrapper"
# QR Code generation
brew "qrencode"
# Software environment for statistical computing
brew "r"
# Simple, modern, secure file encryption
brew "rage"
# Database management TUI for PostgreSQL/MySQL/SQLite
brew "rainfrog"
# Rsync for cloud storage
brew "rclone"
# Persistent key-value database, with built-in net interface
brew "redis"
# Pack repository contents into a single AI-friendly file
brew "repomix"
# Move files and directories to the trash
brew "rmtrash"
# Safe, concurrent, practical language
brew "rust"
# Build tool for Scala projects
brew "sbt"
# Command-line tool to manage Scala environments
brew "scalaenv"
# Fetch an entire site and save it as a text file
brew "sitefetch"
# Easy and Repeatable Kubernetes Development
brew "skaffold"
# Work with remote images registries
brew "skopeo"
# Editor of encrypted files
brew "sops"
# Data wrangler with jq-like query language
brew "sq"
# Cross-shell prompt for astronauts
brew "starship"
# Modern and pretty fancy file manager for the terminal
brew "superfile"
# TUI to view and query tabular files (CSV,TSV, Parquet, etc.)
brew "tabiew"
# Log file highlighter
brew "tailspin"
# Tool to detect and prevent secrets from getting checked in
brew "talisman"
# Secrets management tool for developers
brew "teller"
# OpenTofu / Terraform / Terragrunt / Terramate / Atmos version manager
brew "tenv"
# CLI that checks Terraform code for module updates
brew "terraform-module-versions"
# Linter for Terraform files
brew "tflint"
# CLI to rename Terraform resources and generate moved blocks
brew "tfmv"
# HTTP/HTTPS proxy for POSIX systems
brew "tinyproxy"
# Official tldr client written in Rust
brew "tlrc"
# Terminal multiplexer
brew "tmux"
# Display directories as trees (with optional color/HTML output)
brew "tree"
# Vulnerability scanner for container images, file systems, and Git repos
brew "trivy"
# Language for application scale JavaScript development
brew "typescript"
# Command-line unarchiving tools supporting multiple formats
brew "unar"
# Tool for working with usage-spec CLIs
brew "usage"
# Extremely fast Python package installer and resolver, written in Rust
brew "uv"
# Disaster recovery for Kubernetes resources and persistent volumes
brew "velero"
# Terminal spreadsheet multitool for discovering and arranging data
brew "visidata"
# Wait for a port or a service to enter the requested state
brew "wait4x"
# Terminal navigator
brew "walk"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Internet file retriever
brew "wget"
# CSV CLI magician written in Rust
brew "xan"
# JavaScript package manager
brew "yarn"
# Fast Rust based tool to serialize text-based files for LLM consumption
brew "yek"
# Process YAML, JSON, XML, CSV and properties documents from the CLI
brew "yq"
# YAML templating tool that works on YAML structure instead of text
brew "ytt"
# Pluggable terminal workspace, with terminal multiplexer as the base feature
brew "zellij"
# Command-line fuzzy finder that prioritizes matches on filenames
brew "zf"
# CLI tool for querying DNS records with readable, colored output
brew "zns"
# UNIX shell (command interpreter)
brew "zsh"
# Additional completion definitions for zsh
brew "zsh-completions"
# Fish shell like syntax highlighting for zsh
brew "zsh-syntax-highlighting"
# Kubernetes CLI To Manage Your Clusters In Style!
brew "derailed/k9s/k9s"
# kubectl plugin to show cluster CPU and Memory requests utilization
brew "etopeter/tap/kubectl-view-utilization"
# Quickly clone an entire org/users repositories into one directory
brew "gabrie30/utils/ghorg"
# Fast linters runner for Go.
brew "golangci/tap/golangci-lint"
# Format Agnostic jQ
brew "jzelinskie/faq/faq"
# Common assertions for Bats
brew "kaos/shell/bats-assert"
# Common filesystem assertions for Bats
brew "kaos/shell/bats-file"
# KCL Command Line Interface
brew "kcl-lang/tap/kcl"
# Parallel S3 and local filesystem execution tool
brew "peak/tap/s5cmd"
# Download Apache Tomcat
brew "pgpx/download-apache-tomcat/download-apache-tomcat@9.0.34"
# A swiss army knife for Pulumi development
brew "pulumi/tap/pulumictl"
# Kubernetes Resource Recommender by Robusta
brew "robusta-dev/krr/krr"
# A badass zsh theme with more power than a normal earthling
brew "sambadevi/powerlevel9k/powerlevel9k"
# Convert images into ascii art
brew "thezoraiz/ascii-image-converter/ascii-image-converter"
# The official CLI for Amazon EKS
brew "weaveworks/tap/eksctl"
# View, print, and comment on PDF documents
cask "adobe-acrobat-reader"
# Application launcher and productivity software
cask "alfred"
# Cloud native persistent desktop virtualization
cask "amazon-workspaces"
# Web browser focusing on privacy
cask "brave-browser"
# Anthropic's official Claude AI desktop app
cask "claude"
# Write, edit, and chat about your code with AI
cask "cursor"
# Voice and text chat software
cask "discord"
# Developer platform
cask "dotnet-sdk"
# Federated Open Key Service; E2EE KV-store and Git hosting
cask "foks"
# Set of tools to manage resources and applications hosted on Google Cloud
cask "gcloud-cli"
# GUI for Jujutsu
cask "gg"
# Terminal emulator that uses platform-native UI and GPU acceleration
cask "ghostty"
# Terminal built on web technologies
cask "hyper"
# Vector graphics editor
cask "inkscape"
# System monitoring app
cask "istat-menus"
# Terminal emulator as alternative to Apple's Terminal app
cask "iterm2"
# Automatically ejects external drives
cask "jettison"
# Kubernetes IDE
cask "lens"
# Privacy-first, open-source platform for knowledge sharing and management
cask "logseq"
# Explorer for Azure Storage
cask "microsoft-azure-storage-explorer"
# Minimal installer for conda
cask "miniconda"
# Netbird UI Client
cask "netbird-ui"
# Knowledge base that works on top of a local folder of plain text Markdown files
cask "obsidian"
# Programmable solid 3D CAD modeller
cask "openscad"
# Declarative language for creating reliable, composable LLM prompts
cask "pdl"
# Podcast platform
cask "pocket-casts"
# Browse, manage, inspect containers and images
cask "podman-desktop"
# MySQL/MariaDB database management
cask "sequel-ace"
# Plugin for AWS CLI to start and end sessions that connect to managed instances
cask "session-manager-plugin"
# Music streaming service
cask "spotify"
# Text editor for code, markup and prose
cask "sublime-text"
# Terminal emulator, SSH and serial client
cask "tabby"
# Free and open-source OpenVPN client
cask "tunnelblick"
# Development environment
cask "vagrant"
# Open-source code editor
cask "visual-studio-code"
# All-in-One Java Troubleshooting Tool
cask "visualvm"
# Utility for extracting text from images, videos, QR codes and barcodes
cask "viz"
# Network protocol analyzer
cask "wireshark-app"
# Create diagrams manually, or import external data for analysis
cask "yed"
# Multiplayer code editor
cask "zed"
# Video communication and virtual meeting platform
cask "zoom"
vscode "eamodio.gitlens"
vscode "golang.go"
vscode "ms-azuretools.vscode-containers"
vscode "ms-kubernetes-tools.vscode-kubernetes-tools"
vscode "ms-python.debugpy"
vscode "ms-python.python"
vscode "ms-python.vscode-pylance"
vscode "ms-python.vscode-python-envs"
vscode "ms-vscode-remote.remote-containers"
vscode "ms-vscode.js-debug-companion"
vscode "openai.chatgpt"
vscode "redhat.vscode-yaml"
go "golang.org/x/tools/gopls"
go "honnef.co/go/tools/cmd/staticcheck"