-
Notifications
You must be signed in to change notification settings - Fork 1
/
Brewfile
441 lines (441 loc) · 13.1 KB
/
Brewfile
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
tap "adoptopenjdk/openjdk"
tap "akeylesslabs/tap"
tap "borgbackup/tap"
tap "carlocab/personal"
tap "derailed/k9s"
tap "homebrew/bundle"
tap "homebrew/services"
tap "hudochenkov/sshpass"
tap "mongodb/brew"
tap "stateful/tap"
tap "vladkens/tap"
tap "weaveworks/tap"
tap "wswenyue/apkparser"
# Tool for reverse engineering 3rd party, closed, binary Android apps
brew "apktool"
# Download with resuming and segmented downloading
brew "aria2"
# Record and share terminal sessions
brew "asciinema"
# Perf monitoring CLI tool for Apple Silicon
brew "asitop"
# Protocol definitions and daemon for D-Bus at-spi
brew "at-spi2-core"
# Automatic configure script builder
brew "autoconf"
# Tool for generating GNU Standards-compliant Makefiles
brew "automake"
# Use AWS IAM credentials to authenticate to Kubernetes
brew "aws-iam-authenticator"
# Official Amazon AWS command-line interface
brew "awscli"
# Light UNIX download accelerator
brew "axel"
# Bourne-Again SHell, a UNIX command interpreter
brew "bash"
# Programmable completion for Bash 4.2+
brew "bash-completion@2"
# Library for USB device access
brew "libusb"
# Swiss army knife for network attacks and monitoring
brew "bettercap"
# Remove large files or passwords from Git history like git-filter-branch
brew "bfg"
# Platform built on V8 to build network applications
brew "node"
# Secure and free password manager for all of your devices
brew "bitwarden-cli"
# Collection of portable C++ source libraries
brew "boost"
# Resource monitor. C++ version and continuation of bashtop and bpytop
brew "btop"
# Tool to obtain certs from Let's Encrypt and autoenable HTTPS
brew "certbot"
# Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript
brew "clang-format"
# Cross-platform make
brew "cmake"
# Container runtimes on MacOS (and Linux) with minimal setup
brew "colima", restart_service: true
# Get a file from an HTTP, HTTPS or FTP server
brew "curl"
# Generic library support script
brew "libtool"
# Granddaddy of HTML tools, with support for modern standards
brew "tidy-html5"
# Dependency Manager for PHP
brew "composer"
# Diff your Docker containers
brew "container-diff"
# GNU File, Shell, and Text utilities
brew "coreutils"
# Tool for browsing source code
brew "cscope"
# Reimplementation of ctags(1)
brew "ctags"
# Tools to work with Android .dex and Java .class files
brew "dex2jar"
# Tool for exploring each layer in a docker image
brew "dive"
# Pack, ship and run any application as a lightweight container
brew "docker"
# Docker CLI plugin for extended build capabilities with BuildKit
brew "docker-buildx"
# Isolated development environments using Docker
brew "docker-compose"
# Convert text between DOS, UNIX, and Mac formats
brew "dos2unix"
# GNU version of the tar archiving utility
brew "gnu-tar"
# Debian package management system
brew "dpkg"
# Simple command-line tool for creating clusters on Amazon EKS
brew "eksctl"
# LLVM bytecode to JavaScript compiler
brew "emscripten"
# Pseudorandom number sequence test program
brew "ent"
# AST-based pattern checker for JavaScript
brew "eslint"
# Perl lib for reading and writing EXIF metadata
brew "exiftool"
# ISO AAC audio encoder
brew "faac"
# ISO AAC audio decoder
brew "faad2"
# Powerful, clean, object-oriented scripting language
brew "ruby"
# Easiest way to build and release mobile apps
brew "fastlane"
# High quality MPEG Audio Layer III (MP3) encoder
brew "lame"
# Framework for layout and rendering of i18n text
brew "pango"
# Play, record, convert, and stream audio and video
brew "ffmpeg"
# C routines to compute the Discrete Fourier Transform
brew "fftw"
# Command-line fuzzy finder written in Go
brew "fzf"
# GNU awk utility
brew "gawk"
# Easily access your Google Calendar(s) from a command-line
brew "gcalcli"
# GitHub command-line tool
brew "gh"
# Distributed revision control system
brew "git"
# Git extension for versioning large files
brew "git-lfs"
# GNU implementation of the famous stream editor
brew "gnu-sed"
# GNU Pretty Good Privacy (PGP) package
brew "gnupg"
# Command-driven, interactive function plotting
brew "gnuplot"
# Open source programming language to build simple/reliable/efficient software
brew "go"
# Package compiler and linker metadata toolkit
brew "pkgconf"
# Graph visualization software from AT&T and Bell Labs
brew "graphviz"
# Toolkit for creating graphical user interfaces
brew "gtk+3"
# Data and connectivity library for the icecast server
brew "libshout"
# HTTP client/server library for GNOME
brew "libsoup"
# Portable SCTP userland stack
brew "libusrsctp"
# Audio compression format and tools
brew "musepack"
# Implementation of the Secure Real-time Transport Protocol
brew "srtp"
# Audio metadata library
brew "taglib"
# Development framework for multimedia applications
brew "gstreamer"
# Improved top (interactive process viewer)
brew "htop"
# Tools and libraries to manipulate images in many formats
brew "imagemagick"
# GNU utilities for networking
brew "inetutils"
# Cross-platform application and UI framework
brew "qt@5"
# Offline radio signal analyser
brew "inspectrum"
# Modular IRC client
brew "irssi"
# Dex to Java decompiler
brew "jadx"
# Command-line interface for JFrog products
brew "jfrog-cli"
# Extract Digicam setting info from EXIF JPEG headers
brew "jhead"
# Lightweight and flexible command-line JSON processor
brew "jq"
# Tool to move from `docker-compose` to Kubernetes
brew "kompose"
# Kubernetes command-line interface
brew "kubernetes-cli"
# Sophisticated file transfer program
brew "lftp"
# Configuration file processing library
brew "libconfig"
# Provides library functionality for FIDO U2F & FIDO 2.0, including USB
brew "libfido2"
# Implementation of the file(1) command
brew "libmagic"
# Use Realtek DVB-T dongles as a cheap SDR
brew "librtlsdr"
# Mac App Store command-line interface
brew "mas"
# Unified display of technical and tag data for audio/video
brew "media-info"
# Dynamic modification of a user's environment via modulefiles
brew "modules"
# Collection of tools that nobody wrote when UNIX was young
brew "moreutils"
# Message broker implementing the MQTT protocol
brew "mosquitto"
# Multiple Repository management tool
brew "mr"
# NCurses Disk Usage
brew "ncdu"
# Ambitious Vim-fork focused on extensibility and agility
brew "neovim"
# No Nonsense Neovim Client in Rust
brew "neovide"
# Utility for managing network connections
brew "netcat"
# Port scanning utility for large networks
brew "nmap"
# Create, run, and share large language models (LLMs)
brew "ollama", restart_service: true
# OpenBSD freely-licensed SSH connectivity tools
brew "openssh"
# 7-Zip (high compression file archiver) implementation
brew "p7zip"
# Tool for creating identical machine images for multiple platforms
brew "packer"
# Check coding standards in PHP, JavaScript and CSS
brew "php-code-sniffer"
# Minimal dumb-terminal emulation program
brew "picocom"
# Execute binaries from Python packages in isolated environments
brew "pipx"
# Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
brew "prettier"
# Parallel versions of OpenSSH and related tools
brew "pssh"
# Show ps output as a tree
brew "pstree"
# Sound system for POSIX OSes
brew "pulseaudio"
# Interpreted, interactive, object-oriented programming language
brew "python@3.11"
# Generic machine emulator and virtualizer
brew "qemu"
# Tools for and transforming and inspecting PDF files
brew "qpdf"
# Reverse engineering framework
brew "radare2"
# Reattach process (e.g., tmux) to background
brew "reattach-to-user-namespace"
# Tool to convert RPM package to CPIO archive
brew "rpm2cpio"
# Utility that provides fast incremental file transfer
brew "rsync"
# Program to decode radio transmissions from devices
brew "rtl_433", args: ["HEAD"]
# Safe, concurrent, practical language
brew "rust"
# Display and control your Android device
brew "scrcpy"
# Static analysis and lint tool, for (ba)sh scripts
brew "shellcheck"
# Autoformat shell script source code
brew "shfmt"
# SMART hard drive monitoring
brew "smartmontools"
# SOcket CAT: netcat on steroids
brew "socat"
# SOund eXchange: universal sound sample translator
brew "sox"
# Command-line interface for https://speedtest.net bandwidth tests
brew "speedtest-cli"
# Compressed read-only file system for Linux
brew "squashfs"
# Statistics from the command-line
brew "st"
# Tail multiple Kubernetes pods & their containers
brew "stern"
# Implementation of the STUN protocol
brew "stuntman"
# Version control system designed to be a better CVS
brew "subversion"
# Tool to build, change, and version infrastructure
brew "terraform"
# Programmatically correct mistyped console commands
brew "thefuck"
# Terminal multiplexer
brew "tmux"
# Lightweight BitTorrent client
brew "transmission-cli"
# URL extractor/launcher
brew "urlview"
# Vi 'workalike' with many additional features
brew "vim"
# Tool for creating isolated virtual python environments
brew "virtualenv"
# Web Assembly Binary Toolkit
brew "wabt"
# Executes a program periodically, showing output fullscreen
brew "watch"
# Internet file retriever
brew "wget"
# Tools for the WireGuard secure network tunnel
brew "wireguard-tools"
# Linter for YAML files
brew "yamllint"
# JavaScript package manager
brew "yarn"
# Feature-rich command-line audio/video downloader
brew "yt-dlp"
# Akeyless CLI
brew "akeylesslabs/tap/akeyless"
# Deduplicating archiver with compression and authenticated encryption
brew "borgbackup/tap/borgbackup-fuse"
# Kubernetes CLI To Manage Your Clusters In Style!
brew "derailed/k9s/k9s"
brew "hudochenkov/sshpass/sshpass"
# High-performance, schema-free, document-oriented database
brew "mongodb/brew/mongodb-community"
# Execute your runbooks, docs, and READMEs.
brew "stateful/tap/runme"
# Sudoless performance monitoring CLI tool for Apple Silicon processors
brew "vladkens/tap/macmon"
# Android apk file parsing tool
brew "wswenyue/apkparser/apkparser"
# View, print, and comment on PDF documents
cask "adobe-acrobat-reader"
# GPU-accelerated terminal emulator
cask "alacritty"
# Menu bar tool to limit maximum charging percentage
cask "aldente"
# Communications service
cask "amazon-chime"
# Android SDK component
cask "android-platform-tools"
# Tools for building Android applications
cask "android-studio"
# Two and three-way file comparison, merging and folder synchronisation
cask "araxis-merge"
# Multi-track audio editor and recorder
cask "audacity"
# Tool to flash OS images to SD cards & USB drives
cask "balenaetcher"
# 3D model slicing software for 3D printers, maintained by Bambu Lab
cask "bambu-studio"
# Web security testing toolkit
cask "burp-suite"
# E-books management software
cask "calibre"
# Web debugging Proxy application
cask "charles"
# Tool to show live information about the batteries in various devices
cask "coconutbattery"
# Metadata editor for digital comics
cask "comictagger"
# Tool to run Windows software
cask "crossover"
# Reverse engineering platform powered by Rizin
cask "cutter"
# Browser for SQLite databases
cask "db-browser-for-sqlite"
# Voice and text chat software
cask "discord"
# Disk usage utility
cask "disk-inventory-x"
# Developer platform
cask "dotnet-sdk"
# Web browser
cask "firefox"
# Software reverse engineering (SRE) suite of tools
cask "ghidra"
# Web browser
cask "google-chrome"
# Web browser
cask "google-chrome@beta"
# Set of tools to manage resources and applications hosted on Google Cloud
cask "google-cloud-sdk"
# Software-defined radio receiver powered by GNU Radio and Qt
cask "gqrx"
# Utility to hide menu bar items
cask "hiddenbar"
# Standalone Java Decompiler GUI
cask "jd-gui"
# Jellyfin desktop client
cask "jellyfin-media-player"
# Note taking and to-do application with synchronisation capabilities
cask "joplin"
# Desktop shield and keystroke interceptor
cask "keyboard-cleaner"
# Discover, download, and run local LLMs
cask "lm-studio"
# Clipboard manager
cask "maccy"
# File system integration
cask "macfuse"
# Intercept, modify, replay, save HTTP/S traffic
cask "mitmproxy"
# Power management and monitoring for Apple Mx processors
cask "mx-power-gadget"
# Document scanning application
cask "naps2"
# Desktop sync client for Nextcloud software products
cask "nextcloud"
# Reverse proxy, secure introspectable tunnels to localhost
cask "ngrok"
# Collaboration platform for API development
cask "postman"
# Archive manager for data compression and backups
cask "rar"
# Move and resize windows using keyboard shortcuts or snap areas
cask "rectangle"
# Video game digital distribution service
cask "steam"
# Command-line client for Steam
cask "steamcmd"
# Replacement for RCDefaultApps, written in Swift
cask "swiftdefaultappsprefpane"
# Messaging app with a focus on speed and security
cask "telegram"
# JDK from the Eclipse Foundation (Adoptium)
cask "temurin"
cask "transmission-remote-gui"
# 3D printer and slicing GUI
cask "ultimaker-cura"
# Management tool for Unity
cask "unity-hub"
# Open-source code editor
cask "visual-studio-code"
# Multimedia player
cask "vlc"
# Native desktop client for WhatsApp
cask "whatsapp"
# Network protocol analyzer
cask "wireshark"
# Open-source version of the X.Org X Window System
cask "xquartz"
# Video communication and virtual meeting platform
cask "zoom"
mas "Amphetamine", id: 937984704
mas "Bitwarden", id: 1352778147
mas "Keynote", id: 409183694
mas "Microsoft Excel", id: 462058435
mas "Microsoft PowerPoint", id: 462062816
mas "Speedtest", id: 1153157709
mas "WireGuard", id: 1451685025
mas "Xcode", id: 497799835