Skip to content

Instantly share code, notes, and snippets.

@wstein
Last active November 25, 2025 10:28
Show Gist options
  • Select an option

  • Save wstein/cb84115c315fc4ea04be9720498cca0f to your computer and use it in GitHub Desktop.

Select an option

Save wstein/cb84115c315fc4ea04be9720498cca0f to your computer and use it in GitHub Desktop.
Homebrew Analytics Data

Frequently Asked Questions about Homebrew Formulae Analytics

What kind of data is presented in this source?

This source provides analytics data for various software packages, referred to as "formulae," available through the Homebrew package manager. The data includes statistics on how many times each formula has been downloaded or accessed within the last 30, 90, and 365 days. Additionally, it offers a brief description of each formula, its official homepage URL, and the method by which Homebrew fetches the package (typically "homebrew" or "repo_direct" for formulae from specific taps). Some formulae also include information about their definition file path within their respective repositories and their current version.

What does the "formula" type indicate?

In the context of Homebrew, a "formula" is a Ruby script that describes how to download, build, and install a particular piece of software. The prevalence of the "formula" type in this data suggests that it primarily tracks popular software packages available through Homebrew.

What does "stats" refer to in the context of these formulae?

The "stats" section for each formula details the download or access counts over different timeframes: 30 days, 90 days, and 365 days. These numbers indicate the recent popularity and usage of each software package within the Homebrew ecosystem. Higher numbers generally suggest a more widely used or frequently updated tool.

What is the significance of the different timeframes (30d, 90d, 365d) for the statistics?

The different timeframes provide insight into the usage trends of each formula. The 30-day statistics reflect the most recent activity, while the 90-day and 365-day figures offer a broader view of longer-term popularity and adoption. Comparing these numbers can reveal if a formula's usage is increasing, decreasing, or remaining relatively stable over time.

What is the significance of the "fetch" field?

The "fetch" field indicates how Homebrew retrieves the formula definition. fetch: "homebrew" typically means the formula is part of the core Homebrew repository. fetch: "repo_direct" signifies that the formula comes from a specific "tap," which is a third-party repository of Homebrew formulae, and the definition is fetched directly from that tap's repository (e.g., GitHub). Other fetch types might indicate different methods of obtaining the formula definition.

What can be inferred from the "description" and "homepage" fields for each formula?

The "description" field provides a concise summary of the software package's purpose and functionality. The "homepage" field links to the official website or repository of the software, offering users a place to find more detailed information, documentation, and potentially support resources for the tool.

What is the purpose of the "tap" field in some entries?

The "tap" field, present in some formula entries, indicates that the formula is not part of the main Homebrew/homebrew-core repository but resides in a separate, third-party repository or "tap." This allows users to access a wider range of software beyond the core set maintained by the Homebrew team. The tap is usually identified by the owner and the repository name (e.g., "jandedobbeleer/oh-my-posh").

What is the relationship between "definition" and "file_paths" fields?

The "definition" field provides a direct link to the Ruby file (.rb) within the tap's repository that defines how Homebrew should install and manage that specific formula. The "file_paths" field lists the relevant files associated with the formula's definition, often just the main .rb file itself. This information is useful for those who want to understand the installation process or contribute to the formula.

Are there any noticeable trends or patterns in the popularity of the listed formulae?

Yes, several trends are apparent. Programming languages like Python (in multiple versions), general-purpose tools like coreutils, and databases such as MySQL and PostgreSQL consistently show high download statistics across all timeframes, indicating their broad and sustained use. Development-related tools, command-line utilities, and widely adopted libraries also tend to be popular. The data also reveals the emergence of newer tools (like uv and ruff for Python) and the continued use of older, established software. The presence of multiple versions of the same software (e.g., different PHP or Python versions, or different versions of OpenJDK) highlights the need for users to manage specific environment requirements.

How can this data be used?

This data provides valuable insights into the popularity and trends of software usage within the Homebrew community. It can be used for various purposes, such as:

  • Identifying popular tools and technologies: By looking at the download statistics, one can see which software packages are most widely used.
  • Tracking software trends: Monitoring these statistics over time could reveal emerging or declining trends in software adoption.
  • Understanding the Homebrew ecosystem: The data showcases the breadth of software available through Homebrew and the role of core formulas versus community taps.
  • Informing package maintenance and prioritization: Homebrew maintainers could use this data to prioritize updates or address issues for the most popular packages.
  • Research and analysis: This type of data can be used for academic or industry research on software adoption and developer tool preferences.
This file has been truncated, but you can view the full file.
---
meta:
time_periods:
30d:
start: '2025-03-13'
end: '2025-04-12'
90d:
start: '2025-01-12'
end: '2025-04-12'
365d:
start: '2024-04-12'
end: '2025-04-12'
thresholds:
formula:
30d: 10
90d: 25
365d: 50
cask:
30d: 5
90d: 12
365d: 25
fetch_statistics:
success_total: 1678
direct_fetch_success: 1664
repo_analysis_success: 14
failed_fetch: 7
by_path:
Formula/TOKEN.rb: 936
Casks/TOKEN.rb: 284
TOKEN.rb: 423
Casks/v/TOKEN.rb: 3
Casks/p/TOKEN.rb: 1
Casks/a/TOKEN.rb: 3
casks/TOKEN.rb: 3
Casks/d/TOKEN.rb: 2
Formula/s/TOKEN.rb: 2
Casks/b/TOKEN.rb: 1
Casks/x/TOKEN.rb: 1
Casks/q/TOKEN.rb: 1
Casks/m/TOKEN.rb: 2
Casks/l/TOKEN.rb: 1
Casks/e/TOKEN.rb: 1
counts:
total: 11426
formula: 7043
cask: 4383
packages:
- key:
token: node
type: formula
stats:
30d: 207872
90d: 594406
365d: 2380046
description: Platform built on V8 to build network applications
homepage: https://nodejs.org/
fetch: homebrew
- key:
token: awscli
type: formula
stats:
30d: 170652
90d: 540263
365d: 1960294
description: Official Amazon AWS command-line interface
homepage: https://aws.amazon.com/cli/
fetch: homebrew
- key:
token: git
type: formula
stats:
30d: 139527
90d: 413225
365d: 1634405
description: Distributed revision control system
homepage: https://git-scm.com
fetch: homebrew
- key:
token: pyenv
type: formula
stats:
30d: 124609
90d: 372968
365d: 1447452
description: Python version management
homepage: https://github.com/pyenv/pyenv
fetch: homebrew
- key:
token: gh
type: formula
stats:
30d: 120526
90d: 386282
365d: 1424500
description: GitHub command-line tool
homepage: https://cli.github.com/
fetch: homebrew
- key:
token: ffmpeg
type: formula
stats:
30d: 108404
90d: 319713
365d: 1271437
description: Play, record, convert, and stream audio and video
homepage: https://ffmpeg.org/
fetch: homebrew
- key:
token: cmake
type: formula
stats:
30d: 98014
90d: 302476
365d: 1211331
description: Cross-platform make
homepage: https://www.cmake.org/
fetch: homebrew
- key:
token: harfbuzz
type: formula
stats:
30d: 97794
90d: 284466
365d: 1073332
description: OpenType text shaping engine
homepage: https://github.com/harfbuzz/harfbuzz
fetch: homebrew
- key:
token: imagemagick
type: formula
stats:
30d: 91226
90d: 217631
365d: 853542
description: Tools and libraries to manipulate images in many formats
homepage: https://imagemagick.org/index.php
fetch: homebrew
- key:
token: glib
type: formula
stats:
30d: 88954
90d: 241136
365d: 1012761
description: Core application library for C
homepage: https://docs.gtk.org/glib/
fetch: homebrew
- key:
token: python@3.13
type: formula
stats:
30d: 83671
90d: 260310
365d: 457991
description: Interpreted, interactive, object-oriented programming language
homepage: https://www.python.org/
fetch: homebrew
- key:
token: xz
type: formula
stats:
30d: 75152
90d: 219176
365d: 938437
description: General-purpose data compression with high compression ratio
homepage: https://tukaani.org/xz/
fetch: homebrew
- key:
token: pkgconf
type: formula
stats:
30d: 74556
90d: 186511
365d: 339547
description: Package compiler and linker metadata toolkit
homepage: https://github.com/pkgconf/pkgconf
fetch: homebrew
- key:
token: go
type: formula
stats:
30d: 68259
90d: 239948
365d: 788956
description: Open source programming language to build simple/reliable/efficient
software
homepage: https://go.dev/
fetch: homebrew
- key:
token: wget
type: formula
stats:
30d: 68217
90d: 247111
365d: 1079572
description: Internet file retriever
homepage: https://www.gnu.org/software/wget/
fetch: homebrew
- key:
token: rbenv
type: formula
stats:
30d: 59778
90d: 210097
365d: 644590
description: Ruby version manager
homepage: https://rbenv.org
fetch: homebrew
- key:
token: protobuf
type: formula
stats:
30d: 57391
90d: 151073
365d: 475416
description: Protocol buffers (Google's data interchange format)
homepage: https://protobuf.dev/
fetch: homebrew
- key:
token: python@3.12
type: formula
stats:
30d: 56844
90d: 186091
365d: 1149793
description: Interpreted, interactive, object-oriented programming language
homepage: https://www.python.org/
fetch: homebrew
- key:
token: mysql
type: formula
stats:
30d: 56491
90d: 164350
365d: 604763
description: Open source relational database management system
homepage: https://github.com/mysql/mysql-server
fetch: homebrew
- key:
token: gnupg
type: formula
stats:
30d: 56198
90d: 178281
365d: 752024
description: GNU Pretty Good Privacy (PGP) package
homepage: https://gnupg.org/
fetch: homebrew
- key:
token: postgresql@14
type: formula
stats:
30d: 56014
90d: 161983
365d: 596817
description: Object-relational database system
homepage: https://www.postgresql.org/
fetch: homebrew
- key:
token: yt-dlp
type: formula
stats:
30d: 54585
90d: 135104
365d: 447236
description: Feature-rich command-line audio/video downloader
homepage: https://github.com/yt-dlp/yt-dlp
fetch: homebrew
- key:
token: coreutils
type: formula
stats:
30d: 53640
90d: 179627
365d: 542725
description: GNU File, Shell, and Text utilities
homepage: https://www.gnu.org/software/coreutils/
fetch: homebrew
- key:
token: php
type: formula
stats:
30d: 53279
90d: 151902
365d: 612738
description: General-purpose scripting language
homepage: https://www.php.net/
fetch: homebrew
- key:
token: pango
type: formula
stats:
30d: 52123
90d: 150761
365d: 517947
description: Framework for layout and rendering of i18n text
homepage: https://www.gtk.org/docs/architecture/pango
fetch: homebrew
- key:
token: neovim
type: formula
stats:
30d: 51754
90d: 153783
365d: 481120
description: Ambitious Vim-fork focused on extensibility and agility
homepage: https://neovim.io/
fetch: homebrew
- key:
token: openssl@3
type: formula
stats:
30d: 50998
90d: 174599
365d: 679529
description: Cryptography and SSL/TLS Toolkit
homepage: https://openssl-library.org
fetch: homebrew
- key:
token: tesseract
type: formula
stats:
30d: 50656
90d: 102699
365d: 518410
description: OCR (Optical Character Recognition) engine
homepage: https://tesseract-ocr.github.io/
fetch: homebrew
- key:
token: curl
type: formula
stats:
30d: 49986
90d: 152569
365d: 648377
description: Get a file from an HTTP, HTTPS or FTP server
homepage: https://curl.se
fetch: homebrew
- key:
token: docker
type: formula
stats:
30d: 48733
90d: 161283
365d: 529460
description: Pack, ship and run any application as a lightweight container
homepage: https://www.docker.com/
fetch: homebrew
- key:
token: python@3.11
type: formula
stats:
30d: 47967
90d: 135428
365d: 703760
description: Interpreted, interactive, object-oriented programming language
homepage: https://www.python.org/
fetch: homebrew
- key:
token: xcbeautify
type: formula
stats:
30d: 47911
90d: 130934
365d: 464063
description: Little beautifier tool for xcodebuild
homepage: https://github.com/cpisciotta/xcbeautify
fetch: homebrew
- key:
token: cairo
type: formula
stats:
30d: 45865
90d: 83974
365d: 329781
description: Vector graphics library with cross-device output support
homepage: https://cairographics.org/
fetch: homebrew
- key:
token: gnutls
type: formula
stats:
30d: 45836
90d: 62841
365d: 385179
description: GNU Transport Layer Security (TLS) Library
homepage: https://gnutls.org/
fetch: homebrew
- key:
token: nvm
type: formula
stats:
30d: 45604
90d: 113014
365d: 428020
description: Manage multiple Node.js versions
homepage: https://github.com/nvm-sh/nvm
fetch: homebrew
- key:
token: helm
type: formula
stats:
30d: 44696
90d: 118328
365d: 448054
description: Kubernetes package manager
homepage: https://helm.sh/
fetch: homebrew
- key:
token: fzf
type: formula
stats:
30d: 44012
90d: 152715
365d: 486109
description: Command-line fuzzy finder written in Go
homepage: https://github.com/junegunn/fzf
fetch: homebrew
- key:
token: python@3.10
type: formula
stats:
30d: 43955
90d: 126501
365d: 624042
description: Interpreted, interactive, object-oriented programming language
homepage: https://www.python.org/
fetch: homebrew
- key:
token: uv
type: formula
stats:
30d: 43324
90d: 106507
365d: 212220
description: Extremely fast Python package installer and resolver, written in Rust
homepage: https://docs.astral.sh/uv/
fetch: homebrew
- key:
token: rust
type: formula
stats:
30d: 43316
90d: 111832
365d: 378095
description: Safe, concurrent, practical language
homepage: https://www.rust-lang.org/
fetch: homebrew
- key:
token: gcc
type: formula
stats:
30d: 42279
90d: 140057
365d: 722766
description: GNU compiler collection
homepage: https://gcc.gnu.org/
fetch: homebrew
- key:
token: watchman
type: formula
stats:
30d: 41549
90d: 126107
365d: 563855
description: Watch files and take action when they change
homepage: https://github.com/facebook/watchman
fetch: homebrew
- key:
token: librsvg
type: formula
stats:
30d: 39830
90d: 82320
365d: 413630
description: Library to render SVG files using Cairo
homepage: https://wiki.gnome.org/Projects/LibRsvg
fetch: homebrew
- key:
token: python@3.9
type: formula
stats:
30d: 39367
90d: 115326
365d: 569840
description: Interpreted, interactive, object-oriented programming language
homepage: https://www.python.org/
fetch: homebrew
- key:
token: openjdk
type: formula
stats:
30d: 39162
90d: 157479
365d: 721506
description: Development kit for the Java programming language
homepage: https://openjdk.java.net/
fetch: homebrew
- key:
token: swiftlint
type: formula
stats:
30d: 39070
90d: 114423
365d: 460907
description: Tool to enforce Swift style and conventions
homepage: https://github.com/realm/SwiftLint
fetch: homebrew
- key:
token: kubernetes-cli
type: formula
stats:
30d: 36582
90d: 118954
365d: 461811
description: Kubernetes command-line interface
homepage: https://kubernetes.io/docs/reference/kubectl/
fetch: homebrew
- key:
token: llvm
type: formula
stats:
30d: 36130
90d: 104218
365d: 417780
description: Next-gen compiler infrastructure
homepage: https://llvm.org/
fetch: homebrew
- key:
token: qemu
type: formula
stats:
30d: 35435
90d: 103675
365d: 399126
description: Generic machine emulator and virtualizer
homepage: https://www.qemu.org/
fetch: homebrew
- key:
token: openjdk@17
type: formula
stats:
30d: 35348
90d: 117493
365d: 354725
description: Development kit for the Java programming language
homepage: https://openjdk.java.net/
fetch: homebrew
- key:
token: ghostscript
type: formula
stats:
30d: 35199
90d: 53884
365d: 243386
description: Interpreter for PostScript and PDF
homepage: https://www.ghostscript.com/
fetch: homebrew
- key:
token: jq
type: formula
stats:
30d: 34546
90d: 127744
365d: 523685
description: Lightweight and flexible command-line JSON processor
homepage: https://jqlang.github.io/jq/
fetch: homebrew
- key:
token: azure-cli
type: formula
stats:
30d: 34425
90d: 106861
365d: 361252
description: Microsoft Azure CLI 2.0
homepage: https://docs.microsoft.com/cli/azure/overview
fetch: homebrew
- key:
token: cocoapods
type: formula
stats:
30d: 34071
90d: 120053
365d: 430546
description: Dependency manager for Cocoa projects
homepage: https://cocoapods.org/
fetch: homebrew
- key:
token: aom
type: formula
stats:
30d: 33257
90d: 111555
365d: 564548
description: Codec library for encoding and decoding AV1 video streams
homepage: https://aomedia.googlesource.com/aom
fetch: homebrew
- key:
token: htop
type: formula
stats:
30d: 32720
90d: 62895
365d: 155654
description: Improved top (interactive process viewer)
homepage: https://htop.dev/
fetch: homebrew
- key:
token: poppler
type: formula
stats:
30d: 30714
90d: 86825
365d: 254067
description: PDF rendering library (based on the xpdf-3.0 code base)
homepage: https://poppler.freedesktop.org/
fetch: homebrew
- key:
token: pipx
type: formula
stats:
30d: 30442
90d: 105518
365d: 421103
description: Execute binaries from Python packages in isolated environments
homepage: https://pipx.pypa.io
fetch: homebrew
- key:
token: jpeg-xl
type: formula
stats:
30d: 29359
90d: 97385
365d: 580833
description: New file format for still image compression
homepage: https://jpeg.org/jpegxl/index.html
fetch: homebrew
- key:
token: pnpm
type: formula
stats:
30d: 29354
90d: 87011
365d: 277712
description: Fast, disk space efficient package manager
homepage: https://pnpm.io/
fetch: homebrew
- key:
token: mise
type: formula
stats:
30d: 29098
90d: 80779
365d: 204946
description: Polyglot runtime manager (asdf rust clone)
homepage: https://mise.jdx.dev/
fetch: homebrew
- key:
token: ccache
type: formula
stats:
30d: 28975
90d: 71666
365d: 242380
description: Object-file caching compiler wrapper
homepage: https://ccache.dev/
fetch: homebrew
- key:
token: boost
type: formula
stats:
30d: 28690
90d: 70018
365d: 318334
description: Collection of portable C++ source libraries
homepage: https://www.boost.org/
fetch: homebrew
- key:
token: yq
type: formula
stats:
30d: 28663
90d: 126394
365d: 460428
description: Process YAML, JSON, XML, CSV and properties documents from the CLI
homepage: https://github.com/mikefarah/yq
fetch: homebrew
- key:
token: docker-compose
type: formula
stats:
30d: 26853
90d: 87344
365d: 309096
description: Isolated development environments using Docker
homepage: https://docs.docker.com/compose/
fetch: homebrew
- key:
token: libpq
type: formula
stats:
30d: 26649
90d: 77958
365d: 352869
description: Postgres C API library
homepage: https://www.postgresql.org/docs/current/libpq.html
fetch: homebrew
- key:
token: graphviz
type: formula
stats:
30d: 25758
90d: 89635
365d: 468494
description: Graph visualization software from AT&T and Bell Labs
homepage: https://graphviz.org/
fetch: homebrew
- key:
token: git-lfs
type: formula
stats:
30d: 25459
90d: 94960
365d: 305938
description: Git extension for versioning large files
homepage: https://git-lfs.com/
fetch: homebrew
- key:
token: mint
type: formula
stats:
30d: 25066
90d: 78557
365d: 299877
description: Dependency manager that installs and runs Swift command-line tool packages
homepage: https://github.com/yonaskolb/Mint
fetch: homebrew
- key:
token: terragrunt
type: formula
stats:
30d: 24600
90d: 74470
365d: 279445
description: Thin wrapper for Terraform e.g. for locking state
homepage: https://terragrunt.gruntwork.io/
fetch: homebrew
- key:
token: ollama
type: formula
stats:
30d: 24569
90d: 66372
365d: 164886
description: Create, run, and share large language models (LLMs)
homepage: https://ollama.com/
fetch: homebrew
- key:
token: vim
type: formula
stats:
30d: 24397
90d: 72713
365d: 287389
description: Vi 'workalike' with many additional features
homepage: https://www.vim.org/
fetch: homebrew
- key:
token: ninja
type: formula
stats:
30d: 24374
90d: 69132
365d: 233709
description: Small build system for use with gyp or CMake
homepage: https://ninja-build.org/
fetch: homebrew
- key:
token: gnu-tar
type: formula
stats:
30d: 24356
90d: 68706
365d: 308138
description: GNU version of the tar archiving utility
homepage: https://www.gnu.org/software/tar/
fetch: homebrew
- key:
token: icu4c@76
type: formula
stats:
30d: 24222
90d: 30790
365d: 94572
description: C/C++ and Java libraries for Unicode and globalization
homepage: https://icu.unicode.org/home
fetch: homebrew
- key:
token: ruby
type: formula
stats:
30d: 24074
90d: 87352
365d: 350180
description: Powerful, clean, object-oriented scripting language
homepage: https://www.ruby-lang.org/
fetch: homebrew
- key:
token: k9s
type: formula
stats:
30d: 23789
90d: 56382
365d: 133836
description: Kubernetes CLI To Manage Your Clusters In Style!
homepage: https://k9scli.io/
fetch: homebrew
- key:
token: terraform
type: formula
tap: hashicorp/tap
stats:
30d: 23756
90d: 68149
365d: 258525
description: Tool to build, change, and version infrastructure
homepage: https://www.terraform.io/
definition: https://github.com/hashicorp/homebrew-tap/blob/HEAD/Formula/terraform.rb
version: 1.11.4
file_paths:
- Formula/terraform.rb
fetch: repo_direct
- key:
token: qt
type: formula
stats:
30d: 22680
90d: 54133
365d: 220794
description: Cross-platform application and UI framework
homepage: https://www.qt.io/
fetch: homebrew
- key:
token: libheif
type: formula
stats:
30d: 21854
90d: 68063
365d: 313137
description: ISO/IEC 23008-12:2017 HEIF file format decoder and encoder
homepage: https://www.libde265.org/
fetch: homebrew
- key:
token: composer
type: formula
stats:
30d: 21822
90d: 66904
365d: 257348
description: Dependency Manager for PHP
homepage: https://getcomposer.org/
fetch: homebrew
- key:
token: fastfetch
type: formula
stats:
30d: 21554
90d: 54875
365d: 151459
description: Like neofetch, but much faster because written mostly in C
homepage: https://github.com/fastfetch-cli/fastfetch
fetch: homebrew
- key:
token: maven
type: formula
stats:
30d: 21508
90d: 66110
365d: 343379
description: Java-based project management
homepage: https://maven.apache.org/
fetch: homebrew
- key:
token: gobject-introspection
type: formula
stats:
30d: 21263
90d: 41329
365d: 209255
description: Generate introspection data for GObject libraries
homepage: https://gi.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: gdk-pixbuf
type: formula
stats:
30d: 21108
90d: 28735
365d: 158847
description: Toolkit for image loading and pixel buffer manipulation
homepage: https://gtk.org
fetch: homebrew
- key:
token: ansible
type: formula
stats:
30d: 21071
90d: 69783
365d: 286235
description: Automate deployment, configuration, and upgrading
homepage: https://www.ansible.com/
fetch: homebrew
- key:
token: gradle
type: formula
stats:
30d: 20990
90d: 78327
365d: 292446
description: Open-source build automation tool based on the Groovy and Kotlin DSL
homepage: https://www.gradle.org/
fetch: homebrew
- key:
token: eza
type: formula
stats:
30d: 20912
90d: 83889
365d: 298108
description: Modern, maintained replacement for ls
homepage: https://github.com/eza-community/eza
fetch: homebrew
- key:
token: tree
type: formula
stats:
30d: 20538
90d: 66714
365d: 306531
description: Display directories as trees (with optional color/HTML output)
homepage: https://oldmanprogrammer.net/source.php?dir=projects/tree
fetch: homebrew
- key:
token: redis
type: formula
stats:
30d: 20260
90d: 68943
365d: 275502
description: Persistent key-value database, with built-in net interface
homepage: https://redis.io/
fetch: homebrew
- key:
token: tmux
type: formula
stats:
30d: 19759
90d: 57380
365d: 312798
description: Terminal multiplexer
homepage: https://tmux.github.io/
fetch: homebrew
- key:
token: pandoc
type: formula
stats:
30d: 19642
90d: 57360
365d: 200569
description: Swiss-army knife of markup format conversion
homepage: https://pandoc.org/
fetch: homebrew
- key:
token: nmap
type: formula
stats:
30d: 19572
90d: 77538
365d: 245256
description: Port scanning utility for large networks
homepage: https://nmap.org/
fetch: homebrew
- key:
token: libavif
type: formula
stats:
30d: 19449
90d: 37391
365d: 180998
description: Library for encoding and decoding .avif files
homepage: https://github.com/AOMediaCodec/libavif
fetch: homebrew
- key:
token: grpcurl
type: formula
stats:
30d: 19214
90d: 70979
365d: 122022
description: Like cURL, but for gRPC
homepage: https://github.com/fullstorydev/grpcurl
fetch: homebrew
- key:
token: openjdk@11
type: formula
stats:
30d: 19140
90d: 69525
365d: 255942
description: Development kit for the Java programming language
homepage: https://openjdk.java.net/
fetch: homebrew
- key:
token: ruby-build
type: formula
stats:
30d: 19073
90d: 60476
365d: 395392
description: Install various Ruby versions and implementations
homepage: https://rbenv.org/man/ruby-build.1
fetch: homebrew
- key:
token: mkcert
type: formula
stats:
30d: 18920
90d: 55841
365d: 219976
description: Simple tool to make locally trusted development certificates
homepage: https://github.com/FiloSottile/mkcert
fetch: homebrew
- key:
token: asdf
type: formula
stats:
30d: 18825
90d: 60555
365d: 143823
description: Extendable version manager with support for Ruby, Node.js, Erlang &
more
homepage: https://asdf-vm.com/
fetch: homebrew
- key:
token: hello
type: formula
stats:
30d: 18276
90d: 53903
365d: 92665
description: Program providing model for GNU coding standards and practices
homepage: https://www.gnu.org/software/hello/
fetch: homebrew
- key:
token: sops
type: formula
stats:
30d: 18039
90d: 50311
365d: 183170
description: Editor of encrypted files
homepage: https://getsops.io/
fetch: homebrew
- key:
token: argocd
type: formula
stats:
30d: 17530
90d: 47400
365d: 157697
description: GitOps Continuous Delivery for Kubernetes
homepage: https://argoproj.github.io/cd/
fetch: homebrew
- key:
token: numpy
type: formula
stats:
30d: 17471
90d: 53578
365d: 228085
description: Package for scientific computing with Python
homepage: https://www.numpy.org/
fetch: homebrew
- key:
token: fastlane
type: formula
stats:
30d: 16808
90d: 43099
365d: 167766
description: Easiest way to build and release mobile apps
homepage: https://fastlane.tools
fetch: homebrew
- key:
token: webp
type: formula
stats:
30d: 16794
90d: 68393
365d: 281010
description: Image format providing lossless and lossy compression for web images
homepage: https://developers.google.com/speed/webp/
fetch: homebrew
- key:
token: little-cms2
type: formula
stats:
30d: 16669
90d: 41163
365d: 122883
description: Color management engine supporting ICC profiles
homepage: https://www.littlecms.com/
fetch: homebrew
- key:
token: bat
type: formula
stats:
30d: 16536
90d: 54692
365d: 172150
description: Clone of cat(1) with syntax highlighting and Git integration
homepage: https://github.com/sharkdp/bat
fetch: homebrew
- key:
token: unbound
type: formula
stats:
30d: 16265
90d: 64011
365d: 582675
description: Validating, recursive, caching DNS resolver
homepage: https://www.unbound.net
fetch: homebrew
- key:
token: jupyterlab
type: formula
stats:
30d: 16161
90d: 43323
365d: 156452
description: Interactive environments for writing and running code
homepage: https://jupyter.org/
fetch: homebrew
- key:
token: kubeconform
type: formula
stats:
30d: 15991
90d: 53030
365d: 192058
description: FAST Kubernetes manifests validator, with support for Custom Resources!
homepage: https://github.com/yannh/kubeconform
fetch: homebrew
- key:
token: libtool
type: formula
stats:
30d: 15932
90d: 52615
365d: 196543
description: Generic library support script
homepage: https://www.gnu.org/software/libtool/
fetch: homebrew
- key:
token: automake
type: formula
stats:
30d: 15683
90d: 47908
365d: 222232
description: Tool for generating GNU Standards-compliant Makefiles
homepage: https://www.gnu.org/software/automake/
fetch: homebrew
- key:
token: libomp
type: formula
stats:
30d: 15586
90d: 39738
365d: 137468
description: LLVM's OpenMP runtime library
homepage: https://openmp.llvm.org/
fetch: homebrew
- key:
token: kubelogin
type: formula
tap: azure/kubelogin
stats:
30d: 15404
90d: 42441
365d: 173510
description: OpenID Connect authentication plugin for kubectl
homepage: https://github.com/int128/kubelogin
definition: https://github.com/azure/homebrew-kubelogin/blob/HEAD/Formula/kubelogin.rb
version: 0.2.7
file_paths:
- Formula/kubelogin.rb
fetch: repo_direct
- key:
token: flux
type: formula
tap: fluxcd/tap
stats:
30d: 15091
90d: 50499
365d: 177069
description: Lightweight scripting language for querying databases
homepage: https://www.influxdata.com/products/flux/
definition: https://github.com/fluxcd/homebrew-tap/blob/HEAD/Formula/flux.rb
version: 2.5.1
file_paths:
- Formula/flux.rb
fetch: repo_direct
- key:
token: mysql@8.0
type: formula
stats:
30d: 15042
90d: 38375
365d: 102784
description: Open source relational database management system
homepage: https://dev.mysql.com/doc/refman/8.0/en/
fetch: homebrew
- key:
token: folly
type: formula
stats:
30d: 14912
90d: 45308
365d: 255708
description: Collection of reusable C++ library artifacts developed at Facebook
homepage: https://github.com/facebook/folly
fetch: homebrew
- key:
token: the_silver_searcher
type: formula
stats:
30d: 14760
90d: 41003
365d: 225370
description: Code-search similar to ack
homepage: https://geoff.greer.fm/ag/
fetch: homebrew
- key:
token: mongosh
type: formula
stats:
30d: 14683
90d: 49349
365d: 230425
description: MongoDB Shell to connect, configure, query, and work with your MongoDB
database
homepage: https://github.com/mongodb-js/mongosh
fetch: homebrew
- key:
token: xcodegen
type: formula
stats:
30d: 14392
90d: 45278
365d: 179050
description: Generate your Xcode project from a spec file and your folder structure
homepage: https://github.com/yonaskolb/XcodeGen
fetch: homebrew
- key:
token: kustomize
type: formula
stats:
30d: 14197
90d: 47862
365d: 181147
description: Template-free customization of Kubernetes YAML manifests
homepage: https://github.com/kubernetes-sigs/kustomize
fetch: homebrew
- key:
token: libxml2
type: formula
stats:
30d: 14163
90d: 32696
365d: 156048
description: GNOME XML library
homepage: http://xmlsoft.org/
fetch: homebrew
- key:
token: postgresql@15
type: formula
stats:
30d: 14133
90d: 38075
365d: 133515
description: Object-relational database system
homepage: https://www.postgresql.org/
fetch: homebrew
- key:
token: freetds
type: formula
stats:
30d: 14114
90d: 53244
365d: 244617
description: Libraries to talk to Microsoft SQL Server and Sybase databases
homepage: https://www.freetds.org/
fetch: homebrew
- key:
token: direnv
type: formula
stats:
30d: 14015
90d: 40988
365d: 162978
description: Load/unload environment variables based on $PWD
homepage: https://direnv.net/
fetch: homebrew
- key:
token: python-setuptools
type: formula
stats:
30d: 13872
90d: 33506
365d: 126597
description: Easily download, build, install, upgrade, and uninstall Python packages
homepage: https://setuptools.pypa.io/
fetch: homebrew
- key:
token: fizz
type: formula
stats:
30d: 13821
90d: 40289
365d: 234854
description: C++14 implementation of the TLS-1.3 standard
homepage: https://github.com/facebookincubator/fizz
fetch: homebrew
- key:
token: gettext
type: formula
stats:
30d: 13677
90d: 48982
365d: 129584
description: GNU internationalization (i18n) and localization (l10n) library
homepage: https://www.gnu.org/software/gettext/
fetch: homebrew
- key:
token: podman
type: formula
stats:
30d: 13481
90d: 42713
365d: 158488
description: Tool for managing OCI containers and pods
homepage: https://podman.io/
fetch: homebrew
- key:
token: tfenv
type: formula
stats:
30d: 13456
90d: 40864
365d: 152650
description: Terraform version manager inspired by rbenv
homepage: https://github.com/tfutils/tfenv
fetch: homebrew
- key:
token: telnet
type: formula
stats:
30d: 13448
90d: 42475
365d: 215187
description: User interface to the TELNET protocol
homepage: https://opensource.apple.com/
fetch: homebrew
- key:
token: libfido2
type: formula
stats:
30d: 13355
90d: 19772
365d: 134228
description: Provides library functionality for FIDO U2F & FIDO 2.0, including USB
homepage: https://developers.yubico.com/libfido2/
fetch: homebrew
- key:
token: pre-commit
type: formula
stats:
30d: 13280
90d: 36907
365d: 142574
description: Framework for managing multi-language pre-commit hooks
homepage: https://pre-commit.com/
fetch: homebrew
- key:
token: zstd
type: formula
stats:
30d: 13257
90d: 32485
365d: 103260
description: Zstandard is a real-time compression algorithm
homepage: https://facebook.github.io/zstd/
fetch: homebrew
- key:
token: fb303
type: formula
stats:
30d: 13138
90d: 38573
365d: 227985
description: Thrift functions for querying information from a service
homepage: https://github.com/facebook/fb303
fetch: homebrew
- key:
token: mongodb-community
type: formula
tap: mongodb/brew
stats:
30d: 13059
90d: 33361
365d: 140356
description: High-performance, schema-free, document-oriented database
definition: https://github.com/mongodb/homebrew-brew/blob/HEAD/Formula/mongodb-community.rb
file_paths:
- Formula/mongodb-community.rb
fetch: repo_direct
- key:
token: yarn
type: formula
stats:
30d: 13045
90d: 42255
365d: 212305
description: JavaScript package manager
homepage: https://yarnpkg.com/
fetch: homebrew
- key:
token: fbthrift
type: formula
stats:
30d: 13008
90d: 40324
365d: 223822
description: Facebook's branch of Apache Thrift, including a new C++ server
homepage: https://github.com/facebook/fbthrift
fetch: homebrew
- key:
token: fish
type: formula
stats:
30d: 12976
90d: 31132
365d: 73746
description: User-friendly command-line shell for UNIX-like operating systems
homepage: https://fishshell.com
fetch: homebrew
- key:
token: applesimutils
type: formula
tap: wix/brew
stats:
30d: 12840
90d: 39201
365d: 197234
description: Apple simulator utilities
definition: https://github.com/wix/homebrew-brew/blob/HEAD/Formula/applesimutils.rb
file_paths:
- Formula/applesimutils.rb
fetch: repo_direct
- key:
token: wangle
type: formula
stats:
30d: 12820
90d: 37730
365d: 223957
description: Modular, composable client/server abstractions framework
homepage: https://github.com/facebook/wangle
fetch: homebrew
- key:
token: k9s
type: formula
tap: derailed/k9s
stats:
30d: 12754
90d: 33707
365d: 95588
description: Kubernetes CLI To Manage Your Clusters In Style!
homepage: https://k9scli.io/
definition: https://github.com/derailed/homebrew-k9s/blob/HEAD/Formula/k9s.rb
version: 0.50.2
file_paths:
- Formula/k9s.rb
fetch: repo_direct
- key:
token: cloudflared
type: formula
stats:
30d: 12718
90d: 44190
365d: 148114
description: Cloudflare Tunnel client (formerly Argo Tunnel)
homepage: https://developers.cloudflare.com/cloudflare-one/connections/connect-apps/install-and-setup/tunnel-guide
fetch: homebrew
- key:
token: flyctl
type: formula
stats:
30d: 12642
90d: 37278
365d: 151863
description: Command-line tools for fly.io services
homepage: https://fly.io
fetch: homebrew
- key:
token: golangci-lint
type: formula
stats:
30d: 12575
90d: 30294
365d: 104505
description: Fast linters runner for Go
homepage: https://golangci-lint.run/
fetch: homebrew
- key:
token: deno
type: formula
stats:
30d: 12575
90d: 40252
365d: 139979
description: Secure runtime for JavaScript and TypeScript
homepage: https://deno.com/
fetch: homebrew
- key:
token: poetry
type: formula
stats:
30d: 12553
90d: 41298
365d: 135326
description: Python package management tool
homepage: https://python-poetry.org/
fetch: homebrew
- key:
token: xctesthtmlreport
type: formula
stats:
30d: 12375
90d: 39988
365d: 135559
description: Xcode-like HTML report for Unit and UI Tests
homepage: https://github.com/XCTestHTMLReport/XCTestHTMLReport
fetch: homebrew
- key:
token: helm-docs
type: formula
tap: norwoodj/tap
stats:
30d: 12333
90d: 36164
365d: 121111
description: Tool for automatically generating markdown documentation for helm charts
homepage: https://github.com/norwoodj/helm-docs
definition: https://github.com/norwoodj/homebrew-tap/blob/HEAD/Formula/helm-docs.rb
version: 1.14.2
file_paths:
- Formula/helm-docs.rb
fetch: repo_direct
- key:
token: qt@5
type: formula
stats:
30d: 12118
90d: 24852
365d: 117606
description: Cross-platform application and UI framework
homepage: https://www.qt.io/
fetch: homebrew
- key:
token: bash
type: formula
stats:
30d: 12011
90d: 65077
365d: 232103
description: Bourne-Again SHell, a UNIX command interpreter
homepage: https://www.gnu.org/software/bash/
fetch: homebrew
- key:
token: zsh
type: formula
stats:
30d: 11783
90d: 36341
365d: 144664
description: UNIX shell (command interpreter)
homepage: https://www.zsh.org/
fetch: homebrew
- key:
token: ripgrep
type: formula
stats:
30d: 11753
90d: 35853
365d: 162075
description: Search tool like grep and The Silver Searcher
homepage: https://github.com/BurntSushi/ripgrep
fetch: homebrew
- key:
token: tcl-tk
type: formula
stats:
30d: 11712
90d: 43262
365d: 178584
description: Tool Command Language
homepage: https://www.tcl-lang.org
fetch: homebrew
- key:
token: node@20
type: formula
stats:
30d: 11620
90d: 33988
365d: 169111
description: Platform built on V8 to build network applications
homepage: https://nodejs.org/
fetch: homebrew
- key:
token: exiftool
type: formula
stats:
30d: 11603
90d: 21768
365d: 64553
description: Perl lib for reading and writing EXIF metadata
homepage: https://exiftool.org
fetch: homebrew
- key:
token: colima
type: formula
stats:
30d: 11475
90d: 41534
365d: 194835
description: Container runtimes on MacOS (and Linux) with minimal setup
homepage: https://github.com/abiosoft/colima/blob/main/README.md
fetch: homebrew
- key:
token: edencommon
type: formula
stats:
30d: 11417
90d: 34378
365d: 189770
description: Shared library for Watchman and Eden projects
homepage: https://github.com/facebookexperimental/edencommon
fetch: homebrew
- key:
token: ca-certificates
type: formula
stats:
30d: 11312
90d: 41423
365d: 135777
description: Mozilla CA certificate store
homepage: https://curl.se/docs/caextract.html
fetch: homebrew
- key:
token: sdl2
type: formula
stats:
30d: 11288
90d: 37992
365d: 135530
description: Low-level access to audio, keyboard, mouse, joystick, and graphics
homepage: https://www.libsdl.org/
fetch: homebrew
- key:
token: bun
type: formula
tap: oven-sh/bun
stats:
30d: 11211
90d: 31793
365d: 113618
description: Incredibly fast JavaScript runtime, bundler, transpiler and package
manager - all in one.
definition: https://github.com/oven-sh/homebrew-bun/blob/HEAD/Formula/bun.rb
version: 1.2.9
file_paths:
- Formula/bun.rb
fetch: repo_direct
- key:
token: virtualenv
type: formula
stats:
30d: 10892
90d: 34693
365d: 135016
description: Tool for creating isolated virtual python environments
homepage: https://virtualenv.pypa.io/
fetch: homebrew
- key:
token: nginx
type: formula
stats:
30d: 10793
90d: 36268
365d: 165896
description: HTTP(S) server and reverse proxy, and IMAP/POP3 proxy server
homepage: https://nginx.org/
fetch: homebrew
- key:
token: node@18
type: formula
stats:
30d: 10777
90d: 29728
365d: 117440
description: Platform built on V8 to build network applications
homepage: https://nodejs.org/
fetch: homebrew
- key:
token: aws-sam-cli
type: formula
stats:
30d: 10668
90d: 30379
365d: 126506
description: CLI tool to build, test, debug, and deploy Serverless applications
using AWS SAM
homepage: https://aws.amazon.com/serverless/sam/
fetch: homebrew
- key:
token: supabase
type: formula
tap: supabase/tap
stats:
30d: 10477
90d: 28133
365d: 80966
description: Supabase CLI
definition: https://github.com/supabase/homebrew-tap/blob/HEAD/supabase.rb
version: 2.20.12
file_paths:
- supabase.rb
fetch: repo_direct
- key:
token: sourcekitten
type: formula
stats:
30d: 10326
90d: 32133
365d: 75773
description: Framework and command-line tool for interacting with SourceKit
homepage: https://github.com/jpsim/SourceKitten
fetch: homebrew
- key:
token: nghttp2
type: formula
stats:
30d: 10212
90d: 28263
365d: 145535
description: HTTP/2 C Library
homepage: https://nghttp2.org/
fetch: homebrew
- key:
token: scrcpy
type: formula
stats:
30d: 10139
90d: 24574
365d: 113415
description: Display and control your Android device
homepage: https://github.com/Genymobile/scrcpy
fetch: homebrew
- key:
token: zlib
type: formula
stats:
30d: 9942
90d: 30968
365d: 133836
description: General-purpose lossless data-compression library
homepage: https://zlib.net/
fetch: homebrew
- key:
token: mysql-client
type: formula
stats:
30d: 9931
90d: 38554
365d: 142582
description: Open source relational database management system
homepage: https://github.com/mysql/mysql-server
fetch: homebrew
- key:
token: go-task
type: formula
stats:
30d: 9758
90d: 30730
365d: 140403
description: Task is a task runner/build tool that aims to be simpler and easier
to use
homepage: https://taskfile.dev/
fetch: homebrew
- key:
token: swiftgen
type: formula
stats:
30d: 9749
90d: 31333
365d: 102237
description: Swift code generator for assets, storyboards, Localizable.strings,
etc.
homepage: https://github.com/SwiftGen/SwiftGen
fetch: homebrew
- key:
token: libffi
type: formula
stats:
30d: 9745
90d: 30014
365d: 88657
description: Portable Foreign Function Interface library
homepage: https://sourceware.org/libffi/
fetch: homebrew
- key:
token: terraform
type: formula
stats:
30d: 9651
90d: 29194
365d: 107884
description: Tool to build, change, and version infrastructure
homepage: https://www.terraform.io/
fetch: homebrew
- key:
token: postgresql@16
type: formula
stats:
30d: 9650
90d: 27070
365d: 100550
description: Object-relational database system
homepage: https://www.postgresql.org/
fetch: homebrew
- key:
token: libpng
type: formula
stats:
30d: 9576
90d: 41891
365d: 95544
description: Library for manipulating PNG images
homepage: http://www.libpng.org/pub/png/libpng.html
fetch: homebrew
- key:
token: netpbm
type: formula
stats:
30d: 9501
90d: 29831
365d: 151095
description: Image manipulation
homepage: https://netpbm.sourceforge.net/
fetch: homebrew
- key:
token: guile
type: formula
stats:
30d: 9368
90d: 25644
365d: 192149
description: GNU Ubiquitous Intelligent Language for Extensions
homepage: https://www.gnu.org/software/guile/
fetch: homebrew
- key:
token: cryptography
type: formula
stats:
30d: 9351
90d: 31933
365d: 153922
description: Cryptographic recipes and primitives for Python
homepage: https://cryptography.io/en/latest/
fetch: homebrew
- key:
token: subversion
type: formula
stats:
30d: 9349
90d: 32098
365d: 114897
description: Version control system designed to be a better CVS
homepage: https://subversion.apache.org/
fetch: homebrew
- key:
token: tflint
type: formula
stats:
30d: 9213
90d: 31023
365d: 105657
description: Linter for Terraform files
homepage: https://github.com/terraform-linters/tflint
fetch: homebrew
- key:
token: vault
type: formula
tap: hashicorp/tap
stats:
30d: 9168
90d: 28068
365d: 78549
description: Secures, stores, and tightly controls access to secrets
homepage: https://vaultproject.io/
definition: https://github.com/hashicorp/homebrew-tap/blob/HEAD/Formula/vault.rb
version: 1.19.1
file_paths:
- Formula/vault.rb
fetch: repo_direct
- key:
token: emacs
type: formula
stats:
30d: 9168
90d: 26782
365d: 120932
description: GNU Emacs text editor
homepage: https://www.gnu.org/software/emacs/
fetch: homebrew
- key:
token: clang-format
type: formula
stats:
30d: 9160
90d: 23515
365d: 95824
description: Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript
homepage: https://clang.llvm.org/docs/ClangFormat.html
fetch: homebrew
- key:
token: libusb
type: formula
stats:
30d: 9160
90d: 16926
365d: 61445
description: Library for USB device access
homepage: https://libusb.info/
fetch: homebrew
- key:
token: swiftformat
type: formula
stats:
30d: 9154
90d: 28413
365d: 113167
description: Formatting tool for reformatting Swift code
homepage: https://github.com/nicklockwood/SwiftFormat
fetch: homebrew
- key:
token: xcparse
type: formula
tap: chargepoint/xcparse
stats:
30d: 9099
90d: 24143
365d: 70418
description: Command-line extractor of screenshots/coverage from Xcode 11+ XCResult
definition: https://github.com/chargepoint/homebrew-xcparse/blob/HEAD/Formula/xcparse.rb
file_paths:
- Formula/xcparse.rb
fetch: repo_direct
- key:
token: actionlint
type: formula
stats:
30d: 8848
90d: 26960
365d: 105726
description: Static checker for GitHub Actions workflow files
homepage: https://rhysd.github.io/actionlint/
fetch: homebrew
- key:
token: yamllint
type: formula
stats:
30d: 8779
90d: 13797
365d: 29134
description: Linter for YAML files
homepage: https://github.com/adrienverge/yamllint
fetch: homebrew
- key:
token: gdal
type: formula
stats:
30d: 8611
90d: 25969
365d: 100656
description: Geospatial Data Abstraction Library
homepage: https://gdal.org/en/stable/
fetch: homebrew
- key:
token: libidn2
type: formula
stats:
30d: 8514
90d: 13820
365d: 71019
description: International domain name library (IDNA2008, Punycode and TR46)
homepage: https://www.gnu.org/software/libidn/#libidn2
fetch: homebrew
- key:
token: oh-my-posh
type: formula
tap: jandedobbeleer/oh-my-posh
stats:
30d: 8425
90d: 19524
365d: 101459
description: Prompt theme engine for any shell
homepage: https://ohmyposh.dev
definition: https://github.com/jandedobbeleer/homebrew-oh-my-posh/blob/HEAD/oh-my-posh.rb
version: 25.13.0
file_paths:
- oh-my-posh.rb
fetch: repo_direct
- key:
token: openjpeg
type: formula
stats:
30d: 8406
90d: 34624
365d: 130596
description: Library for JPEG-2000 image manipulation
homepage: https://www.openjpeg.org/
fetch: homebrew
- key:
token: openjdk@21
type: formula
stats:
30d: 8403
90d: 28622
365d: 69138
description: Development kit for the Java programming language
homepage: https://openjdk.java.net/
fetch: homebrew
- key:
token: lcov
type: formula
stats:
30d: 8356
90d: 21569
365d: 61131
description: Graphical front-end for GCC's coverage testing tool (gcov)
homepage: https://github.com/linux-test-project/lcov
fetch: homebrew
- key:
token: ddev
type: formula
tap: ddev/ddev
stats:
30d: 8348
90d: 24571
365d: 96913
description: DDEV
definition: https://github.com/ddev/homebrew-ddev/blob/HEAD/Formula/ddev.rb
version: 1.24.4
file_paths:
- Formula/ddev.rb
fetch: repo_direct
- key:
token: python-tk@3.13
type: formula
stats:
30d: 8292
90d: 25052
365d: 44638
description: Python interface to Tcl/Tk
homepage: https://www.python.org/
fetch: homebrew
- key:
token: ruff
type: formula
stats:
30d: 8291
90d: 22382
365d: 70840
description: Extremely fast Python linter, written in Rust
homepage: https://docs.astral.sh/ruff/
fetch: homebrew
- key:
token: dive
type: formula
stats:
30d: 8088
90d: 10368
365d: 21103
description: Tool for exploring each layer in a docker image
homepage: https://github.com/wagoodman/dive
fetch: homebrew
- key:
token: glab
type: formula
stats:
30d: 8076
90d: 19881
365d: 64420
description: Open-source GitLab command-line tool
homepage: https://gitlab.com/gitlab-org/cli
fetch: homebrew
- key:
token: gstreamer
type: formula
stats:
30d: 8004
90d: 23157
365d: 96572
description: Development framework for multimedia applications
homepage: https://gstreamer.freedesktop.org/
fetch: homebrew
- key:
token: zig
type: formula
stats:
30d: 7963
90d: 17192
365d: 37774
description: Programming language designed for robustness, optimality, and clarity
homepage: https://ziglang.org/
fetch: homebrew
- key:
token: databricks
type: formula
tap: databricks/tap
stats:
30d: 7940
90d: 23981
365d: 75826
description: Command-line interface for the Databricks platform
definition: https://github.com/databricks/homebrew-tap/blob/HEAD/Formula/databricks.rb
version: 0.247.1
file_paths:
- Formula/databricks.rb
fetch: repo_direct
- key:
token: sqlite
type: formula
stats:
30d: 7907
90d: 41401
365d: 149298
description: Command-line interface for SQLite
homepage: https://sqlite.org/index.html
fetch: homebrew
- key:
token: lima
type: formula
stats:
30d: 7905
90d: 28662
365d: 122498
description: Linux virtual machines
homepage: https://lima-vm.io/
fetch: homebrew
- key:
token: terraform-docs
type: formula
stats:
30d: 7816
90d: 21211
365d: 86701
description: Tool to generate documentation from Terraform modules
homepage: https://terraform-docs.io/
fetch: homebrew
- key:
token: uutils-findutils
type: formula
stats:
30d: 7738
90d: 18399
365d: 46616
description: Cross-platform Rust rewrite of the GNU findutils
homepage: https://uutils.github.io/findutils/
fetch: homebrew
- key:
token: parallel
type: formula
stats:
30d: 7712
90d: 21900
365d: 83133
description: Shell command parallelization utility
homepage: https://savannah.gnu.org/projects/parallel/
fetch: homebrew
- key:
token: erlang
type: formula
stats:
30d: 7668
90d: 22860
365d: 79031
description: Programming language for highly scalable real-time systems
homepage: https://www.erlang.org/
fetch: homebrew
- key:
token: node@22
type: formula
stats:
30d: 7558
90d: 23098
365d: 45086
description: Platform built on V8 to build network applications
homepage: https://nodejs.org/
fetch: homebrew
- key:
token: gtk4
type: formula
stats:
30d: 7375
90d: 15477
365d: 70652
description: Toolkit for creating graphical user interfaces
homepage: https://gtk.org/
fetch: homebrew
- key:
token: mysql@8.4
type: formula
stats:
30d: 7349
90d: 20210
365d: 57551
description: Open source relational database management system
homepage: https://dev.mysql.com/doc/refman/8.4/en/
fetch: homebrew
- key:
token: trivy
type: formula
stats:
30d: 7269
90d: 24074
365d: 95679
description: Vulnerability scanner for container images, file systems, and Git repos
homepage: https://trivy.dev/
fetch: homebrew
- key:
token: meson
type: formula
stats:
30d: 7238
90d: 18073
365d: 71449
description: Fast and user friendly build system
homepage: https://mesonbuild.com/
fetch: homebrew
- key:
token: php@7.4
type: formula
tap: shivammathur/php
stats:
30d: 7210
90d: 17010
365d: 63900
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@7.4.rb
version: 7.4.33
file_paths:
- Formula/php@7.4.rb
fetch: repo_direct
- key:
token: autoconf
type: formula
stats:
30d: 7202
90d: 22970
365d: 127878
description: Automatic configure script builder
homepage: https://www.gnu.org/software/autoconf/
fetch: homebrew
- key:
token: postgresql@17
type: formula
stats:
30d: 7180
90d: 19130
365d: 30605
description: Object-relational database system
homepage: https://www.postgresql.org/
fetch: homebrew
- key:
token: at-spi2-core
type: formula
stats:
30d: 7146
90d: 17405
365d: 55880
description: Protocol definitions and daemon for D-Bus at-spi
homepage: https://www.freedesktop.org/wiki/Accessibility/AT-SPI2/
fetch: homebrew
- key:
token: sonar-scanner
type: formula
stats:
30d: 7123
90d: 23173
365d: 76922
description: Launcher to analyze a project with SonarQube
homepage: https://docs.sonarqube.org/latest/analysis/scan/sonarscanner/
fetch: homebrew
- key:
token: hugo
type: formula
stats:
30d: 7118
90d: 38511
365d: 200355
description: Configurable static site generator
homepage: https://gohugo.io/
fetch: homebrew
- key:
token: hdf5
type: formula
stats:
30d: 7115
90d: 23801
365d: 104461
description: File format designed to store large amounts of data
homepage: https://www.hdfgroup.org/solutions/hdf5/
fetch: homebrew
- key:
token: git-gui
type: formula
stats:
30d: 7091
90d: 22066
365d: 90981
description: Tcl/Tk UI for the git revision control system
homepage: https://git-scm.com
fetch: homebrew
- key:
token: open-mpi
type: formula
stats:
30d: 7085
90d: 23156
365d: 102169
description: High performance message passing library
homepage: https://www.open-mpi.org/
fetch: homebrew
- key:
token: gitleaks
type: formula
stats:
30d: 7046
90d: 21413
365d: 73762
description: Audit git repos for secrets
homepage: https://gitleaks.io/
fetch: homebrew
- key:
token: opencv
type: formula
stats:
30d: 7015
90d: 27207
365d: 138593
description: Open source computer vision library
homepage: https://opencv.org/
fetch: homebrew
- key:
token: minikube
type: formula
stats:
30d: 6989
90d: 30502
365d: 119622
description: Run a Kubernetes cluster locally
homepage: https://minikube.sigs.k8s.io/
fetch: homebrew
- key:
token: bats-core
type: formula
stats:
30d: 6962
90d: 20595
365d: 68665
description: Bash Automated Testing System
homepage: https://github.com/bats-core/bats-core
fetch: homebrew
- key:
token: starship
type: formula
stats:
30d: 6950
90d: 28574
365d: 118474
description: Cross-shell prompt for astronauts
homepage: https://starship.rs/
fetch: homebrew
- key:
token: p7zip
type: formula
stats:
30d: 6942
90d: 24399
365d: 69661
description: 7-Zip (high compression file archiver) implementation
homepage: https://github.com/p7zip-project/p7zip
fetch: homebrew
- key:
token: lazygit
type: formula
stats:
30d: 6890
90d: 43364
365d: 105691
description: Simple terminal UI for git commands
homepage: https://github.com/jesseduffield/lazygit/
fetch: homebrew
- key:
token: fd
type: formula
stats:
30d: 6836
90d: 20680
365d: 110776
description: Simple, fast and user-friendly alternative to find
homepage: https://github.com/sharkdp/fd
fetch: homebrew
- key:
token: php@8.2
type: formula
stats:
30d: 6833
90d: 17045
365d: 73572
description: General-purpose scripting language
homepage: https://www.php.net/
fetch: homebrew
- key:
token: just
type: formula
stats:
30d: 6815
90d: 21989
365d: 71717
description: Handy way to save and run project-specific commands
homepage: https://github.com/casey/just
fetch: homebrew
- key:
token: fvm
type: formula
tap: leoafarias/fvm
stats:
30d: 6777
90d: 18263
365d: 74098
description: Simple cli to manage Flutter SDK versions per project
definition: https://github.com/leoafarias/homebrew-fvm/blob/HEAD/fvm.rb
file_paths:
- fvm.rb
fetch: repo_direct
- key:
token: gpgme
type: formula
stats:
30d: 6762
90d: 24923
365d: 108799
description: Library access to GnuPG
homepage: https://www.gnupg.org/related_software/gpgme/
fetch: homebrew
- key:
token: lua
type: formula
stats:
30d: 6739
90d: 12014
365d: 41133
description: Powerful, lightweight programming language
homepage: https://www.lua.org/
fetch: homebrew
- key:
token: llama.cpp
type: formula
stats:
30d: 6722
90d: 24871
365d: 55725
description: LLM inference in C/C++
homepage: https://github.com/ggerganov/llama.cpp
fetch: homebrew
- key:
token: pytest
type: formula
stats:
30d: 6689
90d: 22074
365d: 30925
description: Simple powerful testing with Python
homepage: https://docs.pytest.org/en/latest/
fetch: homebrew
- key:
token: d2
type: formula
stats:
30d: 6682
90d: 20197
365d: 62702
description: Modern diagram scripting language that turns text to diagrams
homepage: https://d2lang.com/
fetch: homebrew
- key:
token: php@8.1
type: formula
stats:
30d: 6652
90d: 14799
365d: 65413
description: General-purpose scripting language
homepage: https://www.php.net/
fetch: homebrew
- key:
token: certbot
type: formula
stats:
30d: 6604
90d: 19014
365d: 64762
description: Tool to obtain certs from Let's Encrypt and autoenable HTTPS
homepage: https://certbot.eff.org/
fetch: homebrew
- key:
token: nss
type: formula
stats:
30d: 6553
90d: 18739
365d: 73994
description: Libraries for security-enabled client and server applications
homepage: https://firefox-source-docs.mozilla.org/security/nss/index.html
fetch: homebrew
- key:
token: apache-arrow
type: formula
stats:
30d: 6544
90d: 17337
365d: 75772
description: Columnar in-memory analytics layer designed to accelerate big data
homepage: https://arrow.apache.org/
fetch: homebrew
- key:
token: mpv
type: formula
stats:
30d: 6512
90d: 16342
365d: 63536
description: Media player based on MPlayer and mplayer2
homepage: https://mpv.io
fetch: homebrew
- key:
token: openssh
type: formula
stats:
30d: 6498
90d: 20572
365d: 80183
description: OpenBSD freely-licensed SSH connectivity tools
homepage: https://www.openssh.com/
fetch: homebrew
- key:
token: apktool
type: formula
stats:
30d: 6466
90d: 19879
365d: 60116
description: Tool for reverse engineering 3rd party, closed, binary Android apps
homepage: https://github.com/iBotPeaches/Apktool
fetch: homebrew
- key:
token: zoxide
type: formula
stats:
30d: 6399
90d: 26288
365d: 82030
description: Shell extension to navigate your filesystem faster
homepage: https://github.com/ajeetdsouza/zoxide
fetch: homebrew
- key:
token: act
type: formula
stats:
30d: 6390
90d: 22644
365d: 83449
description: Run your GitHub Actions locally
homepage: https://github.com/nektos/act
fetch: homebrew
- key:
token: vips
type: formula
stats:
30d: 6240
90d: 12435
365d: 60580
description: Image processing library
homepage: https://github.com/libvips/libvips
fetch: homebrew
- key:
token: unzip
type: formula
stats:
30d: 6227
90d: 16720
365d: 49345
description: Extraction utility for .zip compressed archives
homepage: https://infozip.sourceforge.net/UnZip.html
fetch: homebrew
- key:
token: rustup
type: formula
stats:
30d: 6202
90d: 18482
365d: 45315
description: Rust toolchain installer
homepage: https://rust-lang.github.io/rustup/
fetch: homebrew
- key:
token: heroku
type: formula
tap: heroku/brew
stats:
30d: 6201
90d: 13204
365d: 76639
description: CLI for Heroku
homepage: https://www.npmjs.com/package/heroku/
definition: https://github.com/heroku/homebrew-brew/blob/HEAD/Formula/heroku.rb
version: 10.6.0
file_paths:
- Formula/heroku.rb
fetch: repo_direct
- key:
token: grpc
type: formula
stats:
30d: 6156
90d: 23293
365d: 109168
description: Next generation open source RPC library and framework
homepage: https://grpc.io/
fetch: homebrew
- key:
token: openvino
type: formula
stats:
30d: 6102
90d: 23918
365d: 138377
description: Open Visual Inference And Optimization toolkit for AI inference
homepage: https://docs.openvino.ai
fetch: homebrew
- key:
token: pyenv-virtualenv
type: formula
stats:
30d: 6083
90d: 19456
365d: 105761
description: Pyenv plugin to manage virtualenv
homepage: https://github.com/pyenv/pyenv-virtualenv
fetch: homebrew
- key:
token: mongodb-atlas-cli
type: formula
stats:
30d: 6051
90d: 18900
365d: 63155
description: Atlas CLI enables you to manage your MongoDB Atlas
homepage: https://www.mongodb.com/docs/atlas/cli/stable/
fetch: homebrew
- key:
token: tfsec
type: formula
stats:
30d: 5988
90d: 21822
365d: 87128
description: Static analysis security scanner for your terraform code
homepage: https://aquasecurity.github.io/tfsec/latest/
fetch: homebrew
- key:
token: xcresultparser
type: formula
stats:
30d: 5978
90d: 16252
365d: 25410
description: Parse binary .xcresult bundles from Xcode builds and test runs
homepage: https://github.com/a7ex/xcresultparser
fetch: homebrew
- key:
token: zellij
type: formula
stats:
30d: 5893
90d: 11851
365d: 35887
description: Pluggable terminal workspace, with terminal multiplexer as the base
feature
homepage: https://zellij.dev
fetch: homebrew
- key:
token: rabbitmq
type: formula
stats:
30d: 5891
90d: 17576
365d: 70791
description: Messaging and streaming broker
homepage: https://www.rabbitmq.com
fetch: homebrew
- key:
token: frontastic-cli
type: formula
tap: frontasticgmbh/tap
stats:
30d: 5891
90d: 16314
365d: 50679
definition: https://github.com/frontasticgmbh/homebrew-tap/blob/HEAD/Formula/frontastic-cli.rb
version: 2.4.4
file_paths:
- Formula/frontastic-cli.rb
fetch: repo_direct
- key:
token: xcresultparser
type: formula
tap: a7ex/formulae
stats:
30d: 5845
90d: 9075
365d: 83481
description: Parse binary .xcresult bundles from Xcode builds and test runs
homepage: https://github.com/a7ex/xcresultparser
definition: https://github.com/a7ex/homebrew-formulae/blob/HEAD/xcresultparser.rb
version: 1.8.5
file_paths:
- xcresultparser.rb
fetch: repo_direct
- key:
token: rsync
type: formula
stats:
30d: 5832
90d: 25519
365d: 59719
description: Utility that provides fast incremental file transfer
homepage: https://rsync.samba.org/
fetch: homebrew
- key:
token: pygobject3
type: formula
stats:
30d: 5825
90d: 10269
365d: 55923
description: GNOME Python bindings (based on GObject Introspection)
homepage: https://pygobject.gnome.org
fetch: homebrew
- key:
token: r
type: formula
stats:
30d: 5805
90d: 13702
365d: 53279
description: Software environment for statistical computing
homepage: https://www.r-project.org/
fetch: homebrew
- key:
token: libtiff
type: formula
stats:
30d: 5800
90d: 23564
365d: 189269
description: TIFF library and utilities
homepage: https://libtiff.gitlab.io/libtiff/
fetch: homebrew
- key:
token: mercurial
type: formula
stats:
30d: 5788
90d: 14171
365d: 44615
description: Scalable distributed version control system
homepage: https://mercurial-scm.org/
fetch: homebrew
- key:
token: icu4c@77
type: formula
stats:
30d: 5747
90d: 5754
365d: 5753
description: C/C++ and Java libraries for Unicode and globalization
homepage: https://icu.unicode.org/home
fetch: homebrew
- key:
token: watch
type: formula
stats:
30d: 5693
90d: 21563
365d: 70786
description: Executes a program periodically, showing output fullscreen
homepage: https://gitlab.com/procps-ng/procps
fetch: homebrew
- key:
token: vale
type: formula
stats:
30d: 5675
90d: 14797
365d: 35593
description: Syntax-aware linter for prose
homepage: https://vale.sh/
fetch: homebrew
- key:
token: pcre2
type: formula
stats:
30d: 5665
90d: 7950
365d: 30979
description: Perl compatible regular expressions library with a new API
homepage: https://www.pcre.org/
fetch: homebrew
- key:
token: moreutils
type: formula
stats:
30d: 5614
90d: 15519
365d: 75408
description: Collection of tools that nobody wrote when UNIX was young
homepage: https://joeyh.name/code/moreutils/
fetch: homebrew
- key:
token: mono
type: formula
stats:
30d: 5601
90d: 11511
365d: 37768
description: Cross platform, open source .NET development framework
homepage: https://www.mono-project.com/
fetch: homebrew
- key:
token: mariadb
type: formula
stats:
30d: 5549
90d: 18891
365d: 82935
description: Drop-in replacement for MySQL
homepage: https://mariadb.org/
fetch: homebrew
- key:
token: jpeg
type: formula
stats:
30d: 5504
90d: 16474
365d: 69574
description: Image manipulation library
homepage: https://www.ijg.org/
fetch: homebrew
- key:
token: graphicsmagick
type: formula
stats:
30d: 5501
90d: 20894
365d: 105865
description: Image processing tools collection
homepage: http://www.graphicsmagick.org/
fetch: homebrew
- key:
token: oh-my-posh
type: formula
stats:
30d: 5470
90d: 11394
365d: 54005
description: Prompt theme engine for any shell
homepage: https://ohmyposh.dev
fetch: homebrew
- key:
token: zsh-autosuggestions
type: formula
stats:
30d: 5457
90d: 17297
365d: 67452
description: Fish-like fast/unobtrusive autosuggestions for zsh
homepage: https://github.com/zsh-users/zsh-autosuggestions
fetch: homebrew
- key:
token: php@8.3
type: formula
stats:
30d: 5456
90d: 15387
365d: 22608
description: General-purpose scripting language
homepage: https://www.php.net/
fetch: homebrew
- key:
token: httpd
type: formula
stats:
30d: 5440
90d: 20437
365d: 86558
description: Apache HTTP server
homepage: https://httpd.apache.org/
fetch: homebrew
- key:
token: uutils-coreutils
type: formula
stats:
30d: 5429
90d: 15613
365d: 33875
description: Cross-platform Rust rewrite of the GNU coreutils
homepage: https://uutils.github.io/coreutils/
fetch: homebrew
- key:
token: semgrep
type: formula
stats:
30d: 5426
90d: 15658
365d: 47142
description: Easily detect and prevent bugs and anti-patterns in your codebase
homepage: https://semgrep.dev
fetch: homebrew
- key:
token: bats-file
type: formula
tap: kaos/shell
stats:
30d: 5412
90d: 15445
365d: 49679
description: Common filesystem assertions for Bats
definition: https://github.com/kaos/homebrew-shell/blob/HEAD/Formula/bats-file.rb
file_paths:
- Formula/bats-file.rb
fetch: repo_direct
- key:
token: openblas
type: formula
stats:
30d: 5404
90d: 22843
365d: 120292
description: Optimized BLAS library
homepage: https://www.openblas.net/
fetch: homebrew
- key:
token: pyqt
type: formula
stats:
30d: 5382
90d: 16604
365d: 68842
description: Python bindings for v6 of Qt
homepage: https://www.riverbankcomputing.com/software/pyqt/intro
fetch: homebrew
- key:
token: gsettings-desktop-schemas
type: formula
stats:
30d: 5381
90d: 8445
365d: 48594
description: GSettings schemas for desktop components
homepage: https://download.gnome.org/sources/gsettings-desktop-schemas/
fetch: homebrew
- key:
token: gdb
type: formula
stats:
30d: 5374
90d: 17358
365d: 49062
description: GNU debugger
homepage: https://www.gnu.org/software/gdb/
fetch: homebrew
- key:
token: gdbm
type: formula
stats:
30d: 5365
90d: 9329
365d: 41123
description: GNU database manager
homepage: https://www.gnu.org.ua/software/gdbm/
fetch: homebrew
- key:
token: bats-assert
type: formula
tap: kaos/shell
stats:
30d: 5314
90d: 15186
365d: 49732
description: Common assertions for Bats
definition: https://github.com/kaos/homebrew-shell/blob/HEAD/Formula/bats-assert.rb
file_paths:
- Formula/bats-assert.rb
fetch: repo_direct
- key:
token: kind
type: formula
stats:
30d: 5310
90d: 19632
365d: 77475
description: Run local Kubernetes cluster in Docker
homepage: https://kind.sigs.k8s.io/
fetch: homebrew
- key:
token: pipenv
type: formula
stats:
30d: 5307
90d: 22604
365d: 104954
description: Python dependency management tool
homepage: https://github.com/pypa/pipenv
fetch: homebrew
- key:
token: ipython
type: formula
stats:
30d: 5279
90d: 16884
365d: 62577
description: Interactive computing in Python
homepage: https://ipython.org/
fetch: homebrew
- key:
token: shellcheck
type: formula
stats:
30d: 5215
90d: 16409
365d: 111010
description: Static analysis and lint tool, for (ba)sh scripts
homepage: https://www.shellcheck.net/
fetch: homebrew
- key:
token: gmp
type: formula
stats:
30d: 5186
90d: 17833
365d: 67609
description: GNU multiple precision arithmetic library
homepage: https://gmplib.org/
fetch: homebrew
- key:
token: docker-buildx
type: formula
stats:
30d: 5162
90d: 17148
365d: 52559
description: Docker CLI plugin for extended build capabilities with BuildKit
homepage: https://docs.docker.com/buildx/working-with-buildx/
fetch: homebrew
- key:
token: openshift-cli
type: formula
stats:
30d: 5130
90d: 14609
365d: 54989
description: OpenShift command-line interface tools
homepage: https://www.openshift.com/
fetch: homebrew
- key:
token: zizmor
type: formula
stats:
30d: 5109
90d: 14632
365d: 30549
description: Find security issues in GitHub Actions setups
homepage: https://woodruffw.github.io/zizmor/
fetch: homebrew
- key:
token: yazi
type: formula
stats:
30d: 5063
90d: 18018
365d: 45535
description: Blazing fast terminal file manager written in Rust, based on async
I/O
homepage: https://github.com/sxyazi/yazi
fetch: homebrew
- key:
token: dotnet
type: formula
stats:
30d: 5050
90d: 10522
365d: 40553
description: ".NET Core"
homepage: https://dotnet.microsoft.com/
fetch: homebrew
- key:
token: leptonica
type: formula
stats:
30d: 5001
90d: 19558
365d: 116335
description: Image processing and image analysis library
homepage: http://www.leptonica.org/
fetch: homebrew
- key:
token: sourcery
type: formula
stats:
30d: 4967
90d: 15937
365d: 50245
description: Meta-programming for Swift, stop writing boilerplate code
homepage: https://github.com/krzysztofzablocki/Sourcery
fetch: homebrew
- key:
token: portaudio
type: formula
stats:
30d: 4964
90d: 15349
365d: 49267
description: Cross-platform library for audio I/O
homepage: https://www.portaudio.com
fetch: homebrew
- key:
token: gnu-sed
type: formula
stats:
30d: 4939
90d: 16360
365d: 78865
description: GNU implementation of the famous stream editor
homepage: https://www.gnu.org/software/sed/
fetch: homebrew
- key:
token: midnight-commander
type: formula
stats:
30d: 4852
90d: 21688
365d: 65291
description: Terminal-based visual file manager
homepage: https://www.midnight-commander.org/
fetch: homebrew
- key:
token: adwaita-icon-theme
type: formula
stats:
30d: 4849
90d: 7752
365d: 39554
description: Icons for the GNOME project
homepage: https://developer.gnome.org
fetch: homebrew
- key:
token: vtk
type: formula
stats:
30d: 4813
90d: 13542
365d: 61351
description: Toolkit for 3D computer graphics, image processing, and visualization
homepage: https://www.vtk.org/
fetch: homebrew
- key:
token: ansible-lint
type: formula
stats:
30d: 4764
90d: 15296
365d: 55007
description: Checks ansible playbooks for practices and behaviour
homepage: https://ansible-lint.readthedocs.io/
fetch: homebrew
- key:
token: zsh-syntax-highlighting
type: formula
stats:
30d: 4752
90d: 14168
365d: 58216
description: Fish shell like syntax highlighting for zsh
homepage: https://github.com/zsh-users/zsh-syntax-highlighting
fetch: homebrew
- key:
token: cfn-lint
type: formula
stats:
30d: 4747
90d: 12936
365d: 54459
description: Validate CloudFormation templates against the CloudFormation spec
homepage: https://github.com/aws-cloudformation/cfn-lint/
fetch: homebrew
- key:
token: shfmt
type: formula
stats:
30d: 4733
90d: 11650
365d: 41550
description: Autoformat shell script source code
homepage: https://github.com/mvdan/sh
fetch: homebrew
- key:
token: git-filter-repo
type: formula
stats:
30d: 4732
90d: 12190
365d: 35763
description: Quickly rewrite git repository history
homepage: https://github.com/newren/git-filter-repo
fetch: homebrew
- key:
token: jo
type: formula
stats:
30d: 4731
90d: 17572
365d: 68211
description: JSON output from a shell
homepage: https://github.com/jpmens/jo
fetch: homebrew
- key:
token: stripe
type: formula
tap: stripe/stripe-cli
stats:
30d: 4721
90d: 16476
365d: 57829
description: Stripe CLI utility
definition: https://github.com/stripe/homebrew-stripe-cli/blob/HEAD/stripe.rb
version: 1.26.1
file_paths:
- stripe.rb
fetch: repo_direct
- key:
token: idb-companion
type: formula
tap: facebook/fb
stats:
30d: 4719
90d: 9770
365d: 36201
description: A Powerful Command Line for automating iOS Simulators
definition: https://github.com/facebook/homebrew-fb/blob/HEAD/idb-companion.rb
file_paths:
- idb-companion.rb
fetch: repo_direct
- key:
token: dnsmasq
type: formula
stats:
30d: 4711
90d: 9244
365d: 30042
description: Lightweight DNS forwarder and DHCP server
homepage: https://thekelleys.org.uk/dnsmasq/doc.html
fetch: homebrew
- key:
token: allure
type: formula
stats:
30d: 4702
90d: 14709
365d: 46500
description: Flexible lightweight test report tool
homepage: https://github.com/allure-framework/allure2
fetch: homebrew
- key:
token: openvpn
type: formula
stats:
30d: 4682
90d: 13621
365d: 47542
description: SSL/TLS VPN implementing OSI layer 2 or 3 secure network extension
homepage: https://openvpn.net/community/
fetch: homebrew
- key:
token: srt
type: formula
stats:
30d: 4681
90d: 18182
365d: 49675
description: Secure Reliable Transport
homepage: https://www.srtalliance.org/
fetch: homebrew
- key:
token: qpdf
type: formula
stats:
30d: 4676
90d: 13066
365d: 28942
description: Tools for and transforming and inspecting PDF files
homepage: https://github.com/qpdf/qpdf
fetch: homebrew
- key:
token: sbt
type: formula
stats:
30d: 4661
90d: 12475
365d: 53340
description: Build tool for Scala projects
homepage: https://www.scala-sbt.org/
fetch: homebrew
- key:
token: ncdu
type: formula
stats:
30d: 4633
90d: 13174
365d: 55159
description: NCurses Disk Usage
homepage: https://dev.yorhel.nl/ncdu
fetch: homebrew
- key:
token: luajit
type: formula
stats:
30d: 4633
90d: 10436
365d: 46824
description: Just-In-Time Compiler (JIT) for the Lua programming language
homepage: https://luajit.org/luajit.html
fetch: homebrew
- key:
token: mvfst
type: formula
stats:
30d: 4596
90d: 13202
365d: 61114
description: QUIC transport protocol implementation
homepage: https://github.com/facebook/mvfst
fetch: homebrew
- key:
token: chezmoi
type: formula
stats:
30d: 4565
90d: 14621
365d: 48633
description: Manage your dotfiles across multiple diverse machines, securely
homepage: https://chezmoi.io/
fetch: homebrew
- key:
token: docker-credential-helper
type: formula
stats:
30d: 4547
90d: 12688
365d: 32470
description: Platform keystore credential helper for Docker
homepage: https://github.com/docker/docker-credential-helpers
fetch: homebrew
- key:
token: buf
type: formula
tap: bufbuild/buf
stats:
30d: 4540
90d: 14015
365d: 49189
description: New way of working with Protocol Buffers
homepage: https://github.com/bufbuild/buf
definition: https://github.com/bufbuild/homebrew-buf/blob/HEAD/Formula/buf.rb
version: 1.52.1
file_paths:
- Formula/buf.rb
fetch: repo_direct
- key:
token: television
type: formula
stats:
30d: 4536
90d: 8787
365d: 9993
description: General purpose fuzzy finder TUI
homepage: https://github.com/alexpasmantier/television
fetch: homebrew
- key:
token: make
type: formula
stats:
30d: 4479
90d: 14418
365d: 54147
description: Utility for directing compilation
homepage: https://www.gnu.org/software/make/
fetch: homebrew
- key:
token: atuin
type: formula
stats:
30d: 4413
90d: 10194
365d: 34948
description: Improved shell history for zsh, bash, fish and nushell
homepage: https://atuin.sh/
fetch: homebrew
- key:
token: unar
type: formula
stats:
30d: 4410
90d: 9878
365d: 29857
description: Command-line unarchiving tools supporting multiple formats
homepage: https://theunarchiver.com/command-line
fetch: homebrew
- key:
token: k6
type: formula
stats:
30d: 4329
90d: 12613
365d: 48196
description: Modern load testing tool, using Go and JavaScript
homepage: https://k6.io
fetch: homebrew
- key:
token: libass
type: formula
stats:
30d: 4322
90d: 14861
365d: 213372
description: Subtitle renderer for the ASS/SSA subtitle format
homepage: https://github.com/libass/libass
fetch: homebrew
- key:
token: wireshark
type: formula
stats:
30d: 4231
90d: 17097
365d: 63178
description: Network analyzer and capture tool - without graphical user interface
homepage: https://www.wireshark.org
fetch: homebrew
- key:
token: readline
type: formula
stats:
30d: 4218
90d: 13485
365d: 85213
description: Library for command-line editing
homepage: https://tiswww.case.edu/php/chet/readline/rltop.html
fetch: homebrew
- key:
token: btop
type: formula
stats:
30d: 4141
90d: 14905
365d: 56151
description: Resource monitor. C++ version and continuation of bashtop and bpytop
homepage: https://github.com/aristocratos/btop
fetch: homebrew
- key:
token: kotlin
type: formula
stats:
30d: 4137
90d: 11161
365d: 41650
description: Statically typed programming language for the JVM
homepage: https://kotlinlang.org/
fetch: homebrew
- key:
token: retry
type: formula
tap: kadwanev/brew
stats:
30d: 4086
90d: 11969
365d: 35099
description: Repeat a command until the command succeeds
homepage: https://github.com/minfrin/retry
definition: https://github.com/kadwanev/homebrew-brew/blob/HEAD/retry.rb
file_paths:
- retry.rb
fetch: repo_direct
- key:
token: libssh2
type: formula
stats:
30d: 4069
90d: 16137
365d: 61438
description: C library implementing the SSH2 protocol
homepage: https://libssh2.org/
fetch: homebrew
- key:
token: netcdf
type: formula
stats:
30d: 4042
90d: 8625
365d: 28685
description: Libraries and data formats for array-oriented scientific data
homepage: https://www.unidata.ucar.edu/software/netcdf/
fetch: homebrew
- key:
token: socat
type: formula
stats:
30d: 4041
90d: 14602
365d: 49146
description: 'SOcket CAT: netcat on steroids'
homepage: http://www.dest-unreach.org/socat/
fetch: homebrew
- key:
token: wimlib
type: formula
stats:
30d: 4012
90d: 12597
365d: 57790
description: Library to create, extract, and modify Windows Imaging files
homepage: https://wimlib.net/
fetch: homebrew
- key:
token: librist
type: formula
stats:
30d: 3974
90d: 16811
365d: 117453
description: Reliable Internet Stream Transport (RIST)
homepage: https://code.videolan.org/rist/
fetch: homebrew
- key:
token: k3d
type: formula
stats:
30d: 3961
90d: 9221
365d: 25736
description: Little helper to run CNCF's k3s in Docker
homepage: https://k3d.io
fetch: homebrew
- key:
token: sdl2_image
type: formula
stats:
30d: 3897
90d: 13959
365d: 42597
description: Library for loading images as SDL surfaces and textures
homepage: https://github.com/libsdl-org/SDL_image
fetch: homebrew
- key:
token: talisman
type: formula
stats:
30d: 3893
90d: 12924
365d: 45475
description: Tool to detect and prevent secrets from getting checked in
homepage: https://thoughtworks.github.io/talisman/
fetch: homebrew
- key:
token: libksba
type: formula
stats:
30d: 3852
90d: 13184
365d: 90073
description: X.509 and CMS library
homepage: https://www.gnupg.org/related_software/libksba/
fetch: homebrew
- key:
token: firebase-cli
type: formula
stats:
30d: 3846
90d: 11463
365d: 46672
description: Firebase command-line tools
homepage: https://firebase.google.com/docs/cli/
fetch: homebrew
- key:
token: python-yq
type: formula
stats:
30d: 3846
90d: 6417
365d: 19917
description: Command-line YAML and XML processor that wraps jq
homepage: https://kislyuk.github.io/yq/
fetch: homebrew
- key:
token: fontconfig
type: formula
stats:
30d: 3819
90d: 16767
365d: 35648
description: XML-based font configuration API for X Windows
homepage: https://wiki.freedesktop.org/www/Software/fontconfig/
fetch: homebrew
- key:
token: glances
type: formula
stats:
30d: 3816
90d: 8616
365d: 35827
description: Alternative to top/htop
homepage: https://nicolargo.github.io/glances/
fetch: homebrew
- key:
token: cliclick
type: formula
stats:
30d: 3809
90d: 10511
365d: 25608
description: Tool for emulating mouse and keyboard events
homepage: https://www.bluem.net/jump/cliclick/
fetch: homebrew
- key:
token: nano
type: formula
stats:
30d: 3809
90d: 8380
365d: 38536
description: Free (GNU) replacement for the Pico text editor
homepage: https://www.nano-editor.org/
fetch: homebrew
- key:
token: libxslt
type: formula
stats:
30d: 3788
90d: 8079
365d: 33975
description: C XSLT library for GNOME
homepage: http://xmlsoft.org/XSLT/
fetch: homebrew
- key:
token: perl
type: formula
stats:
30d: 3780
90d: 16251
365d: 56314
description: Highly capable, feature-rich programming language
homepage: https://www.perl.org/
fetch: homebrew
- key:
token: aria2
type: formula
stats:
30d: 3731
90d: 11867
365d: 44356
description: Download with resuming and segmented downloading
homepage: https://aria2.github.io/
fetch: homebrew
- key:
token: libzip
type: formula
stats:
30d: 3726
90d: 15146
365d: 49474
description: C library for reading, creating, and modifying zip archives
homepage: https://libzip.org/
fetch: homebrew
- key:
token: git-crypt
type: formula
stats:
30d: 3715
90d: 12976
365d: 45356
description: Enable transparent encryption/decryption of files in a git repo
homepage: https://www.agwa.name/projects/git-crypt/
fetch: homebrew
- key:
token: elixir
type: formula
stats:
30d: 3714
90d: 13708
365d: 54425
description: Functional metaprogramming aware language built on Erlang VM
homepage: https://elixir-lang.org/
fetch: homebrew
- key:
token: jfrog-cli
type: formula
stats:
30d: 3712
90d: 9455
365d: 39966
description: Command-line interface for JFrog products
homepage: https://www.jfrog.com/confluence/display/CLI/JFrog+CLI
fetch: homebrew
- key:
token: cmake-docs
type: formula
stats:
30d: 3699
90d: 11520
365d: 52657
description: Documentation for CMake
homepage: https://www.cmake.org/
fetch: homebrew
- key:
token: nushell
type: formula
stats:
30d: 3629
90d: 10588
365d: 45011
description: Modern shell for the GitHub era
homepage: https://www.nushell.sh
fetch: homebrew
- key:
token: p11-kit
type: formula
stats:
30d: 3625
90d: 12725
365d: 108238
description: Library to load and enumerate PKCS#11 modules
homepage: https://p11-glue.freedesktop.org
fetch: homebrew
- key:
token: ykman
type: formula
stats:
30d: 3617
90d: 5661
365d: 19223
description: Tool for managing your YubiKey configuration
homepage: https://developers.yubico.com/yubikey-manager/
fetch: homebrew
- key:
token: yabai
type: formula
tap: koekeishiya/formulae
stats:
30d: 3612
90d: 10622
365d: 35284
description: A tiling window manager for macOS based on binary space partitioning.
definition: https://github.com/koekeishiya/homebrew-formulae/blob/HEAD/yabai.rb
file_paths:
- yabai.rb
fetch: repo_direct
- key:
token: pinentry-mac
type: formula
stats:
30d: 3607
90d: 17258
365d: 50344
description: Pinentry for GPG on Mac
homepage: https://github.com/GPGTools/pinentry
fetch: homebrew
- key:
token: jenv
type: formula
stats:
30d: 3603
90d: 10931
365d: 47047
description: Manage your Java environment
homepage: https://www.jenv.be/
fetch: homebrew
- key:
token: sox
type: formula
stats:
30d: 3600
90d: 9529
365d: 19147
description: 'SOund eXchange: universal sound sample translator'
homepage: https://sox.sourceforge.net/
fetch: homebrew
- key:
token: libyaml
type: formula
stats:
30d: 3596
90d: 11324
365d: 48625
description: YAML Parser
homepage: https://github.com/yaml/libyaml
fetch: homebrew
- key:
token: sphinx-doc
type: formula
stats:
30d: 3579
90d: 13864
365d: 69393
description: Tool to create intelligent and beautiful documentation
homepage: https://www.sphinx-doc.org/
fetch: homebrew
- key:
token: oci-cli
type: formula
stats:
30d: 3525
90d: 11145
365d: 37698
description: Oracle Cloud Infrastructure CLI
homepage: https://docs.cloud.oracle.com/iaas/Content/API/Concepts/cliconcepts.htm
fetch: homebrew
- key:
token: dust
type: formula
stats:
30d: 3496
90d: 7840
365d: 22169
description: More intuitive version of du in rust
homepage: https://github.com/bootandy/dust
fetch: homebrew
- key:
token: duckdb
type: formula
stats:
30d: 3482
90d: 9855
365d: 32119
description: Embeddable SQL OLAP Database Management System
homepage: https://www.duckdb.org
fetch: homebrew
- key:
token: sentry-cli
type: formula
tap: getsentry/tools
stats:
30d: 3482
90d: 11518
365d: 38265
description: Command-line utility to interact with Sentry
homepage: https://docs.sentry.io/cli/
definition: https://github.com/getsentry/homebrew-tools/blob/HEAD/Formula/sentry-cli.rb
version: 2.43.0
file_paths:
- Formula/sentry-cli.rb
fetch: repo_direct
- key:
token: suite-sparse
type: formula
stats:
30d: 3480
90d: 9539
365d: 48822
description: Suite of Sparse Matrix Software
homepage: https://people.engr.tamu.edu/davis/suitesparse.html
fetch: homebrew
- key:
token: zsh-completions
type: formula
stats:
30d: 3475
90d: 7794
365d: 26848
description: Additional completion definitions for zsh
homepage: https://github.com/zsh-users/zsh-completions
fetch: homebrew
- key:
token: rust-analyzer
type: formula
stats:
30d: 3468
90d: 11113
365d: 43825
description: Experimental Rust compiler front-end for IDEs
homepage: https://rust-analyzer.github.io/
fetch: homebrew
- key:
token: kcov
type: formula
stats:
30d: 3449
90d: 10319
365d: 23177
description: Code coverage tester for compiled programs, Python, and shell scripts
homepage: https://simonkagstrom.github.io/kcov/
fetch: homebrew
- key:
token: libarchive
type: formula
stats:
30d: 3444
90d: 7469
365d: 91379
description: Multi-format archive and compression library
homepage: https://www.libarchive.org
fetch: homebrew
- key:
token: eigen
type: formula
stats:
30d: 3441
90d: 8938
365d: 27495
description: C++ template library for linear algebra
homepage: https://eigen.tuxfamily.org/
fetch: homebrew
- key:
token: mpfr
type: formula
stats:
30d: 3423
90d: 5179
365d: 10237
description: C library for multiple-precision floating-point computations
homepage: https://www.mpfr.org/
fetch: homebrew
- key:
token: mas
type: formula
stats:
30d: 3420
90d: 11240
365d: 43758
description: Mac App Store command-line interface
homepage: https://github.com/mas-cli/mas
fetch: homebrew
- key:
token: kubectx
type: formula
stats:
30d: 3404
90d: 10629
365d: 42141
description: Tool that can switch between kubectl contexts easily and create aliases
homepage: https://github.com/ahmetb/kubectx
fetch: homebrew
- key:
token: tealdeer
type: formula
stats:
30d: 3394
90d: 6434
365d: 15973
description: Very fast implementation of tldr in Rust
homepage: https://tealdeer-rs.github.io/tealdeer/
fetch: homebrew
- key:
token: checkov
type: formula
stats:
30d: 3389
90d: 10042
365d: 46049
description: Prevent cloud misconfigurations during build-time for IaC tools
homepage: https://www.checkov.io/
fetch: homebrew
- key:
token: dart
type: formula
tap: dart-lang/dart
stats:
30d: 3388
90d: 12066
365d: 50525
description: SDK
definition: https://github.com/dart-lang/homebrew-dart/blob/HEAD/Formula/dart.rb
version: 3.9.0-3.0.dev
file_paths:
- Formula/dart.rb
fetch: repo_direct
- key:
token: expat
type: formula
stats:
30d: 3378
90d: 5633
365d: 13318
description: XML 1.0 parser
homepage: https://libexpat.github.io/
fetch: homebrew
- key:
token: llvm@18
type: formula
stats:
30d: 3375
90d: 10093
365d: 25123
description: Next-gen compiler infrastructure
homepage: https://llvm.org/
fetch: homebrew
- key:
token: pulumi
type: formula
stats:
30d: 3363
90d: 9401
365d: 35993
description: Cloud native development platform
homepage: https://pulumi.io/
fetch: homebrew
- key:
token: putty
type: formula
stats:
30d: 3349
90d: 12364
365d: 45778
description: Implementation of Telnet and SSH
homepage: https://www.chiark.greenend.org.uk/~sgtatham/putty/
fetch: homebrew
- key:
token: giflib
type: formula
stats:
30d: 3348
90d: 9377
365d: 52050
description: Library and utilities for processing GIFs
homepage: https://giflib.sourceforge.net/
fetch: homebrew
- key:
token: eksctl
type: formula
stats:
30d: 3340
90d: 11613
365d: 46348
description: Simple command-line tool for creating clusters on Amazon EKS
homepage: https://eksctl.io
fetch: homebrew
- key:
token: xmlstarlet
type: formula
stats:
30d: 3320
90d: 10059
365d: 40035
description: XML command-line utilities
homepage: https://xmlstar.sourceforge.net/
fetch: homebrew
- key:
token: docker-machine
type: formula
stats:
30d: 3317
90d: 10174
365d: 32964
description: Create Docker hosts locally and on cloud providers
homepage: https://docs.gitlab.com/runner/executors/docker_machine.html
fetch: homebrew
- key:
token: puma-dev
type: formula
tap: puma/puma
stats:
30d: 3299
90d: 12329
365d: 47252
description: A tool to manage rack apps in development with puma
definition: https://github.com/puma/homebrew-puma/blob/HEAD/puma-dev.rb
version: 0.18.3
file_paths:
- puma-dev.rb
fetch: repo_direct
- key:
token: pyqt@5
type: formula
stats:
30d: 3292
90d: 11956
365d: 33618
description: Python bindings for v5 of Qt
homepage: https://www.riverbankcomputing.com/software/pyqt/intro
fetch: homebrew
- key:
token: freerdp
type: formula
stats:
30d: 3245
90d: 9489
365d: 29155
description: X11 implementation of the Remote Desktop Protocol (RDP)
homepage: https://www.freerdp.com/
fetch: homebrew
- key:
token: gauche
type: formula
stats:
30d: 3245
90d: 7783
365d: 47678
description: R7RS Scheme implementation, developed to be a handy script interpreter
homepage: https://practical-scheme.net/gauche/
fetch: homebrew
- key:
token: ctlptl
type: formula
tap: tilt-dev/tap
stats:
30d: 3240
90d: 4679
365d: 12398
description: Making local Kubernetes clusters fun and easy to set up
homepage: https://github.com/tilt-dev/ctlptl
definition: https://github.com/tilt-dev/homebrew-tap/blob/HEAD/ctlptl.rb
version: 0.8.40
file_paths:
- ctlptl.rb
fetch: repo_direct
- key:
token: tor
type: formula
stats:
30d: 3238
90d: 7067
365d: 21486
description: Anonymizing overlay network for TCP
homepage: https://www.torproject.org/
fetch: homebrew
- key:
token: iperf3
type: formula
stats:
30d: 3236
90d: 11241
365d: 49452
description: 'Update of iperf: measures TCP, UDP, and SCTP bandwidth'
homepage: https://github.com/esnet/iperf
fetch: homebrew
- key:
token: libimobiledevice
type: formula
stats:
30d: 3230
90d: 9136
365d: 42869
description: Library to communicate with iOS devices natively
homepage: https://www.libimobiledevice.org/
fetch: homebrew
- key:
token: gnuplot
type: formula
stats:
30d: 3227
90d: 11733
365d: 48187
description: Command-driven, interactive function plotting
homepage: http://www.gnuplot.info/
fetch: homebrew
- key:
token: postgis
type: formula
stats:
30d: 3184
90d: 8115
365d: 33600
description: Adds support for geographic objects to PostgreSQL
homepage: https://postgis.net/
fetch: homebrew
- key:
token: libassuan
type: formula
stats:
30d: 3182
90d: 7731
365d: 47299
description: Assuan IPC Library
homepage: https://www.gnupg.org/related_software/libassuan/
fetch: homebrew
- key:
token: stern
type: formula
stats:
30d: 3178
90d: 12102
365d: 58978
description: Tail multiple Kubernetes pods & their containers
homepage: https://github.com/stern/stern
fetch: homebrew
- key:
token: ios-deploy
type: formula
stats:
30d: 3168
90d: 10031
365d: 41795
description: Install and debug iPhone apps from the command-line
homepage: https://github.com/ios-control/ios-deploy
fetch: homebrew
- key:
token: jenkins-lts
type: formula
stats:
30d: 3151
90d: 9468
365d: 36200
description: Extendable open source continuous integration server
homepage: https://www.jenkins.io/
fetch: homebrew
- key:
token: freetype
type: formula
stats:
30d: 3139
90d: 10644
365d: 55283
description: Software library to render fonts
homepage: https://www.freetype.org/
fetch: homebrew
- key:
token: xcodes
type: formula
tap: xcodesorg/made
stats:
30d: 3095
90d: 9067
365d: 33299
description: Best command-line tool to install and switch between multiple versions
of Xcode
homepage: https://github.com/XcodesOrg/xcodes
definition: https://github.com/xcodesorg/homebrew-made/blob/HEAD/Formula/xcodes.rb
file_paths:
- Formula/xcodes.rb
fetch: repo_direct
- key:
token: libsoup
type: formula
stats:
30d: 3039
90d: 9487
365d: 29394
description: HTTP client/server library for GNOME
homepage: https://wiki.gnome.org/Projects/libsoup
fetch: homebrew
- key:
token: python-tk@3.12
type: formula
stats:
30d: 3031
90d: 10308
365d: 62209
description: Python interface to Tcl/Tk
homepage: https://www.python.org/
fetch: homebrew
- key:
token: texlive
type: formula
stats:
30d: 3022
90d: 5762
365d: 19009
description: Free software distribution for the TeX typesetting system
homepage: https://www.tug.org/texlive/
fetch: homebrew
- key:
token: tilt
type: formula
tap: tilt-dev/tap
stats:
30d: 3017
90d: 3747
365d: 7205
description: Define your dev environment as code. For microservice apps on Kubernetes
homepage: https://tilt.dev/
definition: https://github.com/tilt-dev/homebrew-tap/blob/HEAD/tilt.rb
version: 0.34.2
file_paths:
- tilt.rb
fetch: repo_direct
- key:
token: openapi-generator
type: formula
stats:
30d: 3013
90d: 10964
365d: 42900
description: Generate clients, server & docs from an OpenAPI spec (v2, v3)
homepage: https://openapi-generator.tech/
fetch: homebrew
- key:
token: xcodes
type: formula
stats:
30d: 3009
90d: 8918
365d: 28829
description: Best command-line tool to install and switch between multiple versions
of Xcode
homepage: https://github.com/XcodesOrg/xcodes
fetch: homebrew
- key:
token: gnu-getopt
type: formula
stats:
30d: 3007
90d: 7774
365d: 26889
description: Command-line option parsing utility
homepage: https://github.com/util-linux/util-linux
fetch: homebrew
- key:
token: rclone
type: formula
stats:
30d: 3001
90d: 15877
365d: 54440
description: Rsync for cloud storage
homepage: https://rclone.org/
fetch: homebrew
- key:
token: neofetch
type: formula
stats:
30d: 2991
90d: 9156
365d: 58827
description: Fast, highly customisable system info script
homepage: https://github.com/dylanaraps/neofetch
fetch: homebrew
- key:
token: sevenzip
type: formula
stats:
30d: 2972
90d: 9674
365d: 47915
description: 7-Zip is a file archiver with a high compression ratio
homepage: https://7-zip.org
fetch: homebrew
- key:
token: mosquitto
type: formula
stats:
30d: 2966
90d: 7302
365d: 21878
description: Message broker implementing the MQTT protocol
homepage: https://mosquitto.org/
fetch: homebrew
- key:
token: scala
type: formula
stats:
30d: 2954
90d: 10455
365d: 40931
description: JVM-based programming language
homepage: https://dotty.epfl.ch/
fetch: homebrew
- key:
token: bazelisk
type: formula
stats:
30d: 2937
90d: 9303
365d: 55424
description: User-friendly launcher for Bazel
homepage: https://github.com/bazelbuild/bazelisk/
fetch: homebrew
- key:
token: vera++
type: formula
stats:
30d: 2920
90d: 7692
365d: 7758
description: Programmable tool for C++ source code
homepage: https://bitbucket.org/verateam/vera
fetch: homebrew
- key:
token: aider
type: formula
stats:
30d: 2918
90d: 7169
365d: 12175
description: AI pair programming in your terminal
homepage: https://aider.chat/
fetch: homebrew
- key:
token: python-tk@3.11
type: formula
stats:
30d: 2907
90d: 8280
365d: 39897
description: Python interface to Tcl/Tk
homepage: https://www.python.org/
fetch: homebrew
- key:
token: syncthing
type: formula
stats:
30d: 2894
90d: 6552
365d: 25217
description: Open source continuous file synchronization application
homepage: https://syncthing.net/
fetch: homebrew
- key:
token: httpie
type: formula
stats:
30d: 2884
90d: 10673
365d: 90468
description: User-friendly cURL replacement (command-line HTTP client)
homepage: https://httpie.io/
fetch: homebrew
- key:
token: bison
type: formula
stats:
30d: 2880
90d: 8863
365d: 37201
description: Parser generator
homepage: https://www.gnu.org/software/bison/
fetch: homebrew
- key:
token: aws-cdk
type: formula
stats:
30d: 2878
90d: 9501
365d: 42319
description: AWS Cloud Development Kit - framework for defining AWS infra as code
homepage: https://github.com/aws/aws-cdk
fetch: homebrew
- key:
token: grep
type: formula
stats:
30d: 2869
90d: 7225
365d: 26676
description: GNU grep, egrep and fgrep
homepage: https://www.gnu.org/software/grep/
fetch: homebrew
- key:
token: pycparser
type: formula
stats:
30d: 2863
90d: 11292
365d: 91057
description: C parser in Python
homepage: https://github.com/eliben/pycparser
fetch: homebrew
- key:
token: gawk
type: formula
stats:
30d: 2862
90d: 9101
365d: 43732
description: GNU awk utility
homepage: https://www.gnu.org/software/gawk/
fetch: homebrew
- key:
token: age
type: formula
stats:
30d: 2854
90d: 9019
365d: 247039
description: Simple, modern, secure file encryption
homepage: https://github.com/FiloSottile/age
fetch: homebrew
- key:
token: sdl2_ttf
type: formula
stats:
30d: 2839
90d: 9950
365d: 29729
description: Library for using TrueType fonts in SDL applications
homepage: https://github.com/libsdl-org/SDL_ttf
fetch: homebrew
- key:
token: pgcli
type: formula
stats:
30d: 2833
90d: 5646
365d: 20035
description: CLI for Postgres with auto-completion and syntax highlighting
homepage: https://pgcli.com/
fetch: homebrew
- key:
token: lua-language-server
type: formula
stats:
30d: 2825
90d: 6847
365d: 30822
description: Language Server for the Lua language
homepage: https://github.com/LuaLS/lua-language-server
fetch: homebrew
- key:
token: sshuttle
type: formula
stats:
30d: 2823
90d: 7114
365d: 14808
description: Proxy server that works as a poor man's VPN
homepage: https://github.com/sshuttle/sshuttle
fetch: homebrew
- key:
token: chibi-scheme
type: formula
stats:
30d: 2822
90d: 6936
365d: 50710
description: Small footprint Scheme for use as a C Extension Language
homepage: https://github.com/ashinn/chibi-scheme
fetch: homebrew
- key:
token: gomplate
type: formula
stats:
30d: 2821
90d: 7810
365d: 27451
description: Command-line Golang template processor
homepage: https://gomplate.ca/
fetch: homebrew
- key:
token: zbar
type: formula
stats:
30d: 2820
90d: 6919
365d: 20265
description: Suite of barcodes-reading tools
homepage: https://github.com/mchehab/zbar
fetch: homebrew
- key:
token: typescript
type: formula
stats:
30d: 2818
90d: 7787
365d: 30725
description: Language for application scale JavaScript development
homepage: https://www.typescriptlang.org/
fetch: homebrew
- key:
token: sass
type: formula
tap: sass/sass
stats:
30d: 2808
90d: 7877
365d: 34037
description: Stylesheet Preprocessor
definition: https://github.com/sass/homebrew-sass/blob/HEAD/Formula/sass.rb
file_paths:
- Formula/sass.rb
fetch: repo_direct
- key:
token: kafka
type: formula
stats:
30d: 2788
90d: 9798
365d: 48515
description: Open-source distributed event streaming platform
homepage: https://kafka.apache.org/
fetch: homebrew
- key:
token: ffmpeg@6
type: formula
stats:
30d: 2786
90d: 7947
365d: 43175
description: Play, record, convert, and stream audio and video
homepage: https://ffmpeg.org/
fetch: homebrew
- key:
token: s5cmd
type: formula
tap: peak/tap
stats:
30d: 2780
90d: 3520
365d: 4916
description: Parallel S3 and local filesystem execution tool
homepage: https://github.com/peak/s5cmd/
definition: https://github.com/peak/homebrew-tap/blob/HEAD/Formula/s5cmd.rb
version: 2.3.0
file_paths:
- Formula/s5cmd.rb
fetch: repo_direct
- key:
token: docker-credential-helper-ecr
type: formula
stats:
30d: 2780
90d: 8942
365d: 36207
description: Docker Credential Helper for Amazon ECR
homepage: https://github.com/awslabs/amazon-ecr-credential-helper
fetch: homebrew
- key:
token: pulumi
type: formula
tap: pulumi/tap
stats:
30d: 2767
90d: 8194
365d: 31769
description: Cloud native development platform
homepage: https://pulumi.io/
definition: https://github.com/pulumi/homebrew-tap/blob/HEAD/Formula/pulumi.rb
version: 3.162.0
file_paths:
- Formula/pulumi.rb
fetch: repo_direct
- key:
token: sqlmap
type: formula
stats:
30d: 2766
90d: 6484
365d: 24998
description: Penetration testing for SQL injection and database servers
homepage: https://sqlmap.org
fetch: homebrew
- key:
token: tilt
type: formula
stats:
30d: 2763
90d: 5115
365d: 19043
description: Define your dev environment as code. For microservice apps on Kubernetes
homepage: https://tilt.dev/
fetch: homebrew
- key:
token: circleci
type: formula
stats:
30d: 2760
90d: 7859
365d: 28201
description: Enables you to reproduce the CircleCI environment locally
homepage: https://circleci.com/docs/2.0/local-cli/
fetch: homebrew
- key:
token: bitwarden-cli
type: formula
stats:
30d: 2756
90d: 10275
365d: 39950
description: Secure and free password manager for all of your devices
homepage: https://bitwarden.com/
fetch: homebrew
- key:
token: cloc
type: formula
stats:
30d: 2746
90d: 10989
365d: 34828
description: Statistics utility to count lines of code
homepage: https://github.com/AlDanial/cloc/
fetch: homebrew
- key:
token: libx11
type: formula
stats:
30d: 2740
90d: 8751
365d: 27098
description: 'X.Org: Core X11 protocol client library'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: lychee
type: formula
stats:
30d: 2738
90d: 8102
365d: 25409
description: Fast, async, resource-friendly link checker
homepage: https://lychee.cli.rs/
fetch: homebrew
- key:
token: media-info
type: formula
stats:
30d: 2725
90d: 4964
365d: 24175
description: Unified display of technical and tag data for audio/video
homepage: https://mediaarea.net/
fetch: homebrew
- key:
token: opentofu
type: formula
stats:
30d: 2717
90d: 8478
365d: 39119
description: Drop-in replacement for Terraform. Infrastructure as Code Tool
homepage: https://opentofu.org/
fetch: homebrew
- key:
token: krew
type: formula
stats:
30d: 2713
90d: 4751
365d: 12771
description: Package manager for kubectl plugins
homepage: https://sigs.k8s.io/krew/
fetch: homebrew
- key:
token: universal-ctags
type: formula
stats:
30d: 2699
90d: 7601
365d: 30788
description: Maintained ctags implementation
homepage: https://ctags.io/
fetch: homebrew
- key:
token: powerlevel10k
type: formula
stats:
30d: 2687
90d: 7794
365d: 33155
description: Theme for zsh
homepage: https://github.com/romkatv/powerlevel10k
fetch: homebrew
- key:
token: gtk+3
type: formula
stats:
30d: 2679
90d: 8380
365d: 75921
description: Toolkit for creating graphical user interfaces
homepage: https://gtk.org/
fetch: homebrew
- key:
token: libvirt
type: formula
stats:
30d: 2670
90d: 7899
365d: 33160
description: C virtualization API
homepage: https://libvirt.org/
fetch: homebrew
- key:
token: powershell
type: formula
tap: powershell/tap
stats:
30d: 2663
90d: 9749
365d: 38171
description: Formula to install PowerShell
definition: https://github.com/powershell/homebrew-tap/blob/HEAD/Formula/powershell.rb
version: 7.5.0
file_paths:
- Formula/powershell.rb
fetch: repo_direct
- key:
token: openssl@1.1
type: formula
stats:
30d: 2659
90d: 9012
365d: 137233
description: Cryptography and SSL/TLS Toolkit
homepage: https://openssl.org/
fetch: homebrew
- key:
token: cffi
type: formula
stats:
30d: 2653
90d: 10768
365d: 81314
description: C Foreign Function Interface for Python
homepage: https://cffi.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: tailscale
type: formula
stats:
30d: 2653
90d: 7677
365d: 27200
description: Easiest, most secure way to use WireGuard and 2FA
homepage: https://tailscale.com
fetch: homebrew
- key:
token: pillow
type: formula
stats:
30d: 2628
90d: 11123
365d: 54316
description: Friendly PIL fork (Python Imaging Library)
homepage: https://python-pillow.github.io/
fetch: homebrew
- key:
token: php@8.0
type: formula
tap: shivammathur/php
stats:
30d: 2626
90d: 6392
365d: 21853
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@8.0.rb
version: 8.0.30
file_paths:
- Formula/php@8.0.rb
fetch: repo_direct
- key:
token: libmagic
type: formula
stats:
30d: 2606
90d: 8322
365d: 28644
description: Implementation of the file(1) command
homepage: https://www.darwinsys.com/file/
fetch: homebrew
- key:
token: ant
type: formula
stats:
30d: 2595
90d: 10750
365d: 30833
description: Java build tool
homepage: https://ant.apache.org/
fetch: homebrew
- key:
token: imagemagick@6
type: formula
stats:
30d: 2591
90d: 6563
365d: 26890
description: Tools and libraries to manipulate images in many formats
homepage: https://legacy.imagemagick.org/
fetch: homebrew
- key:
token: buf
type: formula
stats:
30d: 2588
90d: 7140
365d: 25086
description: New way of working with Protocol Buffers
homepage: https://github.com/bufbuild/buf
fetch: homebrew
- key:
token: python-matplotlib
type: formula
stats:
30d: 2586
90d: 8197
365d: 28590
description: Python library for creating static, animated, and interactive visualizations
homepage: https://matplotlib.org/
fetch: homebrew
- key:
token: plantuml
type: formula
stats:
30d: 2557
90d: 9948
365d: 33101
description: Draw UML diagrams
homepage: https://plantuml.com/
fetch: homebrew
- key:
token: helmfile
type: formula
stats:
30d: 2555
90d: 10465
365d: 45095
description: Deploy Kubernetes Helm Charts
homepage: https://github.com/helmfile/helmfile
fetch: homebrew
- key:
token: proj
type: formula
stats:
30d: 2538
90d: 5747
365d: 25105
description: Cartographic Projections Library
homepage: https://proj.org/
fetch: homebrew
- key:
token: md5sha1sum
type: formula
stats:
30d: 2538
90d: 8992
365d: 52601
description: Hash utilities
homepage: http://microbrew.org/tools/md5sha1sum/
fetch: homebrew
- key:
token: bazel
type: formula
stats:
30d: 2536
90d: 8886
365d: 36482
description: Google's own build tool
homepage: https://bazel.build/
fetch: homebrew
- key:
token: autoconf-archive
type: formula
stats:
30d: 2535
90d: 6636
365d: 18444
description: Collection of over 500 reusable autoconf macros
homepage: https://savannah.gnu.org/projects/autoconf-archive/
fetch: homebrew
- key:
token: apache-spark
type: formula
stats:
30d: 2533
90d: 7952
365d: 27090
description: Engine for large-scale data processing
homepage: https://spark.apache.org/
fetch: homebrew
- key:
token: dbmate
type: formula
stats:
30d: 2511
90d: 6616
365d: 18716
description: Lightweight, framework-agnostic database migration tool
homepage: https://github.com/amacneil/dbmate
fetch: homebrew
- key:
token: azure-functions-core-tools@4
type: formula
tap: azure/functions
stats:
30d: 2507
90d: 6903
365d: 28065
description: Azure Functions Core Tools 4.0
definition: https://github.com/azure/homebrew-functions/blob/HEAD/Formula/azure-functions-core-tools@4.rb
file_paths:
- Formula/azure-functions-core-tools@4.rb
fetch: repo_direct
- key:
token: mkvtoolnix
type: formula
stats:
30d: 2507
90d: 7757
365d: 29981
description: Matroska media files manipulation tools
homepage: https://mkvtoolnix.download/
fetch: homebrew
- key:
token: mysql-client@8.4
type: formula
stats:
30d: 2505
90d: 8495
365d: 22020
description: Open source relational database management system
homepage: https://dev.mysql.com/doc/refman/8.4/en/
fetch: homebrew
- key:
token: carthage
type: formula
stats:
30d: 2503
90d: 7902
365d: 37826
description: Decentralized dependency manager for Cocoa
homepage: https://github.com/Carthage/Carthage
fetch: homebrew
- key:
token: ta-lib
type: formula
stats:
30d: 2495
90d: 9229
365d: 21529
description: Tools for market analysis
homepage: https://ta-lib.org/
fetch: homebrew
- key:
token: binutils
type: formula
stats:
30d: 2495
90d: 9684
365d: 36254
description: GNU binary tools for native development
homepage: https://www.gnu.org/software/binutils/binutils.html
fetch: homebrew
- key:
token: tfswitch
type: formula
tap: warrensbox/tap
stats:
30d: 2490
90d: 6230
365d: 20333
description: The tfswitch command lets you switch between terraform versions.
definition: https://github.com/warrensbox/homebrew-tap/blob/HEAD/Formula/tfswitch.rb
version: 1.4.4
file_paths:
- Formula/tfswitch.rb
fetch: repo_direct
- key:
token: swig
type: formula
stats:
30d: 2486
90d: 7454
365d: 33042
description: Generate scripting interfaces to C/C++ code
homepage: https://www.swig.org/
fetch: homebrew
- key:
token: trufflehog
type: formula
stats:
30d: 2474
90d: 7834
365d: 27966
description: Find and verify credentials
homepage: https://trufflesecurity.com/
fetch: homebrew
- key:
token: lynx
type: formula
stats:
30d: 2471
90d: 6567
365d: 15246
description: Text-based web browser
homepage: https://invisible-island.net/lynx/
fetch: homebrew
- key:
token: jasper
type: formula
stats:
30d: 2461
90d: 3601
365d: 21643
description: Library for manipulating JPEG-2000 images
homepage: https://ece.engr.uvic.ca/~frodo/jasper/
fetch: homebrew
- key:
token: openexr
type: formula
stats:
30d: 2451
90d: 4207
365d: 20448
description: High dynamic-range image file format
homepage: https://www.openexr.com/
fetch: homebrew
- key:
token: libxmlsec1
type: formula
stats:
30d: 2444
90d: 8063
365d: 33386
description: XML security library
homepage: https://www.aleksey.com/xmlsec/
fetch: homebrew
- key:
token: tbb
type: formula
stats:
30d: 2439
90d: 5473
365d: 29472
description: Rich and complete approach to parallelism in C++
homepage: https://uxlfoundation.github.io/oneTBB/
fetch: homebrew
- key:
token: cppcheck
type: formula
stats:
30d: 2432
90d: 8177
365d: 24115
description: Static analysis of C and C++ code
homepage: https://sourceforge.net/projects/cppcheck/
fetch: homebrew
- key:
token: ocrmypdf
type: formula
stats:
30d: 2430
90d: 8708
365d: 30530
description: Adds an OCR text layer to scanned PDF files
homepage: https://ocrmypdf.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: winetricks
type: formula
stats:
30d: 2430
90d: 7897
365d: 24035
description: Automatic workarounds for problems in Wine
homepage: https://github.com/Winetricks/winetricks
fetch: homebrew
- key:
token: groonga
type: formula
stats:
30d: 2422
90d: 7946
365d: 33508
description: Fulltext search engine and column store
homepage: https://groonga.org/
fetch: homebrew
- key:
token: mingw-w64
type: formula
stats:
30d: 2414
90d: 7575
365d: 29226
description: Minimalist GNU for Windows and GCC cross-compilers
homepage: https://sourceforge.net/projects/mingw-w64/
fetch: homebrew
- key:
token: fnm
type: formula
stats:
30d: 2404
90d: 7105
365d: 33660
description: Fast and simple Node.js version manager
homepage: https://github.com/Schniz/fnm
fetch: homebrew
- key:
token: git-delta
type: formula
stats:
30d: 2403
90d: 10826
365d: 50646
description: Syntax-highlighting pager for git and diff output
homepage: https://github.com/dandavison/delta
fetch: homebrew
- key:
token: libslirp
type: formula
stats:
30d: 2376
90d: 8454
365d: 32144
description: General purpose TCP-IP emulator
homepage: https://gitlab.freedesktop.org/slirp/libslirp
fetch: homebrew
- key:
token: glfw
type: formula
stats:
30d: 2375
90d: 7519
365d: 31046
description: Multi-platform library for OpenGL applications
homepage: https://www.glfw.org/
fetch: homebrew
- key:
token: broot
type: formula
stats:
30d: 2352
90d: 5516
365d: 25453
description: New way to see and navigate directory trees
homepage: https://dystroy.org/broot/
fetch: homebrew
- key:
token: tesseract-lang
type: formula
stats:
30d: 2350
90d: 6210
365d: 16607
description: Enables extra languages support for Tesseract
homepage: https://github.com/tesseract-ocr/tessdata_fast/
fetch: homebrew
- key:
token: fftw
type: formula
stats:
30d: 2350
90d: 7373
365d: 13733
description: C routines to compute the Discrete Fourier Transform
homepage: https://fftw.org
fetch: homebrew
- key:
token: lld
type: formula
stats:
30d: 2349
90d: 5275
365d: 11207
description: LLVM Project Linker
homepage: https://lld.llvm.org/
fetch: homebrew
- key:
token: angular-cli
type: formula
stats:
30d: 2347
90d: 7657
365d: 30734
description: CLI tool for Angular
homepage: https://angular.dev/cli/
fetch: homebrew
- key:
token: skaffold
type: formula
stats:
30d: 2338
90d: 5989
365d: 19250
description: Easy and Repeatable Kubernetes Development
homepage: https://skaffold.dev/
fetch: homebrew
- key:
token: python-tk@3.10
type: formula
stats:
30d: 2325
90d: 6676
365d: 30247
description: Python interface to Tcl/Tk
homepage: https://www.python.org/
fetch: homebrew
- key:
token: swift-package-list
type: formula
tap: felixherrmann/tap
stats:
30d: 2300
90d: 3997
365d: 8488
description: A command-line tool to generate a JSON, PLIST, Settings.bundle or PDF
file with all used SPM-dependencies of an Xcode project or workspace.
definition: https://github.com/felixherrmann/homebrew-tap/blob/HEAD/Formula/swift-package-list.rb
file_paths:
- Formula/swift-package-list.rb
fetch: repo_direct
- key:
token: php@7.3
type: formula
tap: shivammathur/php
stats:
30d: 2293
90d: 5615
365d: 21286
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@7.3.rb
version: 7.3.33
file_paths:
- Formula/php@7.3.rb
fetch: repo_direct
- key:
token: pmix
type: formula
stats:
30d: 2283
90d: 6571
365d: 29438
description: Process Management Interface for HPC environments
homepage: https://openpmix.github.io/
fetch: homebrew
- key:
token: mc
type: formula
tap: minio/stable
stats:
30d: 2278
90d: 7409
365d: 28428
description: MinIO Client for object storage and filesystems
definition: https://github.com/minio/homebrew-stable/blob/HEAD/mc.rb
file_paths:
- mc.rb
fetch: repo_direct
- key:
token: libgit2
type: formula
stats:
30d: 2248
90d: 9056
365d: 43154
description: C library of Git core methods that is re-entrant and linkable
homepage: https://libgit2.github.com/
fetch: homebrew
- key:
token: pyright
type: formula
stats:
30d: 2247
90d: 6789
365d: 27529
description: Static type checker for Python
homepage: https://github.com/microsoft/pyright
fetch: homebrew
- key:
token: huggingface-cli
type: formula
stats:
30d: 2243
90d: 6632
365d: 20344
description: Client library for huggingface.co hub
homepage: https://huggingface.co/docs/huggingface_hub/index
fetch: homebrew
- key:
token: doxygen
type: formula
stats:
30d: 2240
90d: 9002
365d: 40917
description: Generate documentation for several programming languages
homepage: https://www.doxygen.nl/
fetch: homebrew
- key:
token: pixi
type: formula
stats:
30d: 2235
90d: 3855
365d: 8985
description: Package management made easy
homepage: https://pixi.sh
fetch: homebrew
- key:
token: libraw
type: formula
stats:
30d: 2234
90d: 8652
365d: 74404
description: Library for reading RAW files from digital photo cameras
homepage: https://www.libraw.org/
fetch: homebrew
- key:
token: doctl
type: formula
stats:
30d: 2219
90d: 7938
365d: 33614
description: Command-line tool for DigitalOcean
homepage: https://github.com/digitalocean/doctl
fetch: homebrew
- key:
token: zsh-autocomplete
type: formula
stats:
30d: 2219
90d: 4158
365d: 14166
description: Real-time type-ahead completion for Zsh
homepage: https://github.com/marlonrichert/zsh-autocomplete
fetch: homebrew
- key:
token: mongodb-community@6.0
type: formula
tap: mongodb/brew
stats:
30d: 2213
90d: 6689
365d: 31639
description: High-performance, schema-free, document-oriented database
definition: https://github.com/mongodb/homebrew-brew/blob/HEAD/Formula/mongodb-community@6.0.rb
file_paths:
- Formula/mongodb-community@6.0.rb
fetch: repo_direct
- key:
token: ruby-install
type: formula
stats:
30d: 2204
90d: 9205
365d: 30884
description: Install Ruby, JRuby, Rubinius, TruffleRuby, or mruby
homepage: https://github.com/postmodern/ruby-install
fetch: homebrew
- key:
token: black
type: formula
stats:
30d: 2193
90d: 8822
365d: 42709
description: Python code formatter
homepage: https://black.readthedocs.io/en/stable/
fetch: homebrew
- key:
token: license-eye
type: formula
stats:
30d: 2192
90d: 7548
365d: 13724
description: Tool to check and fix license headers and resolve dependency licenses
homepage: https://github.com/apache/skywalking-eyes
fetch: homebrew
- key:
token: openjdk@8
type: formula
stats:
30d: 2181
90d: 8005
365d: 31496
description: Development kit for the Java programming language
homepage: https://openjdk.java.net/
fetch: homebrew
- key:
token: lz4
type: formula
stats:
30d: 2166
90d: 6037
365d: 22974
description: Extremely Fast Compression algorithm
homepage: https://lz4.github.io/lz4/
fetch: homebrew
- key:
token: cosign
type: formula
stats:
30d: 2156
90d: 7693
365d: 39494
description: Container Signing
homepage: https://github.com/sigstore/cosign
fetch: homebrew
- key:
token: vendir
type: formula
tap: vmware-tanzu/carvel
stats:
30d: 2155
90d: 4178
365d: 5904
description: Vendir
definition: https://github.com/vmware-tanzu/homebrew-carvel/blob/HEAD/vendir.rb
version: v0.43.2
file_paths:
- vendir.rb
fetch: repo_direct
- key:
token: emscripten
type: formula
stats:
30d: 2127
90d: 5161
365d: 25598
description: LLVM bytecode to JavaScript compiler
homepage: https://emscripten.org/
fetch: homebrew
- key:
token: overmind
type: formula
stats:
30d: 2125
90d: 5256
365d: 10212
description: Process manager for Procfile-based applications and tmux
homepage: https://github.com/DarthSim/overmind
fetch: homebrew
- key:
token: msodbcsql18
type: formula
tap: microsoft/mssql-release
stats:
30d: 2124
90d: 5191
365d: 17551
description: ODBC Driver for Microsoft(R) SQL Server(R)
definition: https://github.com/microsoft/homebrew-mssql-release/blob/HEAD/Formula/msodbcsql18.rb
version: 18.5.1.1
file_paths:
- Formula/msodbcsql18.rb
fetch: repo_direct
- key:
token: nasm
type: formula
stats:
30d: 2118
90d: 7349
365d: 30923
description: Netwide Assembler (NASM) is an 80x86 assembler
homepage: https://www.nasm.us/
fetch: homebrew
- key:
token: swift-protobuf
type: formula
stats:
30d: 2109
90d: 5476
365d: 17494
description: Plugin and runtime library for using protobuf with Swift
homepage: https://github.com/apple/swift-protobuf
fetch: homebrew
- key:
token: conan
type: formula
stats:
30d: 2101
90d: 6382
365d: 27462
description: Distributed, open source, package manager for C/C++
homepage: https://conan.io
fetch: homebrew
- key:
token: pcre
type: formula
stats:
30d: 2095
90d: 6805
365d: 25499
description: Perl compatible regular expressions library
homepage: https://www.pcre.org/
fetch: homebrew
- key:
token: c-ares
type: formula
stats:
30d: 2076
90d: 5046
365d: 50859
description: Asynchronous DNS library
homepage: https://c-ares.org/
fetch: homebrew
- key:
token: flyway
type: formula
stats:
30d: 2073
90d: 5733
365d: 19952
description: Database version control to control migrations
homepage: https://flywaydb.org/
fetch: homebrew
- key:
token: gitlab-runner
type: formula
stats:
30d: 2067
90d: 6295
365d: 22264
description: Official GitLab CI runner
homepage: https://gitlab.com/gitlab-org/gitlab-runner
fetch: homebrew
- key:
token: dos2unix
type: formula
stats:
30d: 2055
90d: 6101
365d: 21841
description: Convert text between DOS, UNIX, and Mac formats
homepage: https://waterlan.home.xs4all.nl/dos2unix.html
fetch: homebrew
- key:
token: go@1.23
type: formula
stats:
30d: 2053
90d: 4389
365d: 4388
description: Open source programming language to build simple/reliable/efficient
software
homepage: https://go.dev/
fetch: homebrew
- key:
token: mongodb-community@7.0
type: formula
tap: mongodb/brew
stats:
30d: 2039
90d: 5091
365d: 8898
description: High-performance, schema-free, document-oriented database
definition: https://github.com/mongodb/homebrew-brew/blob/HEAD/Formula/mongodb-community@7.0.rb
file_paths:
- Formula/mongodb-community@7.0.rb
fetch: repo_direct
- key:
token: docker-completion
type: formula
stats:
30d: 2029
90d: 6225
365d: 25362
description: Bash, Zsh and Fish completion for Docker
homepage: https://www.docker.com/
fetch: homebrew
- key:
token: percona-toolkit
type: formula
stats:
30d: 2017
90d: 6261
365d: 27667
description: Command-line tools for MySQL, MariaDB and system tasks
homepage: https://www.percona.com/software/percona-toolkit/
fetch: homebrew
- key:
token: bind
type: formula
stats:
30d: 2017
90d: 4943
365d: 16076
description: Implementation of the DNS protocols
homepage: https://www.isc.org/bind/
fetch: homebrew
- key:
token: eksctl
type: formula
tap: weaveworks/tap
stats:
30d: 2014
90d: 6596
365d: 28693
description: Simple command-line tool for creating clusters on Amazon EKS
homepage: https://eksctl.io
definition: https://github.com/weaveworks/homebrew-tap/blob/HEAD/Formula/eksctl.rb
version: 0.207.0
file_paths:
- Formula/eksctl.rb
fetch: repo_direct
- key:
token: libgcrypt
type: formula
stats:
30d: 2013
90d: 7994
365d: 20177
description: Cryptographic library based on the code from GnuPG
homepage: https://gnupg.org/related_software/libgcrypt/
fetch: homebrew
- key:
token: conftest
type: formula
stats:
30d: 2010
90d: 6509
365d: 20176
description: Test your configuration files using Open Policy Agent
homepage: https://www.conftest.dev/
fetch: homebrew
- key:
token: jmeter
type: formula
stats:
30d: 2006
90d: 5952
365d: 28232
description: Load testing and performance measurement application
homepage: https://jmeter.apache.org/
fetch: homebrew
- key:
token: vite
type: formula
stats:
30d: 2003
90d: 5289
365d: 18963
description: Next generation frontend tooling. It's fast!
homepage: https://vitejs.dev/
fetch: homebrew
- key:
token: helix
type: formula
stats:
30d: 2003
90d: 10879
365d: 33980
description: Post-modern modal text editor
homepage: https://helix-editor.com
fetch: homebrew
- key:
token: unixodbc
type: formula
stats:
30d: 1994
90d: 6171
365d: 24214
description: ODBC 3 connectivity for UNIX
homepage: https://www.unixodbc.org/
fetch: homebrew
- key:
token: goreman
type: formula
stats:
30d: 1994
90d: 2064
365d: 2347
description: Foreman clone written in Go
homepage: https://github.com/mattn/goreman
fetch: homebrew
- key:
token: bundletool
type: formula
stats:
30d: 1993
90d: 6767
365d: 23088
description: Command-line tool to manipulate Android App Bundles
homepage: https://github.com/google/bundletool
fetch: homebrew
- key:
token: ast-cli
type: formula
tap: checkmarx/ast-cli
stats:
30d: 1989
90d: 2974
365d: 5547
description: CLI for Checkmarx One
definition: https://github.com/checkmarx/homebrew-ast-cli/blob/HEAD/Formula/ast-cli.rb
version: 2.3.18
file_paths:
- Formula/ast-cli.rb
fetch: repo_direct
- key:
token: mongodb-database-tools
type: formula
tap: mongodb/brew
stats:
30d: 1989
90d: 4042
365d: 16358
description: This package contains standard utilities for interacting with MongoDB.
definition: https://github.com/mongodb/homebrew-brew/blob/HEAD/Formula/mongodb-database-tools.rb
file_paths:
- Formula/mongodb-database-tools.rb
fetch: repo_direct
- key:
token: geos
type: formula
stats:
30d: 1979
90d: 4948
365d: 19119
description: Geometry Engine
homepage: https://libgeos.org/
fetch: homebrew
- key:
token: aws-iam-authenticator
type: formula
stats:
30d: 1966
90d: 6262
365d: 31973
description: Use AWS IAM credentials to authenticate to Kubernetes
homepage: https://github.com/kubernetes-sigs/aws-iam-authenticator
fetch: homebrew
- key:
token: go-task
type: formula
tap: go-task/tap
stats:
30d: 1964
90d: 6481
365d: 24790
description: Task is a task runner/build tool that aims to be simpler and easier
to use
homepage: https://taskfile.dev/
definition: https://github.com/go-task/homebrew-tap/blob/HEAD/Formula/go-task.rb
version: 3.42.1
file_paths:
- Formula/go-task.rb
fetch: repo_direct
- key:
token: istioctl
type: formula
stats:
30d: 1953
90d: 5711
365d: 26128
description: Istio configuration command-line utility
homepage: https://istio.io/
fetch: homebrew
- key:
token: snyk
type: formula
tap: snyk/tap
stats:
30d: 1948
90d: 6032
365d: 24345
description: Find & fix known vulnerabilities in open-source dependencies
definition: https://github.com/snyk/homebrew-tap/blob/HEAD/Formula/snyk.rb
version: 1.1296.1
file_paths:
- Formula/snyk.rb
fetch: repo_direct
- key:
token: mupdf
type: formula
stats:
30d: 1945
90d: 4805
365d: 14917
description: Lightweight PDF and XPS viewer
homepage: https://mupdf.com/
fetch: homebrew
- key:
token: sshpass
type: formula
stats:
30d: 1941
90d: 5638
365d: 22474
description: Non-interactive SSH password auth
homepage: https://sourceforge.net/projects/sshpass/
fetch: homebrew
- key:
token: tig
type: formula
stats:
30d: 1939
90d: 11302
365d: 34277
description: Text interface for Git repositories
homepage: https://jonas.github.io/tig/
fetch: homebrew
- key:
token: smartmontools
type: formula
stats:
30d: 1927
90d: 5451
365d: 19977
description: SMART hard drive monitoring
homepage: https://www.smartmontools.org/
fetch: homebrew
- key:
token: minio-mc
type: formula
stats:
30d: 1923
90d: 5021
365d: 19501
description: Replacement for ls, cp and other commands for object storage
homepage: https://github.com/minio/mc
fetch: homebrew
- key:
token: heroku
type: formula
stats:
30d: 1919
90d: 6652
365d: 8523
description: CLI for Heroku
homepage: https://www.npmjs.com/package/heroku/
fetch: homebrew
- key:
token: php@7.2
type: formula
tap: shivammathur/php
stats:
30d: 1913
90d: 4758
365d: 18139
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@7.2.rb
version: 7.2.34
file_paths:
- Formula/php@7.2.rb
fetch: repo_direct
- key:
token: ffmpeg@4
type: formula
stats:
30d: 1907
90d: 7041
365d: 38568
description: Play, record, convert, and stream audio and video
homepage: https://ffmpeg.org/
fetch: homebrew
- key:
token: scipy
type: formula
stats:
30d: 1902
90d: 7858
365d: 33304
description: Software for mathematics, science, and engineering
homepage: https://www.scipy.org
fetch: homebrew
- key:
token: googletest
type: formula
stats:
30d: 1900
90d: 6956
365d: 18991
description: Google Testing and Mocking Framework
homepage: https://google.github.io/googletest/
fetch: homebrew
- key:
token: saml2aws
type: formula
stats:
30d: 1892
90d: 4004
365d: 18786
description: Login and retrieve AWS temporary credentials using a SAML IDP
homepage: https://github.com/Versent/saml2aws
fetch: homebrew
- key:
token: wxwidgets
type: formula
stats:
30d: 1892
90d: 5157
365d: 36998
description: Cross-platform C++ GUI toolkit
homepage: https://www.wxwidgets.org
fetch: homebrew
- key:
token: kubeseal
type: formula
stats:
30d: 1888
90d: 4937
365d: 18629
description: Kubernetes controller and tool for one-way encrypted Secrets
homepage: https://github.com/bitnami-labs/sealed-secrets
fetch: homebrew
- key:
token: postgresql@13
type: formula
stats:
30d: 1883
90d: 5670
365d: 26572
description: Object-relational database system
homepage: https://www.postgresql.org/
fetch: homebrew
- key:
token: octave
type: formula
stats:
30d: 1861
90d: 7440
365d: 31653
description: High-level interpreted language for numerical computing
homepage: https://octave.org/index.html
fetch: homebrew
- key:
token: mockery
type: formula
stats:
30d: 1860
90d: 6411
365d: 22706
description: Mock code autogenerator for Golang
homepage: https://github.com/vektra/mockery
fetch: homebrew
- key:
token: memcached
type: formula
stats:
30d: 1857
90d: 5895
365d: 23622
description: High performance, distributed memory object caching system
homepage: https://memcached.org/
fetch: homebrew
- key:
token: minicom
type: formula
stats:
30d: 1854
90d: 5532
365d: 15125
description: Menu-driven communications program
homepage: https://packages.debian.org/sid/minicom
fetch: homebrew
- key:
token: glow
type: formula
stats:
30d: 1854
90d: 6333
365d: 16998
description: Render markdown on the CLI
homepage: https://github.com/charmbracelet/glow
fetch: homebrew
- key:
token: gum
type: formula
stats:
30d: 1852
90d: 7157
365d: 20646
description: Tool for glamorous shell scripts
homepage: https://github.com/charmbracelet/gum
fetch: homebrew
- key:
token: dependency-check
type: formula
stats:
30d: 1845
90d: 6278
365d: 20682
description: OWASP dependency-check
homepage: https://owasp.org/www-project-dependency-check/
fetch: homebrew
- key:
token: diffutils
type: formula
stats:
30d: 1840
90d: 5613
365d: 15616
description: File comparison utilities
homepage: https://www.gnu.org/software/diffutils/
fetch: homebrew
- key:
token: talosctl
type: formula
stats:
30d: 1833
90d: 5913
365d: 7473
description: CLI for out-of-band management of Kubernetes nodes created by Talos
homepage: https://www.talos.dev/
fetch: homebrew
- key:
token: macvim
type: formula
stats:
30d: 1832
90d: 6796
365d: 21407
description: GUI for vim, made for macOS
homepage: https://github.com/macvim-dev/macvim
fetch: homebrew
- key:
token: scons
type: formula
stats:
30d: 1827
90d: 3869
365d: 12582
description: Substitute for classic 'make' tool with autoconf/automake functionality
homepage: https://www.scons.org/
fetch: homebrew
- key:
token: talhelper
type: formula
stats:
30d: 1817
90d: 5628
365d: 32590
description: Configuration helper for talos clusters
homepage: https://budimanjojo.github.io/talhelper/latest/
fetch: homebrew
- key:
token: mtr
type: formula
stats:
30d: 1816
90d: 5370
365d: 20335
description: "'traceroute' and 'ping' in a single tool"
homepage: https://www.bitwizard.nl/mtr/
fetch: homebrew
- key:
token: node-build
type: formula
stats:
30d: 1814
90d: 5883
365d: 29429
description: Install NodeJS versions
homepage: https://github.com/nodenv/node-build
fetch: homebrew
- key:
token: libsndfile
type: formula
stats:
30d: 1810
90d: 4711
365d: 9394
description: C library for files containing sampled sound
homepage: https://libsndfile.github.io/libsndfile/
fetch: homebrew
- key:
token: podman-compose
type: formula
stats:
30d: 1809
90d: 7645
365d: 19505
description: Alternative to docker-compose using podman
homepage: https://github.com/containers/podman-compose
fetch: homebrew
- key:
token: glib-networking
type: formula
stats:
30d: 1796
90d: 7716
365d: 24657
description: Network related modules for glib
homepage: https://gitlab.gnome.org/GNOME/glib-networking
fetch: homebrew
- key:
token: skopeo
type: formula
stats:
30d: 1791
90d: 6360
365d: 24847
description: Work with remote images registries
homepage: https://github.com/containers/skopeo
fetch: homebrew
- key:
token: samba
type: formula
stats:
30d: 1782
90d: 5103
365d: 17219
description: SMB/CIFS file, print, and login server for UNIX
homepage: https://www.samba.org/
fetch: homebrew
- key:
token: python-tk@3.9
type: formula
stats:
30d: 1779
90d: 5405
365d: 25522
description: Python interface to Tcl/Tk
homepage: https://www.python.org/
fetch: homebrew
- key:
token: luarocks
type: formula
stats:
30d: 1773
90d: 5447
365d: 27022
description: Package manager for the Lua programming language
homepage: https://luarocks.org/
fetch: homebrew
- key:
token: wireguard-tools
type: formula
stats:
30d: 1773
90d: 5400
365d: 24146
description: Tools for the WireGuard secure network tunnel
homepage: https://www.wireguard.com/
fetch: homebrew
- key:
token: lazygit
type: formula
tap: jesseduffield/lazygit
stats:
30d: 1766
90d: 11080
365d: 29611
description: Simple terminal UI for git commands
homepage: https://github.com/jesseduffield/lazygit/
definition: https://github.com/jesseduffield/homebrew-lazygit/blob/HEAD/lazygit.rb
version: 0.48.0
file_paths:
- lazygit.rb
fetch: repo_direct
- key:
token: docutils
type: formula
stats:
30d: 1766
90d: 6803
365d: 55263
description: Text processing system for reStructuredText
homepage: https://docutils.sourceforge.io
fetch: homebrew
- key:
token: dotnet@8
type: formula
stats:
30d: 1761
90d: 4683
365d: 6076
description: ".NET Core"
homepage: https://dotnet.microsoft.com/
fetch: homebrew
- key:
token: cask
type: formula
stats:
30d: 1754
90d: 6173
365d: 27956
description: Emacs dependency management
homepage: https://cask.readthedocs.io/
fetch: homebrew
- key:
token: groovy
type: formula
stats:
30d: 1747
90d: 6929
365d: 24344
description: Java-based scripting language
homepage: https://www.groovy-lang.org/
fetch: homebrew
- key:
token: cookiecutter
type: formula
stats:
30d: 1745
90d: 5407
365d: 22680
description: Utility that creates projects from templates
homepage: https://github.com/cookiecutter/cookiecutter
fetch: homebrew
- key:
token: bfg
type: formula
stats:
30d: 1742
90d: 5920
365d: 12169
description: Remove large files or passwords from Git history like git-filter-branch
homepage: https://rtyley.github.io/bfg-repo-cleaner/
fetch: homebrew
- key:
token: prettier
type: formula
stats:
30d: 1739
90d: 8471
365d: 26951
description: Code formatter for JavaScript, CSS, JSON, GraphQL, Markdown, YAML
homepage: https://prettier.io/
fetch: homebrew
- key:
token: grafana
type: formula
stats:
30d: 1733
90d: 5216
365d: 22546
description: Gorgeous metric visualizations and dashboards for timeseries databases
homepage: https://grafana.com
fetch: homebrew
- key:
token: shared-mime-info
type: formula
stats:
30d: 1731
90d: 5121
365d: 37154
description: Database of common MIME types
homepage: https://wiki.freedesktop.org/www/Software/shared-mime-info
fetch: homebrew
- key:
token: sbcl
type: formula
stats:
30d: 1729
90d: 5395
365d: 22135
description: Steel Bank Common Lisp system
homepage: https://www.sbcl.org/
fetch: homebrew
- key:
token: jenkins
type: formula
stats:
30d: 1719
90d: 5037
365d: 21424
description: Extendable open source continuous integration server
homepage: https://www.jenkins.io/
fetch: homebrew
- key:
token: md5deep
type: formula
stats:
30d: 1714
90d: 4754
365d: 8656
description: Recursively compute digests on files/directories
homepage: https://github.com/jessek/hashdeep
fetch: homebrew
- key:
token: tlrc
type: formula
stats:
30d: 1711
90d: 4135
365d: 11101
description: Official tldr client written in Rust
homepage: https://tldr.sh/tlrc/
fetch: homebrew
- key:
token: llm
type: formula
stats:
30d: 1696
90d: 5943
365d: 16160
description: Access large language models from the command-line
homepage: https://llm.datasette.io/
fetch: homebrew
- key:
token: tomcat
type: formula
stats:
30d: 1694
90d: 5380
365d: 21709
description: Implementation of Java Servlet and JavaServer Pages
homepage: https://tomcat.apache.org/
fetch: homebrew
- key:
token: pv
type: formula
stats:
30d: 1693
90d: 11201
365d: 53276
description: Monitor data's progress through a pipe
homepage: https://www.ivarch.com/programs/pv.shtml
fetch: homebrew
- key:
token: grype
type: formula
stats:
30d: 1685
90d: 3839
365d: 15551
description: Vulnerability scanner for container images and filesystems
homepage: https://github.com/anchore/grype
fetch: homebrew
- key:
token: poppler-qt5
type: formula
stats:
30d: 1678
90d: 4901
365d: 17057
description: PDF rendering library (based on the xpdf-3.0 code base)
homepage: https://poppler.freedesktop.org/
fetch: homebrew
- key:
token: sdl2_mixer
type: formula
stats:
30d: 1677
90d: 6028
365d: 12962
description: Sample multi-channel audio mixer library
homepage: https://github.com/libsdl-org/SDL_mixer
fetch: homebrew
- key:
token: fluid-synth
type: formula
stats:
30d: 1677
90d: 4451
365d: 15393
description: Real-time software synthesizer based on the SoundFont 2 specs
homepage: https://www.fluidsynth.org
fetch: homebrew
- key:
token: inetutils
type: formula
stats:
30d: 1674
90d: 5476
365d: 15030
description: GNU utilities for networking
homepage: https://www.gnu.org/software/inetutils/
fetch: homebrew
- key:
token: gallery-dl
type: formula
stats:
30d: 1673
90d: 4502
365d: 14568
description: Command-line downloader for image-hosting site galleries and collections
homepage: https://github.com/mikf/gallery-dl
fetch: homebrew
- key:
token: jj
type: formula
stats:
30d: 1672
90d: 4092
365d: 10648
description: Git-compatible distributed version control system
homepage: https://github.com/jj-vcs/jj
fetch: homebrew
- key:
token: libnghttp2
type: formula
stats:
30d: 1665
90d: 4679
365d: 22020
description: HTTP/2 C Library
homepage: https://nghttp2.org/
fetch: homebrew
- key:
token: graphite
type: formula
tap: withgraphite/tap
stats:
30d: 1663
90d: 4814
365d: 20035
description: Allows you to manage your stacked changes and submit them for review
on GitHub
definition: https://github.com/withgraphite/homebrew-tap/blob/HEAD/Formula/graphite.rb
version: 1.6.1
file_paths:
- Formula/graphite.rb
fetch: repo_direct
- key:
token: procs
type: formula
stats:
30d: 1661
90d: 4112
365d: 12254
description: Modern replacement for ps written in Rust
homepage: https://github.com/dalance/procs
fetch: homebrew
- key:
token: tree-sitter
type: formula
stats:
30d: 1653
90d: 8857
365d: 35021
description: Parser generator tool and incremental parsing library
homepage: https://tree-sitter.github.io/
fetch: homebrew
- key:
token: maestro
type: formula
tap: mobile-dev-inc/tap
stats:
30d: 1648
90d: 5151
365d: 18357
description: The easiest way to automate UI testing for your mobile app
definition: https://github.com/mobile-dev-inc/homebrew-tap/blob/HEAD/Formula/maestro.rb
version: 1.39.13
file_paths:
- Formula/maestro.rb
fetch: repo_direct
- key:
token: uds
type: formula
tap: defenseunicorns/tap
stats:
30d: 1642
90d: 3200
365d: 10258
description: CLI for Unicorn Delivery Service
definition: https://github.com/defenseunicorns/homebrew-tap/blob/HEAD/uds.rb
version: 0.26.1
file_paths:
- uds.rb
fetch: repo_direct
- key:
token: jadx
type: formula
stats:
30d: 1640
90d: 5290
365d: 38407
description: Dex to Java decompiler
homepage: https://github.com/skylot/jadx
fetch: homebrew
- key:
token: blueutil
type: formula
stats:
30d: 1638
90d: 7345
365d: 25285
description: Get/set bluetooth power and discoverable state
homepage: https://github.com/toy/blueutil
fetch: homebrew
- key:
token: weasyprint
type: formula
stats:
30d: 1636
90d: 4661
365d: 13670
description: Convert HTML to PDF
homepage: https://www.courtbouillon.org/weasyprint
fetch: homebrew
- key:
token: libspatialite
type: formula
stats:
30d: 1635
90d: 3927
365d: 21304
description: Adds spatial SQL capabilities to SQLite
homepage: https://www.gaia-gis.it/fossil/libspatialite/index
fetch: homebrew
- key:
token: dpkg
type: formula
stats:
30d: 1629
90d: 6219
365d: 18921
description: Debian package management system
homepage: https://wiki.debian.org/Teams/Dpkg
fetch: homebrew
- key:
token: tldr
type: formula
stats:
30d: 1624
90d: 5131
365d: 22776
description: Simplified and community-driven man pages
homepage: https://tldr.sh/
fetch: homebrew
- key:
token: libssh
type: formula
stats:
30d: 1622
90d: 6287
365d: 51269
description: C library SSHv1/SSHv2 client and server protocols
homepage: https://www.libssh.org/
fetch: homebrew
- key:
token: ghr
type: formula
stats:
30d: 1622
90d: 4161
365d: 5968
description: Upload multiple artifacts to GitHub Release in parallel
homepage: https://deeeet.com/ghr/
fetch: homebrew
- key:
token: vte3
type: formula
stats:
30d: 1619
90d: 4619
365d: 19358
description: Terminal emulator widget used by GNOME terminal
homepage: https://wiki.gnome.org/Apps/Terminal/VTE
fetch: homebrew
- key:
token: goreleaser
type: formula
stats:
30d: 1616
90d: 4239
365d: 16964
description: Deliver Go binaries as fast and easily as possible
homepage: https://goreleaser.com/
fetch: homebrew
- key:
token: thefuck
type: formula
stats:
30d: 1612
90d: 4954
365d: 20321
description: Programmatically correct mistyped console commands
homepage: https://github.com/nvbn/thefuck
fetch: homebrew
- key:
token: renovate
type: formula
stats:
30d: 1604
90d: 4751
365d: 17147
description: Automated dependency updates. Flexible so you don't need to be
homepage: https://github.com/renovatebot/renovate
fetch: homebrew
- key:
token: handbrake
type: formula
stats:
30d: 1591
90d: 4678
365d: 13862
description: Open-source video transcoder available for Linux, Mac, and Windows
homepage: https://handbrake.fr/
fetch: homebrew
- key:
token: mesa
type: formula
stats:
30d: 1572
90d: 3092
365d: 16744
description: Graphics Library
homepage: https://www.mesa3d.org/
fetch: homebrew
- key:
token: mockolo
type: formula
stats:
30d: 1572
90d: 2594
365d: 4739
description: Efficient Mock Generator for Swift
homepage: https://github.com/uber/mockolo
fetch: homebrew
- key:
token: kubelogin
type: formula
tap: int128/kubelogin
stats:
30d: 1569
90d: 5666
365d: 19958
description: OpenID Connect authentication plugin for kubectl
homepage: https://github.com/int128/kubelogin
definition: https://github.com/int128/homebrew-kubelogin/blob/HEAD/kubelogin.rb
version: v1.32.3
file_paths:
- kubelogin.rb
fetch: repo_direct
- key:
token: eslint
type: formula
stats:
30d: 1567
90d: 5145
365d: 21631
description: AST-based pattern checker for JavaScript
homepage: https://eslint.org
fetch: homebrew
- key:
token: librdkafka
type: formula
stats:
30d: 1551
90d: 5829
365d: 32715
description: Apache Kafka C/C++ library
homepage: https://github.com/confluentinc/librdkafka
fetch: homebrew
- key:
token: clang-format@11
type: formula
stats:
30d: 1548
90d: 3185
365d: 14827
description: Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript
homepage: https://clang.llvm.org/docs/ClangFormat.html
fetch: homebrew
- key:
token: commitizen
type: formula
stats:
30d: 1526
90d: 5186
365d: 19107
description: Defines a standard way of committing rules and communicating it
homepage: https://commitizen-tools.github.io/commitizen/
fetch: homebrew
- key:
token: spatialite-tools
type: formula
stats:
30d: 1517
90d: 2955
365d: 10317
description: CLI tools supporting SpatiaLite
homepage: https://www.gaia-gis.it/fossil/spatialite-tools/index
fetch: homebrew
- key:
token: fetch
type: formula
stats:
30d: 1512
90d: 5343
365d: 32719
description: Download assets from a commit, branch, or tag of GitHub repositories
homepage: https://www.gruntwork.io/
fetch: homebrew
- key:
token: php-cs-fixer
type: formula
stats:
30d: 1506
90d: 5114
365d: 15795
description: Tool to automatically fix PHP coding standards issues
homepage: https://cs.symfony.com/
fetch: homebrew
- key:
token: pylint
type: formula
stats:
30d: 1505
90d: 3862
365d: 15933
description: It's not just a linter that annoys you!
homepage: https://github.com/pylint-dev/pylint
fetch: homebrew
- key:
token: entr
type: formula
stats:
30d: 1491
90d: 2597
365d: 8171
description: Run arbitrary commands when files change
homepage: https://eradman.com/entrproject/
fetch: homebrew
- key:
token: dbus
type: formula
stats:
30d: 1481
90d: 3362
365d: 7393
description: Message bus system, providing inter-application communication
homepage: https://wiki.freedesktop.org/www/Software/dbus
fetch: homebrew
- key:
token: root
type: formula
stats:
30d: 1480
90d: 2696
365d: 11103
description: Analyzing petabytes of data, scientifically
homepage: https://root.cern
fetch: homebrew
- key:
token: pixman
type: formula
stats:
30d: 1475
90d: 5565
365d: 19191
description: Low-level library for pixel manipulation
homepage: https://cairographics.org/
fetch: homebrew
- key:
token: mutagen
type: formula
tap: mutagen-io/mutagen
stats:
30d: 1463
90d: 4559
365d: 16803
description: Fast file synchronization and network forwarding for remote development
definition: https://github.com/mutagen-io/homebrew-mutagen/blob/HEAD/Formula/mutagen.rb
version: 0.18.1
file_paths:
- Formula/mutagen.rb
fetch: repo_direct
- key:
token: ncftp
type: formula
stats:
30d: 1460
90d: 2037
365d: 4396
description: FTP client with an advanced user interface
homepage: https://www.ncftp.com/
fetch: homebrew
- key:
token: swift-sh
type: formula
stats:
30d: 1458
90d: 4181
365d: 19612
description: Scripting with easy zero-conf dependency imports
homepage: https://github.com/mxcl/swift-sh
fetch: homebrew
- key:
token: lazydocker
type: formula
stats:
30d: 1457
90d: 5659
365d: 19981
description: Lazier way to manage everything docker
homepage: https://github.com/jesseduffield/lazydocker
fetch: homebrew
- key:
token: ntfs-3g-mac
type: formula
tap: gromgit/fuse
stats:
30d: 1455
90d: 4268
365d: 17395
description: Read-write NTFS driver for FUSE
definition: https://github.com/gromgit/homebrew-fuse/blob/HEAD/Formula/ntfs-3g-mac.rb
file_paths:
- Formula/ntfs-3g-mac.rb
fetch: repo_direct
- key:
token: coursier
type: formula
tap: coursier/formulas
stats:
30d: 1452
90d: 4099
365d: 16489
description: Pure Scala Artifact Fetching
homepage: https://get-coursier.io/
definition: https://github.com/coursier/homebrew-formulas/blob/HEAD/coursier.rb
version: 2.1.25-M5
file_paths:
- coursier.rb
fetch: repo_direct
- key:
token: jsonnet
type: formula
stats:
30d: 1451
90d: 3746
365d: 12711
description: Domain specific configuration language for defining JSON data
homepage: https://jsonnet.org/
fetch: homebrew
- key:
token: pigz
type: formula
stats:
30d: 1451
90d: 3580
365d: 8232
description: Parallel gzip
homepage: https://zlib.net/pigz/
fetch: homebrew
- key:
token: gd
type: formula
stats:
30d: 1450
90d: 4382
365d: 43031
description: Graphics library to dynamically manipulate images
homepage: https://libgd.github.io/
fetch: homebrew
- key:
token: nnn
type: formula
stats:
30d: 1441
90d: 2151
365d: 7277
description: Tiny, lightning fast, feature-packed file manager
homepage: https://github.com/jarun/nnn
fetch: homebrew
- key:
token: restic
type: formula
stats:
30d: 1439
90d: 2341
365d: 11328
description: Fast, efficient and secure backup program
homepage: https://restic.net/
fetch: homebrew
- key:
token: shopify-cli
type: formula
tap: shopify/shopify
stats:
30d: 1435
90d: 4646
365d: 20081
description: A CLI tool to build for the Shopify platform
definition: https://github.com/shopify/homebrew-shopify/blob/HEAD/shopify-cli.rb
file_paths:
- shopify-cli.rb
fetch: repo_direct
- key:
token: bash-completion
type: formula
stats:
30d: 1425
90d: 4239
365d: 18781
description: Programmable completion for Bash 3.2
homepage: https://salsa.debian.org/debian/bash-completion
fetch: homebrew
- key:
token: certifi
type: formula
stats:
30d: 1423
90d: 6964
365d: 32212
description: Mozilla CA bundle for Python
homepage: https://github.com/certifi/python-certifi
fetch: homebrew
- key:
token: libgpg-error
type: formula
stats:
30d: 1422
90d: 3106
365d: 20592
description: Common error values for all GnuPG components
homepage: https://www.gnupg.org/related_software/libgpg-error/
fetch: homebrew
- key:
token: speedtest-cli
type: formula
stats:
30d: 1419
90d: 4475
365d: 18889
description: Command-line interface for https://speedtest.net bandwidth tests
homepage: https://github.com/sivel/speedtest-cli
fetch: homebrew
- key:
token: fdupes
type: formula
stats:
30d: 1407
90d: 2530
365d: 8504
description: Identify or delete duplicate files
homepage: https://github.com/adrianlopezroche/fdupes
fetch: homebrew
- key:
token: micromamba
type: formula
stats:
30d: 1405
90d: 3620
365d: 11746
description: Fast Cross-Platform Package Manager
homepage: https://github.com/mamba-org/mamba
fetch: homebrew
- key:
token: protoc-gen-go
type: formula
stats:
30d: 1402
90d: 4847
365d: 17105
description: Go support for Google's protocol buffers
homepage: https://github.com/protocolbuffers/protobuf-go
fetch: homebrew
- key:
token: fswatch
type: formula
stats:
30d: 1398
90d: 7851
365d: 15923
description: Monitor a directory for changes and run a shell command
homepage: https://github.com/emcrisostomo/fswatch
fetch: homebrew
- key:
token: espeak-ng
type: formula
stats:
30d: 1396
90d: 3925
365d: 5471
description: Speech synthesizer that supports more than hundred languages and accents
homepage: https://github.com/espeak-ng/espeak-ng
fetch: homebrew
- key:
token: ideviceinstaller
type: formula
stats:
30d: 1388
90d: 3901
365d: 15622
description: Tool for managing apps on iOS devices
homepage: https://libimobiledevice.org/
fetch: homebrew
- key:
token: bear
type: formula
stats:
30d: 1388
90d: 3986
365d: 18069
description: Generate compilation database for clang tooling
homepage: https://github.com/rizsotto/Bear
fetch: homebrew
- key:
token: nuclei
type: formula
stats:
30d: 1387
90d: 3101
365d: 12065
description: HTTP/DNS scanner configurable via YAML templates
homepage: https://docs.projectdiscovery.io/tools/nuclei/overview
fetch: homebrew
- key:
token: mono-libgdiplus
type: formula
stats:
30d: 1386
90d: 2113
365d: 6053
description: GDI+-compatible API on non-Windows operating systems
homepage: https://www.mono-project.com/docs/gui/libgdiplus/
fetch: homebrew
- key:
token: swagger-codegen
type: formula
stats:
30d: 1384
90d: 5116
365d: 24285
description: Generate clients, server stubs, and docs from an OpenAPI spec
homepage: https://swagger.io/tools/swagger-codegen/
fetch: homebrew
- key:
token: turso
type: formula
tap: tursodatabase/tap
stats:
30d: 1380
90d: 2829
365d: 10146
definition: https://github.com/tursodatabase/homebrew-tap/blob/HEAD/turso.rb
version: 1.0.6
file_paths:
- turso.rb
fetch: repo_direct
- key:
token: php
type: formula
tap: shivammathur/php
stats:
30d: 1378
90d: 4116
365d: 19390
description: General-purpose scripting language
homepage: https://www.php.net/
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php.rb
file_paths:
- Formula/php.rb
fetch: repo_direct
- key:
token: ugrep
type: formula
stats:
30d: 1375
90d: 10008
365d: 30342
description: Ultra fast grep with query UI, fuzzy search, archive search, and more
homepage: https://ugrep.com/
fetch: homebrew
- key:
token: pytorch
type: formula
stats:
30d: 1371
90d: 5634
365d: 26660
description: Tensors and dynamic neural networks
homepage: https://pytorch.org/
fetch: homebrew
- key:
token: findutils
type: formula
stats:
30d: 1368
90d: 4131
365d: 24481
description: Collection of GNU find, xargs, and locate
homepage: https://www.gnu.org/software/findutils/
fetch: homebrew
- key:
token: task
type: formula
stats:
30d: 1367
90d: 2712
365d: 11390
description: Feature-rich console based todo list manager
homepage: https://taskwarrior.org/
fetch: homebrew
- key:
token: ghc
type: formula
stats:
30d: 1366
90d: 3516
365d: 9474
description: Glorious Glasgow Haskell Compilation System
homepage: https://haskell.org/ghc/
fetch: homebrew
- key:
token: snyk-cli
type: formula
stats:
30d: 1363
90d: 3649
365d: 9973
description: Scans and monitors projects for security vulnerabilities
homepage: https://snyk.io
fetch: homebrew
- key:
token: kubelogin
type: formula
stats:
30d: 1356
90d: 3694
365d: 7823
description: OpenID Connect authentication plugin for kubectl
homepage: https://github.com/int128/kubelogin
fetch: homebrew
- key:
token: tailwindcss
type: formula
stats:
30d: 1349
90d: 3845
365d: 6558
description: Utility-first CSS framework
homepage: https://tailwindcss.com
fetch: homebrew
- key:
token: testdisk
type: formula
stats:
30d: 1347
90d: 3999
365d: 13085
description: Powerful free data recovery utility
homepage: https://www.cgsecurity.org/wiki/TestDisk
fetch: homebrew
- key:
token: z3
type: formula
stats:
30d: 1330
90d: 4655
365d: 16640
description: High-performance theorem prover
homepage: https://github.com/Z3Prover/z3
fetch: homebrew
- key:
token: openldap
type: formula
stats:
30d: 1327
90d: 5208
365d: 38900
description: Open source suite of directory software
homepage: https://www.openldap.org/software/
fetch: homebrew
- key:
token: postgresql@12
type: formula
stats:
30d: 1326
90d: 3393
365d: 19161
description: Object-relational database system
homepage: https://www.postgresql.org/
fetch: homebrew
- key:
token: transmission-cli
type: formula
stats:
30d: 1324
90d: 5257
365d: 16087
description: Lightweight BitTorrent client
homepage: https://transmissionbt.com/
fetch: homebrew
- key:
token: stow
type: formula
stats:
30d: 1323
90d: 4111
365d: 20530
description: Organize software neatly under a single directory tree (e.g. /usr/local)
homepage: https://www.gnu.org/software/stow/
fetch: homebrew
- key:
token: localstack-cli
type: formula
tap: localstack/tap
stats:
30d: 1318
90d: 4306
365d: 13523
description: Localstack cli packaged using pyinstaller
definition: https://github.com/localstack/homebrew-tap/blob/HEAD/Formula/localstack-cli.rb
version: 4.3.0
file_paths:
- Formula/localstack-cli.rb
fetch: repo_direct
- key:
token: cmatrix
type: formula
stats:
30d: 1317
90d: 4081
365d: 14835
description: Console Matrix
homepage: https://github.com/abishekvashok/cmatrix/
fetch: homebrew
- key:
token: sunshine-beta
type: formula
tap: lizardbyte/homebrew
stats:
30d: 1317
90d: 2536
365d: 5909
description: Self-hosted game stream host for Moonlight
definition: https://github.com/lizardbyte/homebrew-homebrew/blob/HEAD/Formula/s/sunshine-beta.rb
version: 2025.409.140403
file_paths:
- Formula/s/sunshine-beta.rb
fetch: repo_direct
- key:
token: php@8.1
type: formula
tap: shivammathur/php
stats:
30d: 1317
90d: 3167
365d: 14930
description: General-purpose scripting language
homepage: https://www.php.net/
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@8.1.rb
file_paths:
- Formula/php@8.1.rb
fetch: repo_direct
- key:
token: etcd
type: formula
stats:
30d: 1311
90d: 3176
365d: 10442
description: Key value store for shared configuration and service discovery
homepage: https://github.com/etcd-io/etcd
fetch: homebrew
- key:
token: cargo-binstall
type: formula
stats:
30d: 1310
90d: 3351
365d: 8630
description: Binary installation for rust projects
homepage: https://github.com/cargo-bins/cargo-binstall
fetch: homebrew
- key:
token: exploitdb
type: formula
stats:
30d: 1306
90d: 1591
365d: 6877
description: Database of public exploits and corresponding vulnerable software
homepage: https://www.exploit-db.com/
fetch: homebrew
- key:
token: cyclonedx-cli
type: formula
tap: cyclonedx/cyclonedx
stats:
30d: 1303
90d: 3425
365d: 8423
description: CLI tool for CycloneDX analysis, merging, diffs and format conversions
definition: https://github.com/cyclonedx/homebrew-cyclonedx/blob/HEAD/Formula/cyclonedx-cli.rb
version: 0.27.2
file_paths:
- Formula/cyclonedx-cli.rb
fetch: repo_direct
- key:
token: repomix
type: formula
stats:
30d: 1302
90d: 3651
365d: 4602
description: Pack repository contents into a single AI-friendly file
homepage: https://github.com/yamadashy/repomix
fetch: homebrew
- key:
token: czmq
type: formula
stats:
30d: 1298
90d: 2690
365d: 9712
description: High-level C binding for ZeroMQ
homepage: http://czmq.zeromq.org/
fetch: homebrew
- key:
token: azcopy
type: formula
stats:
30d: 1297
90d: 3338
365d: 10771
description: Azure Storage data transfer utility
homepage: https://github.com/Azure/azure-storage-azcopy
fetch: homebrew
- key:
token: flac
type: formula
stats:
30d: 1295
90d: 4012
365d: 7455
description: Free lossless audio codec
homepage: https://xiph.org/flac/
fetch: homebrew
- key:
token: snappy
type: formula
stats:
30d: 1291
90d: 3990
365d: 23368
description: Compression/decompression library aiming for high speed
homepage: https://google.github.io/snappy/
fetch: homebrew
- key:
token: magic-wormhole
type: formula
stats:
30d: 1282
90d: 2758
365d: 15549
description: Securely transfers data between computers
homepage: https://github.com/magic-wormhole/magic-wormhole
fetch: homebrew
- key:
token: pdm
type: formula
stats:
30d: 1281
90d: 3665
365d: 18384
description: Modern Python package and dependency manager supporting the latest
PEP standards
homepage: https://pdm-project.org
fetch: homebrew
- key:
token: teleport
type: formula
stats:
30d: 1269
90d: 4317
365d: 13817
description: Modern SSH server for teams managing distributed infrastructure
homepage: https://goteleport.com/
fetch: homebrew
- key:
token: swift-format
type: formula
stats:
30d: 1268
90d: 2927
365d: 15281
description: Formatting technology for Swift source code
homepage: https://github.com/swiftlang/swift-format
fetch: homebrew
- key:
token: mbedtls
type: formula
stats:
30d: 1265
90d: 1944
365d: 9524
description: Cryptographic & SSL/TLS library
homepage: https://tls.mbed.org/
fetch: homebrew
- key:
token: chruby
type: formula
stats:
30d: 1259
90d: 4208
365d: 22106
description: Ruby environment tool
homepage: https://github.com/postmodern/chruby
fetch: homebrew
- key:
token: localstack
type: formula
stats:
30d: 1249
90d: 4314
365d: 16945
description: Fully functional local AWS cloud stack
homepage: https://localstack.cloud/
fetch: homebrew
- key:
token: lsd
type: formula
stats:
30d: 1248
90d: 3984
365d: 24234
description: Clone of ls with colorful output, file type icons, and more
homepage: https://github.com/lsd-rs/lsd
fetch: homebrew
- key:
token: uds@0.24.0
type: formula
tap: defenseunicorns/tap
stats:
30d: 1247
90d: 1247
365d: 1247
description: CLI for Unicorn Delivery Service
definition: https://github.com/defenseunicorns/homebrew-tap/blob/HEAD/uds@0.24.0.rb
version: 0.24.0
file_paths:
- uds@0.24.0.rb
fetch: repo_direct
- key:
token: cilium-cli
type: formula
stats:
30d: 1244
90d: 4492
365d: 16203
description: CLI to install, manage & troubleshoot Kubernetes clusters running Cilium
homepage: https://cilium.io
fetch: homebrew
- key:
token: parquet-cli
type: formula
stats:
30d: 1241
90d: 2577
365d: 12746
description: Apache Parquet command-line tools and utilities
homepage: https://parquet.apache.org/
fetch: homebrew
- key:
token: nettle
type: formula
stats:
30d: 1231
90d: 4670
365d: 16930
description: Low-level cryptographic library
homepage: https://www.lysator.liu.se/~nisse/nettle/
fetch: homebrew
- key:
token: topgrade
type: formula
stats:
30d: 1229
90d: 2089
365d: 9375
description: Upgrade all the things
homepage: https://github.com/topgrade-rs/topgrade
fetch: homebrew
- key:
token: gspell
type: formula
stats:
30d: 1225
90d: 2357
365d: 11046
description: Flexible API to implement spellchecking in GTK+ applications
homepage: https://gitlab.gnome.org/GNOME/gspell
fetch: homebrew
- key:
token: nlohmann-json
type: formula
stats:
30d: 1224
90d: 3051
365d: 10483
description: JSON for modern C++
homepage: https://json.nlohmann.me/
fetch: homebrew
- key:
token: cloudflare-wrangler
type: formula
stats:
30d: 1223
90d: 1885
365d: 1886
description: CLI tool for Cloudflare Workers
homepage: https://github.com/cloudflare/workers-sdk
fetch: homebrew
- key:
token: llvm@19
type: formula
stats:
30d: 1222
90d: 1235
365d: 1235
description: Next-gen compiler infrastructure
homepage: https://llvm.org/
fetch: homebrew
- key:
token: lftp
type: formula
stats:
30d: 1220
90d: 3904
365d: 12352
description: Sophisticated file transfer program
homepage: https://lftp.yar.ru/
fetch: homebrew
- key:
token: step
type: formula
stats:
30d: 1218
90d: 3519
365d: 14184
description: Crypto and x509 Swiss-Army-Knife
homepage: https://smallstep.com
fetch: homebrew
- key:
token: doppler
type: formula
tap: dopplerhq/cli
stats:
30d: 1213
90d: 2876
365d: 8333
description: CLI for interacting with Doppler secrets and configuration
homepage: https://docs.doppler.com/docs
definition: https://github.com/dopplerhq/homebrew-cli/blob/HEAD/Formula/doppler.rb
version: 3.73.1
file_paths:
- Formula/doppler.rb
fetch: repo_direct
- key:
token: vapor
type: formula
stats:
30d: 1212
90d: 1967
365d: 6188
description: Command-line tool for Vapor (Server-side Swift web framework)
homepage: https://vapor.codes
fetch: homebrew
- key:
token: packer
type: formula
tap: hashicorp/tap
stats:
30d: 1211
90d: 5608
365d: 20916
description: Tool for creating identical machine images for multiple platforms
homepage: https://packer.io
definition: https://github.com/hashicorp/homebrew-tap/blob/HEAD/Formula/packer.rb
version: 1.12.0
file_paths:
- Formula/packer.rb
fetch: repo_direct
- key:
token: optipng
type: formula
stats:
30d: 1210
90d: 3481
365d: 7533
description: PNG file optimizer
homepage: https://optipng.sourceforge.net/
fetch: homebrew
- key:
token: autojump
type: formula
stats:
30d: 1209
90d: 3348
365d: 14828
description: Shell extension to jump to frequently used directories
homepage: https://github.com/wting/autojump
fetch: homebrew
- key:
token: emacs-plus@30
type: formula
tap: d12frosted/emacs-plus
stats:
30d: 1208
90d: 3303
365d: 8809
description: GNU Emacs text editor
definition: https://github.com/d12frosted/homebrew-emacs-plus/blob/HEAD/Formula/emacs-plus@30.rb
file_paths:
- Formula/emacs-plus@30.rb
fetch: repo_direct
- key:
token: esphome
type: formula
stats:
30d: 1200
90d: 2989
365d: 11908
description: Make creating custom firmwares for ESP32/ESP8266 super easy
homepage: https://github.com/esphome/esphome
fetch: homebrew
- key:
token: jansson
type: formula
stats:
30d: 1196
90d: 1637
365d: 3351
description: C library for encoding, decoding, and manipulating JSON
homepage: https://digip.org/jansson/
fetch: homebrew
- key:
token: libiconv
type: formula
stats:
30d: 1195
90d: 4110
365d: 18852
description: Conversion library
homepage: https://www.gnu.org/software/libiconv/
fetch: homebrew
- key:
token: periphery
type: formula
stats:
30d: 1193
90d: 2086
365d: 2366
description: Identify unused code in Swift projects
homepage: https://github.com/peripheryapp/periphery
fetch: homebrew
- key:
token: neo4j
type: formula
stats:
30d: 1189
90d: 3696
365d: 12248
description: Robust (fully ACID) transactional property graph database
homepage: https://neo4j.com/
fetch: homebrew
- key:
token: streamlink
type: formula
stats:
30d: 1189
90d: 3690
365d: 18463
description: CLI for extracting streams from various websites to a video player
homepage: https://streamlink.github.io/
fetch: homebrew
- key:
token: syft
type: formula
stats:
30d: 1184
90d: 3038
365d: 14629
description: CLI for generating a Software Bill of Materials from container images
homepage: https://github.com/anchore/syft
fetch: homebrew
- key:
token: csvkit
type: formula
stats:
30d: 1179
90d: 3548
365d: 12525
description: Suite of command-line tools for converting to and working with CSV
homepage: https://csvkit.readthedocs.io/
fetch: homebrew
- key:
token: hurl
type: formula
stats:
30d: 1178
90d: 2004
365d: 6444
description: Run and Test HTTP Requests with plain text and curl
homepage: https://hurl.dev
fetch: homebrew
- key:
token: netcat
type: formula
stats:
30d: 1176
90d: 3317
365d: 12920
description: Utility for managing network connections
homepage: https://netcat.sourceforge.net/
fetch: homebrew
- key:
token: sccache
type: formula
stats:
30d: 1171
90d: 3758
365d: 13693
description: Used as a compiler wrapper and avoids compilation when possible
homepage: https://github.com/mozilla/sccache
fetch: homebrew
- key:
token: libvorbis
type: formula
stats:
30d: 1170
90d: 3764
365d: 14299
description: Vorbis general audio compression codec
homepage: https://xiph.org/vorbis/
fetch: homebrew
- key:
token: "n"
type: formula
stats:
30d: 1169
90d: 3407
365d: 17790
description: Node version management
homepage: https://github.com/tj/n
fetch: homebrew
- key:
token: ruby@3.1
type: formula
stats:
30d: 1165
90d: 3593
365d: 22175
description: Powerful, clean, object-oriented scripting language
homepage: https://www.ruby-lang.org/
fetch: homebrew
- key:
token: zookeeper
type: formula
stats:
30d: 1163
90d: 4376
365d: 22173
description: Centralized server for distributed coordination of services
homepage: https://zookeeper.apache.org/
fetch: homebrew
- key:
token: cowsay
type: formula
stats:
30d: 1160
90d: 3765
365d: 13627
description: Apjanke's fork of the classic cowsay project
homepage: https://cowsay.diamonds
fetch: homebrew
- key:
token: mosh
type: formula
stats:
30d: 1157
90d: 5876
365d: 47421
description: Remote terminal application
homepage: https://mosh.org
fetch: homebrew
- key:
token: xcodecoverageconverter
type: formula
tap: twittemb/formulae
stats:
30d: 1155
90d: 3002
365d: 9323
definition: https://github.com/twittemb/homebrew-formulae/blob/HEAD/Formula/xcodecoverageconverter.rb
version: 0.2.2
file_paths:
- Formula/xcodecoverageconverter.rb
fetch: repo_direct
- key:
token: akamai
type: formula
stats:
30d: 1151
90d: 4529
365d: 13086
description: CLI toolkit for working with Akamai's APIs
homepage: https://github.com/akamai/cli
fetch: homebrew
- key:
token: goenv
type: formula
stats:
30d: 1151
90d: 3666
365d: 14466
description: Go version management
homepage: https://github.com/go-nv/goenv
fetch: homebrew
- key:
token: nuget
type: formula
stats:
30d: 1148
90d: 4004
365d: 18098
description: Package manager for Microsoft development platform including .NET
homepage: https://www.nuget.org/
fetch: homebrew
- key:
token: iproute2mac
type: formula
stats:
30d: 1147
90d: 3625
365d: 23985
description: CLI wrapper for basic network utilities on macOS - ip command
homepage: https://github.com/brona/iproute2mac
fetch: homebrew
- key:
token: sfml
type: formula
stats:
30d: 1142
90d: 3446
365d: 9389
description: Multi-media library with bindings for multiple languages
homepage: https://www.sfml-dev.org/
fetch: homebrew
- key:
token: re2
type: formula
stats:
30d: 1137
90d: 3566
365d: 11557
description: Alternative to backtracking PCRE-style regular expression engines
homepage: https://github.com/google/re2
fetch: homebrew
- key:
token: quarkus
type: formula
tap: quarkusio/tap
stats:
30d: 1134
90d: 3397
365d: 12575
description: CLI for Quarkus
definition: https://github.com/quarkusio/homebrew-tap/blob/HEAD/Formula/quarkus.rb
version: 3.21.2
file_paths:
- Formula/quarkus.rb
fetch: repo_direct
- key:
token: ggshield
type: formula
stats:
30d: 1133
90d: 1548
365d: 3321
description: Scanner for secrets and sensitive data in code
homepage: https://www.gitguardian.com
fetch: homebrew
- key:
token: flake8
type: formula
stats:
30d: 1132
90d: 2575
365d: 8051
description: Lint your Python code for style and logical errors
homepage: https://flake8.pycqa.org/
fetch: homebrew
- key:
token: dyff
type: formula
tap: homeport/tap
stats:
30d: 1131
90d: 3753
365d: 12916
description: Diff tool for YAML files, and sometimes JSON
homepage: https://github.com/homeport/dyff
definition: https://github.com/homeport/homebrew-tap/blob/HEAD/HomebrewFormula/dyff.rb
version: 1.10.1
file_paths:
- HomebrewFormula/dyff.rb
fetch: repo_analysis
- key:
token: minio
type: formula
tap: minio/stable
stats:
30d: 1131
90d: 3491
365d: 12779
description: High Performance, Kubernetes Native Object Storage
homepage: https://min.io
definition: https://github.com/minio/homebrew-stable/blob/HEAD/minio.rb
file_paths:
- minio.rb
fetch: repo_direct
- key:
token: libuv
type: formula
stats:
30d: 1129
90d: 6379
365d: 23937
description: Multi-platform support library with a focus on asynchronous I/O
homepage: https://libuv.org
fetch: homebrew
- key:
token: platformio
type: formula
stats:
30d: 1128
90d: 3156
365d: 11519
description: Your Gateway to Embedded Software Development Excellence
homepage: https://platformio.org/
fetch: homebrew
- key:
token: delve
type: formula
stats:
30d: 1126
90d: 2705
365d: 9118
description: Debugger for the Go programming language
homepage: https://github.com/go-delve/delve
fetch: homebrew
- key:
token: php@5.6
type: formula
tap: shivammathur/php
stats:
30d: 1126
90d: 2963
365d: 9522
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@5.6.rb
version: 5.6.40
file_paths:
- Formula/php@5.6.rb
fetch: repo_direct
- key:
token: terraformer
type: formula
stats:
30d: 1122
90d: 2015
365d: 5640
description: CLI tool to generate terraform files from existing infrastructure
homepage: https://github.com/GoogleCloudPlatform/terraformer
fetch: homebrew
- key:
token: php@8.2
type: formula
tap: shivammathur/php
stats:
30d: 1121
90d: 2863
365d: 13962
description: General-purpose scripting language
homepage: https://www.php.net/
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@8.2.rb
file_paths:
- Formula/php@8.2.rb
fetch: repo_direct
- key:
token: tmuxinator
type: formula
stats:
30d: 1121
90d: 2062
365d: 10963
description: Manage complex tmux sessions easily
homepage: https://github.com/tmuxinator/tmuxinator
fetch: homebrew
- key:
token: trash-cli
type: formula
stats:
30d: 1120
90d: 3589
365d: 9215
description: Command-line interface to the freedesktop.org trashcan
homepage: https://github.com/andreafrancia/trash-cli
fetch: homebrew
- key:
token: caddy
type: formula
stats:
30d: 1112
90d: 3945
365d: 16161
description: Powerful, enterprise-ready, open source web server with automatic HTTPS
homepage: https://caddyserver.com/
fetch: homebrew
- key:
token: bzip2
type: formula
stats:
30d: 1112
90d: 3280
365d: 12121
description: Freely available high-quality data compressor
homepage: https://sourceware.org/bzip2/
fetch: homebrew
- key:
token: terratag
type: formula
tap: env0/terratag
stats:
30d: 1111
90d: 3189
365d: 9380
description: Automatically create and maintain tags across their entire set of AWS,
Azure, and GCP resources on Terraform
definition: https://github.com/env0/homebrew-terratag/blob/HEAD/terratag.rb
version: 0.7.0
file_paths:
- terratag.rb
fetch: repo_direct
- key:
token: krb5
type: formula
stats:
30d: 1108
90d: 3558
365d: 36345
description: Network authentication protocol
homepage: https://web.mit.edu/kerberos/
fetch: homebrew
- key:
token: pngquant
type: formula
stats:
30d: 1103
90d: 2882
365d: 9174
description: PNG image optimizing utility
homepage: https://pngquant.org/
fetch: homebrew
- key:
token: imlib2
type: formula
stats:
30d: 1099
90d: 1470
365d: 5689
description: Image loading and rendering library
homepage: https://sourceforge.net/projects/enlightenment/
fetch: homebrew
- key:
token: markdownlint-cli
type: formula
stats:
30d: 1098
90d: 3236
365d: 13420
description: CLI for Node.js style checker and lint tool for Markdown files
homepage: https://github.com/igorshubovych/markdownlint-cli
fetch: homebrew
- key:
token: create-dmg
type: formula
stats:
30d: 1092
90d: 2895
365d: 9653
description: Shell script to build fancy DMGs
homepage: https://github.com/create-dmg/create-dmg
fetch: homebrew
- key:
token: nodenv
type: formula
stats:
30d: 1088
90d: 3357
365d: 19233
description: Manage multiple NodeJS versions
homepage: https://github.com/nodenv/nodenv
fetch: homebrew
- key:
token: pgvector
type: formula
stats:
30d: 1088
90d: 3179
365d: 10136
description: Open-source vector similarity search for Postgres
homepage: https://github.com/pgvector/pgvector
fetch: homebrew
- key:
token: php@7.1
type: formula
tap: shivammathur/php
stats:
30d: 1086
90d: 2732
365d: 10352
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@7.1.rb
version: 7.1.33
file_paths:
- Formula/php@7.1.rb
fetch: repo_direct
- key:
token: ghq
type: formula
stats:
30d: 1086
90d: 2203
365d: 10955
description: Remote repository management made easy
homepage: https://github.com/x-motemen/ghq
fetch: homebrew
- key:
token: mutagen-compose
type: formula
tap: mutagen-io/mutagen
stats:
30d: 1085
90d: 3350
365d: 13598
description: Compose with Mutagen integration
definition: https://github.com/mutagen-io/homebrew-mutagen/blob/HEAD/Formula/mutagen-compose.rb
version: 0.18.1
file_paths:
- Formula/mutagen-compose.rb
fetch: repo_direct
- key:
token: neovide
type: formula
stats:
30d: 1085
90d: 2302
365d: 7217
description: No Nonsense Neovim Client in Rust
homepage: https://neovide.dev/
fetch: homebrew
- key:
token: httrack
type: formula
stats:
30d: 1083
90d: 3401
365d: 12455
description: Website copier/offline browser
homepage: https://www.httrack.com/
fetch: homebrew
- key:
token: ncurses
type: formula
stats:
30d: 1080
90d: 3713
365d: 22289
description: Text-based UI library
homepage: https://invisible-island.net/ncurses/announce.html
fetch: homebrew
- key:
token: ast-grep
type: formula
stats:
30d: 1077
90d: 4209
365d: 14488
description: Code searching, linting, rewriting
homepage: https://github.com/ast-grep/ast-grep
fetch: homebrew
- key:
token: haskell-stack
type: formula
stats:
30d: 1074
90d: 2191
365d: 9110
description: Cross-platform program for developing Haskell projects
homepage: https://haskellstack.org/
fetch: homebrew
- key:
token: jd
type: formula
stats:
30d: 1071
90d: 2543
365d: 5684
description: JSON diff and patch
homepage: https://github.com/josephburnett/jd
fetch: homebrew
- key:
token: lolcat
type: formula
stats:
30d: 1070
90d: 2103
365d: 6272
description: Rainbows and unicorns in your console!
homepage: https://github.com/busyloop/lolcat
fetch: homebrew
- key:
token: vcpkg
type: formula
stats:
30d: 1065
90d: 3851
365d: 9832
description: C++ Library Manager
homepage: https://github.com/microsoft/vcpkg
fetch: homebrew
- key:
token: xcode-build-server
type: formula
stats:
30d: 1064
90d: 3109
365d: 5280
description: Build server protocol implementation for integrating Xcode with sourcekit-lsp
homepage: https://github.com/SolaWing/xcode-build-server
fetch: homebrew
- key:
token: encore
type: formula
tap: encoredev/tap
stats:
30d: 1062
90d: 2658
365d: 8442
description: The static analysis-powered Go framework for building backend applications
definition: https://github.com/encoredev/homebrew-tap/blob/HEAD/Formula/encore.rb
file_paths:
- Formula/encore.rb
fetch: repo_direct
- key:
token: py3cairo
type: formula
stats:
30d: 1057
90d: 3962
365d: 40262
description: Python 3 bindings for the Cairo graphics library
homepage: https://cairographics.org/pycairo/
fetch: homebrew
- key:
token: vala
type: formula
stats:
30d: 1053
90d: 2492
365d: 9692
description: Compiler for the GObject type system
homepage: https://wiki.gnome.org/Projects/Vala
fetch: homebrew
- key:
token: golang-migrate
type: formula
stats:
30d: 1051
90d: 3832
365d: 17823
description: Database migrations CLI tool
homepage: https://github.com/golang-migrate/migrate
fetch: homebrew
- key:
token: licenseplist
type: formula
stats:
30d: 1050
90d: 4692
365d: 24747
description: License list generator of all your dependencies for iOS applications
homepage: https://www.slideshare.net/mono0926/licenseplist-a-license-list-generator-of-all-your-dependencies-for-ios-applications
fetch: homebrew
- key:
token: lokalise2
type: formula
tap: lokalise/cli-2
stats:
30d: 1049
90d: 3472
365d: 15007
description: Lokalise CLI v2
definition: https://github.com/lokalise/homebrew-cli-2/blob/HEAD/Formula/lokalise2.rb
version: 3.1.2
file_paths:
- Formula/lokalise2.rb
fetch: repo_direct
- key:
token: s2n
type: formula
stats:
30d: 1049
90d: 2869
365d: 10438
description: Implementation of the TLS/SSL protocols
homepage: https://github.com/aws/s2n-tls
fetch: homebrew
- key:
token: kubectl-argo-rollouts
type: formula
tap: argoproj/tap
stats:
30d: 1043
90d: 2106
365d: 8567
description: Kubectl Argo Rollouts Plugin.
definition: https://github.com/argoproj/homebrew-tap/blob/HEAD/kubectl-argo-rollouts.rb
version: v1.8.1
file_paths:
- kubectl-argo-rollouts.rb
fetch: repo_direct
- key:
token: vercel-cli
type: formula
stats:
30d: 1043
90d: 4555
365d: 19357
description: Command-line interface for Vercel
homepage: https://vercel.com/home
fetch: homebrew
- key:
token: superfile
type: formula
stats:
30d: 1042
90d: 2640
365d: 7899
description: Modern and pretty fancy file manager for the terminal
homepage: https://superfile.netlify.app/
fetch: homebrew
- key:
token: xxhash
type: formula
stats:
30d: 1040
90d: 3167
365d: 12858
description: Extremely fast non-cryptographic hash algorithm
homepage: https://xxhash.com
fetch: homebrew
- key:
token: clamav
type: formula
stats:
30d: 1037
90d: 4603
365d: 16121
description: Anti-virus software
homepage: https://www.clamav.net/
fetch: homebrew
- key:
token: velero
type: formula
stats:
30d: 1036
90d: 3993
365d: 15753
description: Disaster recovery for Kubernetes resources and persistent volumes
homepage: https://velero.io/
fetch: homebrew
- key:
token: hashcat
type: formula
stats:
30d: 1036
90d: 3198
365d: 12448
description: World's fastest and most advanced password recovery utility
homepage: https://hashcat.net/hashcat/
fetch: homebrew
- key:
token: six
type: formula
stats:
30d: 1036
90d: 3273
365d: 16516
description: Python 2 and 3 compatibility utilities
homepage: https://github.com/benjaminp/six
fetch: homebrew
- key:
token: talosctl
type: formula
tap: siderolabs/tap
stats:
30d: 1032
90d: 3655
365d: 12077
description: CLI for out-of-band management of Kubernetes nodes created by Talos
homepage: https://www.talos.dev/
definition: https://github.com/siderolabs/homebrew-tap/blob/HEAD/Formula/talosctl.rb
version: 1.9.5
file_paths:
- Formula/talosctl.rb
fetch: repo_direct
- key:
token: typst
type: formula
stats:
30d: 1031
90d: 3891
365d: 10089
description: Markup-based typesetting system
homepage: https://typst.app/
fetch: homebrew
- key:
token: go@1.22
type: formula
stats:
30d: 1023
90d: 4290
365d: 14210
description: Open source programming language to build simple/reliable/efficient
software
homepage: https://go.dev/
fetch: homebrew
- key:
token: tcl-tk@8
type: formula
stats:
30d: 1021
90d: 3334
365d: 5174
description: Tool Command Language
homepage: https://www.tcl-lang.org
fetch: homebrew
- key:
token: tgswitch
type: formula
tap: warrensbox/tap
stats:
30d: 1020
90d: 2808
365d: 10690
description: The tgswitch command lets you switch between terragrunt versions.
definition: https://github.com/warrensbox/homebrew-tap/blob/HEAD/Formula/tgswitch.rb
version: 0.6.0
file_paths:
- Formula/tgswitch.rb
fetch: repo_direct
- key:
token: mssql-tools18
type: formula
tap: microsoft/mssql-release
stats:
30d: 1020
90d: 3109
365d: 12602
description: Sqlcmd and Bcp for Microsoft(R) SQL Server(R)
definition: https://github.com/microsoft/homebrew-mssql-release/blob/HEAD/Formula/mssql-tools18.rb
version: 18.4.1.1
file_paths:
- Formula/mssql-tools18.rb
fetch: repo_direct
- key:
token: libgeotiff
type: formula
stats:
30d: 1017
90d: 2145
365d: 9782
description: Library and tools for dealing with GeoTIFF
homepage: https://github.com/OSGeo/libgeotiff
fetch: homebrew
- key:
token: cloud-nuke
type: formula
stats:
30d: 1016
90d: 2754
365d: 4694
description: CLI tool to nuke (delete) cloud resources
homepage: https://gruntwork.io/
fetch: homebrew
- key:
token: lefthook
type: formula
stats:
30d: 1013
90d: 4079
365d: 11363
description: Fast and powerful Git hooks manager for any type of projects
homepage: https://github.com/evilmartians/lefthook
fetch: homebrew
- key:
token: nats
type: formula
tap: nats-io/nats-tools
stats:
30d: 1009
90d: 1840
365d: 5933
description: NATS utility
definition: https://github.com/nats-io/homebrew-nats-tools/blob/HEAD/Formula/nats.rb
version: 0.2.1
file_paths:
- Formula/nats.rb
fetch: repo_direct
- key:
token: snake
type: formula
tap: flexih/tap
stats:
30d: 1008
90d: 2426
365d: 10186
description: Yet Another Mach-O Unused ObjC Selector/Class/Protocol Detector. ObjC
definition: https://github.com/flexih/homebrew-tap/blob/HEAD/snake.rb
version: '1.5'
file_paths:
- snake.rb
fetch: repo_direct
- key:
token: yamlfmt
type: formula
stats:
30d: 1005
90d: 3247
365d: 7001
description: Extensible command-line tool to format YAML files
homepage: https://github.com/google/yamlfmt
fetch: homebrew
- key:
token: svt-av1
type: formula
stats:
30d: 1004
90d: 2821
365d: 8324
description: AV1 encoder
homepage: https://gitlab.com/AOMediaCodec/SVT-AV1
fetch: homebrew
- key:
token: sunshine
type: formula
tap: lizardbyte/homebrew
stats:
30d: 1002
90d: 3033
365d: 13133
description: Self-hosted game stream host for Moonlight
definition: https://github.com/lizardbyte/homebrew-homebrew/blob/HEAD/Formula/s/sunshine.rb
version: 2025.122.141614
file_paths:
- Formula/s/sunshine.rb
fetch: repo_direct
- key:
token: python@3.10
type: formula
tap: sidekickmoney/skm
stats:
30d: 1002
90d: 3092
365d: 7116
description: Interpreted, interactive, object-oriented programming language
homepage: https://www.python.org/
definition: https://github.com/sidekickmoney/homebrew-skm/blob/HEAD/Formula/python@3.10.rb
file_paths:
- Formula/python@3.10.rb
fetch: repo_direct
- key:
token: temporal
type: formula
stats:
30d: 1001
90d: 3939
365d: 14005
description: Command-line interface for running and interacting with Temporal Server
and UI
homepage: https://temporal.io/
fetch: homebrew
- key:
token: jq
type: formula
tap: sidekickmoney/skm
stats:
30d: 1001
90d: 3405
365d: 7224
description: Lightweight and flexible command-line JSON processor
homepage: https://jqlang.github.io/jq/
definition: https://github.com/sidekickmoney/homebrew-skm/blob/HEAD/Formula/jq.rb
file_paths:
- Formula/jq.rb
fetch: repo_direct
- key:
token: libusbmuxd
type: formula
stats:
30d: 1000
90d: 2773
365d: 11930
description: USB multiplexor library for iOS devices
homepage: https://www.libimobiledevice.org/
fetch: homebrew
- key:
token: binwalk
type: formula
stats:
30d: 996
90d: 2931
365d: 14459
description: Searches a binary image for embedded files and executable code
homepage: https://github.com/ReFirmLabs/binwalk
fetch: homebrew
- key:
token: swi-prolog
type: formula
stats:
30d: 996
90d: 3032
365d: 15497
description: ISO/Edinburgh-style Prolog interpreter
homepage: https://www.swi-prolog.org/
fetch: homebrew
- key:
token: sketchybar
type: formula
tap: felixkratz/formulae
stats:
30d: 995
90d: 4241
365d: 12156
description: Custom macOS statusbar with shell plugin, interaction and graph support
definition: https://github.com/felixkratz/homebrew-formulae/blob/HEAD/sketchybar.rb
file_paths:
- sketchybar.rb
fetch: repo_direct
- key:
token: dfu-util
type: formula
stats:
30d: 992
90d: 2914
365d: 9409
description: USB programmer
homepage: https://dfu-util.sourceforge.net/
fetch: homebrew
- key:
token: logcli
type: formula
stats:
30d: 991
90d: 3171
365d: 6901
description: Run LogQL queries against a Loki server
homepage: https://grafana.com/loki
fetch: homebrew
- key:
token: capnp
type: formula
stats:
30d: 991
90d: 4316
365d: 15615
description: Data interchange format and capability-based RPC system
homepage: https://capnproto.org/
fetch: homebrew
- key:
token: julia
type: formula
stats:
30d: 987
90d: 3560
365d: 15720
description: Fast, Dynamic Programming Language
homepage: https://julialang.org/
fetch: homebrew
- key:
token: ack
type: formula
stats:
30d: 986
90d: 3902
365d: 15675
description: Search tool like grep, but optimized for programmers
homepage: https://beyondgrep.com/
fetch: homebrew
- key:
token: mysql-client@8.0
type: formula
stats:
30d: 986
90d: 3948
365d: 16437
description: Open source relational database management system
homepage: https://dev.mysql.com/doc/refman/8.0/en/
fetch: homebrew
- key:
token: cdk8s
type: formula
stats:
30d: 985
90d: 3120
365d: 12883
description: Define k8s native apps and abstractions using object-oriented programming
homepage: https://cdk8s.io/
fetch: homebrew
- key:
token: crystal
type: formula
stats:
30d: 985
90d: 2480
365d: 10721
description: Fast and statically typed, compiled language with Ruby-like syntax
homepage: https://crystal-lang.org/
fetch: homebrew
- key:
token: richgo
type: formula
tap: kyoh86/tap
stats:
30d: 980
90d: 2102
365d: 2141
description: Enrich `go test` outputs with text decorations
homepage: https://github.com/kyoh86/richgo
definition: https://github.com/kyoh86/homebrew-tap/blob/HEAD/Formula/richgo.rb
version: 0.3.12
file_paths:
- Formula/richgo.rb
fetch: repo_direct
- key:
token: python-lsp-server
type: formula
stats:
30d: 979
90d: 3493
365d: 13347
description: Python Language Server for the Language Server Protocol
homepage: https://github.com/python-lsp/python-lsp-server
fetch: homebrew
- key:
token: msodbcsql17
type: formula
tap: microsoft/mssql-release
stats:
30d: 979
90d: 3307
365d: 13351
description: ODBC Driver for Microsoft(R) SQL Server(R)
definition: https://github.com/microsoft/homebrew-mssql-release/blob/HEAD/Formula/msodbcsql17.rb
version: 17.10.6.1
file_paths:
- Formula/msodbcsql17.rb
fetch: repo_direct
- key:
token: grpcui
type: formula
stats:
30d: 978
90d: 2622
365d: 9621
description: Interactive web UI for gRPC, along the lines of postman
homepage: https://github.com/fullstorydev/grpcui
fetch: homebrew
- key:
token: melange
type: formula
stats:
30d: 978
90d: 1568
365d: 3316
description: Build APKs from source code
homepage: https://github.com/chainguard-dev/melange
fetch: homebrew
- key:
token: geckodriver
type: formula
stats:
30d: 967
90d: 3215
365d: 9934
description: WebDriver <-> Marionette proxy
homepage: https://github.com/mozilla/geckodriver
fetch: homebrew
- key:
token: weechat
type: formula
stats:
30d: 965
90d: 2145
365d: 12057
description: Extensible IRC client
homepage: https://weechat.org/
fetch: homebrew
- key:
token: mpich
type: formula
stats:
30d: 964
90d: 2864
365d: 10557
description: Implementation of the MPI Message Passing Interface standard
homepage: https://www.mpich.org/
fetch: homebrew
- key:
token: solidity
type: formula
stats:
30d: 962
90d: 2688
365d: 9535
description: Contract-oriented programming language
homepage: https://soliditylang.org
fetch: homebrew
- key:
token: websocat
type: formula
stats:
30d: 955
90d: 2981
365d: 11769
description: Command-line client for WebSockets
homepage: https://github.com/vi/websocat
fetch: homebrew
- key:
token: jdtls
type: formula
stats:
30d: 954
90d: 2308
365d: 8277
description: Java language specific implementation of the Language Server Protocol
homepage: https://github.com/eclipse-jdtls/eclipse.jdt.ls
fetch: homebrew
- key:
token: jackett
type: formula
stats:
30d: 953
90d: 2863
365d: 10379
description: API Support for your favorite torrent trackers
homepage: https://github.com/Jackett/Jackett
fetch: homebrew
- key:
token: bash-completion@2
type: formula
stats:
30d: 951
90d: 3694
365d: 18006
description: Programmable completion for Bash 4.2+
homepage: https://github.com/scop/bash-completion
fetch: homebrew
- key:
token: v8
type: formula
stats:
30d: 951
90d: 1455
365d: 4600
description: Google's JavaScript engine
homepage: https://v8.dev/docs
fetch: homebrew
- key:
token: baobab
type: formula
stats:
30d: 950
90d: 1615
365d: 5709
description: Gnome disk usage analyzer
homepage: https://apps.gnome.org/Baobab/
fetch: homebrew
- key:
token: expect
type: formula
stats:
30d: 950
90d: 3334
365d: 12326
description: Program that can automate interactive applications
homepage: https://core.tcl-lang.org/expect/index
fetch: homebrew
- key:
token: bc
type: formula
stats:
30d: 947
90d: 3002
365d: 7867
description: Arbitrary precision numeric processing language
homepage: https://www.gnu.org/software/bc/
fetch: homebrew
- key:
token: libadwaita
type: formula
stats:
30d: 942
90d: 2783
365d: 9563
description: Building blocks for modern adaptive GNOME applications
homepage: https://gnome.pages.gitlab.gnome.org/libadwaita/
fetch: homebrew
- key:
token: mackup
type: formula
stats:
30d: 937
90d: 1399
365d: 5902
description: Keep your Mac's application settings in sync
homepage: https://github.com/lra/mackup
fetch: homebrew
- key:
token: liquibase
type: formula
stats:
30d: 936
90d: 3713
365d: 12908
description: Library for database change tracking
homepage: https://www.liquibase.org/
fetch: homebrew
- key:
token: ranger
type: formula
stats:
30d: 934
90d: 3111
365d: 12864
description: File browser
homepage: https://ranger.github.io
fetch: homebrew
- key:
token: okta-aws-cli
type: formula
stats:
30d: 934
90d: 2287
365d: 6483
description: Okta federated identity for AWS CLI
homepage: https://github.com/okta/okta-aws-cli
fetch: homebrew
- key:
token: qrencode
type: formula
stats:
30d: 931
90d: 2914
365d: 11460
description: QR Code generation
homepage: https://fukuchi.org/works/qrencode/index.html.en
fetch: homebrew
- key:
token: jpeg-turbo
type: formula
stats:
30d: 929
90d: 4223
365d: 25053
description: JPEG image codec that aids compression and decompression
homepage: https://www.libjpeg-turbo.org/
fetch: homebrew
- key:
token: w3m
type: formula
stats:
30d: 926
90d: 1995
365d: 6441
description: Pager/text based browser
homepage: https://w3m.sourceforge.net/
fetch: homebrew
- key:
token: libsodium
type: formula
stats:
30d: 924
90d: 2943
365d: 27167
description: NaCl networking and cryptography library
homepage: https://libsodium.org/
fetch: homebrew
- key:
token: libtensorflow
type: formula
stats:
30d: 923
90d: 2436
365d: 9074
description: C interface for Google's OS library for Machine Intelligence
homepage: https://www.tensorflow.org/
fetch: homebrew
- key:
token: gifsicle
type: formula
stats:
30d: 921
90d: 2748
365d: 7786
description: GIF image/animation creator/editor
homepage: https://www.lcdf.org/gifsicle/
fetch: homebrew
- key:
token: php@8.3
type: formula
tap: shivammathur/php
stats:
30d: 921
90d: 2756
365d: 4334
description: General-purpose scripting language
homepage: https://www.php.net/
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@8.3.rb
file_paths:
- Formula/php@8.3.rb
fetch: repo_direct
- key:
token: flex
type: formula
stats:
30d: 920
90d: 2692
365d: 9734
description: Fast Lexical Analyzer, generates Scanners (tokenizers)
homepage: https://github.com/westes/flex
fetch: homebrew
- key:
token: cdxgen
type: formula
stats:
30d: 919
90d: 2689
365d: 6929
description: Creates CycloneDX Software Bill-of-Materials (SBOM) for projects
homepage: https://github.com/CycloneDX/cdxgen
fetch: homebrew
- key:
token: gtk+
type: formula
stats:
30d: 919
90d: 2432
365d: 12118
description: GUI toolkit
homepage: https://gtk.org/
fetch: homebrew
- key:
token: hadolint
type: formula
stats:
30d: 916
90d: 3183
365d: 12788
description: Smarter Dockerfile linter to validate best practices
homepage: https://github.com/hadolint/hadolint
fetch: homebrew
- key:
token: selenium-server
type: formula
stats:
30d: 915
90d: 3695
365d: 13534
description: Browser automation for testing purposes
homepage: https://www.selenium.dev/
fetch: homebrew
- key:
token: openssl@1.1
type: formula
tap: rbenv/tap
stats:
30d: 908
90d: 2649
365d: 4495
description: Cryptography and SSL/TLS Toolkit
homepage: https://openssl.org/
definition: https://github.com/rbenv/homebrew-tap/blob/HEAD/Formula/openssl@1.1.rb
file_paths:
- Formula/openssl@1.1.rb
fetch: repo_direct
- key:
token: tomcat@9
type: formula
stats:
30d: 907
90d: 2864
365d: 11126
description: Implementation of Java Servlet and JavaServer Pages
homepage: https://tomcat.apache.org/
fetch: homebrew
- key:
token: minio
type: formula
stats:
30d: 906
90d: 2609
365d: 9955
description: High Performance, Kubernetes Native Object Storage
homepage: https://min.io
fetch: homebrew
- key:
token: doctest
type: formula
stats:
30d: 905
90d: 2284
365d: 8871
description: Feature-rich C++11/14/17/20/23 single-header testing framework
homepage: https://github.com/doctest/doctest
fetch: homebrew
- key:
token: gpatch
type: formula
stats:
30d: 904
90d: 1415
365d: 3863
description: Apply a diff file to an original
homepage: https://savannah.gnu.org/projects/patch/
fetch: homebrew
- key:
token: fmt
type: formula
stats:
30d: 902
90d: 4921
365d: 17914
description: Open-source formatting library for C++
homepage: https://fmt.dev/
fetch: homebrew
- key:
token: cargo-lambda
type: formula
tap: cargo-lambda/cargo-lambda
stats:
30d: 899
90d: 2583
365d: 11703
description: Cargo Lambda is a Cargo subcommand to help you work with AWS Lambda.
definition: https://github.com/cargo-lambda/homebrew-cargo-lambda/blob/HEAD/cargo-lambda.rb
file_paths:
- cargo-lambda.rb
fetch: repo_direct
- key:
token: libev
type: formula
stats:
30d: 898
90d: 3819
365d: 16050
description: Asynchronous event library
homepage: https://software.schmorp.de/pkg/libev.html
fetch: homebrew
- key:
token: hwloc
type: formula
stats:
30d: 896
90d: 3084
365d: 12176
description: Portable abstraction of the hierarchical topology of modern architectures
homepage: https://www.open-mpi.org/projects/hwloc/
fetch: homebrew
- key:
token: mecab
type: formula
stats:
30d: 896
90d: 2857
365d: 10443
description: Yet another part-of-speech and morphological analyzer
homepage: https://taku910.github.io/mecab/
fetch: homebrew
- key:
token: mypy
type: formula
stats:
30d: 893
90d: 3507
365d: 20336
description: Experimental optional static type checker for Python
homepage: https://www.mypy-lang.org/
fetch: homebrew
- key:
token: azd
type: formula
tap: azure/azd
stats:
30d: 892
90d: 2238
365d: 7785
description: Azure Developer CLI
definition: https://github.com/azure/homebrew-azd/blob/HEAD/Formula/azd.rb
version: 1.14.0
file_paths:
- Formula/azd.rb
fetch: repo_direct
- key:
token: ethereum
type: formula
stats:
30d: 892
90d: 2998
365d: 10726
description: Official Go implementation of the Ethereum protocol
homepage: https://geth.ethereum.org/
fetch: homebrew
- key:
token: aws-nuke
type: formula
stats:
30d: 891
90d: 2291
365d: 6137
description: Nuke a whole AWS account and delete all its resources
homepage: https://github.com/ekristen/aws-nuke
fetch: homebrew
- key:
token: oras
type: formula
stats:
30d: 891
90d: 2543
365d: 10136
description: OCI Registry As Storage
homepage: https://github.com/oras-project/oras
fetch: homebrew
- key:
token: git-svn
type: formula
stats:
30d: 889
90d: 2751
365d: 10719
description: Bidirectional operation between a Subversion repository and Git
homepage: https://git-scm.com
fetch: homebrew
- key:
token: sui
type: formula
stats:
30d: 885
90d: 3380
365d: 10129
description: Next-generation smart contract platform powered by the Move programming
language
homepage: https://sui.io
fetch: homebrew
- key:
token: s3cmd
type: formula
stats:
30d: 883
90d: 2717
365d: 12360
description: Command-line tool for the Amazon S3 service
homepage: https://s3tools.org/s3cmd
fetch: homebrew
- key:
token: sip
type: formula
stats:
30d: 880
90d: 3571
365d: 15111
description: Tool to create Python bindings for C and C++ libraries
homepage: https://python-sip.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: libwebsockets
type: formula
stats:
30d: 880
90d: 1998
365d: 5325
description: C websockets server library
homepage: https://github.com/warmcat/libwebsockets
fetch: homebrew
- key:
token: elasticsearch-full
type: formula
tap: elastic/tap
stats:
30d: 879
90d: 3217
365d: 13013
description: Distributed search & analytics engine
definition: https://github.com/elastic/homebrew-tap/blob/HEAD/Formula/elasticsearch-full.rb
version: 7.17.4
file_paths:
- Formula/elasticsearch-full.rb
fetch: repo_direct
- key:
token: aircrack-ng
type: formula
stats:
30d: 878
90d: 2689
365d: 10486
description: Next-generation aircrack with lots of new features
homepage: https://aircrack-ng.org/
fetch: homebrew
- key:
token: mscgen
type: formula
stats:
30d: 877
90d: 2247
365d: 7585
description: Parses Message Sequence Chart descriptions and produces images
homepage: https://www.mcternan.me.uk/mscgen/
fetch: homebrew
- key:
token: sonarqube
type: formula
stats:
30d: 877
90d: 4350
365d: 19315
- key:
token: opa
type: formula
stats:
30d: 877
90d: 2817
365d: 10422
description: Open source, general-purpose policy engine
homepage: https://www.openpolicyagent.org
fetch: homebrew
- key:
token: trivy
type: formula
tap: aquasecurity/trivy
stats:
30d: 876
90d: 2974
365d: 14724
description: Vulnerability scanner for container images, file systems, and Git repos
homepage: https://trivy.dev/
definition: https://github.com/aquasecurity/homebrew-trivy/blob/HEAD/trivy.rb
version: 0.61.0
file_paths:
- trivy.rb
fetch: repo_direct
- key:
token: ssh-copy-id
type: formula
stats:
30d: 873
90d: 3202
365d: 12627
description: Add a public key to a remote machine's authorized_keys file
homepage: https://www.openssh.com/
fetch: homebrew
- key:
token: lnav
type: formula
stats:
30d: 873
90d: 3549
365d: 13015
description: Curses-based tool for viewing and analyzing log files
homepage: https://lnav.org/
fetch: homebrew
- key:
token: mssql-tools
type: formula
tap: microsoft/mssql-release
stats:
30d: 871
90d: 2682
365d: 9774
description: Sqlcmd and Bcp for Microsoft(R) SQL Server(R)
definition: https://github.com/microsoft/homebrew-mssql-release/blob/HEAD/Formula/mssql-tools.rb
version: 17.10.1.1
file_paths:
- Formula/mssql-tools.rb
fetch: repo_direct
- key:
token: libidn
type: formula
stats:
30d: 866
90d: 1107
365d: 3156
description: International domain name library
homepage: https://www.gnu.org/software/libidn/
fetch: homebrew
- key:
token: cassandra
type: formula
stats:
30d: 864
90d: 2711
365d: 11391
description: Eventually consistent, distributed key-value store
homepage: https://cassandra.apache.org
fetch: homebrew
- key:
token: screen
type: formula
stats:
30d: 858
90d: 2432
365d: 11767
description: Terminal multiplexer with VT100/ANSI terminal emulation
homepage: https://www.gnu.org/software/screen/
fetch: homebrew
- key:
token: http-server
type: formula
stats:
30d: 858
90d: 2271
365d: 8737
description: Simple zero-configuration command-line HTTP server
homepage: https://github.com/http-party/http-server
fetch: homebrew
- key:
token: wakeonlan
type: formula
stats:
30d: 855
90d: 2573
365d: 9378
description: Sends magic packets to wake up network-devices
homepage: https://github.com/jpoliv/wakeonlan
fetch: homebrew
- key:
token: utf8proc
type: formula
stats:
30d: 849
90d: 3210
365d: 15858
description: Clean C library for processing UTF-8 Unicode data
homepage: https://juliastrings.github.io/utf8proc/
fetch: homebrew
- key:
token: pwgen
type: formula
stats:
30d: 847
90d: 2607
365d: 11020
description: Password generator
homepage: https://pwgen.sourceforge.net/
fetch: homebrew
- key:
token: phpmyadmin
type: formula
stats:
30d: 844
90d: 3358
365d: 9297
description: Web interface for MySQL and MariaDB
homepage: https://www.phpmyadmin.net
fetch: homebrew
- key:
token: krr
type: formula
tap: robusta-dev/krr
stats:
30d: 842
90d: 2988
365d: 8178
description: Kubernetes Resource Recommender by Robusta
definition: https://github.com/robusta-dev/homebrew-krr/blob/HEAD/Formula/krr.rb
file_paths:
- Formula/krr.rb
fetch: repo_direct
- key:
token: hydra
type: formula
stats:
30d: 841
90d: 2579
365d: 11490
description: Network logon cracker which supports many services
homepage: https://github.com/vanhauser-thc/thc-hydra
fetch: homebrew
- key:
token: git-who
type: formula
stats:
30d: 838
90d: 838
365d: 838
description: Git blame for file trees
homepage: https://github.com/sinclairtarget/git-who
fetch: homebrew
- key:
token: symfony-cli
type: formula
tap: symfony-cli/tap
stats:
30d: 837
90d: 4380
365d: 19570
description: Build, run, and manage Symfony applications
homepage: https://github.com/symfony-cli/symfony-cli
definition: https://github.com/symfony-cli/homebrew-tap/blob/HEAD/Formula/symfony-cli.rb
version: 5.11.0
file_paths:
- Formula/symfony-cli.rb
fetch: repo_direct
- key:
token: tiger-vnc
type: formula
stats:
30d: 834
90d: 1722
365d: 6230
description: High-performance, platform-neutral implementation of VNC
homepage: https://tigervnc.org/
fetch: homebrew
- key:
token: k0sctl
type: formula
tap: k0sproject/tap
stats:
30d: 832
90d: 2543
365d: 12553
description: Bootstrapping and management tool for k0s kubernetes clusters
definition: https://github.com/k0sproject/homebrew-tap/blob/HEAD/Formula/k0sctl.rb
file_paths:
- Formula/k0sctl.rb
fetch: repo_direct
- key:
token: util-linux
type: formula
stats:
30d: 828
90d: 3852
365d: 15831
description: Collection of Linux utilities
homepage: https://github.com/util-linux/util-linux
fetch: homebrew
- key:
token: ktlint
type: formula
stats:
30d: 824
90d: 2142
365d: 13162
description: Anti-bikeshedding Kotlin linter with built-in formatter
homepage: https://ktlint.github.io/
fetch: homebrew
- key:
token: msgpack-cxx
type: formula
stats:
30d: 823
90d: 1868
365d: 6787
description: MessagePack implementation for C++ / msgpack.org[C++]
homepage: https://msgpack.org/
fetch: homebrew
- key:
token: boost-python3
type: formula
stats:
30d: 822
90d: 2740
365d: 13074
description: C++ library for C++/Python3 interoperability
homepage: https://www.boost.org/
fetch: homebrew
- key:
token: ddrescue
type: formula
stats:
30d: 821
90d: 1725
365d: 3968
description: GNU data recovery tool
homepage: https://www.gnu.org/software/ddrescue/ddrescue.html
fetch: homebrew
- key:
token: gedit
type: formula
stats:
30d: 820
90d: 2415
365d: 12769
description: GNOME text editor
homepage: https://gedit-technology.github.io/apps/gedit/
fetch: homebrew
- key:
token: qcachegrind
type: formula
stats:
30d: 820
90d: 3083
365d: 12738
description: Visualize data generated by Cachegrind and Calltree
homepage: https://apps.kde.org/kcachegrind/
fetch: homebrew
- key:
token: code-server
type: formula
stats:
30d: 818
90d: 1876
365d: 6165
description: Access VS Code through the browser
homepage: https://github.com/coder/code-server
fetch: homebrew
- key:
token: hadoop
type: formula
stats:
30d: 817
90d: 2751
365d: 10326
description: Framework for distributed processing of large data sets
homepage: https://hadoop.apache.org/
fetch: homebrew
- key:
token: k8sgpt
type: formula
stats:
30d: 816
90d: 1625
365d: 4817
description: Scanning your k8s clusters, diagnosing, and triaging issues in simple
English
homepage: https://k8sgpt.ai/
fetch: homebrew
- key:
token: f3
type: formula
stats:
30d: 816
90d: 1347
365d: 3182
description: Test various flash cards
homepage: https://fight-flash-fraud.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: operator-sdk
type: formula
stats:
30d: 815
90d: 2285
365d: 9742
description: SDK for building Kubernetes applications
homepage: https://sdk.operatorframework.io/
fetch: homebrew
- key:
token: goreleaser
type: formula
tap: goreleaser/tap
stats:
30d: 815
90d: 2044
365d: 8581
description: Deliver Go binaries as fast and easily as possible
homepage: https://goreleaser.com/
definition: https://github.com/goreleaser/homebrew-tap/blob/HEAD/Formula/goreleaser.rb
version: 2.8.2
file_paths:
- Formula/goreleaser.rb
fetch: repo_direct
- key:
token: libb2
type: formula
stats:
30d: 812
90d: 1242
365d: 2629
description: Secure hashing function
homepage: https://blake2.net/
fetch: homebrew
- key:
token: repo
type: formula
stats:
30d: 810
90d: 2094
365d: 7347
description: Repository tool for Android development
homepage: https://source.android.com/source/developing.html
fetch: homebrew
- key:
token: sqlcmd
type: formula
stats:
30d: 809
90d: 2321
365d: 8038
description: Microsoft SQL Server command-line interface
homepage: https://github.com/microsoft/go-sqlcmd
fetch: homebrew
- key:
token: spdlog
type: formula
stats:
30d: 809
90d: 2529
365d: 8996
description: Super fast C++ logging library
homepage: https://github.com/gabime/spdlog
fetch: homebrew
- key:
token: cython
type: formula
stats:
30d: 807
90d: 2726
365d: 9004
description: Compiler for writing C extensions for the Python language
homepage: https://cython.org/
fetch: homebrew
- key:
token: kcat
type: formula
stats:
30d: 806
90d: 2367
365d: 7653
description: Generic command-line non-JVM Apache Kafka producer and consumer
homepage: https://github.com/edenhill/kcat
fetch: homebrew
- key:
token: proxmark3
type: formula
tap: rfidresearchgroup/proxmark3
stats:
30d: 806
90d: 1313
365d: 4180
description: RRG/Iceman Proxmark3 client, CDC flasher and firmware bundle
definition: https://github.com/rfidresearchgroup/homebrew-proxmark3/blob/HEAD/proxmark3.rb
file_paths:
- proxmark3.rb
fetch: repo_direct
- key:
token: difftastic
type: formula
stats:
30d: 805
90d: 4119
365d: 18272
description: Diff that understands syntax
homepage: https://github.com/Wilfred/difftastic
fetch: homebrew
- key:
token: pack
type: formula
tap: buildpacks/tap
stats:
30d: 805
90d: 2429
365d: 9289
description: A CLI for building apps using Cloud Native Buildpacks
definition: https://github.com/buildpacks/homebrew-tap/blob/HEAD/Formula/pack.rb
version: 0.37.0
file_paths:
- Formula/pack.rb
fetch: repo_direct
- key:
token: clojure
type: formula
tap: clojure/tools
stats:
30d: 802
90d: 3302
365d: 12418
description: Dynamic, general-purpose programming language
homepage: https://clojure.org
definition: https://github.com/clojure/homebrew-tools/blob/HEAD/Formula/clojure.rb
file_paths:
- Formula/clojure.rb
fetch: repo_direct
- key:
token: byobu
type: formula
stats:
30d: 800
90d: 1357
365d: 4739
description: Text-based window manager and terminal multiplexer
homepage: https://github.com/dustinkirkland/byobu
fetch: homebrew
- key:
token: ipfs
type: formula
stats:
30d: 800
90d: 2318
365d: 7112
description: Peer-to-peer hypermedia protocol
homepage: https://docs.ipfs.tech/how-to/command-line-quick-start/
fetch: homebrew
- key:
token: binaryen
type: formula
stats:
30d: 800
90d: 1823
365d: 6952
description: Compiler infrastructure and toolchain library for WebAssembly
homepage: https://webassembly.org/
fetch: homebrew
- key:
token: llvm@16
type: formula
stats:
30d: 799
90d: 1966
365d: 14280
description: Next-gen compiler infrastructure
homepage: https://llvm.org/
fetch: homebrew
- key:
token: protobuf-c
type: formula
stats:
30d: 797
90d: 2640
365d: 13569
description: Protocol buffers library
homepage: https://github.com/protobuf-c/protobuf-c
fetch: homebrew
- key:
token: aichat
type: formula
stats:
30d: 796
90d: 2531
365d: 8834
description: All-in-one AI-Powered CLI Chat & Copilot
homepage: https://github.com/sigoden/aichat
fetch: homebrew
- key:
token: git-flow
type: formula
stats:
30d: 795
90d: 2499
365d: 10748
description: Extensions to follow Vincent Driessen's branching model
homepage: https://github.com/nvie/gitflow
fetch: homebrew
- key:
token: uds@0.25.0
type: formula
tap: defenseunicorns/tap
stats:
30d: 794
90d: 794
365d: 794
description: CLI for Unicorn Delivery Service
definition: https://github.com/defenseunicorns/homebrew-tap/blob/HEAD/uds@0.25.0.rb
version: 0.25.0
file_paths:
- uds@0.25.0.rb
fetch: repo_direct
- key:
token: arm-none-eabi-gcc
type: formula
stats:
30d: 793
90d: 2345
365d: 9083
description: GNU compiler collection for arm-none-eabi
homepage: https://gcc.gnu.org
fetch: homebrew
- key:
token: cli
type: formula
tap: confluentinc/tap
stats:
30d: 791
90d: 2103
365d: 7619
description: CLI for Confluent Cloud and Confluent Platform
definition: https://github.com/confluentinc/homebrew-tap/blob/HEAD/cli.rb
version: 4.23.0
file_paths:
- cli.rb
fetch: repo_direct
- key:
token: prometheus
type: formula
stats:
30d: 789
90d: 3384
365d: 15784
description: Service monitoring system and time series database
homepage: https://prometheus.io/
fetch: homebrew
- key:
token: upx
type: formula
stats:
30d: 788
90d: 2454
365d: 11025
description: Compress/expand executable files
homepage: https://upx.github.io/
fetch: homebrew
- key:
token: python-argcomplete
type: formula
stats:
30d: 788
90d: 1480
365d: 5374
description: Tab completion for Python argparse
homepage: https://kislyuk.github.io/argcomplete/
fetch: homebrew
- key:
token: gcc@11
type: formula
stats:
30d: 780
90d: 2475
365d: 14059
description: GNU compiler collection
homepage: https://gcc.gnu.org/
fetch: homebrew
- key:
token: tox
type: formula
stats:
30d: 779
90d: 1943
365d: 9945
description: Generic Python virtualenv management and test command-line tool
homepage: https://tox.wiki/en/latest/
fetch: homebrew
- key:
token: carapace
type: formula
stats:
30d: 777
90d: 2151
365d: 3806
description: Multi-shell multi-command argument completer
homepage: https://carapace.sh
fetch: homebrew
- key:
token: clang-format@17
type: formula
tap: obsproject/tools
stats:
30d: 775
90d: 2099
365d: 6679
description: Formatting tools for C, C++, Obj-C, Java, JavaScript, TypeScript
definition: https://github.com/obsproject/homebrew-tools/blob/HEAD/Formula/clang-format@17.rb
file_paths:
- Formula/clang-format@17.rb
fetch: repo_direct
- key:
token: ghcup
type: formula
stats:
30d: 773
90d: 1278
365d: 3824
description: Installer for the general purpose language Haskell
homepage: https://www.haskell.org/ghcup/
fetch: homebrew
- key:
token: gitversion
type: formula
stats:
30d: 771
90d: 2210
365d: 7769
description: Easy semantic versioning for projects using Git
homepage: https://gitversion.net/docs/
fetch: homebrew
- key:
token: typos-cli
type: formula
stats:
30d: 771
90d: 2673
365d: 9946
description: Source code spell checker
homepage: https://github.com/crate-ci/typos
fetch: homebrew
- key:
token: ruby@3.2
type: formula
stats:
30d: 769
90d: 2192
365d: 7174
description: Powerful, clean, object-oriented scripting language
homepage: https://www.ruby-lang.org/
fetch: homebrew
- key:
token: iperf
type: formula
stats:
30d: 763
90d: 2759
365d: 15631
description: Tool to measure maximum TCP and UDP bandwidth
homepage: https://sourceforge.net/projects/iperf2/
fetch: homebrew
- key:
token: croc
type: formula
stats:
30d: 762
90d: 1562
365d: 8573
description: Securely send things from one computer to another
homepage: https://github.com/schollz/croc
fetch: homebrew
- key:
token: sundials
type: formula
stats:
30d: 759
90d: 2397
365d: 11724
description: Nonlinear and differential/algebraic equations solver
homepage: https://computing.llnl.gov/projects/sundials
fetch: homebrew
- key:
token: e2fsprogs
type: formula
stats:
30d: 758
90d: 3305
365d: 9743
description: Utilities for the ext2, ext3, and ext4 file systems
homepage: https://e2fsprogs.sourceforge.net/
fetch: homebrew
- key:
token: bottom
type: formula
stats:
30d: 758
90d: 2396
365d: 14784
description: Yet another cross-platform graphical process/system monitor
homepage: https://clementtsang.github.io/bottom/
fetch: homebrew
- key:
token: molten-vk
type: formula
stats:
30d: 757
90d: 2013
365d: 28317
description: Implementation of the Vulkan graphics and compute API on top of Metal
homepage: https://github.com/KhronosGroup/MoltenVK
fetch: homebrew
- key:
token: cgal
type: formula
stats:
30d: 754
90d: 2359
365d: 13311
description: Computational Geometry Algorithms Library
homepage: https://www.cgal.org/
fetch: homebrew
- key:
token: cf-cli@8
type: formula
tap: cloudfoundry/tap
stats:
30d: 753
90d: 1759
365d: 6885
description: Cloud Foundry CLI
definition: https://github.com/cloudfoundry/homebrew-tap/blob/HEAD/cf-cli@8.rb
version: 8.13.0
file_paths:
- cf-cli@8.rb
fetch: repo_direct
- key:
token: hub
type: formula
stats:
30d: 753
90d: 3038
365d: 83958
description: Add GitHub support to git on the command-line
homepage: https://hub.github.com/
fetch: homebrew
- key:
token: railway
type: formula
stats:
30d: 751
90d: 1866
365d: 6966
description: Develop and deploy code with zero configuration
homepage: https://railway.com/
fetch: homebrew
- key:
token: texinfo
type: formula
stats:
30d: 750
90d: 2895
365d: 12063
description: Official documentation format of the GNU project
homepage: https://www.gnu.org/software/texinfo/
fetch: homebrew
- key:
token: aliyun-cli
type: formula
stats:
30d: 749
90d: 2101
365d: 7410
description: Universal Command-Line Interface for Alibaba Cloud
homepage: https://github.com/aliyun/aliyun-cli
fetch: homebrew
- key:
token: displayplacer
type: formula
stats:
30d: 749
90d: 2067
365d: 5746
description: Utility to configure multi-display resolutions and arrangements
homepage: https://github.com/jakehilborn/displayplacer
fetch: homebrew
- key:
token: nodebrew
type: formula
stats:
30d: 748
90d: 2299
365d: 11149
description: Node.js version manager
homepage: https://github.com/hokaccha/nodebrew
fetch: homebrew
- key:
token: vulkan-headers
type: formula
stats:
30d: 745
90d: 2502
365d: 8346
description: Vulkan Header files and API registry
homepage: https://github.com/KhronosGroup/Vulkan-Headers
fetch: homebrew
- key:
token: rename
type: formula
stats:
30d: 739
90d: 2479
365d: 10108
description: Perl-powered file rename script with many helpful built-ins
homepage: http://plasmasturm.org/code/rename
fetch: homebrew
- key:
token: marathon-cloud
type: formula
tap: malinskiy/tap
stats:
30d: 739
90d: 2064
365d: 6879
description: Command-line interface for Marathon Cloud
definition: https://github.com/malinskiy/homebrew-tap/blob/HEAD/Formula/marathon-cloud.rb
version: 1.0.44
file_paths:
- Formula/marathon-cloud.rb
fetch: repo_direct
- key:
token: infisical
type: formula
tap: infisical/get-cli
stats:
30d: 739
90d: 1934
365d: 6112
description: CLI for Infisical
homepage: https://infisical.com/docs/cli/overview
definition: https://github.com/infisical/homebrew-get-cli/blob/HEAD/Formula/infisical.rb
version: 0.39.1
file_paths:
- Formula/infisical.rb
fetch: repo_direct
- key:
token: phpunit
type: formula
stats:
30d: 737
90d: 2214
365d: 8008
description: Programmer-oriented testing framework for PHP
homepage: https://phpunit.de
fetch: homebrew
- key:
token: mailpit
type: formula
stats:
30d: 736
90d: 2322
365d: 8959
description: Web and API based SMTP testing
homepage: https://mailpit.axllent.org/
fetch: homebrew
- key:
token: ddev
type: formula
tap: drud/ddev
stats:
30d: 735
90d: 2276
365d: 10181
description: DDEV
definition: https://github.com/drud/homebrew-ddev/blob/HEAD/Formula/ddev.rb
version: 1.24.4
file_paths:
- Formula/ddev.rb
fetch: repo_direct
- key:
token: zip
type: formula
stats:
30d: 735
90d: 2219
365d: 12256
description: Compression and file packaging/archive utility
homepage: https://infozip.sourceforge.net/Zip.html
fetch: homebrew
- key:
token: nats-server
type: formula
stats:
30d: 734
90d: 1946
365d: 6843
description: Lightweight cloud messaging system
homepage: https://nats.io
fetch: homebrew
- key:
token: openconnect
type: formula
stats:
30d: 733
90d: 2315
365d: 9476
description: Open client for Cisco AnyConnect VPN
homepage: https://www.infradead.org/openconnect/
fetch: homebrew
- key:
token: vulkan-loader
type: formula
stats:
30d: 733
90d: 2346
365d: 7762
description: Vulkan ICD Loader
homepage: https://github.com/KhronosGroup/Vulkan-Loader
fetch: homebrew
- key:
token: locust
type: formula
stats:
30d: 732
90d: 2330
365d: 8405
description: Scalable user load testing tool written in Python
homepage: https://locust.io/
fetch: homebrew
- key:
token: czkawka
type: formula
stats:
30d: 731
90d: 1506
365d: 4236
description: Duplicate file utility
homepage: https://github.com/qarmin/czkawka
fetch: homebrew
- key:
token: dysk
type: formula
stats:
30d: 730
90d: 2511
365d: 7407
description: Linux utility to get information on filesystems, like df but better
homepage: https://dystroy.org/dysk/
fetch: homebrew
- key:
token: maxima
type: formula
stats:
30d: 730
90d: 2226
365d: 9112
description: Computer algebra system
homepage: https://maxima.sourceforge.io/
fetch: homebrew
- key:
token: dagger
type: formula
tap: dagger/tap
stats:
30d: 729
90d: 1874
365d: 6999
description: Portable devkit for CI/CD pipelines
homepage: https://dagger.io
definition: https://github.com/dagger/homebrew-tap/blob/HEAD/dagger.rb
version: 0.18.2
file_paths:
- dagger.rb
fetch: repo_direct
- key:
token: john
type: formula
stats:
30d: 727
90d: 2151
365d: 7025
description: Featureful UNIX password cracker
homepage: https://www.openwall.com/john/
fetch: homebrew
- key:
token: cfitsio
type: formula
stats:
30d: 727
90d: 1121
365d: 3364
description: C access to FITS data files with optional Fortran wrappers
homepage: https://heasarc.gsfc.nasa.gov/docs/software/fitsio/fitsio.html
fetch: homebrew
- key:
token: glslang
type: formula
stats:
30d: 725
90d: 2373
365d: 9512
description: OpenGL and OpenGL ES reference compiler for shading languages
homepage: https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
fetch: homebrew
- key:
token: terraform
type: formula
tap: sidekickmoney/skm
stats:
30d: 720
90d: 2453
365d: 5054
description: Tool to build, change, and version infrastructure
homepage: https://www.terraform.io/
definition: https://github.com/sidekickmoney/homebrew-skm/blob/HEAD/Formula/terraform.rb
version: 1.8.1
file_paths:
- Formula/terraform.rb
fetch: repo_direct
- key:
token: opus
type: formula
stats:
30d: 720
90d: 1946
365d: 11602
description: Audio codec
homepage: https://www.opus-codec.org/
fetch: homebrew
- key:
token: gleam
type: formula
stats:
30d: 718
90d: 3104
365d: 14055
description: Statically typed language for the Erlang VM
homepage: https://gleam.run
fetch: homebrew
- key:
token: ampli
type: formula
tap: amplitude/ampli
stats:
30d: 711
90d: 1253
365d: 3535
description: The Ampli CLI
definition: https://github.com/amplitude/homebrew-ampli/blob/HEAD/Formula/ampli.rb
version: 1.36.2
file_paths:
- Formula/ampli.rb
fetch: repo_direct
- key:
token: abseil
type: formula
stats:
30d: 709
90d: 3082
365d: 10092
description: C++ Common Libraries
homepage: https://abseil.io
fetch: homebrew
- key:
token: skhd
type: formula
tap: koekeishiya/formulae
stats:
30d: 707
90d: 2251
365d: 11185
description: Simple hotkey-daemon for macOS.
definition: https://github.com/koekeishiya/homebrew-formulae/blob/HEAD/skhd.rb
file_paths:
- skhd.rb
fetch: repo_direct
- key:
token: mpd
type: formula
stats:
30d: 707
90d: 1652
365d: 5427
description: Music Player Daemon
homepage: https://www.musicpd.org/
fetch: homebrew
- key:
token: arduino-cli
type: formula
stats:
30d: 707
90d: 2394
365d: 11243
description: Arduino command-line interface
homepage: https://arduino.github.io/arduino-cli/latest/
fetch: homebrew
- key:
token: clojure
type: formula
stats:
30d: 704
90d: 3463
365d: 12371
description: Dynamic, general-purpose programming language
homepage: https://clojure.org
fetch: homebrew
- key:
token: arp-scan
type: formula
stats:
30d: 704
90d: 1957
365d: 7019
description: ARP scanning and fingerprinting tool
homepage: https://github.com/royhills/arp-scan
fetch: homebrew
- key:
token: sfcgal
type: formula
stats:
30d: 702
90d: 2126
365d: 12409
description: C++ wrapper library around CGAL
homepage: https://sfcgal.gitlab.io/SFCGAL/
fetch: homebrew
- key:
token: phrase-cli
type: formula
stats:
30d: 702
90d: 2591
365d: 13628
description: Tool to interact with the Phrase API
homepage: https://phrase.com/
fetch: homebrew
- key:
token: spicetify-cli
type: formula
stats:
30d: 699
90d: 2733
365d: 9005
description: Command-line tool to customize Spotify client
homepage: https://spicetify.app/
fetch: homebrew
- key:
token: glew
type: formula
stats:
30d: 699
90d: 2417
365d: 8859
description: OpenGL Extension Wrangler Library
homepage: https://glew.sourceforge.net/
fetch: homebrew
- key:
token: osv-scanner
type: formula
stats:
30d: 698
90d: 1752
365d: 6849
description: Vulnerability scanner which uses the OSV database
homepage: https://github.com/google/osv-scanner
fetch: homebrew
- key:
token: astro
type: formula
stats:
30d: 697
90d: 2384
365d: 8497
description: To build and run Airflow DAGs locally and interact with the Astronomer
API
homepage: https://www.astronomer.io/
fetch: homebrew
- key:
token: dotnet@6
type: formula
stats:
30d: 695
90d: 1385
365d: 6497
description: ".NET Core"
homepage: https://dotnet.microsoft.com/
fetch: homebrew
- key:
token: curl
type: formula
tap: sidekickmoney/skm
stats:
30d: 695
90d: 2292
365d: 4700
description: Get a file from an HTTP, HTTPS or FTP server
homepage: https://curl.se
definition: https://github.com/sidekickmoney/homebrew-skm/blob/HEAD/Formula/curl.rb
file_paths:
- Formula/curl.rb
fetch: repo_direct
- key:
token: dagger
type: formula
stats:
30d: 695
90d: 1605
365d: 4722
description: Portable devkit for CI/CD pipelines
homepage: https://dagger.io
fetch: homebrew
- key:
token: aws-elasticbeanstalk
type: formula
stats:
30d: 694
90d: 2344
365d: 16236
description: Client for Amazon Elastic Beanstalk web service
homepage: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/eb-cli3.html
fetch: homebrew
- key:
token: goaccess
type: formula
stats:
30d: 694
90d: 1147
365d: 4933
description: Log analyzer and interactive viewer for the Apache Webserver
homepage: https://goaccess.io/
fetch: homebrew
- key:
token: micro
type: formula
stats:
30d: 694
90d: 2146
365d: 9824
description: Modern and intuitive terminal-based text editor
homepage: https://github.com/zyedidia/micro
fetch: homebrew
- key:
token: git-secret
type: formula
stats:
30d: 689
90d: 1875
365d: 6157
description: Bash-tool to store the private data inside a git repo
homepage: https://sobolevn.me/git-secret
fetch: homebrew
- key:
token: uncrustify
type: formula
stats:
30d: 688
90d: 1916
365d: 8646
description: Source code beautifier
homepage: https://uncrustify.sourceforge.net/
fetch: homebrew
- key:
token: gifski
type: formula
stats:
30d: 686
90d: 1016
365d: 4898
description: Highest-quality GIF encoder based on pngquant
homepage: https://gif.ski/
fetch: homebrew
- key:
token: tenv
type: formula
stats:
30d: 683
90d: 1955
365d: 7692
description: OpenTofu / Terraform / Terragrunt / Atmos version manager
homepage: https://tofuutils.github.io/tenv/
fetch: homebrew
- key:
token: monolith
type: formula
stats:
30d: 682
90d: 1089
365d: 2510
description: CLI tool for saving complete web pages as a single HTML file
homepage: https://github.com/Y2Z/monolith
fetch: homebrew
- key:
token: odin
type: formula
stats:
30d: 680
90d: 1563
365d: 4483
description: Programming language with focus on simplicity, performance and modern
systems
homepage: https://odin-lang.org/
fetch: homebrew
- key:
token: gnuradio
type: formula
stats:
30d: 679
90d: 2820
365d: 12589
description: SDK for signal processing blocks to implement software radios
homepage: https://www.gnuradio.org/
fetch: homebrew
- key:
token: capstone
type: formula
stats:
30d: 676
90d: 2457
365d: 8912
description: Multi-platform, multi-architecture disassembly framework
homepage: https://www.capstone-engine.org/
fetch: homebrew
- key:
token: libunistring
type: formula
stats:
30d: 675
90d: 2660
365d: 21773
description: C string library for manipulating Unicode strings
homepage: https://www.gnu.org/software/libunistring/
fetch: homebrew
- key:
token: pmd
type: formula
stats:
30d: 674
90d: 1698
365d: 8000
description: Source code analyzer for Java, JavaScript, and more
homepage: https://pmd.github.io
fetch: homebrew
- key:
token: golangci-lint
type: formula
tap: golangci/tap
stats:
30d: 672
90d: 1812
365d: 6696
description: Fast linters runner for Go
homepage: https://golangci-lint.run/
definition: https://github.com/golangci/homebrew-tap/blob/HEAD/Formula/golangci-lint.rb
version: 2.0.2
file_paths:
- Formula/golangci-lint.rb
fetch: repo_direct
- key:
token: nvtop
type: formula
stats:
30d: 670
90d: 1491
365d: 2839
description: Interactive GPU process monitor
homepage: https://github.com/Syllo/nvtop
fetch: homebrew
- key:
token: openssl@3.0
type: formula
stats:
30d: 669
90d: 2400
365d: 8319
description: Cryptography and SSL/TLS Toolkit
homepage: https://openssl-library.org
fetch: homebrew
- key:
token: pscale
type: formula
tap: planetscale/tap
stats:
30d: 669
90d: 1684
365d: 6665
description: CLI for PlanetScale Database
homepage: https://www.planetscale.com/
definition: https://github.com/planetscale/homebrew-tap/blob/HEAD/Formula/pscale.rb
version: 0.239.0
file_paths:
- Formula/pscale.rb
fetch: repo_direct
- key:
token: libevent
type: formula
stats:
30d: 668
90d: 2140
365d: 13167
description: Asynchronous event library
homepage: https://libevent.org/
fetch: homebrew
- key:
token: dart-sdk
type: formula
stats:
30d: 663
90d: 2593
365d: 9630
description: Dart Language SDK, including the VM, dart2js, core libraries, and more
homepage: https://dart.dev
fetch: homebrew
- key:
token: ruby@3.0
type: formula
stats:
30d: 662
90d: 1731
365d: 7121
description: Powerful, clean, object-oriented scripting language
homepage: https://www.ruby-lang.org/
fetch: homebrew
- key:
token: tinyxml2
type: formula
stats:
30d: 660
90d: 1219
365d: 2882
description: Improved tinyxml (in memory efficiency and size)
homepage: https://leethomason.github.io/tinyxml2/
fetch: homebrew
- key:
token: pymol
type: formula
stats:
30d: 659
90d: 1875
365d: 5170
description: Molecular visualization system
homepage: https://pymol.org/
fetch: homebrew
- key:
token: granted
type: formula
tap: common-fate/granted
stats:
30d: 656
90d: 2304
365d: 16061
description: The easiest way to access your cloud.
definition: https://github.com/common-fate/homebrew-granted/blob/HEAD/Formula/granted.rb
version: 0.38.0
file_paths:
- Formula/granted.rb
fetch: repo_direct
- key:
token: virt-manager
type: formula
stats:
30d: 656
90d: 2143
365d: 13967
description: App for managing virtual machines
homepage: https://virt-manager.org/
fetch: homebrew
- key:
token: goose
type: formula
stats:
30d: 656
90d: 1624
365d: 6258
description: Go Language's command-line interface for database migrations
homepage: https://pressly.github.io/goose/
fetch: homebrew
- key:
token: php-code-sniffer
type: formula
stats:
30d: 655
90d: 1533
365d: 6352
description: Check coding standards in PHP, JavaScript and CSS
homepage: https://github.com/PHPCSStandards/PHP_CodeSniffer
fetch: homebrew
- key:
token: aws-vault
type: formula
stats:
30d: 654
90d: 2247
365d: 9016
description: Securely store and access AWS credentials in development environments
homepage: https://github.com/99designs/aws-vault
fetch: homebrew
- key:
token: google-java-format
type: formula
stats:
30d: 653
90d: 1168
365d: 4537
description: Reformats Java source code to comply with Google Java Style
homepage: https://github.com/google/google-java-format
fetch: homebrew
- key:
token: hyperfine
type: formula
stats:
30d: 652
90d: 1847
365d: 8334
description: Command-line benchmarking tool
homepage: https://github.com/sharkdp/hyperfine
fetch: homebrew
- key:
token: buildkit
type: formula
stats:
30d: 651
90d: 2136
365d: 8656
description: Concurrent, cache-efficient, and Dockerfile-agnostic builder toolkit
homepage: https://github.com/moby/buildkit
fetch: homebrew
- key:
token: pinentry
type: formula
stats:
30d: 651
90d: 2499
365d: 42069
description: Passphrase entry dialog utilizing the Assuan protocol
homepage: https://www.gnupg.org/related_software/pinentry/
fetch: homebrew
- key:
token: pdf2svg
type: formula
stats:
30d: 651
90d: 1434
365d: 3115
description: PDF converter to SVG
homepage: https://cityinthesky.co.uk/opensource/pdf2svg
fetch: homebrew
- key:
token: lsusb
type: formula
stats:
30d: 650
90d: 1999
365d: 8057
description: List USB devices, just like the Linux lsusb command
homepage: https://github.com/jlhonora/lsusb
fetch: homebrew
- key:
token: php@7.0
type: formula
tap: shivammathur/php
stats:
30d: 649
90d: 1581
365d: 6046
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@7.0.rb
version: 7.0.33
file_paths:
- Formula/php@7.0.rb
fetch: repo_direct
- key:
token: rswift
type: formula
stats:
30d: 649
90d: 1673
365d: 6095
description: Get strong typed, autocompleted resources like images, fonts and segues
homepage: https://github.com/mac-cain13/R.swift
fetch: homebrew
- key:
token: pdal
type: formula
stats:
30d: 648
90d: 1312
365d: 3793
description: Point data abstraction library
homepage: https://www.pdal.io/
fetch: homebrew
- key:
token: figlet
type: formula
stats:
30d: 645
90d: 1999
365d: 7624
description: Banner-like program prints strings as ASCII art
homepage: http://www.figlet.org/
fetch: homebrew
- key:
token: tectonic
type: formula
stats:
30d: 643
90d: 1003
365d: 2863
description: Modernized, complete, self-contained TeX/LaTeX engine
homepage: https://tectonic-typesetting.github.io/
fetch: homebrew
- key:
token: sqlc
type: formula
stats:
30d: 641
90d: 2430
365d: 7699
description: Generate type safe Go from SQL
homepage: https://sqlc.dev/
fetch: homebrew
- key:
token: libdap
type: formula
stats:
30d: 640
90d: 2427
365d: 9549
description: Framework for scientific data networking
homepage: https://www.opendap.org/
fetch: homebrew
- key:
token: stripe-cli
type: formula
stats:
30d: 639
90d: 1906
365d: 4557
description: Command-line tool for Stripe
homepage: https://docs.stripe.com/stripe-cli
fetch: homebrew
- key:
token: fvm@3.2.1
type: formula
tap: leoafarias/fvm
stats:
30d: 638
90d: 1858
365d: 2799
description: Simple cli to manage Flutter SDK versions per project
definition: https://github.com/leoafarias/homebrew-fvm/blob/HEAD/fvm@3.2.1.rb
file_paths:
- fvm@3.2.1.rb
fetch: repo_direct
- key:
token: gsl
type: formula
stats:
30d: 636
90d: 2074
365d: 10088
description: Numerical library for C and C++
homepage: https://www.gnu.org/software/gsl/
fetch: homebrew
- key:
token: go@1.21
type: formula
stats:
30d: 634
90d: 2234
365d: 12458
description: Open source programming language to build simple/reliable/efficient
software
homepage: https://go.dev/
fetch: homebrew
- key:
token: ios-webkit-debug-proxy
type: formula
stats:
30d: 633
90d: 1738
365d: 7858
description: DevTools proxy for iOS devices
homepage: https://github.com/google/ios-webkit-debug-proxy
fetch: homebrew
- key:
token: ruby@3.3
type: formula
stats:
30d: 633
90d: 2149
365d: 2583
description: Powerful, clean, object-oriented scripting language
homepage: https://www.ruby-lang.org/
fetch: homebrew
- key:
token: evince
type: formula
stats:
30d: 633
90d: 1060
365d: 5944
description: GNOME document viewer
homepage: https://apps.gnome.org/Evince/
fetch: homebrew
- key:
token: icu4c@74
type: formula
stats:
30d: 630
90d: 2074
365d: 4603
description: C/C++ and Java libraries for Unicode and globalization
homepage: https://icu.unicode.org/home
fetch: homebrew
- key:
token: gnumeric
type: formula
stats:
30d: 630
90d: 1733
365d: 5104
description: GNOME Spreadsheet Application
homepage: https://projects.gnome.org/gnumeric/
fetch: homebrew
- key:
token: mutt
type: formula
stats:
30d: 629
90d: 1980
365d: 4930
description: Mongrel of mail user agents (part elm, pine, mush, mh, etc.)
homepage: http://www.mutt.org/
fetch: homebrew
- key:
token: x265
type: formula
stats:
30d: 629
90d: 2373
365d: 11575
description: H.265/HEVC encoder
homepage: https://bitbucket.org/multicoreware/x265_git
fetch: homebrew
- key:
token: testkube
type: formula
stats:
30d: 629
90d: 1333
365d: 5635
description: Kubernetes-native framework for test definition and execution
homepage: https://testkube.io
fetch: homebrew
- key:
token: tfcmt
type: formula
tap: suzuki-shunsuke/tfcmt
stats:
30d: 628
90d: 2196
365d: 12754
description: Notify the execution result of terraform command
homepage: https://suzuki-shunsuke.github.io/tfcmt/
definition: https://github.com/suzuki-shunsuke/homebrew-tfcmt/blob/HEAD/tfcmt.rb
version: 4.14.4
file_paths:
- tfcmt.rb
fetch: repo_direct
- key:
token: latexindent
type: formula
stats:
30d: 625
90d: 1018
365d: 5597
description: Add indentation to LaTeX files
homepage: https://latexindentpl.readthedocs.io
fetch: homebrew
- key:
token: fluent-bit
type: formula
stats:
30d: 625
90d: 1736
365d: 6234
description: Fast and Lightweight Logs and Metrics processor
homepage: https://github.com/fluent/fluent-bit
fetch: homebrew
- key:
token: mmseqs2
type: formula
stats:
30d: 625
90d: 1038
365d: 1775
description: Software suite for very fast sequence search and clustering
homepage: https://mmseqs.com/
fetch: homebrew
- key:
token: keyring
type: formula
stats:
30d: 623
90d: 2464
365d: 17867
description: Easy way to access the system keyring service from python
homepage: https://github.com/jaraco/keyring
fetch: homebrew
- key:
token: fonttools
type: formula
stats:
30d: 622
90d: 2427
365d: 8225
description: Library for manipulating fonts
homepage: https://github.com/fonttools/fonttools
fetch: homebrew
- key:
token: re2c
type: formula
stats:
30d: 622
90d: 2320
365d: 6963
description: Generate C-based recognizers from regular expressions
homepage: https://re2c.org/
fetch: homebrew
- key:
token: crane
type: formula
stats:
30d: 621
90d: 2504
365d: 9531
description: Tool for interacting with remote images and registries
homepage: https://github.com/google/go-containerregistry
fetch: homebrew
- key:
token: cloud-sql-proxy
type: formula
stats:
30d: 620
90d: 1804
365d: 5139
description: Utility for connecting securely to your Cloud SQL instances
homepage: https://github.com/GoogleCloudPlatform/cloud-sql-proxy
fetch: homebrew
- key:
token: esbuild
type: formula
stats:
30d: 619
90d: 1101
365d: 4114
description: Extremely fast JavaScript bundler and minifier
homepage: https://esbuild.github.io/
fetch: homebrew
- key:
token: libpeas
type: formula
stats:
30d: 618
90d: 1125
365d: 6284
description: GObject plugin library
homepage: https://wiki.gnome.org/Projects/Libpeas
fetch: homebrew
- key:
token: sl
type: formula
stats:
30d: 616
90d: 1798
365d: 7527
description: Prints a steam locomotive if you type sl instead of ls
homepage: https://github.com/mtoyoda/sl
fetch: homebrew
- key:
token: mupdf-tools
type: formula
stats:
30d: 612
90d: 1316
365d: 4203
description: Lightweight PDF and XPS viewer
homepage: https://mupdf.com/
fetch: homebrew
- key:
token: tinygo
type: formula
tap: tinygo-org/tools
stats:
30d: 612
90d: 1390
365d: 5206
description: TinyGo is a Go compiler for small places. Microcontrollers, WebAssembly,
and command-line tools. Based on LLVM.
definition: https://github.com/tinygo-org/homebrew-tools/blob/HEAD/tinygo.rb
version: 0.37.0
file_paths:
- tinygo.rb
fetch: repo_direct
- key:
token: pyside
type: formula
stats:
30d: 611
90d: 1350
365d: 3889
description: Official Python bindings for Qt
homepage: https://wiki.qt.io/Qt_for_Python
fetch: homebrew
- key:
token: zenity
type: formula
stats:
30d: 611
90d: 2380
365d: 7996
description: GTK+ dialog boxes for the command-line
homepage: https://wiki.gnome.org/Projects/Zenity
fetch: homebrew
- key:
token: sshpass
type: formula
tap: hudochenkov/sshpass
stats:
30d: 610
90d: 1830
365d: 6303
description: Non-interactive SSH password auth
homepage: https://sourceforge.net/projects/sshpass/
definition: https://github.com/hudochenkov/homebrew-sshpass/blob/HEAD/sshpass.rb
file_paths:
- sshpass.rb
fetch: repo_direct
- key:
token: pdftk-java
type: formula
stats:
30d: 610
90d: 1841
365d: 6631
description: Port of pdftk in java
homepage: https://gitlab.com/pdftk-java/pdftk
fetch: homebrew
- key:
token: rom-tools
type: formula
stats:
30d: 608
90d: 2035
365d: 6876
description: Tools for Multiple Arcade Machine Emulator
homepage: https://www.mamedev.org/
fetch: homebrew
- key:
token: mariadb-connector-c
type: formula
stats:
30d: 608
90d: 1693
365d: 4890
description: MariaDB database connector for C applications
homepage: https://mariadb.org/download/?tab=connector&prod=connector-c
fetch: homebrew
- key:
token: gopls
type: formula
stats:
30d: 607
90d: 3008
365d: 12398
description: Language server for the Go language
homepage: https://github.com/golang/tools/tree/master/gopls
fetch: homebrew
- key:
token: webpack
type: formula
stats:
30d: 605
90d: 1606
365d: 7733
description: Bundler for JavaScript and friends
homepage: https://webpack.js.org/
fetch: homebrew
- key:
token: tailspin
type: formula
stats:
30d: 605
90d: 1015
365d: 2830
description: Log file highlighter
homepage: https://github.com/bensadeh/tailspin
fetch: homebrew
- key:
token: kubescape
type: formula
stats:
30d: 604
90d: 1957
365d: 5200
description: Kubernetes testing according to Hardening Guidance by NSA and CISA
homepage: https://kubescape.io
fetch: homebrew
- key:
token: xclip
type: formula
stats:
30d: 604
90d: 1781
365d: 7436
description: Access X11 clipboards from the command-line
homepage: https://github.com/astrand/xclip
fetch: homebrew
- key:
token: danger-js
type: formula
tap: danger/tap
stats:
30d: 604
90d: 674
365d: 4727
definition: https://github.com/danger/homebrew-tap/blob/HEAD/danger-js.rb
file_paths:
- danger-js.rb
fetch: repo_direct
- key:
token: cabextract
type: formula
stats:
30d: 603
90d: 1750
365d: 8192
description: Extract files from Microsoft cabinet files
homepage: https://www.cabextract.org.uk/
fetch: homebrew
- key:
token: openai-whisper
type: formula
stats:
30d: 602
90d: 1853
365d: 9307
description: General-purpose speech recognition model
homepage: https://github.com/openai/whisper
fetch: homebrew
- key:
token: x86_64-unknown-linux-gnu
type: formula
tap: messense/macos-cross-toolchains
stats:
30d: 601
90d: 1339
365d: 2765
description: x86_64-unknown-linux-gnu Toolchain
definition: https://github.com/messense/homebrew-macos-cross-toolchains/blob/HEAD/x86_64-unknown-linux-gnu.rb
version: 13.3.0
file_paths:
- x86_64-unknown-linux-gnu.rb
fetch: repo_direct
- key:
token: kdoctor
type: formula
stats:
30d: 597
90d: 1810
365d: 9630
description: Environment diagnostics for Kotlin Multiplatform Mobile app development
homepage: https://github.com/kotlin/kdoctor
fetch: homebrew
- key:
token: mame
type: formula
stats:
30d: 595
90d: 2061
365d: 6908
description: Multiple Arcade Machine Emulator
homepage: https://mamedev.org/
fetch: homebrew
- key:
token: spring-boot
type: formula
tap: spring-io/tap
stats:
30d: 594
90d: 1741
365d: 7843
definition: https://github.com/spring-io/homebrew-tap/blob/HEAD/spring-boot.rb
version: 3.4.4
file_paths:
- spring-boot.rb
fetch: repo_direct
- key:
token: libpcap
type: formula
stats:
30d: 593
90d: 1938
365d: 9088
description: Portable library for network traffic capture
homepage: https://www.tcpdump.org/
fetch: homebrew
- key:
token: pandoc-crossref
type: formula
stats:
30d: 593
90d: 1641
365d: 6566
description: Pandoc filter for numbering and cross-referencing
homepage: https://github.com/lierdakil/pandoc-crossref
fetch: homebrew
- key:
token: kubebuilder
type: formula
stats:
30d: 592
90d: 1990
365d: 7472
description: SDK for building Kubernetes APIs using CRDs
homepage: https://github.com/kubernetes-sigs/kubebuilder
fetch: homebrew
- key:
token: pstree
type: formula
stats:
30d: 591
90d: 1942
365d: 7548
description: Show ps output as a tree
homepage: https://github.com/FredHucht/pstree
fetch: homebrew
- key:
token: hasura-cli
type: formula
stats:
30d: 590
90d: 1679
365d: 9457
description: Command-Line Interface for Hasura GraphQL Engine
homepage: https://hasura.io
fetch: homebrew
- key:
token: alloy
type: formula
tap: grafana/grafana
stats:
30d: 590
90d: 1331
365d: 3738
description: Open-source language and analyzer for software modeling
homepage: https://alloytools.org
definition: https://github.com/grafana/homebrew-grafana/blob/HEAD/alloy.rb
file_paths:
- alloy.rb
fetch: repo_direct
- key:
token: poco
type: formula
stats:
30d: 589
90d: 1998
365d: 5857
description: C++ class libraries for building network and internet-based applications
homepage: https://pocoproject.org/
fetch: homebrew
- key:
token: open-ocd
type: formula
stats:
30d: 589
90d: 1783
365d: 6262
description: On-chip debugging, in-system programming and boundary-scan testing
homepage: https://openocd.org/
fetch: homebrew
- key:
token: tidy-html5
type: formula
stats:
30d: 589
90d: 2081
365d: 6606
description: Granddaddy of HTML tools, with support for modern standards
homepage: https://www.html-tidy.org/
fetch: homebrew
- key:
token: ipcalc
type: formula
stats:
30d: 588
90d: 1704
365d: 5504
description: Calculate various network masks, etc. from a given IP address
homepage: https://jodies.de/ipcalc
fetch: homebrew
- key:
token: opensearch
type: formula
stats:
30d: 587
90d: 1974
365d: 7856
description: Open source distributed and RESTful search engine
homepage: https://github.com/opensearch-project/OpenSearch
fetch: homebrew
- key:
token: netlify-cli
type: formula
stats:
30d: 585
90d: 1718
365d: 7416
description: Netlify command-line tool
homepage: https://www.netlify.com/docs/cli
fetch: homebrew
- key:
token: qmk
type: formula
tap: qmk/qmk
stats:
30d: 585
90d: 2096
365d: 11307
description: Quantum Mechanical Keyboard (QMK) Firmware
definition: https://github.com/qmk/homebrew-qmk/blob/HEAD/Formula/qmk.rb
file_paths:
- Formula/qmk.rb
fetch: repo_direct
- key:
token: atlas
type: formula
tap: ariga/tap
stats:
30d: 580
90d: 1783
365d: 10704
description: Database toolkit
homepage: https://atlasgo.io/
definition: https://github.com/ariga/homebrew-tap/blob/HEAD/Formula/atlas.rb
file_paths:
- Formula/atlas.rb
fetch: repo_direct
- key:
token: gitui
type: formula
stats:
30d: 578
90d: 3203
365d: 12763
description: Blazing fast terminal-ui for git written in rust
homepage: https://github.com/extrawurst/gitui
fetch: homebrew
- key:
token: gts
type: formula
stats:
30d: 577
90d: 1436
365d: 19225
description: GNU triangulated surface library
homepage: https://gts.sourceforge.net/
fetch: homebrew
- key:
token: sing-box
type: formula
stats:
30d: 577
90d: 1785
365d: 6181
description: Universal proxy platform
homepage: https://sing-box.sagernet.org
fetch: homebrew
- key:
token: libcbor
type: formula
stats:
30d: 576
90d: 784
365d: 2238
description: CBOR protocol implementation for C and others
homepage: https://github.com/PJK/libcbor
fetch: homebrew
- key:
token: ascii-image-converter
type: formula
tap: thezoraiz/ascii-image-converter
stats:
30d: 575
90d: 1438
365d: 2003
description: Convert images into ascii art
definition: https://github.com/thezoraiz/homebrew-ascii-image-converter/blob/HEAD/ascii-image-converter.rb
version: 1.13.1-next
file_paths:
- ascii-image-converter.rb
fetch: repo_direct
- key:
token: rocksdb
type: formula
stats:
30d: 574
90d: 1387
365d: 6318
description: Embeddable, persistent key-value store for fast storage
homepage: https://rocksdb.org/
fetch: homebrew
- key:
token: infracost
type: formula
stats:
30d: 574
90d: 1876
365d: 8725
description: Cost estimates for Terraform
homepage: https://www.infracost.io/docs/
fetch: homebrew
- key:
token: cocogitto
type: formula
stats:
30d: 573
90d: 3097
365d: 7405
description: Conventional Commits toolbox
homepage: https://docs.cocogitto.io/
fetch: homebrew
- key:
token: mkdocs
type: formula
stats:
30d: 572
90d: 1772
365d: 6576
description: Project documentation with Markdown
homepage: https://www.mkdocs.org/
fetch: homebrew
- key:
token: cdrtools
type: formula
stats:
30d: 572
90d: 1610
365d: 7225
description: CD/DVD/Blu-ray premastering and recording software
homepage: https://cdrtools.sourceforge.net/private/cdrecord.html
fetch: homebrew
- key:
token: opam
type: formula
stats:
30d: 570
90d: 2652
365d: 17651
description: OCaml package manager
homepage: https://opam.ocaml.org
fetch: homebrew
- key:
token: appium
type: formula
stats:
30d: 568
90d: 1753
365d: 8213
description: Automation for Apps
homepage: https://appium.io/
fetch: homebrew
- key:
token: proxychains-ng
type: formula
stats:
30d: 566
90d: 1646
365d: 6326
description: Hook preloader
homepage: https://github.com/rofl0r/proxychains-ng
fetch: homebrew
- key:
token: lacework-cli
type: formula
tap: lacework/tap
stats:
30d: 566
90d: 1432
365d: 6848
description: CLI for managing Lacework
homepage: https://docs.lacework.com/cli
definition: https://github.com/lacework/homebrew-tap/blob/HEAD/Formula/lacework-cli.rb
file_paths:
- Formula/lacework-cli.rb
fetch: repo_direct
- key:
token: wrk
type: formula
stats:
30d: 566
90d: 1612
365d: 6031
description: HTTP benchmarking tool
homepage: https://github.com/wg/wrk
fetch: homebrew
- key:
token: telegraf
type: formula
stats:
30d: 565
90d: 1798
365d: 6922
description: Plugin-driven server agent for collecting & reporting metrics
homepage: https://www.influxdata.com/time-series-platform/telegraf/
fetch: homebrew
- key:
token: timescaledb
type: formula
tap: timescale/tap
stats:
30d: 564
90d: 1581
365d: 4664
description: An open-source time-series database optimized for fast ingest and complex
queries. Fully compatible with PostgreSQL.
definition: https://github.com/timescale/homebrew-tap/blob/HEAD/timescaledb.rb
version: 2.19.2
file_paths:
- timescaledb.rb
fetch: repo_direct
- key:
token: yasm
type: formula
stats:
30d: 564
90d: 1895
365d: 8177
description: Modular BSD reimplementation of NASM
homepage: https://www.tortall.net/projects/yasm/manual/html/
fetch: homebrew
- key:
token: kube-linter
type: formula
stats:
30d: 564
90d: 2050
365d: 8217
description: Static analysis tool for Kubernetes YAML files and Helm charts
homepage: https://github.com/stackrox/kube-linter
fetch: homebrew
- key:
token: kubie
type: formula
stats:
30d: 563
90d: 1590
365d: 4260
description: Much more powerful alternative to kubectx and kubens
homepage: https://blog.sbstp.ca/introducing-kubie/
fetch: homebrew
- key:
token: bats-assert
type: formula
tap: bats-core/bats-core
stats:
30d: 563
90d: 1859
365d: 3456
description: Common assertions for Bats
definition: https://github.com/bats-core/homebrew-bats-core/blob/HEAD/Formula/bats-assert.rb
file_paths:
- Formula/bats-assert.rb
fetch: repo_direct
- key:
token: speedtest
type: formula
tap: teamookla/speedtest
stats:
30d: 561
90d: 1608
365d: 8020
description: Ookla Speedtest
definition: https://github.com/teamookla/homebrew-speedtest/blob/HEAD/speedtest.rb
version: 1.2.0
file_paths:
- speedtest.rb
fetch: repo_direct
- key:
token: pybind11
type: formula
stats:
30d: 561
90d: 1854
365d: 10658
description: Seamless operability between C++11 and Python
homepage: https://github.com/pybind/pybind11
fetch: homebrew
- key:
token: pygments
type: formula
stats:
30d: 561
90d: 2568
365d: 10691
description: Generic syntax highlighter
homepage: https://pygments.org/
fetch: homebrew
- key:
token: lapack
type: formula
stats:
30d: 561
90d: 2272
365d: 6772
description: Linear Algebra PACKage
homepage: https://www.netlib.org/lapack/
fetch: homebrew
- key:
token: mintoolkit
type: formula
stats:
30d: 561
90d: 561
365d: 561
description: Minify and secure Docker images
homepage: https://slimtoolkit.org/
fetch: homebrew
- key:
token: argo
type: formula
stats:
30d: 560
90d: 2058
365d: 8901
description: Get stuff done with container-native workflows for Kubernetes
homepage: https://argoproj.io
fetch: homebrew
- key:
token: gimme-aws-creds
type: formula
stats:
30d: 559
90d: 2001
365d: 12128
description: CLI to retrieve AWS credentials from Okta
homepage: https://github.com/Nike-Inc/gimme-aws-creds
fetch: homebrew
- key:
token: gnu-time
type: formula
stats:
30d: 559
90d: 1556
365d: 4151
description: GNU implementation of time utility
homepage: https://www.gnu.org/software/time/
fetch: homebrew
- key:
token: libtasn1
type: formula
stats:
30d: 559
90d: 2452
365d: 3744
description: ASN.1 structure parser library
homepage: https://www.gnu.org/software/libtasn1/
fetch: homebrew
- key:
token: node_exporter
type: formula
stats:
30d: 559
90d: 1396
365d: 4782
description: Prometheus exporter for machine metrics
homepage: https://prometheus.io/
fetch: homebrew
- key:
token: luv
type: formula
stats:
30d: 558
90d: 2729
365d: 6051
description: Bare libuv bindings for lua
homepage: https://github.com/luvit/luv
fetch: homebrew
- key:
token: cherrytree
type: formula
stats:
30d: 557
90d: 1422
365d: 6573
description: Hierarchical note taking application featuring rich text and syntax
highlighting
homepage: https://www.giuspen.com/cherrytree/
fetch: homebrew
- key:
token: sleuthkit
type: formula
stats:
30d: 557
90d: 970
365d: 2450
description: Forensic toolkit
homepage: https://www.sleuthkit.org/
fetch: homebrew
- key:
token: wabt
type: formula
stats:
30d: 551
90d: 1247
365d: 5438
description: Web Assembly Binary Toolkit
homepage: https://github.com/WebAssembly/wabt
fetch: homebrew
- key:
token: bats-support
type: formula
tap: bats-core/bats-core
stats:
30d: 550
90d: 1867
365d: 3405
description: Supporting library for Bats test helpers
definition: https://github.com/bats-core/homebrew-bats-core/blob/HEAD/Formula/bats-support.rb
file_paths:
- Formula/bats-support.rb
fetch: repo_direct
- key:
token: groff
type: formula
stats:
30d: 548
90d: 1933
365d: 9968
description: GNU troff text-formatting system
homepage: https://www.gnu.org/software/groff/
fetch: homebrew
- key:
token: flux-build
type: formula
tap: doodlescheduling/flux-build
stats:
30d: 546
90d: 1791
365d: 2349
description: Build kustomize overlays with flux2 HelmRelease support
definition: https://github.com/doodlescheduling/homebrew-flux-build/blob/HEAD/Formula/flux-build.rb
version: 3.0.10
file_paths:
- Formula/flux-build.rb
fetch: repo_direct
- key:
token: mongodb-community@5.0
type: formula
tap: mongodb/brew
stats:
30d: 546
90d: 1832
365d: 10016
description: High-performance, schema-free, document-oriented database
definition: https://github.com/mongodb/homebrew-brew/blob/HEAD/Formula/mongodb-community@5.0.rb
file_paths:
- Formula/mongodb-community@5.0.rb
fetch: repo_direct
- key:
token: libmatio
type: formula
stats:
30d: 546
90d: 1839
365d: 15115
description: C library for reading and writing MATLAB MAT files
homepage: https://matio.sourceforge.net/
fetch: homebrew
- key:
token: emacs-mac
type: formula
tap: railwaycat/emacsmacport
stats:
30d: 545
90d: 1712
365d: 6618
description: YAMAMOTO Mitsuharu
definition: https://github.com/railwaycat/homebrew-emacsmacport/blob/HEAD/Formula/emacs-mac.rb
version: emacs-29.1-mac-10.0
file_paths:
- Formula/emacs-mac.rb
fetch: repo_direct
- key:
token: gzip
type: formula
stats:
30d: 545
90d: 1296
365d: 4863
description: Popular GNU data compression program
homepage: https://www.gnu.org/software/gzip/
fetch: homebrew
- key:
token: pymupdf
type: formula
stats:
30d: 545
90d: 1439
365d: 4802
description: Python bindings for the PDF toolkit and renderer MuPDF
homepage: https://pymupdf.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: fastly
type: formula
tap: fastly/tap
stats:
30d: 544
90d: 2015
365d: 6956
description: Build, deploy and configure Fastly services
homepage: https://www.fastly.com/documentation/reference/cli/
definition: https://github.com/fastly/homebrew-tap/blob/HEAD/Formula/fastly.rb
version: 11.2.0
file_paths:
- Formula/fastly.rb
fetch: repo_direct
- key:
token: openal-soft
type: formula
stats:
30d: 544
90d: 1354
365d: 4149
description: Implementation of the OpenAL 3D audio API
homepage: https://openal-soft.org/
fetch: homebrew
- key:
token: newsboat
type: formula
stats:
30d: 543
90d: 1073
365d: 4254
description: RSS/Atom feed reader for text terminals
homepage: https://newsboat.org/
fetch: homebrew
- key:
token: node-sass
type: formula
stats:
30d: 543
90d: 1569
365d: 7336
description: JavaScript implementation of a Sass compiler
homepage: https://github.com/sass/dart-sass
fetch: homebrew
- key:
token: gtk-mac-integration
type: formula
stats:
30d: 543
90d: 1972
365d: 7092
description: Integrates GTK macOS applications with the Mac desktop
homepage: https://www.gtk.org/docs/installations/macos
fetch: homebrew
- key:
token: exercism
type: formula
stats:
30d: 542
90d: 1932
365d: 18062
description: Command-line tool to interact with exercism.io
homepage: https://exercism.io/cli/
fetch: homebrew
- key:
token: llvm@17
type: formula
stats:
30d: 542
90d: 1666
365d: 7745
description: Next-gen compiler infrastructure
homepage: https://llvm.org/
fetch: homebrew
- key:
token: oniguruma
type: formula
stats:
30d: 542
90d: 2335
365d: 6974
description: Regular expressions library
homepage: https://github.com/kkos/oniguruma/
fetch: homebrew
- key:
token: dvc
type: formula
stats:
30d: 541
90d: 2056
365d: 11282
description: Git for data science projects
homepage: https://dvc.org
fetch: homebrew
- key:
token: iblinter
type: formula
stats:
30d: 541
90d: 1651
365d: 4372
description: Linter tool for Interface Builder
homepage: https://github.com/IBDecodable/IBLinter
fetch: homebrew
- key:
token: unison
type: formula
stats:
30d: 540
90d: 1762
365d: 8403
description: File synchronization tool
homepage: https://www.cis.upenn.edu/~bcpierce/unison/
fetch: homebrew
- key:
token: protobuf@3
type: formula
stats:
30d: 540
90d: 2033
365d: 6958
description: Protocol buffers (Google's data interchange format)
homepage: https://github.com/protocolbuffers/protobuf/
fetch: homebrew
- key:
token: twilio
type: formula
tap: twilio/brew
stats:
30d: 540
90d: 1811
365d: 6902
description: unleash the power of Twilio from your command prompt
definition: https://github.com/twilio/homebrew-brew/blob/HEAD/Formula/twilio.rb
version: 5.23.1
file_paths:
- Formula/twilio.rb
fetch: repo_direct
- key:
token: ccls
type: formula
stats:
30d: 538
90d: 964
365d: 5751
description: C/C++/ObjC language server
homepage: https://github.com/MaskRay/ccls
fetch: homebrew
- key:
token: git-town
type: formula
stats:
30d: 538
90d: 1165
365d: 5654
description: High-level command-line interface for Git
homepage: https://www.git-town.com/
fetch: homebrew
- key:
token: cargo-c
type: formula
stats:
30d: 535
90d: 1875
365d: 7911
description: Helper program to build and install c-like libraries
homepage: https://github.com/lu-zero/cargo-c
fetch: homebrew
- key:
token: cpanminus
type: formula
stats:
30d: 534
90d: 1606
365d: 6197
description: Get, unpack, build, and install modules from CPAN
homepage: https://github.com/miyagawa/cpanminus
fetch: homebrew
- key:
token: html2text
type: formula
stats:
30d: 534
90d: 1791
365d: 6274
description: Advanced HTML-to-text converter
homepage: https://github.com/grobian/html2text
fetch: homebrew
- key:
token: haproxy
type: formula
stats:
30d: 532
90d: 1555
365d: 6815
description: Reliable, high performance TCP/HTTP load balancer
homepage: https://www.haproxy.org/
fetch: homebrew
- key:
token: dbt
type: formula
tap: dbt-labs/dbt-cli
stats:
30d: 531
90d: 1415
365d: 4461
description: dbt Labs
definition: https://github.com/dbt-labs/homebrew-dbt-cli/blob/HEAD/dbt.rb
version: 0.39.0
file_paths:
- dbt.rb
fetch: repo_direct
- key:
token: thrift
type: formula
stats:
30d: 530
90d: 1697
365d: 9947
description: Framework for scalable cross-language services development
homepage: https://thrift.apache.org/
fetch: homebrew
- key:
token: sentry-cli
type: formula
stats:
30d: 530
90d: 1021
365d: 1154
description: Command-line utility to interact with Sentry
homepage: https://docs.sentry.io/cli/
fetch: homebrew
- key:
token: tuist@4.43.2
type: formula
tap: tuist/tuist
stats:
30d: 530
90d: 781
365d: 781
description: Create, maintain, and interact with Xcode projects at scale
definition: https://github.com/tuist/homebrew-tuist/blob/HEAD/Formula/tuist@4.43.2.rb
file_paths:
- Formula/tuist@4.43.2.rb
fetch: repo_direct
- key:
token: bats-file
type: formula
tap: bats-core/bats-core
stats:
30d: 529
90d: 1812
365d: 3262
description: Common filesystem assertions for Bats
definition: https://github.com/bats-core/homebrew-bats-core/blob/HEAD/Formula/bats-file.rb
file_paths:
- Formula/bats-file.rb
fetch: repo_direct
- key:
token: prowler
type: formula
stats:
30d: 527
90d: 1619
365d: 5734
description: Tool for cloud security assessments, audits, incident response, and
more
homepage: https://prowler.com/
fetch: homebrew
- key:
token: ffmpeg
type: formula
tap: homebrew-ffmpeg/ffmpeg
stats:
30d: 527
90d: 1858
365d: 8132
description: Play, record, convert, and stream audio and video
homepage: https://ffmpeg.org/
definition: https://github.com/homebrew-ffmpeg/homebrew-ffmpeg/blob/HEAD/Formula/ffmpeg.rb
version: 7.1.1-with-options
file_paths:
- Formula/ffmpeg.rb
fetch: repo_direct
- key:
token: mariadb@10.6
type: formula
stats:
30d: 526
90d: 1696
365d: 6047
description: Drop-in replacement for MySQL
homepage: https://mariadb.org/
fetch: homebrew
- key:
token: hcl2json
type: formula
stats:
30d: 525
90d: 2476
365d: 9855
description: Convert HCL2 to JSON
homepage: https://github.com/tmccombs/hcl2json
fetch: homebrew
- key:
token: terminal-notifier
type: formula
stats:
30d: 525
90d: 1474
365d: 4600
description: Send macOS User Notifications from the command-line
homepage: https://github.com/julienXX/terminal-notifier
fetch: homebrew
- key:
token: aspell
type: formula
stats:
30d: 525
90d: 1676
365d: 7281
description: Spell checker with better logic than ispell
homepage: http://aspell.net/
fetch: homebrew
- key:
token: adb-enhanced
type: formula
stats:
30d: 524
90d: 1094
365d: 3833
description: Swiss-army knife for Android testing and development
homepage: https://ashishb.net/tech/introducing-adb-enhanced-a-swiss-army-knife-for-android-development/
fetch: homebrew
- key:
token: livekit-cli
type: formula
stats:
30d: 524
90d: 1422
365d: 3917
description: Command-line interface to LiveKit
homepage: https://livekit.io
fetch: homebrew
- key:
token: netbird
type: formula
tap: netbirdio/tap
stats:
30d: 523
90d: 1440
365d: 4085
description: Netbird project.
definition: https://github.com/netbirdio/homebrew-tap/blob/HEAD/netbird.rb
version: 0.40.1
file_paths:
- netbird.rb
fetch: repo_direct
- key:
token: lazydocker
type: formula
tap: jesseduffield/lazydocker
stats:
30d: 521
90d: 2109
365d: 7401
description: Lazier way to manage everything docker
homepage: https://github.com/jesseduffield/lazydocker
definition: https://github.com/jesseduffield/homebrew-lazydocker/blob/HEAD/lazydocker.rb
version: 0.24.1
file_paths:
- lazydocker.rb
fetch: repo_direct
- key:
token: sd
type: formula
stats:
30d: 520
90d: 1494
365d: 5529
description: Intuitive find & replace CLI
homepage: https://github.com/chmln/sd
fetch: homebrew
- key:
token: kompose
type: formula
stats:
30d: 520
90d: 1857
365d: 10444
description: Tool to move from `docker-compose` to Kubernetes
homepage: https://kompose.io/
fetch: homebrew
- key:
token: bpython
type: formula
stats:
30d: 520
90d: 1965
365d: 7029
description: Fancy interface to the Python interpreter
homepage: https://bpython-interpreter.org
fetch: homebrew
- key:
token: qscintilla2
type: formula
stats:
30d: 520
90d: 1999
365d: 7952
description: Port to Qt of the Scintilla editing component
homepage: https://www.riverbankcomputing.com/software/qscintilla/intro
fetch: homebrew
- key:
token: isl
type: formula
stats:
30d: 520
90d: 1753
365d: 9921
description: Integer Set Library for the polyhedral model
homepage: https://libisl.sourceforge.io/
fetch: homebrew
- key:
token: valgrind
type: formula
stats:
30d: 520
90d: 1178
365d: 5939
description: Dynamic analysis tools (memory, debug, profiling)
homepage: https://www.valgrind.org/
fetch: homebrew
- key:
token: fontforge
type: formula
stats:
30d: 518
90d: 1657
365d: 6591
description: Command-line outline and bitmap font editor/converter
homepage: https://fontforge.github.io
fetch: homebrew
- key:
token: redpanda
type: formula
tap: redpanda-data/tap
stats:
30d: 517
90d: 1242
365d: 5242
description: Redpanda CLI & toolbox
definition: https://github.com/redpanda-data/homebrew-tap/blob/HEAD/Formula/redpanda.rb
version: 25.1.1
file_paths:
- Formula/redpanda.rb
fetch: repo_direct
- key:
token: gitlab-ci-local
type: formula
stats:
30d: 517
90d: 1863
365d: 8291
description: Run gitlab pipelines locally as shell executor or docker executor
homepage: https://github.com/firecow/gitlab-ci-local
fetch: homebrew
- key:
token: newt
type: formula
stats:
30d: 517
90d: 878
365d: 2716
description: Library for color text mode, widget based user interfaces
homepage: https://pagure.io/newt
fetch: homebrew
- key:
token: fastapi
type: formula
stats:
30d: 516
90d: 1624
365d: 4855
description: CLI for FastAPI framework
homepage: https://fastapi.tiangolo.com/
fetch: homebrew
- key:
token: ipsw
type: formula
tap: blacktop/tap
stats:
30d: 516
90d: 1624
365d: 6261
description: Research tool for iOS & macOS devices
homepage: https://blacktop.github.io/ipsw
definition: https://github.com/blacktop/homebrew-tap/blob/HEAD/Formula/ipsw.rb
version: 3.1.593
file_paths:
- Formula/ipsw.rb
fetch: repo_direct
- key:
token: buildifier
type: formula
stats:
30d: 516
90d: 3157
365d: 12079
description: Format bazel BUILD files with a standard convention
homepage: https://github.com/bazelbuild/buildtools
fetch: homebrew
- key:
token: diffoscope
type: formula
stats:
30d: 515
90d: 1429
365d: 5271
description: In-depth comparison of files, archives, and directories
homepage: https://diffoscope.org
fetch: homebrew
- key:
token: aarch64-unknown-linux-gnu
type: formula
tap: messense/macos-cross-toolchains
stats:
30d: 514
90d: 1117
365d: 2225
description: aarch64-unknown-linux-gnu Toolchain
definition: https://github.com/messense/homebrew-macos-cross-toolchains/blob/HEAD/aarch64-unknown-linux-gnu.rb
version: 13.3.0
file_paths:
- aarch64-unknown-linux-gnu.rb
fetch: repo_direct
- key:
token: awk
type: formula
stats:
30d: 514
90d: 2086
365d: 7934
description: Text processing scripting language
homepage: https://www.cs.princeton.edu/~bwk/btl.mirror/
fetch: homebrew
- key:
token: rpm
type: formula
stats:
30d: 513
90d: 1533
365d: 7791
description: Standard unix software packaging tool
homepage: https://rpm.org/
fetch: homebrew
- key:
token: tokei
type: formula
stats:
30d: 512
90d: 4946
365d: 15175
description: Program that allows you to count code, quickly
homepage: https://github.com/XAMPPRocky/tokei
fetch: homebrew
- key:
token: srtp
type: formula
stats:
30d: 512
90d: 653
365d: 2399
description: Implementation of the Secure Real-time Transport Protocol
homepage: https://github.com/cisco/libsrtp
fetch: homebrew
- key:
token: opendht
type: formula
stats:
30d: 512
90d: 1447
365d: 4517
description: C++17 Distributed Hash Table implementation
homepage: https://github.com/savoirfairelinux/opendht
fetch: homebrew
- key:
token: gperf
type: formula
stats:
30d: 511
90d: 986
365d: 3044
description: Perfect hash function generator
homepage: https://www.gnu.org/software/gperf/
fetch: homebrew
- key:
token: volta
type: formula
stats:
30d: 510
90d: 1769
365d: 8934
description: JavaScript toolchain manager for reproducible environments
homepage: https://volta.sh
fetch: homebrew
- key:
token: languagetool
type: formula
stats:
30d: 509
90d: 786
365d: 2703
description: Style and grammar checker
homepage: https://www.languagetool.org/
fetch: homebrew
- key:
token: ko
type: formula
stats:
30d: 507
90d: 1748
365d: 4149
description: Build and deploy Go applications on Kubernetes
homepage: https://ko.build
fetch: homebrew
- key:
token: openfortivpn
type: formula
stats:
30d: 506
90d: 2177
365d: 6865
description: Open Fortinet client for PPP+TLS VPN tunnel services
homepage: https://github.com/adrienverge/openfortivpn
fetch: homebrew
- key:
token: gcovr
type: formula
stats:
30d: 506
90d: 1450
365d: 4543
description: Reports from gcov test coverage program
homepage: https://gcovr.com/
fetch: homebrew
- key:
token: envoy
type: formula
stats:
30d: 505
90d: 1238
365d: 3887
description: Cloud-native high-performance edge/middle/service proxy
homepage: https://www.envoyproxy.io/index.html
fetch: homebrew
- key:
token: aws-sdk-cpp
type: formula
stats:
30d: 505
90d: 1445
365d: 5118
description: AWS SDK for C++
homepage: https://github.com/aws/aws-sdk-cpp
fetch: homebrew
- key:
token: snapcraft
type: formula
stats:
30d: 505
90d: 1410
365d: 5680
description: Package any app for every Linux desktop, server, cloud or device
homepage: https://snapcraft.io/
fetch: homebrew
- key:
token: asciinema
type: formula
stats:
30d: 502
90d: 1432
365d: 6328
description: Record and share terminal sessions
homepage: https://asciinema.org
fetch: homebrew
- key:
token: espeak
type: formula
stats:
30d: 500
90d: 1559
365d: 4566
description: Text to speech, software speech synthesizer
homepage: https://espeak.sourceforge.net/
fetch: homebrew
- key:
token: dapr-cli
type: formula
tap: dapr/tap
stats:
30d: 500
90d: 977
365d: 2489
description: Client for Dapr.
definition: https://github.com/dapr/homebrew-tap/blob/HEAD/dapr-cli.rb
version: 1.15.0
file_paths:
- dapr-cli.rb
fetch: repo_direct
- key:
token: duti
type: formula
stats:
30d: 498
90d: 1385
365d: 4300
description: Select default apps for documents and URL schemes on macOS
homepage: https://github.com/moretension/duti/
fetch: homebrew
- key:
token: isort
type: formula
stats:
30d: 498
90d: 2009
365d: 3788
description: Sort Python imports automatically
homepage: https://pycqa.github.io/isort/
fetch: homebrew
- key:
token: netdata
type: formula
stats:
30d: 498
90d: 1030
365d: 4688
description: Diagnose infrastructure problems with metrics, visualizations & alarms
homepage: https://www.netdata.cloud/
fetch: homebrew
- key:
token: goreleaser-pro
type: formula
tap: goreleaser/tap
stats:
30d: 498
90d: 1642
365d: 3481
description: Release engineering, simplified.
definition: https://github.com/goreleaser/homebrew-tap/blob/HEAD/Formula/goreleaser-pro.rb
version: 2.8.2
file_paths:
- Formula/goreleaser-pro.rb
fetch: repo_direct
- key:
token: nomad
type: formula
tap: hashicorp/tap
stats:
30d: 497
90d: 1684
365d: 6358
description: Distributed, Highly Available, Datacenter-Aware Scheduler
homepage: https://www.nomadproject.io
definition: https://github.com/hashicorp/homebrew-tap/blob/HEAD/Formula/nomad.rb
version: 1.10.0
file_paths:
- Formula/nomad.rb
fetch: repo_direct
- key:
token: bash-preexec
type: formula
stats:
30d: 497
90d: 1838
365d: 2395
description: Preexec and precmd functions for Bash (like Zsh)
homepage: https://github.com/rcaloras/bash-preexec
fetch: homebrew
- key:
token: lighttpd
type: formula
stats:
30d: 494
90d: 953
365d: 2355
description: Small memory footprint, flexible web-server
homepage: https://www.lighttpd.net/
fetch: homebrew
- key:
token: squid
type: formula
stats:
30d: 494
90d: 1584
365d: 9293
description: Advanced proxy caching server for HTTP, HTTPS, FTP, and Gopher
homepage: https://www.squid-cache.org/
fetch: homebrew
- key:
token: openresty
type: formula
tap: openresty/brew
stats:
30d: 493
90d: 1360
365d: 4174
description: Scalable Web Platform by Extending NGINX with Lua
definition: https://github.com/openresty/homebrew-brew/blob/HEAD/Formula/openresty.rb
file_paths:
- Formula/openresty.rb
fetch: repo_direct
- key:
token: pyinstaller
type: formula
stats:
30d: 493
90d: 1666
365d: 6668
description: Bundle a Python application and all its dependencies
homepage: https://pyinstaller.org/
fetch: homebrew
- key:
token: ed
type: formula
stats:
30d: 493
90d: 1012
365d: 2888
description: Classic UNIX line editor
homepage: https://www.gnu.org/software/ed/ed.html
fetch: homebrew
- key:
token: ldns
type: formula
stats:
30d: 491
90d: 1684
365d: 13612
description: DNS library written in C
homepage: https://nlnetlabs.nl/projects/ldns/
fetch: homebrew
- key:
token: pulseaudio
type: formula
stats:
30d: 491
90d: 1253
365d: 4612
description: Sound system for POSIX OSes
homepage: https://wiki.freedesktop.org/www/Software/PulseAudio/
fetch: homebrew
- key:
token: avrdude
type: formula
stats:
30d: 491
90d: 1556
365d: 8909
description: Atmel AVR MCU programmer
homepage: https://www.nongnu.org/avrdude/
fetch: homebrew
- key:
token: duf
type: formula
stats:
30d: 490
90d: 1892
365d: 6358
description: Disk Usage/Free Utility - a better 'df' alternative
homepage: https://github.com/muesli/duf
fetch: homebrew
- key:
token: openstackclient
type: formula
stats:
30d: 489
90d: 1658
365d: 6630
description: Command-line client for OpenStack
homepage: https://openstack.org
fetch: homebrew
- key:
token: whisper-cpp
type: formula
stats:
30d: 489
90d: 1108
365d: 2481
description: Port of OpenAI's Whisper model in C/C++
homepage: https://github.com/ggerganov/whisper.cpp
fetch: homebrew
- key:
token: trufflehog
type: formula
tap: trufflesecurity/trufflehog
stats:
30d: 488
90d: 1651
365d: 7615
description: Find and verify credentials
homepage: https://trufflesecurity.com/
definition: https://github.com/trufflesecurity/homebrew-trufflehog/blob/HEAD/trufflehog.rb
version: 3.88.23
file_paths:
- trufflehog.rb
fetch: repo_direct
- key:
token: consul
type: formula
tap: hashicorp/tap
stats:
30d: 486
90d: 1573
365d: 5071
description: Consul
definition: https://github.com/hashicorp/homebrew-tap/blob/HEAD/Formula/consul.rb
version: 1.20.5
file_paths:
- Formula/consul.rb
fetch: repo_direct
- key:
token: fortune
type: formula
stats:
30d: 485
90d: 1393
365d: 5310
description: Infamous electronic fortune-cookie generator
homepage: https://www.ibiblio.org/pub/linux/games/amusements/fortune/!INDEX.html
fetch: homebrew
- key:
token: dlib
type: formula
stats:
30d: 484
90d: 1377
365d: 4703
description: C++ library for machine learning
homepage: http://dlib.net/
fetch: homebrew
- key:
token: pact-ruby-standalone
type: formula
tap: pact-foundation/pact-ruby-standalone
stats:
30d: 484
90d: 1352
365d: 3397
description: Standalone pact CLI executable using the Ruby Pact impl and Travelling
Ruby
definition: https://github.com/pact-foundation/homebrew-pact-ruby-standalone/blob/HEAD/pact-ruby-standalone.rb
version: 2.4.24
file_paths:
- pact-ruby-standalone.rb
fetch: repo_direct
- key:
token: stockfish
type: formula
stats:
30d: 482
90d: 986
365d: 3455
description: Strong open-source chess engine
homepage: https://stockfishchess.org/
fetch: homebrew
- key:
token: gcc@13
type: formula
stats:
30d: 482
90d: 1501
365d: 6081
description: GNU compiler collection
homepage: https://gcc.gnu.org/
fetch: homebrew
- key:
token: esptool
type: formula
stats:
30d: 479
90d: 1799
365d: 9256
description: ESP8266 and ESP32 serial bootloader utility
homepage: https://docs.espressif.com/projects/esptool/en/latest/esp32/
fetch: homebrew
- key:
token: logstash
type: formula
stats:
30d: 479
90d: 1522
365d: 5915
description: Tool for managing events and logs
homepage: https://www.elastic.co/products/logstash
fetch: homebrew
- key:
token: cups
type: formula
stats:
30d: 477
90d: 1045
365d: 4968
description: Common UNIX Printing System
homepage: https://github.com/OpenPrinting/cups
fetch: homebrew
- key:
token: osmium-tool
type: formula
stats:
30d: 477
90d: 1087
365d: 3470
description: Libosmium-based command-line tool for processing OpenStreetMap data
homepage: https://osmcode.org/osmium-tool/
fetch: homebrew
- key:
token: glibmm
type: formula
stats:
30d: 477
90d: 934
365d: 4059
description: C++ interface to glib
homepage: https://gtkmm.gnome.org/
fetch: homebrew
- key:
token: colordiff
type: formula
stats:
30d: 477
90d: 1633
365d: 5748
description: Color-highlighted diff(1) output
homepage: https://www.colordiff.org/
fetch: homebrew
- key:
token: cpprestsdk
type: formula
stats:
30d: 476
90d: 1829
365d: 6394
description: C++ libraries for cloud-based client-server communication
homepage: https://github.com/microsoft/cpprestsdk
fetch: homebrew
- key:
token: chafa
type: formula
stats:
30d: 475
90d: 1469
365d: 8337
description: Versatile and fast Unicode/ASCII/ANSI graphics renderer
homepage: https://hpjansson.org/chafa/
fetch: homebrew
- key:
token: lammps
type: formula
stats:
30d: 473
90d: 1041
365d: 3942
description: Molecular Dynamics Simulator
homepage: https://docs.lammps.org/
fetch: homebrew
- key:
token: emacs-plus@31
type: formula
tap: d12frosted/emacs-plus
stats:
30d: 472
90d: 1206
365d: 2725
description: GNU Emacs text editor
definition: https://github.com/d12frosted/homebrew-emacs-plus/blob/HEAD/Formula/emacs-plus@31.rb
version: 31.0.50
file_paths:
- Formula/emacs-plus@31.rb
fetch: repo_direct
- key:
token: zx
type: formula
stats:
30d: 471
90d: 1135
365d: 4495
description: Tool for writing better scripts
homepage: https://google.github.io/zx/
fetch: homebrew
- key:
token: grip
type: formula
stats:
30d: 470
90d: 1438
365d: 6609
description: GitHub Markdown previewer
homepage: https://github.com/joeyespo/grip
fetch: homebrew
- key:
token: diff-pdf
type: formula
stats:
30d: 470
90d: 991
365d: 3835
description: Visually compare two PDF files
homepage: https://vslavik.github.io/diff-pdf/
fetch: homebrew
- key:
token: zeromq
type: formula
stats:
30d: 469
90d: 1601
365d: 7678
description: High-performance, asynchronous messaging library
homepage: https://zeromq.org/
fetch: homebrew
- key:
token: mycli
type: formula
stats:
30d: 467
90d: 1664
365d: 10587
description: CLI for MySQL with auto-completion and syntax highlighting
homepage: https://www.mycli.net/
fetch: homebrew
- key:
token: libxrender
type: formula
stats:
30d: 467
90d: 1671
365d: 4825
description: 'X.Org: Library for the Render Extension to the X11 protocol'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: taglib
type: formula
stats:
30d: 467
90d: 840
365d: 1761
description: Audio metadata library
homepage: https://taglib.org/
fetch: homebrew
- key:
token: hatch
type: formula
stats:
30d: 465
90d: 1130
365d: 5741
description: Modern, extensible Python project management
homepage: https://hatch.pypa.io/latest/
fetch: homebrew
- key:
token: awscli@1
type: formula
stats:
30d: 465
90d: 1434
365d: 6079
description: Official Amazon AWS command-line interface
homepage: https://aws.amazon.com/cli/
fetch: homebrew
- key:
token: mailutils
type: formula
stats:
30d: 463
90d: 986
365d: 2237
description: Swiss Army knife of email handling
homepage: https://mailutils.org/
fetch: homebrew
- key:
token: openssl-osx-ca
type: formula
tap: raggi/ale
stats:
30d: 463
90d: 1410
365d: 1671
definition: https://github.com/raggi/homebrew-ale/blob/HEAD/openssl-osx-ca.rb
file_paths:
- openssl-osx-ca.rb
fetch: repo_direct
- key:
token: miniupnpc
type: formula
stats:
30d: 462
90d: 1847
365d: 5284
description: UPnP IGD client library and daemon
homepage: https://miniupnp.tuxfamily.org
fetch: homebrew
- key:
token: percona-server
type: formula
stats:
30d: 462
90d: 1073
365d: 3616
description: Drop-in MySQL replacement
homepage: https://www.percona.com
fetch: homebrew
- key:
token: gcc@12
type: formula
stats:
30d: 462
90d: 1430
365d: 7436
description: GNU compiler collection
homepage: https://gcc.gnu.org/
fetch: homebrew
- key:
token: glm
type: formula
stats:
30d: 460
90d: 1389
365d: 5489
description: C++ mathematics library for graphics software
homepage: https://glm.g-truc.net/
fetch: homebrew
- key:
token: dolt
type: formula
stats:
30d: 460
90d: 1440
365d: 6809
description: Git for Data
homepage: https://github.com/dolthub/dolt
fetch: homebrew
- key:
token: uds@0.22.0
type: formula
tap: defenseunicorns/tap
stats:
30d: 460
90d: 2078
365d: 2078
description: CLI for Unicorn Delivery Service
definition: https://github.com/defenseunicorns/homebrew-tap/blob/HEAD/uds@0.22.0.rb
version: 0.22.0
file_paths:
- uds@0.22.0.rb
fetch: repo_direct
- key:
token: auth0
type: formula
tap: auth0/auth0-cli
stats:
30d: 459
90d: 1359
365d: 3565
description: Build, manage and test your Auth0 integrations from the command line
definition: https://github.com/auth0/homebrew-auth0-cli/blob/HEAD/auth0.rb
version: 1.11.0
file_paths:
- auth0.rb
fetch: repo_direct
- key:
token: enchant
type: formula
stats:
30d: 459
90d: 1581
365d: 15557
description: Spellchecker wrapping library
homepage: https://rrthomas.github.io/enchant/
fetch: homebrew
- key:
token: apache-flink
type: formula
stats:
30d: 458
90d: 1022
365d: 3477
description: Scalable batch and stream data processing
homepage: https://flink.apache.org/
fetch: homebrew
- key:
token: jinja2-cli
type: formula
stats:
30d: 453
90d: 1405
365d: 4147
description: CLI for the Jinja2 templating language
homepage: https://github.com/mattrobenolt/jinja2-cli
fetch: homebrew
- key:
token: solargraph
type: formula
stats:
30d: 451
90d: 1147
365d: 1824
description: Ruby language server
homepage: https://solargraph.org
fetch: homebrew
- key:
token: vulkan-tools
type: formula
stats:
30d: 451
90d: 1465
365d: 4639
description: Vulkan utilities and tools
homepage: https://github.com/KhronosGroup/Vulkan-Tools
fetch: homebrew
- key:
token: detect-secrets
type: formula
stats:
30d: 451
90d: 919
365d: 3405
description: Enterprise friendly way of detecting and preventing secrets in code
homepage: https://github.com/Yelp/detect-secrets
fetch: homebrew
- key:
token: libgedit-amtk
type: formula
stats:
30d: 451
90d: 894
365d: 3842
description: Actions, Menus and Toolbars Kit for GTK applications
homepage: https://gedit-technology.net
fetch: homebrew
- key:
token: snort
type: formula
stats:
30d: 450
90d: 1195
365d: 4304
description: Flexible Network Intrusion Detection System
homepage: https://www.snort.org
fetch: homebrew
- key:
token: sqlfluff
type: formula
stats:
30d: 450
90d: 1741
365d: 7611
description: SQL linter and auto-formatter for Humans
homepage: https://docs.sqlfluff.com/
fetch: homebrew
- key:
token: kube-ps1
type: formula
stats:
30d: 450
90d: 1512
365d: 9212
description: Kubernetes prompt info for bash and zsh
homepage: https://github.com/jonmosco/kube-ps1
fetch: homebrew
- key:
token: img2pdf
type: formula
stats:
30d: 450
90d: 1287
365d: 2568
description: Convert images to PDF via direct JPEG inclusion
homepage: https://gitlab.mister-muffin.de/josch/img2pdf
fetch: homebrew
- key:
token: langgraph-cli
type: formula
stats:
30d: 450
90d: 955
365d: 1319
description: Command-line interface for deploying apps to the LangGraph platform
homepage: https://www.github.com/langchain-ai/langgraph
fetch: homebrew
- key:
token: swift-sh
type: formula
tap: mxcl/made
stats:
30d: 449
90d: 1985
365d: 7740
description: Scripting with easy zero-conf dependency imports
homepage: https://github.com/mxcl/swift-sh
definition: https://github.com/mxcl/homebrew-made/blob/HEAD/swift-sh.rb
file_paths:
- swift-sh.rb
fetch: repo_direct
- key:
token: oath-toolkit
type: formula
stats:
30d: 449
90d: 1451
365d: 6703
description: Tools for one-time password authentication systems
homepage: https://www.nongnu.org/oath-toolkit/
fetch: homebrew
- key:
token: psutils
type: formula
stats:
30d: 448
90d: 2072
365d: 12257
description: Utilities for manipulating PostScript documents
homepage: https://github.com/rrthomas/psutils
fetch: homebrew
- key:
token: libosip
type: formula
stats:
30d: 448
90d: 1295
365d: 3912
description: Implementation of the eXosip2 stack
homepage: https://www.gnu.org/software/osip/
fetch: homebrew
- key:
token: z
type: formula
stats:
30d: 448
90d: 1444
365d: 6216
description: Tracks most-used directories to make cd smarter
homepage: https://github.com/rupa/z
fetch: homebrew
- key:
token: influxdb
type: formula
stats:
30d: 447
90d: 1435
365d: 7275
description: Time series, events, and metrics database
homepage: https://influxdata.com/time-series-platform/influxdb/
fetch: homebrew
- key:
token: v2ray
type: formula
stats:
30d: 447
90d: 1883
365d: 6357
description: Platform for building proxies to bypass network restrictions
homepage: https://v2fly.org/
fetch: homebrew
- key:
token: check-jsonschema
type: formula
stats:
30d: 446
90d: 1238
365d: 4970
description: JSON Schema CLI
homepage: https://github.com/python-jsonschema/check-jsonschema
fetch: homebrew
- key:
token: hcloud
type: formula
stats:
30d: 445
90d: 1408
365d: 7101
description: Command-line interface for Hetzner Cloud
homepage: https://github.com/hetznercloud/cli
fetch: homebrew
- key:
token: autossh
type: formula
stats:
30d: 445
90d: 1342
365d: 4685
description: Automatically restart SSH sessions and tunnels
homepage: https://www.harding.motd.ca/autossh/
fetch: homebrew
- key:
token: uvicorn
type: formula
stats:
30d: 444
90d: 1245
365d: 5966
description: ASGI web server
homepage: https://www.uvicorn.org/
fetch: homebrew
- key:
token: pass
type: formula
stats:
30d: 444
90d: 1453
365d: 6000
description: Password manager
homepage: https://www.passwordstore.org/
fetch: homebrew
- key:
token: cmctl
type: formula
stats:
30d: 444
90d: 1385
365d: 5405
description: Command-line tool to manage cert-manager
homepage: https://cert-manager.io
fetch: homebrew
- key:
token: opensc
type: formula
stats:
30d: 444
90d: 1824
365d: 5304
description: Tools and libraries for smart cards
homepage: https://github.com/OpenSC/OpenSC/wiki
fetch: homebrew
- key:
token: ipsw
type: formula
stats:
30d: 443
90d: 1113
365d: 2370
description: Research tool for iOS & macOS devices
homepage: https://blacktop.github.io/ipsw
fetch: homebrew
- key:
token: borders
type: formula
tap: felixkratz/formulae
stats:
30d: 443
90d: 1560
365d: 5725
description: A window border system for macOS
definition: https://github.com/felixkratz/homebrew-formulae/blob/HEAD/borders.rb
file_paths:
- borders.rb
fetch: repo_direct
- key:
token: snap
type: formula
stats:
30d: 442
90d: 1471
365d: 4789
description: Tool to work with .snap files
homepage: https://snapcraft.io/
fetch: homebrew
- key:
token: samtools
type: formula
stats:
30d: 441
90d: 1465
365d: 6695
description: Tools for manipulating next-generation sequencing data
homepage: https://www.htslib.org/
fetch: homebrew
- key:
token: xclogparser
type: formula
stats:
30d: 439
90d: 832
365d: 3647
description: Tool to parse the SLF serialization format used by Xcode
homepage: https://github.com/MobileNativeFoundation/XCLogParser
fetch: homebrew
- key:
token: emacs-plus@29
type: formula
tap: d12frosted/emacs-plus
stats:
30d: 439
90d: 2264
365d: 13858
description: GNU Emacs text editor
definition: https://github.com/d12frosted/homebrew-emacs-plus/blob/HEAD/Formula/emacs-plus@29.rb
file_paths:
- Formula/emacs-plus@29.rb
fetch: repo_direct
- key:
token: freeglut
type: formula
stats:
30d: 437
90d: 1456
365d: 5977
description: Open-source alternative to the OpenGL Utility Toolkit (GLUT) library
homepage: https://freeglut.sourceforge.net/
fetch: homebrew
- key:
token: libgedit-gtksourceview
type: formula
stats:
30d: 437
90d: 1131
365d: 4878
description: Text editor widget for code editing
homepage: https://gitlab.gnome.org/World/gedit/libgedit-gtksourceview
fetch: homebrew
- key:
token: promptfoo
type: formula
stats:
30d: 436
90d: 1179
365d: 4268
description: Test your LLM app locally
homepage: https://promptfoo.dev/
fetch: homebrew
- key:
token: less
type: formula
stats:
30d: 436
90d: 1401
365d: 8963
description: Pager program similar to more
homepage: https://www.greenwoodsoftware.com/less/index.html
fetch: homebrew
- key:
token: json-glib
type: formula
stats:
30d: 435
90d: 1866
365d: 8328
description: Library for JSON, based on GLib
homepage: https://wiki.gnome.org/Projects/JsonGlib
fetch: homebrew
- key:
token: gobuster
type: formula
stats:
30d: 434
90d: 1329
365d: 4809
description: Directory/file & DNS busting tool written in Go
homepage: https://github.com/OJ/gobuster
fetch: homebrew
- key:
token: google-benchmark
type: formula
stats:
30d: 432
90d: 781
365d: 2403
description: C++ microbenchmark support library
homepage: https://github.com/google/benchmark
fetch: homebrew
- key:
token: zrok
type: formula
stats:
30d: 432
90d: 936
365d: 2313
description: Geo-scale, next-generation sharing platform built on top of OpenZiti
homepage: https://zrok.io
fetch: homebrew
- key:
token: gtkmm3
type: formula
stats:
30d: 432
90d: 683
365d: 2839
description: C++ interfaces for GTK+ and GNOME
homepage: https://www.gtkmm.org/
fetch: homebrew
- key:
token: libedit
type: formula
stats:
30d: 431
90d: 1758
365d: 8471
description: BSD-style licensed readline alternative
homepage: https://thrysoee.dk/editline/
fetch: homebrew
- key:
token: ipatool
type: formula
stats:
30d: 427
90d: 1466
365d: 2251
description: CLI tool for searching and downloading app packages from the iOS App
Store
homepage: https://github.com/majd/ipatool
fetch: homebrew
- key:
token: leveldb
type: formula
stats:
30d: 427
90d: 1331
365d: 5652
description: Key-value storage library with ordered mapping
homepage: https://github.com/google/leveldb/
fetch: homebrew
- key:
token: pdfgrep
type: formula
stats:
30d: 426
90d: 1693
365d: 6619
description: Search PDFs for strings matching a regular expression
homepage: https://pdfgrep.org/
fetch: homebrew
- key:
token: rustscan
type: formula
stats:
30d: 424
90d: 1339
365d: 5122
description: Modern Day Portscanner
homepage: https://github.com/rustscan/rustscan
fetch: homebrew
- key:
token: stylua
type: formula
stats:
30d: 423
90d: 1216
365d: 5430
description: Opinionated Lua code formatter
homepage: https://github.com/JohnnyMorganz/StyLua
fetch: homebrew
- key:
token: iftop
type: formula
stats:
30d: 421
90d: 1494
365d: 4899
description: Display an interface's bandwidth usage
homepage: https://pdw.ex-parrot.com/iftop/
fetch: homebrew
- key:
token: runme
type: formula
stats:
30d: 420
90d: 1143
365d: 2858
description: Execute commands inside your runbooks, docs, and READMEs
homepage: https://runme.dev/
fetch: homebrew
- key:
token: fribidi
type: formula
stats:
30d: 419
90d: 1501
365d: 15917
description: Implementation of the Unicode BiDi algorithm
homepage: https://github.com/fribidi/fribidi
fetch: homebrew
- key:
token: asio
type: formula
stats:
30d: 419
90d: 1108
365d: 4697
description: Cross-platform C++ Library for asynchronous programming
homepage: https://think-async.com/Asio/
fetch: homebrew
- key:
token: torsocks
type: formula
stats:
30d: 419
90d: 728
365d: 1626
description: Use SOCKS-friendly applications with Tor
homepage: https://gitlab.torproject.org/tpo/core/torsocks
fetch: homebrew
- key:
token: nikto
type: formula
stats:
30d: 419
90d: 1187
365d: 4672
description: Web server scanner
homepage: https://cirt.net/nikto2
fetch: homebrew
- key:
token: game-porting-toolkit
type: formula
tap: apple/apple
stats:
30d: 418
90d: 1384
365d: 7603
description: Apple Game Porting Toolkit
definition: https://github.com/apple/homebrew-apple/blob/HEAD/Formula/game-porting-toolkit.rb
version: '1.1'
file_paths:
- Formula/game-porting-toolkit.rb
fetch: repo_direct
- key:
token: grype
type: formula
tap: anchore/grype
stats:
30d: 417
90d: 917
365d: 6004
description: Vulnerability scanner for container images and filesystems
homepage: https://github.com/anchore/grype
definition: https://github.com/anchore/homebrew-grype/blob/HEAD/grype.rb
version: 0.91.0
file_paths:
- grype.rb
fetch: repo_direct
- key:
token: gping
type: formula
stats:
30d: 416
90d: 1639
365d: 9994
description: Ping, but with a graph
homepage: https://github.com/orf/gping
fetch: homebrew
- key:
token: pcsc-lite
type: formula
stats:
30d: 415
90d: 867
365d: 3040
description: Middleware to access a smart card using SCard API
homepage: https://pcsclite.apdu.fr/
fetch: homebrew
- key:
token: sdl3
type: formula
stats:
30d: 415
90d: 1213
365d: 1213
description: Low-level access to audio, keyboard, mouse, joystick, and graphics
homepage: https://libsdl.org/
fetch: homebrew
- key:
token: exiv2
type: formula
stats:
30d: 415
90d: 1715
365d: 4709
description: EXIF and IPTC metadata manipulation library and tools
homepage: https://exiv2.org/
fetch: homebrew
- key:
token: libxaw
type: formula
stats:
30d: 414
90d: 1034
365d: 4830
description: 'X.Org: X Athena Widget Set'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: bettercap
type: formula
stats:
30d: 414
90d: 1761
365d: 5993
description: Swiss army knife for network attacks and monitoring
homepage: https://www.bettercap.org/
fetch: homebrew
- key:
token: gtk-vnc
type: formula
stats:
30d: 413
90d: 1560
365d: 3578
description: VNC viewer widget for GTK
homepage: https://gitlab.gnome.org/GNOME/gtk-vnc
fetch: homebrew
- key:
token: contentful-cli
type: formula
stats:
30d: 413
90d: 1088
365d: 4905
description: Contentful command-line tools
homepage: https://github.com/contentful/contentful-cli
fetch: homebrew
- key:
token: mdbook
type: formula
stats:
30d: 413
90d: 1362
365d: 3079
description: Create modern online books from Markdown files
homepage: https://rust-lang.github.io/mdBook/
fetch: homebrew
- key:
token: danger-swift
type: formula
tap: danger/tap
stats:
30d: 412
90d: 1068
365d: 3826
description: Write your Dangerfiles in Swift
definition: https://github.com/danger/homebrew-tap/blob/HEAD/danger-swift.rb
version: 3.21.1
file_paths:
- danger-swift.rb
fetch: repo_direct
- key:
token: imessage-exporter
type: formula
stats:
30d: 412
90d: 1158
365d: 3990
description: Command-line tool to export and inspect local iMessage database
homepage: https://github.com/ReagentX/imessage-exporter
fetch: homebrew
- key:
token: zplug
type: formula
stats:
30d: 412
90d: 1260
365d: 5520
description: Next-generation plugin manager for zsh
homepage: https://github.com/zplug/zplug/
fetch: homebrew
- key:
token: pluto
type: formula
tap: fairwindsops/tap
stats:
30d: 412
90d: 1369
365d: 7087
description: CLI tool to help discover deprecated apiVersions in Kubernetes
homepage: https://fairwinds.com
definition: https://github.com/fairwindsops/homebrew-tap/blob/HEAD/Formula/pluto.rb
version: 5.21.3
file_paths:
- Formula/pluto.rb
fetch: repo_direct
- key:
token: sshfs-mac
type: formula
tap: gromgit/fuse
stats:
30d: 412
90d: 1039
365d: 2648
description: File system client based on SSH File Transfer Protocol
definition: https://github.com/gromgit/homebrew-fuse/blob/HEAD/Formula/sshfs-mac.rb
file_paths:
- Formula/sshfs-mac.rb
fetch: repo_direct
- key:
token: yubico-piv-tool
type: formula
stats:
30d: 411
90d: 1554
365d: 7585
description: Command-line tool for the YubiKey PIV application
homepage: https://developers.yubico.com/yubico-piv-tool/
fetch: homebrew
- key:
token: cpplint
type: formula
stats:
30d: 411
90d: 649
365d: 1876
description: Static code checker for C++
homepage: https://pypi.org/project/cpplint/
fetch: homebrew
- key:
token: awscli-local
type: formula
stats:
30d: 410
90d: 1224
365d: 5871
description: Thin wrapper around the `aws` command-line interface for use with LocalStack
homepage: https://www.localstack.cloud/
fetch: homebrew
- key:
token: pinact
type: formula
stats:
30d: 410
90d: 484
365d: 524
description: Pins GitHub Actions to full hashes and versions
homepage: https://github.com/suzuki-shunsuke/pinact
fetch: homebrew
- key:
token: activemq
type: formula
stats:
30d: 410
90d: 1200
365d: 4463
description: 'Apache ActiveMQ: powerful open source messaging server'
homepage: https://activemq.apache.org/
fetch: homebrew
- key:
token: mac-cleanup-py
type: formula
tap: mac-cleanup/mac-cleanup-py
stats:
30d: 410
90d: 889
365d: 2847
description: Python cleanup script for macOS
definition: https://github.com/mac-cleanup/homebrew-mac-cleanup-py/blob/HEAD/mac-cleanup-py.rb
file_paths:
- mac-cleanup-py.rb
fetch: repo_direct
- key:
token: approov
type: formula
tap: approov/cli
stats:
30d: 410
90d: 768
365d: 1123
description: Approov CLI tool
definition: https://github.com/approov/homebrew-cli/blob/HEAD/approov.rb
file_paths:
- approov.rb
fetch: repo_direct
- key:
token: tippecanoe
type: formula
stats:
30d: 410
90d: 1307
365d: 5313
description: Build vector tilesets from collections of GeoJSON features
homepage: https://github.com/felt/tippecanoe
fetch: homebrew
- key:
token: valkey
type: formula
stats:
30d: 408
90d: 889
365d: 1790
description: High-performance data structure server that primarily serves key/value
workloads
homepage: https://valkey.io
fetch: homebrew
- key:
token: faas-cli
type: formula
stats:
30d: 408
90d: 1277
365d: 6085
description: CLI for templating and/or deploying FaaS functions
homepage: https://www.openfaas.com/
fetch: homebrew
- key:
token: mongodb-community@4.4
type: formula
tap: mongodb/brew
stats:
30d: 408
90d: 1220
365d: 7028
description: High-performance, schema-free, document-oriented database
definition: https://github.com/mongodb/homebrew-brew/blob/HEAD/Formula/mongodb-community@4.4.rb
file_paths:
- Formula/mongodb-community@4.4.rb
fetch: repo_direct
- key:
token: python-gdbm@3.11
type: formula
stats:
30d: 408
90d: 1074
365d: 5076
description: Python interface to gdbm
homepage: https://www.python.org/
fetch: homebrew
- key:
token: astyle
type: formula
stats:
30d: 406
90d: 1019
365d: 5950
description: Source code beautifier for C, C++, C#, and Java
homepage: https://astyle.sourceforge.net/
fetch: homebrew
- key:
token: devil
type: formula
stats:
30d: 405
90d: 952
365d: 3514
description: Cross-platform image library
homepage: https://sourceforge.net/projects/openil/
fetch: homebrew
- key:
token: foreman
type: formula
stats:
30d: 404
90d: 688
365d: 1986
description: Manage Procfile-based applications
homepage: https://ddollar.github.io/foreman/
fetch: homebrew
- key:
token: libsecret
type: formula
stats:
30d: 404
90d: 1170
365d: 2780
description: Library for storing/retrieving passwords and other secrets
homepage: https://wiki.gnome.org/Projects/Libsecret
fetch: homebrew
- key:
token: stylelint
type: formula
stats:
30d: 403
90d: 1020
365d: 2912
description: Modern CSS linter
homepage: https://stylelint.io/
fetch: homebrew
- key:
token: mold
type: formula
stats:
30d: 403
90d: 1152
365d: 4840
description: Modern Linker
homepage: https://github.com/rui314/mold
fetch: homebrew
- key:
token: flow
type: formula
stats:
30d: 403
90d: 1106
365d: 5351
description: Static type checker for JavaScript
homepage: https://flow.org/
fetch: homebrew
- key:
token: terraform-docs
type: formula
tap: terraform-docs/tap
stats:
30d: 403
90d: 1206
365d: 4517
description: Tool to generate documentation from Terraform modules
homepage: https://terraform-docs.io/
definition: https://github.com/terraform-docs/homebrew-tap/blob/HEAD/terraform-docs.rb
version: 0.20.0
file_paths:
- terraform-docs.rb
fetch: repo_direct
- key:
token: net-snmp
type: formula
stats:
30d: 402
90d: 1049
365d: 3943
description: Implements SNMP v1, v2c, and v3, using IPv4 and IPv6
homepage: http://www.net-snmp.org/
fetch: homebrew
- key:
token: systemd
type: formula
stats:
30d: 402
90d: 1228
365d: 6699
description: System and service manager
homepage: https://systemd.io
fetch: homebrew
- key:
token: libgedit-tepl
type: formula
stats:
30d: 402
90d: 1220
365d: 4624
description: Gedit Technology - Text editor product line
homepage: https://gitlab.gnome.org/World/gedit/libgedit-tepl
fetch: homebrew
- key:
token: lrzsz
type: formula
stats:
30d: 399
90d: 1158
365d: 4943
description: Tools for zmodem/xmodem/ymodem file transfer
homepage: https://www.ohse.de/uwe/software/lrzsz.html
fetch: homebrew
- key:
token: wpscan
type: formula
tap: wpscanteam/tap
stats:
30d: 399
90d: 1478
365d: 5735
description: Black box WordPress vulnerability scanner
definition: https://github.com/wpscanteam/homebrew-tap/blob/HEAD/Formula/wpscan.rb
file_paths:
- Formula/wpscan.rb
fetch: repo_direct
- key:
token: vsce
type: formula
stats:
30d: 399
90d: 588
365d: 1250
description: Tool for packaging, publishing and managing VS Code extensions
homepage: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#vsce
fetch: homebrew
- key:
token: cockroach
type: formula
tap: cockroachdb/tap
stats:
30d: 399
90d: 1217
365d: 4586
description: Distributed SQL database
definition: https://github.com/cockroachdb/homebrew-tap/blob/HEAD/Formula/cockroach.rb
version: 25.1.4
file_paths:
- Formula/cockroach.rb
fetch: repo_direct
- key:
token: icarus-verilog
type: formula
stats:
30d: 398
90d: 1189
365d: 4264
description: Verilog simulation and synthesis tool
homepage: https://steveicarus.github.io/iverilog/
fetch: homebrew
- key:
token: basedpyright
type: formula
stats:
30d: 398
90d: 1066
365d: 2366
description: Pyright fork with various improvements and built-in pylance features
homepage: https://github.com/DetachHead/basedpyright
fetch: homebrew
- key:
token: gsmartcontrol
type: formula
stats:
30d: 396
90d: 1262
365d: 3645
description: Graphical user interface for smartctl
homepage: https://gsmartcontrol.shaduri.dev/
fetch: homebrew
- key:
token: icu4c
type: formula
tap: sidekickmoney/skm
stats:
30d: 395
90d: 1599
365d: 3685
description: C/C++ and Java libraries for Unicode and globalization
definition: https://github.com/sidekickmoney/homebrew-skm/blob/HEAD/Formula/icu4c.rb
version: '74.2'
file_paths:
- Formula/icu4c.rb
fetch: repo_direct
- key:
token: xq
type: formula
stats:
30d: 395
90d: 924
365d: 4721
description: Command-line XML and HTML beautifier and content extractor
homepage: https://github.com/sibprogrammer/xq
fetch: homebrew
- key:
token: catch2
type: formula
stats:
30d: 395
90d: 1097
365d: 4702
description: Modern, C++-native, test framework
homepage: https://github.com/catchorg/Catch2
fetch: homebrew
- key:
token: rain
type: formula
stats:
30d: 394
90d: 1278
365d: 4662
description: Command-line tool for working with AWS CloudFormation
homepage: https://github.com/aws-cloudformation/rain
fetch: homebrew
- key:
token: mactop
type: formula
stats:
30d: 393
90d: 1100
365d: 5173
description: Apple Silicon Monitor Top written in Golang
homepage: https://github.com/context-labs/mactop
fetch: homebrew
- key:
token: pocketbase
type: formula
stats:
30d: 393
90d: 1182
365d: 3744
description: Open source backend for your next project in 1 file
homepage: https://pocketbase.io/
fetch: homebrew
- key:
token: minisign
type: formula
stats:
30d: 393
90d: 1269
365d: 2453
description: Sign files & verify signatures. Works with signify in OpenBSD
homepage: https://jedisct1.github.io/minisign/
fetch: homebrew
- key:
token: onnxruntime
type: formula
stats:
30d: 393
90d: 1464
365d: 4103
description: Cross-platform, high performance scoring engine for ML models
homepage: https://github.com/microsoft/onnxruntime
fetch: homebrew
- key:
token: double-conversion
type: formula
stats:
30d: 392
90d: 1390
365d: 2402
description: Binary-decimal and decimal-binary routines for IEEE doubles
homepage: https://github.com/google/double-conversion
fetch: homebrew
- key:
token: arm-linux-gnueabihf-binutils
type: formula
stats:
30d: 392
90d: 1251
365d: 5863
description: FSF/GNU binutils for cross-compiling to arm-linux
homepage: https://www.gnu.org/software/binutils/binutils.html
fetch: homebrew
- key:
token: innoextract
type: formula
stats:
30d: 391
90d: 1134
365d: 6126
description: Tool to unpack installers created by Inno Setup
homepage: https://constexpr.org/innoextract/
fetch: homebrew
- key:
token: libexif
type: formula
stats:
30d: 391
90d: 1370
365d: 2698
description: EXIF parsing library
homepage: https://libexif.github.io/
fetch: homebrew
- key:
token: staticcheck
type: formula
stats:
30d: 390
90d: 1828
365d: 4156
description: State of the art linter for the Go programming language
homepage: https://staticcheck.dev/
fetch: homebrew
- key:
token: trunk
type: formula
stats:
30d: 388
90d: 861
365d: 3103
description: Build, bundle & ship your Rust WASM application to the web
homepage: https://trunkrs.dev/
fetch: homebrew
- key:
token: posting
type: formula
stats:
30d: 388
90d: 945
365d: 1091
description: Modern API client that lives in your terminal
homepage: https://github.com/darrenburns/posting
fetch: homebrew
- key:
token: apr-util
type: formula
stats:
30d: 388
90d: 1188
365d: 17960
description: Companion library to apr, the Apache Portable Runtime library
homepage: https://apr.apache.org/
fetch: homebrew
- key:
token: switchaudio-osx
type: formula
stats:
30d: 386
90d: 1184
365d: 13443
description: Change macOS audio source from the command-line
homepage: https://github.com/deweller/switchaudio-osx/
fetch: homebrew
- key:
token: wasmtime
type: formula
stats:
30d: 386
90d: 1808
365d: 7425
description: Standalone JIT-style runtime for WebAssembly, using Cranelift
homepage: https://wasmtime.dev/
fetch: homebrew
- key:
token: rancher-cli
type: formula
stats:
30d: 384
90d: 1018
365d: 3944
description: Unified tool to manage your Rancher server
homepage: https://github.com/rancher/cli
fetch: homebrew
- key:
token: tcpdump
type: formula
stats:
30d: 384
90d: 1355
365d: 6184
description: Command-line packet analyzer
homepage: https://www.tcpdump.org/
fetch: homebrew
- key:
token: libproxy
type: formula
stats:
30d: 383
90d: 1282
365d: 12563
description: Library that provides automatic proxy configuration management
homepage: https://libproxy.github.io/libproxy/
fetch: homebrew
- key:
token: john-jumbo
type: formula
stats:
30d: 383
90d: 1359
365d: 4442
description: Enhanced version of john, a UNIX password cracker
homepage: https://www.openwall.com/john/
fetch: homebrew
- key:
token: musl-cross
type: formula
tap: filosottile/musl-cross
stats:
30d: 383
90d: 1185
365d: 4357
description: Linux cross compilers based on musl libc
definition: https://github.com/filosottile/homebrew-musl-cross/blob/HEAD/musl-cross.rb
file_paths:
- musl-cross.rb
fetch: repo_direct
- key:
token: supervisor
type: formula
stats:
30d: 382
90d: 1101
365d: 4872
description: Process Control System
homepage: http://supervisord.org/
fetch: homebrew
- key:
token: render
type: formula
stats:
30d: 382
90d: 1058
365d: 1405
description: Command-line interface for Render
homepage: https://render.com/docs/cli
fetch: homebrew
- key:
token: brew-php-switcher
type: formula
stats:
30d: 381
90d: 1212
365d: 4629
description: Switch Apache / Valet / CLI configs between PHP versions
homepage: https://github.com/philcook/brew-php-switcher
fetch: homebrew
- key:
token: tuist@4.36.0
type: formula
tap: tuist/tuist
stats:
30d: 380
90d: 1088
365d: 1603
description: Create, maintain, and interact with Xcode projects at scale
definition: https://github.com/tuist/homebrew-tuist/blob/HEAD/Formula/tuist@4.36.0.rb
file_paths:
- Formula/tuist@4.36.0.rb
fetch: repo_direct
- key:
token: diff-so-fancy
type: formula
stats:
30d: 380
90d: 1044
365d: 4212
description: Good-lookin' diffs with diff-highlight and more
homepage: https://github.com/so-fancy/diff-so-fancy
fetch: homebrew
- key:
token: pcl
type: formula
stats:
30d: 379
90d: 1096
365d: 4330
description: Library for 2D/3D image and point cloud processing
homepage: https://pointclouds.org/
fetch: homebrew
- key:
token: coder
type: formula
tap: coder/coder
stats:
30d: 378
90d: 1150
365d: 3903
description: Tool for provisioning self-hosted development environments with Terraform
homepage: https://coder.com
definition: https://github.com/coder/homebrew-coder/blob/HEAD/Formula/coder.rb
version: 2.21.0
file_paths:
- Formula/coder.rb
fetch: repo_direct
- key:
token: libdvdcss
type: formula
stats:
30d: 378
90d: 1206
365d: 4567
description: Access DVDs as block devices without the decryption
homepage: https://www.videolan.org/developers/libdvdcss.html
fetch: homebrew
- key:
token: jless
type: formula
stats:
30d: 377
90d: 1250
365d: 5259
description: Command-line pager for JSON data
homepage: https://jless.io/
fetch: homebrew
- key:
token: pwntools
type: formula
stats:
30d: 376
90d: 915
365d: 3845
description: CTF framework used by Gallopsled in every CTF
homepage: https://github.com/Gallopsled/pwntools
fetch: homebrew
- key:
token: mdbtools
type: formula
stats:
30d: 375
90d: 1181
365d: 2900
description: Tools to facilitate the use of Microsoft Access databases
homepage: https://github.com/mdbtools/mdbtools/
fetch: homebrew
- key:
token: pgloader
type: formula
stats:
30d: 375
90d: 1093
365d: 3808
description: Data loading tool for PostgreSQL
homepage: https://github.com/dimitri/pgloader
fetch: homebrew
- key:
token: asyncapi
type: formula
stats:
30d: 374
90d: 930
365d: 4146
description: All in one CLI for all AsyncAPI tools
homepage: https://github.com/asyncapi/cli
fetch: homebrew
- key:
token: hyperkit
type: formula
stats:
30d: 374
90d: 1301
365d: 7315
description: Toolkit for embedding hypervisor capabilities in your application
homepage: https://github.com/moby/hyperkit
fetch: homebrew
- key:
token: elixir-ls
type: formula
stats:
30d: 374
90d: 1221
365d: 4728
description: Language Server and Debugger for Elixir
homepage: https://elixir-lsp.github.io/elixir-ls
fetch: homebrew
- key:
token: glibmm@2.66
type: formula
stats:
30d: 374
90d: 584
365d: 2198
description: C++ interface to glib
homepage: https://gtkmm.gnome.org/
fetch: homebrew
- key:
token: ncmpcpp
type: formula
stats:
30d: 373
90d: 699
365d: 3066
description: Ncurses-based client for the Music Player Daemon
homepage: https://rybczak.net/ncmpcpp/
fetch: homebrew
- key:
token: zls
type: formula
stats:
30d: 372
90d: 1095
365d: 3617
description: Language Server for Zig
homepage: https://zigtools.org/zls/
fetch: homebrew
- key:
token: mirrord
type: formula
tap: metalbear-co/mirrord
stats:
30d: 371
90d: 1314
365d: 5073
description: Connect your local process and your cloud environment
definition: https://github.com/metalbear-co/homebrew-mirrord/blob/HEAD/mirrord.rb
file_paths:
- mirrord.rb
fetch: repo_direct
- key:
token: git-extras
type: formula
stats:
30d: 371
90d: 1269
365d: 8058
description: Small git utilities
homepage: https://github.com/tj/git-extras
fetch: homebrew
- key:
token: libmediainfo
type: formula
stats:
30d: 370
90d: 753
365d: 3725
description: Shared library for mediainfo
homepage: https://mediaarea.net/en/MediaInfo
fetch: homebrew
- key:
token: git-flow-avh
type: formula
stats:
30d: 370
90d: 1106
365d: 5407
description: AVH edition of git-flow
homepage: https://github.com/petervanderdoes/gitflow-avh
fetch: homebrew
- key:
token: xonsh
type: formula
stats:
30d: 370
90d: 1013
365d: 3296
description: Python-powered, cross-platform, Unix-gazing shell language and command
prompt
homepage: https://xon.sh/
fetch: homebrew
- key:
token: msodbcsql
type: formula
tap: microsoft/mssql-release
stats:
30d: 370
90d: 1248
365d: 5524
description: ODBC Driver for Microsoft(R) SQL Server(R)
definition: https://github.com/microsoft/homebrew-mssql-release/blob/HEAD/Formula/msodbcsql.rb
version: 13.1.9.2
file_paths:
- Formula/msodbcsql.rb
fetch: repo_direct
- key:
token: tabby
type: formula
tap: tabbyml/tabby
stats:
30d: 369
90d: 1313
365d: 4357
description: 'Tabby: AI Coding Assistant'
definition: https://github.com/tabbyml/homebrew-tabby/blob/HEAD/Formula/tabby.rb
version: 0.27.0
file_paths:
- Formula/tabby.rb
fetch: repo_direct
- key:
token: armadillo
type: formula
stats:
30d: 369
90d: 1102
365d: 5081
description: C++ linear algebra library
homepage: https://arma.sourceforge.net/
fetch: homebrew
- key:
token: libvpx
type: formula
stats:
30d: 368
90d: 1333
365d: 6466
description: VP8/VP9 video codec
homepage: https://www.webmproject.org/code/
fetch: homebrew
- key:
token: docker
type: formula
tap: sidekickmoney/skm
stats:
30d: 367
90d: 1431
365d: 3405
description: Pack, ship and run any application as a lightweight container
homepage: https://www.docker.com/
definition: https://github.com/sidekickmoney/homebrew-skm/blob/HEAD/Formula/docker.rb
file_paths:
- Formula/docker.rb
fetch: repo_direct
- key:
token: makensis
type: formula
stats:
30d: 367
90d: 668
365d: 1969
description: System to create Windows installers
homepage: https://nsis.sourceforge.net/
fetch: homebrew
- key:
token: scc
type: formula
stats:
30d: 366
90d: 1716
365d: 7634
description: Fast and accurate code counter with complexity and COCOMO estimates
homepage: https://github.com/boyter/scc/
fetch: homebrew
- key:
token: arpack
type: formula
stats:
30d: 366
90d: 1325
365d: 5314
description: Routines to solve large scale eigenvalue problems
homepage: https://github.com/opencollab/arpack-ng
fetch: homebrew
- key:
token: wp-cli
type: formula
stats:
30d: 365
90d: 1234
365d: 6317
description: Command-line interface for WordPress
homepage: https://wp-cli.org/
fetch: homebrew
- key:
token: fabric-ai
type: formula
stats:
30d: 365
90d: 405
365d: 405
description: Open-source framework for augmenting humans using AI
homepage: https://danielmiessler.com/p/fabric-origin-story
fetch: homebrew
- key:
token: rtorrent
type: formula
stats:
30d: 365
90d: 781
365d: 2628
description: Ncurses BitTorrent client based on libtorrent-rakshasa
homepage: https://github.com/rakshasa/rtorrent
fetch: homebrew
- key:
token: cue
type: formula
stats:
30d: 364
90d: 1164
365d: 4391
description: Validate and define text-based and dynamic configuration
homepage: https://cuelang.org/
fetch: homebrew
- key:
token: ffmpeg@5
type: formula
stats:
30d: 364
90d: 909
365d: 3988
description: Play, record, convert, and stream audio and video
homepage: https://ffmpeg.org/
fetch: homebrew
- key:
token: kubecolor
type: formula
stats:
30d: 364
90d: 1608
365d: 5289
description: Colorize your kubectl output
homepage: https://kubecolor.github.io/
fetch: homebrew
- key:
token: gradle@7
type: formula
stats:
30d: 363
90d: 1283
365d: 5930
description: Open-source build automation tool based on the Groovy and Kotlin DSL
homepage: https://www.gradle.org/
fetch: homebrew
- key:
token: telepresence-oss
type: formula
tap: telepresenceio/telepresence
stats:
30d: 362
90d: 816
365d: 1316
description: Local dev environment attached to a remote Kubernetes cluster
definition: https://github.com/telepresenceio/homebrew-telepresence/blob/HEAD/Formula/telepresence-oss.rb
version: 2.22.3
file_paths:
- Formula/telepresence-oss.rb
fetch: repo_direct
- key:
token: pure
type: formula
stats:
30d: 362
90d: 1173
365d: 5538
description: Pretty, minimal and fast ZSH prompt
homepage: https://github.com/sindresorhus/pure
fetch: homebrew
- key:
token: mlx
type: formula
stats:
30d: 362
90d: 987
365d: 2212
description: Array framework for Apple silicon
homepage: https://github.com/ml-explore/mlx
fetch: homebrew
- key:
token: subfinder
type: formula
stats:
30d: 362
90d: 1781
365d: 4235
description: Subdomain discovery tool
homepage: https://github.com/projectdiscovery/subfinder
fetch: homebrew
- key:
token: mpg123
type: formula
stats:
30d: 361
90d: 1481
365d: 12007
description: MP3 player for Linux and UNIX
homepage: https://www.mpg123.de/
fetch: homebrew
- key:
token: ctags
type: formula
stats:
30d: 361
90d: 1164
365d: 5175
description: Reimplementation of ctags(1)
homepage: https://ctags.sourceforge.net/
fetch: homebrew
- key:
token: percona-server@8.0
type: formula
stats:
30d: 360
90d: 991
365d: 991
description: Drop-in MySQL replacement
homepage: https://www.percona.com
fetch: homebrew
- key:
token: libsoup@2
type: formula
stats:
30d: 359
90d: 660
365d: 1289
description: HTTP client/server library for GNOME
homepage: https://wiki.gnome.org/Projects/libsoup
fetch: homebrew
- key:
token: navi
type: formula
stats:
30d: 359
90d: 1992
365d: 4980
description: Interactive cheatsheet tool for the command-line
homepage: https://github.com/denisidoro/navi
fetch: homebrew
- key:
token: gource
type: formula
stats:
30d: 358
90d: 1288
365d: 7901
description: Version Control Visualization Tool
homepage: https://gource.io/
fetch: homebrew
- key:
token: hey
type: formula
stats:
30d: 356
90d: 1090
365d: 4062
description: HTTP load generator, ApacheBench (ab) replacement
homepage: https://github.com/rakyll/hey
fetch: homebrew
- key:
token: libgccjit
type: formula
stats:
30d: 356
90d: 1091
365d: 8222
description: JIT library for the GNU compiler collection
homepage: https://gcc.gnu.org/
fetch: homebrew
- key:
token: radare2
type: formula
stats:
30d: 354
90d: 1045
365d: 9909
description: Reverse engineering framework
homepage: https://radare.org
fetch: homebrew
- key:
token: yaml-language-server
type: formula
stats:
30d: 354
90d: 1612
365d: 3531
description: Language Server for Yaml Files
homepage: https://github.com/redhat-developer/yaml-language-server
fetch: homebrew
- key:
token: cog
type: formula
stats:
30d: 353
90d: 639
365d: 3522
description: Containers for machine learning
homepage: https://cog.run/
fetch: homebrew
- key:
token: beeai
type: formula
tap: i-am-bee/beeai
stats:
30d: 352
90d: 410
365d: 410
description: Command-line interface and server for the BeeAI platform
definition: https://github.com/i-am-bee/homebrew-beeai/blob/HEAD/Formula/beeai.rb
file_paths:
- Formula/beeai.rb
fetch: repo_direct
- key:
token: vapoursynth
type: formula
stats:
30d: 352
90d: 1190
365d: 13597
description: Video processing framework with simplicity in mind
homepage: https://www.vapoursynth.com
fetch: homebrew
- key:
token: pypy
type: formula
stats:
30d: 352
90d: 1453
365d: 5901
description: Highly performant implementation of Python 2 in Python
homepage: https://pypy.org/
fetch: homebrew
- key:
token: xh
type: formula
stats:
30d: 351
90d: 1806
365d: 6277
description: Friendly and fast tool for sending HTTP requests
homepage: https://github.com/ducaale/xh
fetch: homebrew
- key:
token: unrar
type: formula
tap: carlocab/personal
stats:
30d: 351
90d: 927
365d: 2639
description: Extract, view, and test RAR archives
definition: https://github.com/carlocab/homebrew-personal/blob/HEAD/Formula/unrar.rb
file_paths:
- Formula/unrar.rb
fetch: repo_direct
- key:
token: ceres-solver
type: formula
stats:
30d: 351
90d: 1147
365d: 10962
description: C++ library for large-scale optimization
homepage: http://ceres-solver.org/
fetch: homebrew
- key:
token: recode
type: formula
stats:
30d: 349
90d: 500
365d: 1108
description: Convert character set (charsets)
homepage: https://github.com/rrthomas/recode
fetch: homebrew
- key:
token: vice
type: formula
stats:
30d: 349
90d: 759
365d: 1614
description: Versatile Commodore Emulator
homepage: https://sourceforge.net/projects/vice-emu/
fetch: homebrew
- key:
token: protoc-gen-grpc-web
type: formula
stats:
30d: 349
90d: 650
365d: 2712
description: Protoc plugin that generates code for gRPC-Web clients
homepage: https://github.com/grpc/grpc-web
fetch: homebrew
- key:
token: libressl
type: formula
stats:
30d: 349
90d: 1181
365d: 6905
description: Version of the SSL/TLS protocol forked from OpenSSL
homepage: https://www.libressl.org/
fetch: homebrew
- key:
token: mailhog
type: formula
stats:
30d: 349
90d: 1032
365d: 4246
description: Web and API based SMTP testing tool
homepage: https://github.com/mailhog/MailHog
fetch: homebrew
- key:
token: icu4c@75
type: formula
stats:
30d: 348
90d: 1493
365d: 17723
description: C/C++ and Java libraries for Unicode and globalization
homepage: https://icu.unicode.org/home
fetch: homebrew
- key:
token: fern-api
type: formula
stats:
30d: 348
90d: 1083
365d: 3025
description: Stripe-level SDKs and Docs for your API
homepage: https://buildwithfern.com/
fetch: homebrew
- key:
token: protobuf@21
type: formula
stats:
30d: 347
90d: 1303
365d: 7027
description: Protocol buffers (Google's data interchange format)
homepage: https://protobuf.dev/
fetch: homebrew
- key:
token: clusterctl
type: formula
stats:
30d: 347
90d: 1213
365d: 5276
description: Home for the Cluster Management API work, a subproject of sig-cluster-lifecycle
homepage: https://cluster-api.sigs.k8s.io
fetch: homebrew
- key:
token: sc-im
type: formula
stats:
30d: 346
90d: 663
365d: 2264
description: Spreadsheet program for the terminal, using ncurses
homepage: https://github.com/andmarti1424/sc-im
fetch: homebrew
- key:
token: spaceship
type: formula
stats:
30d: 343
90d: 1015
365d: 7560
description: Zsh prompt for Astronauts
homepage: https://spaceship-prompt.sh/
fetch: homebrew
- key:
token: dav1d
type: formula
stats:
30d: 343
90d: 2170
365d: 9395
description: AV1 decoder targeted to be small and fast
homepage: https://code.videolan.org/videolan/dav1d
fetch: homebrew
- key:
token: graph-tool
type: formula
stats:
30d: 343
90d: 1107
365d: 4364
description: Efficient network analysis for Python 3
homepage: https://graph-tool.skewed.de/
fetch: homebrew
- key:
token: osx-cpu-temp
type: formula
stats:
30d: 342
90d: 823
365d: 2777
description: Outputs current CPU temperature for OSX
homepage: https://github.com/lavoiesl/osx-cpu-temp
fetch: homebrew
- key:
token: lsof
type: formula
stats:
30d: 340
90d: 1068
365d: 3554
description: Utility to list open files
homepage: https://github.com/lsof-org/lsof
fetch: homebrew
- key:
token: pstoedit
type: formula
stats:
30d: 339
90d: 1210
365d: 2881
description: Convert PostScript and PDF files to editable vector graphics
homepage: http://www.pstoedit.net/
fetch: homebrew
- key:
token: usbutils
type: formula
stats:
30d: 338
90d: 1174
365d: 3669
description: List detailed info about USB devices
homepage: http://www.linux-usb.org/
fetch: homebrew
- key:
token: yj
type: formula
stats:
30d: 338
90d: 1064
365d: 7472
description: CLI to convert between YAML, TOML, JSON and HCL
homepage: https://github.com/sclevine/yj
fetch: homebrew
- key:
token: duck
type: formula
stats:
30d: 335
90d: 1638
365d: 6158
description: Command-line interface for Cyberduck (a multi-protocol file transfer
tool)
homepage: https://duck.sh/
fetch: homebrew
- key:
token: balena-cli
type: formula
stats:
30d: 335
90d: 771
365d: 4117
description: Command-line tool for interacting with the balenaCloud and balena API
homepage: https://docs.balena.io/reference/balena-cli/latest/
fetch: homebrew
- key:
token: you-get
type: formula
stats:
30d: 334
90d: 1316
365d: 7820
description: Dumb downloader that scrapes the web
homepage: https://you-get.org/
fetch: homebrew
- key:
token: nkf
type: formula
stats:
30d: 334
90d: 1130
365d: 4417
description: Network Kanji code conversion Filter (NKF)
homepage: https://osdn.net/projects/nkf/
fetch: homebrew
- key:
token: bitcoin
type: formula
stats:
30d: 333
90d: 1095
365d: 3780
description: Decentralized, peer to peer payment network
homepage: https://bitcoincore.org/
fetch: homebrew
- key:
token: trash
type: formula
stats:
30d: 333
90d: 1020
365d: 4391
description: CLI tool that moves files or folder to the trash
homepage: https://hasseg.org/trash/
fetch: homebrew
- key:
token: ffuf
type: formula
stats:
30d: 333
90d: 967
365d: 3432
description: Fast web fuzzer written in Go
homepage: https://github.com/ffuf/ffuf
fetch: homebrew
- key:
token: yadm
type: formula
stats:
30d: 332
90d: 1467
365d: 3772
description: Yet Another Dotfiles Manager
homepage: https://yadm.io/
fetch: homebrew
- key:
token: cmus
type: formula
stats:
30d: 332
90d: 1154
365d: 4472
description: Music player with an ncurses based interface
homepage: https://cmus.github.io/
fetch: homebrew
- key:
token: curlie
type: formula
stats:
30d: 332
90d: 1259
365d: 2350
description: Power of curl, ease of use of httpie
homepage: https://github.com/rs/curlie
fetch: homebrew
- key:
token: xmake
type: formula
stats:
30d: 332
90d: 809
365d: 3627
description: Cross-platform build utility based on Lua
homepage: https://xmake.io/
fetch: homebrew
- key:
token: dialog
type: formula
stats:
30d: 331
90d: 1842
365d: 5674
description: Display user-friendly message boxes from shell scripts
homepage: https://invisible-island.net/dialog/
fetch: homebrew
- key:
token: oxipng
type: formula
stats:
30d: 331
90d: 980
365d: 3200
description: Multithreaded PNG optimizer written in Rust
homepage: https://github.com/shssoichiro/oxipng
fetch: homebrew
- key:
token: libraqm
type: formula
stats:
30d: 331
90d: 1183
365d: 9033
description: Library for complex text layout
homepage: https://github.com/HOST-Oman/libraqm
fetch: homebrew
- key:
token: yaml-cpp
type: formula
stats:
30d: 330
90d: 915
365d: 3874
description: C++ YAML parser and emitter for YAML 1.2 spec
homepage: https://github.com/jbeder/yaml-cpp
fetch: homebrew
- key:
token: raylib
type: formula
stats:
30d: 329
90d: 1177
365d: 4754
description: Simple and easy-to-use library to learn videogames programming
homepage: https://www.raylib.com/
fetch: homebrew
- key:
token: jnv
type: formula
stats:
30d: 329
90d: 620
365d: 3217
description: Interactive JSON filter using jq
homepage: https://github.com/ynqa/jnv
fetch: homebrew
- key:
token: kcl
type: formula
tap: kcl-lang/tap
stats:
30d: 329
90d: 658
365d: 2192
description: KCL Command Line Interface
definition: https://github.com/kcl-lang/homebrew-tap/blob/HEAD/HomebrewFormula/kcl.rb
version: 0.11.1
file_paths:
- HomebrewFormula/kcl.rb
fetch: repo_analysis
- key:
token: include-what-you-use
type: formula
stats:
30d: 329
90d: 581
365d: 2146
description: 'Tool to analyze #includes in C and C++ source files'
homepage: https://include-what-you-use.org/
fetch: homebrew
- key:
token: watchexec
type: formula
stats:
30d: 329
90d: 1340
365d: 5718
description: Execute commands when watched files change
homepage: https://watchexec.github.io/
fetch: homebrew
- key:
token: libmemcached
type: formula
stats:
30d: 329
90d: 781
365d: 2715
description: C and C++ client library to the memcached server
homepage: https://libmemcached.org/
fetch: homebrew
- key:
token: marp-cli
type: formula
stats:
30d: 328
90d: 2027
365d: 5396
description: Easily convert Marp Markdown files into static HTML/CSS, PDF, PPT and
images
homepage: https://github.com/marp-team/marp-cli
fetch: homebrew
- key:
token: uhd
type: formula
stats:
30d: 328
90d: 1236
365d: 5184
description: Hardware driver for all USRP devices
homepage: https://files.ettus.com/manual/
fetch: homebrew
- key:
token: rubyfmt
type: formula
stats:
30d: 328
90d: 383
365d: 1453
description: Ruby autoformatter
homepage: https://github.com/fables-tales/rubyfmt
fetch: homebrew
- key:
token: snakemake
type: formula
stats:
30d: 328
90d: 625
365d: 2804
description: Pythonic workflow system
homepage: https://snakemake.readthedocs.io/
fetch: homebrew
- key:
token: protolint
type: formula
tap: yoheimuta/protolint
stats:
30d: 326
90d: 1102
365d: 4582
description: Pluggable linter and fixer to enforce Protocol Buffer style and conventions
homepage: https://github.com/yoheimuta/protolint
definition: https://github.com/yoheimuta/homebrew-protolint/blob/HEAD/Formula/protolint.rb
version: 0.53.0
file_paths:
- Formula/protolint.rb
fetch: repo_direct
- key:
token: theharvester
type: formula
stats:
30d: 326
90d: 1284
365d: 2876
description: Gather materials from public sources (for pen testers)
homepage: https://www.edge-security.com/theharvester.php
fetch: homebrew
- key:
token: b2-tools
type: formula
stats:
30d: 325
90d: 1298
365d: 6560
description: B2 Cloud Storage Command-Line Tools
homepage: https://github.com/Backblaze/B2_Command_Line_Tool
fetch: homebrew
- key:
token: virt-viewer
type: formula
tap: jeffreywildman/virt-manager
stats:
30d: 325
90d: 989
365d: 4050
description: App for virtualized guest interaction
definition: https://github.com/jeffreywildman/homebrew-virt-manager/blob/HEAD/virt-viewer.rb
file_paths:
- virt-viewer.rb
fetch: repo_direct
- key:
token: pgformatter
type: formula
stats:
30d: 324
90d: 487
365d: 1148
description: PostgreSQL syntax beautifier
homepage: https://sqlformat.darold.net/
fetch: homebrew
- key:
token: libnotify
type: formula
stats:
30d: 324
90d: 768
365d: 1533
description: Library that sends desktop notifications to a notification daemon
homepage: https://gitlab.gnome.org/GNOME/libnotify
fetch: homebrew
- key:
token: glibc
type: formula
stats:
30d: 324
90d: 740
365d: 2831
description: GNU C Library
homepage: https://www.gnu.org/software/libc/
fetch: homebrew
- key:
token: ldc
type: formula
stats:
30d: 323
90d: 487
365d: 2095
description: Portable D programming language compiler
homepage: https://wiki.dlang.org/LDC
fetch: homebrew
- key:
token: xorriso
type: formula
stats:
30d: 323
90d: 708
365d: 2221
description: ISO9660+RR manipulation tool
homepage: https://www.gnu.org/software/xorriso/
fetch: homebrew
- key:
token: cue
type: formula
tap: cue-lang/tap
stats:
30d: 322
90d: 937
365d: 4185
description: Validate and define text-based and dynamic configuration
homepage: https://cuelang.org/
definition: https://github.com/cue-lang/homebrew-tap/blob/HEAD/cue.rb
version: 0.12.1
file_paths:
- cue.rb
fetch: repo_direct
- key:
token: flux
type: formula
stats:
30d: 321
90d: 1066
365d: 3877
description: Lightweight scripting language for querying databases
homepage: https://www.influxdata.com/products/flux/
fetch: homebrew
- key:
token: zsh-history-substring-search
type: formula
stats:
30d: 321
90d: 954
365d: 3933
description: Zsh port of Fish shell's history search
homepage: https://github.com/zsh-users/zsh-history-substring-search
fetch: homebrew
- key:
token: devspace
type: formula
stats:
30d: 321
90d: 694
365d: 2774
description: CLI helps develop/deploy/debug apps with Docker and k8s
homepage: https://devspace.sh/
fetch: homebrew
- key:
token: aztfexport
type: formula
stats:
30d: 321
90d: 815
365d: 2632
description: Bring your existing Azure resources under the management of Terraform
homepage: https://azure.github.io/aztfexport/
fetch: homebrew
- key:
token: ldid
type: formula
stats:
30d: 321
90d: 903
365d: 3830
description: Lets you manipulate the signature block in a Mach-O binary
homepage: https://cydia.saurik.com/info/ldid/
fetch: homebrew
- key:
token: graphite2
type: formula
stats:
30d: 321
90d: 770
365d: 2437
description: Smart font renderer for non-Roman scripts
homepage: https://graphite.sil.org/
fetch: homebrew
- key:
token: go@1.20
type: formula
stats:
30d: 320
90d: 957
365d: 5350
description: Open source programming language to build simple/reliable/efficient
software
homepage: https://go.dev/
fetch: homebrew
- key:
token: proto
type: formula
stats:
30d: 318
90d: 873
365d: 3475
description: Pluggable multi-language version manager
homepage: https://moonrepo.dev/proto
fetch: homebrew
- key:
token: stress-ng
type: formula
stats:
30d: 318
90d: 951
365d: 3714
description: Stress test a computer system in various selectable ways
homepage: https://wiki.ubuntu.com/Kernel/Reference/stress-ng
fetch: homebrew
- key:
token: x86_64-elf-gcc
type: formula
stats:
30d: 318
90d: 1008
365d: 4354
description: GNU compiler collection for x86_64-elf
homepage: https://gcc.gnu.org
fetch: homebrew
- key:
token: rbenv-bundler
type: formula
stats:
30d: 318
90d: 907
365d: 2437
description: Makes shims aware of bundle install paths
homepage: https://github.com/carsomyr/rbenv-bundler
fetch: homebrew
- key:
token: rubberband
type: formula
stats:
30d: 317
90d: 1234
365d: 5771
description: Audio time stretcher tool and library
homepage: https://breakfastquay.com/rubberband/
fetch: homebrew
- key:
token: peco
type: formula
stats:
30d: 317
90d: 917
365d: 4035
description: Simplistic interactive filtering tool
homepage: https://github.com/peco/peco
fetch: homebrew
- key:
token: assimp
type: formula
stats:
30d: 315
90d: 1028
365d: 10239
description: Portable library for importing many well-known 3D model formats
homepage: https://www.assimp.org/
fetch: homebrew
- key:
token: mapnik
type: formula
stats:
30d: 315
90d: 715
365d: 3554
description: Toolkit for developing mapping applications
homepage: https://mapnik.org/
fetch: homebrew
- key:
token: spacectl
type: formula
tap: spacelift-io/spacelift
stats:
30d: 315
90d: 869
365d: 2862
description: Spacelift client and CLI
definition: https://github.com/spacelift-io/homebrew-spacelift/blob/HEAD/spacectl.rb
version: 1.11.0
file_paths:
- spacectl.rb
fetch: repo_direct
- key:
token: vfkit
type: formula
stats:
30d: 314
90d: 650
365d: 655
description: Command-line hypervisor using Apple's Virtualization Framework
homepage: https://github.com/crc-org/vfkit
fetch: homebrew
- key:
token: colmap
type: formula
stats:
30d: 314
90d: 782
365d: 2838
description: Structure-from-Motion and Multi-View Stereo
homepage: https://colmap.github.io/
fetch: homebrew
- key:
token: tailwindcss-language-server
type: formula
stats:
30d: 314
90d: 717
365d: 1770
description: LSP for TailwindCSS
homepage: https://github.com/tailwindlabs/tailwindcss-intellisense/tree/HEAD/packages/tailwindcss-language-server
fetch: homebrew
- key:
token: copilot-cli
type: formula
tap: aws/tap
stats:
30d: 312
90d: 782
365d: 5155
description: Copilot CLI - build, release and operate your container apps on AWS
definition: https://github.com/aws/homebrew-tap/blob/HEAD/Formula/copilot-cli.rb
file_paths:
- Formula/copilot-cli.rb
fetch: repo_direct
- key:
token: irssi
type: formula
stats:
30d: 311
90d: 1116
365d: 5550
description: Modular IRC client
homepage: https://irssi.org/
fetch: homebrew
- key:
token: sbomqs
type: formula
tap: interlynk-io/interlynk
stats:
30d: 311
90d: 403
365d: 681
description: sbomqs quality score for sboms
definition: https://github.com/interlynk-io/homebrew-interlynk/blob/HEAD/Formula/sbomqs.rb
version: v1.0.3
file_paths:
- Formula/sbomqs.rb
fetch: repo_direct
- key:
token: wxpython
type: formula
stats:
30d: 311
90d: 710
365d: 2712
description: Python bindings for wxWidgets
homepage: https://www.wxpython.org/
fetch: homebrew
- key:
token: phpstan
type: formula
stats:
30d: 311
90d: 1186
365d: 5463
description: PHP Static Analysis Tool
homepage: https://github.com/phpstan/phpstan
fetch: homebrew
- key:
token: libpsl
type: formula
stats:
30d: 310
90d: 1016
365d: 10856
description: C library for the Public Suffix List
homepage: https://rockdaboot.github.io/libpsl
fetch: homebrew
- key:
token: gromacs
type: formula
stats:
30d: 309
90d: 906
365d: 2762
description: Versatile package for molecular dynamics calculations
homepage: https://www.gromacs.org/
fetch: homebrew
- key:
token: spidermonkey
type: formula
stats:
30d: 309
90d: 674
365d: 2864
description: JavaScript-C Engine
homepage: https://spidermonkey.dev
fetch: homebrew
- key:
token: gitea
type: formula
stats:
30d: 309
90d: 978
365d: 2917
description: Painless self-hosted all-in-one software development service
homepage: https://about.gitea.com/
fetch: homebrew
- key:
token: fio
type: formula
stats:
30d: 309
90d: 1255
365d: 3659
description: I/O benchmark and stress test
homepage: https://github.com/axboe/fio
fetch: homebrew
- key:
token: toilet
type: formula
stats:
30d: 309
90d: 839
365d: 3084
description: Color-based alternative to figlet (uses libcaca)
homepage: http://caca.zoy.org/wiki/toilet
fetch: homebrew
- key:
token: autogen
type: formula
stats:
30d: 308
90d: 770
365d: 3035
description: Automated text file generator
homepage: https://autogen.sourceforge.net/
fetch: homebrew
- key:
token: sf
type: formula
stats:
30d: 308
90d: 606
365d: 997
description: Command-line toolkit for Salesforce development
homepage: https://developer.salesforce.com/tools/salesforcecli
fetch: homebrew
- key:
token: pypy3.10
type: formula
stats:
30d: 308
90d: 1025
365d: 6308
description: Implementation of Python 3 in Python
homepage: https://pypy.org/
fetch: homebrew
- key:
token: swift
type: formula
stats:
30d: 308
90d: 980
365d: 3971
description: High-performance system programming language
homepage: https://www.swift.org
fetch: homebrew
- key:
token: lf
type: formula
stats:
30d: 307
90d: 1478
365d: 4848
description: Terminal file manager
homepage: https://godoc.org/github.com/gokcehan/lf
fetch: homebrew
- key:
token: isync
type: formula
stats:
30d: 307
90d: 631
365d: 2077
description: Synchronize a maildir with an IMAP server
homepage: https://isync.sourceforge.io/
fetch: homebrew
- key:
token: fltk
type: formula
stats:
30d: 306
90d: 1204
365d: 3898
description: Cross-platform C++ GUI toolkit
homepage: https://www.fltk.org/
fetch: homebrew
- key:
token: asitop
type: formula
stats:
30d: 306
90d: 1201
365d: 3318
description: Perf monitoring CLI tool for Apple Silicon
homepage: https://tlkh.github.io/asitop/
fetch: homebrew
- key:
token: xan
type: formula
stats:
30d: 305
90d: 305
365d: 305
description: CSV CLI magician written in Rust
homepage: https://github.com/medialab/xan
fetch: homebrew
- key:
token: haskell-language-server
type: formula
stats:
30d: 305
90d: 588
365d: 2115
description: Integration point for ghcide and haskell-ide-engine. One IDE to rule
them all
homepage: https://github.com/haskell/haskell-language-server
fetch: homebrew
- key:
token: sfml@2
type: formula
stats:
30d: 305
90d: 649
365d: 749
description: Multi-media library with bindings for multiple languages
homepage: https://www.sfml-dev.org/
fetch: homebrew
- key:
token: doppler
type: formula
stats:
30d: 305
90d: 708
365d: 1436
description: CLI for interacting with Doppler secrets and configuration
homepage: https://docs.doppler.com/docs
fetch: homebrew
- key:
token: atlas
type: formula
stats:
30d: 305
90d: 872
365d: 4460
description: Database toolkit
homepage: https://atlasgo.io/
fetch: homebrew
- key:
token: sentry-wizard
type: formula
tap: getsentry/tools
stats:
30d: 305
90d: 917
365d: 2879
description: The Sentry Wizard helps you set up your projects with Sentry
definition: https://github.com/getsentry/homebrew-tools/blob/HEAD/Formula/sentry-wizard.rb
version: 4.6.0
file_paths:
- Formula/sentry-wizard.rb
fetch: repo_direct
- key:
token: sonarqube-lts
type: formula
stats:
30d: 305
90d: 1274
365d: 3175
- key:
token: mongocli
type: formula
stats:
30d: 305
90d: 1058
365d: 6579
description: MongoDB CLI enables you to manage your MongoDB in the Cloud
homepage: https://www.mongodb.com/docs/mongocli/current/
fetch: homebrew
- key:
token: clingo
type: formula
stats:
30d: 304
90d: 534
365d: 1985
description: ASP system to ground and solve logic programs
homepage: https://potassco.org/clingo/
fetch: homebrew
- key:
token: freeciv
type: formula
stats:
30d: 303
90d: 718
365d: 3326
description: Free and Open Source empire-building strategy game
homepage: https://freeciv.org/
fetch: homebrew
- key:
token: swaks
type: formula
stats:
30d: 302
90d: 772
365d: 2291
description: SMTP command-line test tool
homepage: https://www.jetmore.org/john/code/swaks/
fetch: homebrew
- key:
token: influxdb-cli
type: formula
stats:
30d: 302
90d: 1011
365d: 4894
description: CLI for managing resources in InfluxDB v2
homepage: https://influxdata.com/time-series-platform/influxdb/
fetch: homebrew
- key:
token: json-c
type: formula
stats:
30d: 302
90d: 931
365d: 4280
description: JSON parser for C
homepage: https://github.com/json-c/json-c/wiki
fetch: homebrew
- key:
token: yapf
type: formula
stats:
30d: 301
90d: 445
365d: 1586
description: Formatter for python code
homepage: https://github.com/google/yapf
fetch: homebrew
- key:
token: help2man
type: formula
stats:
30d: 301
90d: 903
365d: 3839
description: Automatically generate simple man pages
homepage: https://www.gnu.org/software/help2man/
fetch: homebrew
- key:
token: sdl12-compat
type: formula
stats:
30d: 301
90d: 973
365d: 4739
description: SDL 1.2 compatibility layer that uses SDL 2.0 behind the scenes
homepage: https://github.com/libsdl-org/sdl12-compat
fetch: homebrew
- key:
token: python-packaging
type: formula
stats:
30d: 300
90d: 1008
365d: 8470
description: Core utilities for Python packages
homepage: https://packaging.pypa.io/
fetch: homebrew
- key:
token: lastpass-cli
type: formula
stats:
30d: 300
90d: 1142
365d: 8488
description: LastPass command-line interface tool
homepage: https://github.com/lastpass/lastpass-cli
fetch: homebrew
- key:
token: go-parquet-tools
type: formula
stats:
30d: 300
90d: 889
365d: 1077
description: Utility to deal with Parquet data
homepage: https://github.com/hangxie/parquet-tools
fetch: homebrew
- key:
token: x86_64-linux-gnu-binutils
type: formula
stats:
30d: 299
90d: 957
365d: 4587
description: GNU Binutils for x86_64-linux-gnu cross development
homepage: https://www.gnu.org/software/binutils/binutils.html
fetch: homebrew
- key:
token: spoof-mac
type: formula
stats:
30d: 299
90d: 662
365d: 3175
description: Spoof your MAC address in macOS
homepage: https://github.com/feross/SpoofMAC
fetch: homebrew
- key:
token: minimal-racket
type: formula
stats:
30d: 298
90d: 873
365d: 2875
description: Modern programming language in the Lisp/Scheme family
homepage: https://racket-lang.org/
fetch: homebrew
- key:
token: m4
type: formula
stats:
30d: 297
90d: 973
365d: 5184
description: Macro processing language
homepage: https://www.gnu.org/software/m4/
fetch: homebrew
- key:
token: libvirt-python
type: formula
stats:
30d: 297
90d: 846
365d: 3230
description: Libvirt virtualization API python binding
homepage: https://www.libvirt.org/
fetch: homebrew
- key:
token: libmaxminddb
type: formula
stats:
30d: 296
90d: 1198
365d: 5928
description: C library for the MaxMind DB file format
homepage: https://github.com/maxmind/libmaxminddb
fetch: homebrew
- key:
token: aqua
type: formula
tap: aquaproj/aqua
stats:
30d: 296
90d: 957
365d: 7491
description: Declarative CLI Version manager
homepage: https://aquaproj.github.io/
definition: https://github.com/aquaproj/homebrew-aqua/blob/HEAD/aqua.rb
version: 2.48.1
file_paths:
- aqua.rb
fetch: repo_direct
- key:
token: crowdin
type: formula
stats:
30d: 296
90d: 1007
365d: 3318
description: Command-line tool that allows to manage your resources with crowdin.com
homepage: https://support.crowdin.com/cli-tool/
fetch: homebrew
- key:
token: newrelic-infra-agent
type: formula
stats:
30d: 296
90d: 899
365d: 3760
description: New Relic infrastructure agent
homepage: https://github.com/newrelic/infrastructure-agent
fetch: homebrew
- key:
token: snowflake-cli
type: formula
stats:
30d: 296
90d: 461
365d: 468
description: CLI for snowflake
homepage: https://docs.snowflake.com/developer-guide/snowflake-cli/index
fetch: homebrew
- key:
token: zim
type: formula
stats:
30d: 295
90d: 607
365d: 1562
description: Graphical text editor used to maintain a collection of wiki pages
homepage: https://zim-wiki.org/
fetch: homebrew
- key:
token: tcptraceroute
type: formula
stats:
30d: 295
90d: 995
365d: 3881
description: Traceroute implementation using TCP packets
homepage: https://github.com/mct/tcptraceroute
fetch: homebrew
- key:
token: rlwrap
type: formula
stats:
30d: 295
90d: 881
365d: 3722
description: 'Readline wrapper: adds readline support to tools that lack it'
homepage: https://github.com/hanslub42/rlwrap
fetch: homebrew
- key:
token: xcodes
type: formula
tap: robotsandpencils/made
stats:
30d: 295
90d: 1003
365d: 4474
description: Best command-line tool to install and switch between multiple versions
of Xcode
homepage: https://github.com/XcodesOrg/xcodes
definition: https://github.com/robotsandpencils/homebrew-made/blob/HEAD/Formula/xcodes.rb
file_paths:
- Formula/xcodes.rb
fetch: repo_direct
- key:
token: devcontainer
type: formula
stats:
30d: 295
90d: 1221
365d: 4564
description: Reference implementation for the Development Containers specification
homepage: https://containers.dev
fetch: homebrew
- key:
token: afflib
type: formula
stats:
30d: 293
90d: 534
365d: 1827
description: Advanced Forensic Format
homepage: https://github.com/sshock/AFFLIBv3
fetch: homebrew
- key:
token: opencascade
type: formula
stats:
30d: 293
90d: 849
365d: 3135
description: 3D modeling and numerical simulation software for CAD/CAM/CAE
homepage: https://dev.opencascade.org/
fetch: homebrew
- key:
token: detekt
type: formula
stats:
30d: 292
90d: 717
365d: 2105
description: Static code analysis for Kotlin
homepage: https://github.com/detekt/detekt
fetch: homebrew
- key:
token: autoenv
type: formula
stats:
30d: 292
90d: 541
365d: 1889
description: Per-project, per-directory shell environments
homepage: https://github.com/hyperupcall/autoenv
fetch: homebrew
- key:
token: arm-none-eabi-gdb
type: formula
stats:
30d: 291
90d: 1179
365d: 2952
description: GNU debugger for arm-none-eabi cross development
homepage: https://www.gnu.org/software/gdb/
fetch: homebrew
- key:
token: virtualenvwrapper
type: formula
stats:
30d: 291
90d: 1037
365d: 5144
description: Python virtualenv extensions
homepage: https://virtualenvwrapper.readthedocs.io/
fetch: homebrew
- key:
token: code-cli
type: formula
stats:
30d: 291
90d: 814
365d: 2951
description: Command-line interface built-in Visual Studio Code
homepage: https://github.com/microsoft/vscode
fetch: homebrew
- key:
token: mecab-ipadic
type: formula
stats:
30d: 291
90d: 861
365d: 3192
description: IPA dictionary compiled for MeCab
homepage: https://taku910.github.io/mecab/
fetch: homebrew
- key:
token: hopenpgp-tools
type: formula
stats:
30d: 291
90d: 478
365d: 1568
description: Command-line tools for OpenPGP-related operations
homepage: https://hackage.haskell.org/package/hopenpgp-tools
fetch: homebrew
- key:
token: msmtp
type: formula
stats:
30d: 289
90d: 1246
365d: 4084
description: SMTP client that can be used as an SMTP plugin for Mutt
homepage: https://marlam.de/msmtp/
fetch: homebrew
- key:
token: flint
type: formula
stats:
30d: 289
90d: 402
365d: 1273
description: C library for number theory
homepage: https://flintlib.org/
fetch: homebrew
- key:
token: hledger
type: formula
stats:
30d: 289
90d: 689
365d: 3021
description: Easy plain text accounting with command-line, terminal and web UIs
homepage: https://hledger.org/
fetch: homebrew
- key:
token: guetzli
type: formula
stats:
30d: 289
90d: 807
365d: 1755
description: Perceptual JPEG encoder
homepage: https://github.com/google/guetzli
fetch: homebrew
- key:
token: fx
type: formula
stats:
30d: 289
90d: 918
365d: 7481
description: Terminal JSON viewer
homepage: https://fx.wtf
fetch: homebrew
- key:
token: sqlcipher
type: formula
stats:
30d: 288
90d: 679
365d: 3135
description: SQLite extension providing 256-bit AES encryption
homepage: https://www.zetetic.net/sqlcipher/
fetch: homebrew
- key:
token: rmlint
type: formula
stats:
30d: 287
90d: 400
365d: 1148
description: Extremely fast tool to remove dupes and other lint from your filesystem
homepage: https://rmlint.readthedocs.io/en/master/
fetch: homebrew
- key:
token: mongodb-community-shell
type: formula
tap: mongodb/brew
stats:
30d: 287
90d: 1182
365d: 6674
description: An interactive JavaScript command-line interface to MongoDB
definition: https://github.com/mongodb/homebrew-brew/blob/HEAD/Formula/mongodb-community-shell.rb
file_paths:
- Formula/mongodb-community-shell.rb
fetch: repo_direct
- key:
token: dnscrypt-proxy
type: formula
stats:
30d: 287
90d: 749
365d: 1909
description: Secure communications between a client and a DNS resolver
homepage: https://dnscrypt.info
fetch: homebrew
- key:
token: jsoncpp
type: formula
stats:
30d: 287
90d: 884
365d: 4097
description: Library for interacting with JSON
homepage: https://github.com/open-source-parsers/jsoncpp
fetch: homebrew
- key:
token: zeek
type: formula
stats:
30d: 287
90d: 649
365d: 2854
description: Network security monitor
homepage: https://zeek.org/
fetch: homebrew
- key:
token: macaulay2
type: formula
tap: macaulay2/tap
stats:
30d: 287
90d: 374
365d: 1081
description: Software system for algebraic geometry research
definition: https://github.com/macaulay2/homebrew-tap/blob/HEAD/Formula/macaulay2.rb
file_paths:
- Formula/macaulay2.rb
fetch: repo_direct
- key:
token: wxmaxima
type: formula
stats:
30d: 286
90d: 959
365d: 4005
description: Cross platform GUI for Maxima
homepage: https://wxmaxima-developers.github.io/wxmaxima/
fetch: homebrew
- key:
token: mysql@5.7
type: formula
stats:
30d: 286
90d: 895
365d: 36651
description: Open source relational database management system
homepage: https://dev.mysql.com/doc/refman/5.7/en/
fetch: homebrew
- key:
token: suricata
type: formula
stats:
30d: 286
90d: 572
365d: 1820
description: Network IDS, IPS, and security monitoring engine
homepage: https://suricata.io
fetch: homebrew
- key:
token: b3sum
type: formula
stats:
30d: 286
90d: 553
365d: 1239
description: Command-line implementation of the BLAKE3 cryptographic hash function
homepage: https://github.com/BLAKE3-team/BLAKE3
fetch: homebrew
- key:
token: cypher-shell
type: formula
stats:
30d: 285
90d: 959
365d: 3413
description: Command-line shell where you can execute Cypher against Neo4j
homepage: https://neo4j.com
fetch: homebrew
- key:
token: vespa-cli
type: formula
stats:
30d: 285
90d: 1007
365d: 4913
description: Command-line tool for Vespa.ai
homepage: https://vespa.ai
fetch: homebrew
- key:
token: gphoto2
type: formula
stats:
30d: 285
90d: 662
365d: 2350
description: Command-line interface to libgphoto2
homepage: http://www.gphoto.org/
fetch: homebrew
- key:
token: atmos
type: formula
stats:
30d: 285
90d: 1259
365d: 3923
description: Universal Tool for DevOps and Cloud Automation
homepage: https://github.com/cloudposse/atmos
fetch: homebrew
- key:
token: awscurl
type: formula
stats:
30d: 285
90d: 912
365d: 5983
description: Curl like simplicity to access AWS resources
homepage: https://github.com/okigan/awscurl
fetch: homebrew
- key:
token: terrascan
type: formula
stats:
30d: 284
90d: 858
365d: 5466
description: Detect compliance and security violations across Infrastructure as
Code
homepage: https://runterrascan.io/
fetch: homebrew
- key:
token: asciidoctor
type: formula
stats:
30d: 284
90d: 828
365d: 6113
description: Text processor and publishing toolchain for AsciiDoc
homepage: https://asciidoctor.org/
fetch: homebrew
- key:
token: babashka
type: formula
tap: borkdude/brew
stats:
30d: 283
90d: 1110
365d: 5428
description: Native, fast starting Clojure interpreter for scripting.
definition: https://github.com/borkdude/homebrew-brew/blob/HEAD/babashka.rb
version: 1.12.197
file_paths:
- babashka.rb
fetch: repo_direct
- key:
token: gmt
type: formula
stats:
30d: 282
90d: 758
365d: 3863
description: Tools for manipulating and plotting geographic and Cartesian data
homepage: https://www.generic-mapping-tools.org/
fetch: homebrew
- key:
token: pkgx
type: formula
tap: pkgxdev/made
stats:
30d: 282
90d: 1469
365d: 5330
description: Standalone binary that can run anything
homepage: https://pkgx.sh
definition: https://github.com/pkgxdev/homebrew-made/blob/HEAD/pkgx.rb
file_paths:
- pkgx.rb
fetch: repo_direct
- key:
token: mvnd
type: formula
tap: mvndaemon/mvnd
stats:
30d: 281
90d: 458
365d: 1725
description: Apache Maven Daemon
definition: https://github.com/mvndaemon/homebrew-mvnd/blob/HEAD/Formula/mvnd.rb
version: 2.0.0-rc-3
file_paths:
- Formula/mvnd.rb
fetch: repo_direct
- key:
token: picocom
type: formula
stats:
30d: 281
90d: 775
365d: 2622
description: Minimal dumb-terminal emulation program
homepage: https://github.com/npat-efault/picocom
fetch: homebrew
- key:
token: freeze
type: formula
tap: charmbracelet/tap
stats:
30d: 281
90d: 338
365d: 827
description: Generate images of code and terminal output.
definition: https://github.com/charmbracelet/homebrew-tap/blob/HEAD/freeze.rb
version: 0.2.2
file_paths:
- freeze.rb
fetch: repo_direct
- key:
token: oauth2l
type: formula
stats:
30d: 281
90d: 622
365d: 1965
description: Simple CLI for interacting with Google oauth tokens
homepage: https://github.com/google/oauth2l
fetch: homebrew
- key:
token: git-absorb
type: formula
stats:
30d: 281
90d: 1004
365d: 3765
description: Automatic git commit --fixup
homepage: https://github.com/tummychow/git-absorb
fetch: homebrew
- key:
token: lazysql
type: formula
stats:
30d: 280
90d: 614
365d: 617
description: Cross-platform TUI database management tool
homepage: https://github.com/jorgerojas26/lazysql
fetch: homebrew
- key:
token: beautysh
type: formula
stats:
30d: 279
90d: 344
365d: 459
description: Bash beautifier
homepage: https://github.com/lovesegfault/beautysh
fetch: homebrew
- key:
token: libgsf
type: formula
stats:
30d: 279
90d: 938
365d: 5390
description: I/O abstraction library for dealing with structured file formats
homepage: https://gitlab.gnome.org/GNOME/libgsf
fetch: homebrew
- key:
token: spirv-tools
type: formula
stats:
30d: 279
90d: 788
365d: 1649
description: API and commands for processing SPIR-V modules
homepage: https://github.com/KhronosGroup/SPIRV-Tools
fetch: homebrew
- key:
token: kubevpn
type: formula
stats:
30d: 279
90d: 559
365d: 1295
description: Offers a Cloud-Native Dev Environment that connects to your K8s cluster
network
homepage: https://www.kubevpn.dev
fetch: homebrew
- key:
token: presenterm
type: formula
stats:
30d: 279
90d: 651
365d: 1101
description: Terminal slideshow tool
homepage: https://github.com/mfontanini/presenterm
fetch: homebrew
- key:
token: fisher
type: formula
stats:
30d: 279
90d: 867
365d: 4176
description: Plugin manager for the Fish shell
homepage: https://github.com/jorgebucaran/fisher
fetch: homebrew
- key:
token: checkbashisms
type: formula
stats:
30d: 279
90d: 722
365d: 1872
description: Checks for bashisms in shell scripts
homepage: https://launchpad.net/ubuntu/+source/devscripts/
fetch: homebrew
- key:
token: xterm
type: formula
stats:
30d: 278
90d: 1106
365d: 5758
description: Terminal emulator for the X Window System
homepage: https://invisible-island.net/xterm/
fetch: homebrew
- key:
token: awscli
type: formula
tap: sidekickmoney/skm
stats:
30d: 278
90d: 956
365d: 2068
description: Official Amazon AWS command-line interface
homepage: https://aws.amazon.com/cli/
definition: https://github.com/sidekickmoney/homebrew-skm/blob/HEAD/Formula/awscli.rb
file_paths:
- Formula/awscli.rb
fetch: repo_direct
- key:
token: gperftools
type: formula
stats:
30d: 278
90d: 757
365d: 3271
description: Multi-threaded malloc() and performance analysis tools
homepage: https://github.com/gperftools/gperftools
fetch: homebrew
- key:
token: fortitude
type: formula
stats:
30d: 277
90d: 291
365d: 291
description: Fortran linter
homepage: https://fortitude.readthedocs.io/en/stable/
fetch: homebrew
- key:
token: sysbench
type: formula
stats:
30d: 277
90d: 962
365d: 4208
description: System performance benchmark tool
homepage: https://github.com/akopytov/sysbench
fetch: homebrew
- key:
token: slackdump
type: formula
stats:
30d: 277
90d: 948
365d: 1617
description: Export Slack data without admin privileges
homepage: https://github.com/rusq/slackdump
fetch: homebrew
- key:
token: asciiquarium
type: formula
stats:
30d: 276
90d: 796
365d: 3141
description: Aquarium animation in ASCII art
homepage: https://robobunny.com/projects/asciiquarium/html/
fetch: homebrew
- key:
token: terminator
type: formula
stats:
30d: 276
90d: 869
365d: 4835
description: Multiple GNOME terminals in one window
homepage: https://gnome-terminator.org
fetch: homebrew
- key:
token: sslscan
type: formula
stats:
30d: 276
90d: 928
365d: 6377
description: Test SSL/TLS enabled services to discover supported cipher suites
homepage: https://github.com/rbsec/sslscan
fetch: homebrew
- key:
token: mimirtool
type: formula
stats:
30d: 275
90d: 518
365d: 1887
description: CLI for interacting with Grafana Mimir
homepage: https://grafana.com/docs/mimir/latest/operators-guide/tools/mimirtool/
fetch: homebrew
- key:
token: gpac
type: formula
stats:
30d: 275
90d: 796
365d: 3503
description: Multimedia framework for research and academic purposes
homepage: https://gpac.io/
fetch: homebrew
- key:
token: lzip
type: formula
stats:
30d: 275
90d: 1285
365d: 2575
description: LZMA-based compression program similar to gzip or bzip2
homepage: https://www.nongnu.org/lzip/
fetch: homebrew
- key:
token: hubble
type: formula
stats:
30d: 275
90d: 1107
365d: 4100
description: Network, Service & Security Observability for Kubernetes using eBPF
homepage: https://github.com/cilium/hubble
fetch: homebrew
- key:
token: conan@1
type: formula
stats:
30d: 275
90d: 724
365d: 3471
description: Distributed, open source, package manager for C/C++
homepage: https://conan.io
fetch: homebrew
- key:
token: muffet
type: formula
stats:
30d: 274
90d: 984
365d: 3369
description: Fast website link checker in Go
homepage: https://github.com/raviqqe/muffet
fetch: homebrew
- key:
token: cabal-install
type: formula
stats:
30d: 274
90d: 1054
365d: 4583
description: Command-line interface for Cabal and Hackage
homepage: https://www.haskell.org/cabal/
fetch: homebrew
- key:
token: blast
type: formula
stats:
30d: 274
90d: 751
365d: 2305
description: Basic Local Alignment Search Tool
homepage: https://blast.ncbi.nlm.nih.gov/
fetch: homebrew
- key:
token: potrace
type: formula
stats:
30d: 274
90d: 743
365d: 2287
description: Convert bitmaps to vector graphics
homepage: https://potrace.sourceforge.net/
fetch: homebrew
- key:
token: checkstyle
type: formula
stats:
30d: 274
90d: 788
365d: 2939
description: Check Java source against a coding standard
homepage: https://checkstyle.sourceforge.io/
fetch: homebrew
- key:
token: megatools
type: formula
stats:
30d: 274
90d: 629
365d: 1637
description: Command-line client for Mega.co.nz
homepage: https://xff.cz/megatools/
fetch: homebrew
- key:
token: ktfmt
type: formula
stats:
30d: 273
90d: 444
365d: 1213
description: Kotlin code formatter
homepage: https://facebook.github.io/ktfmt/
fetch: homebrew
- key:
token: git-secrets
type: formula
stats:
30d: 273
90d: 915
365d: 4141
description: Prevents you from committing sensitive information to a git repo
homepage: https://github.com/awslabs/git-secrets
fetch: homebrew
- key:
token: avr-gcc@9
type: formula
tap: osx-cross/avr
stats:
30d: 273
90d: 810
365d: 3602
description: GNU compiler collection for AVR 8-bit and 32-bit Microcontrollers
definition: https://github.com/osx-cross/homebrew-avr/blob/HEAD/Formula/avr-gcc@9.rb
file_paths:
- Formula/avr-gcc@9.rb
fetch: repo_direct
- key:
token: steampipe
type: formula
tap: turbot/tap
stats:
30d: 272
90d: 1164
365d: 5694
description: Use SQL to instantly query your cloud services
homepage: https://steampipe.io/
definition: https://github.com/turbot/homebrew-tap/blob/HEAD/Formula/steampipe.rb
version: 1.1.0
file_paths:
- Formula/steampipe.rb
fetch: repo_direct
- key:
token: tmuxp
type: formula
stats:
30d: 271
90d: 1168
365d: 3436
description: Tmux session manager. Built on libtmux
homepage: https://tmuxp.git-pull.com/
fetch: homebrew
- key:
token: werf
type: formula
stats:
30d: 271
90d: 928
365d: 2719
description: Consistent delivery tool for Kubernetes
homepage: https://werf.io/
fetch: homebrew
- key:
token: fig2dev
type: formula
stats:
30d: 271
90d: 933
365d: 2356
description: Translates figures generated by xfig to other formats
homepage: https://mcj.sourceforge.net/
fetch: homebrew
- key:
token: leiningen
type: formula
stats:
30d: 271
90d: 892
365d: 5206
description: Build tool for Clojure
homepage: https://github.com/technomancy/leiningen
fetch: homebrew
- key:
token: aha
type: formula
stats:
30d: 270
90d: 689
365d: 1005
description: ANSI HTML adapter
homepage: https://github.com/theZiz/aha
fetch: homebrew
- key:
token: bcftools
type: formula
stats:
30d: 270
90d: 791
365d: 3508
description: Tools for BCF/VCF files and variant calling from samtools
homepage: https://www.htslib.org/
fetch: homebrew
- key:
token: ipmitool
type: formula
stats:
30d: 270
90d: 946
365d: 3700
description: Utility for IPMI control with kernel driver or LAN interface
homepage: https://codeberg.org/IPMITool/ipmitool
fetch: homebrew
- key:
token: amass
type: formula
stats:
30d: 270
90d: 869
365d: 3217
description: In-depth attack surface mapping and asset discovery
homepage: https://owasp.org/www-project-amass/
fetch: homebrew
- key:
token: qsv
type: formula
stats:
30d: 270
90d: 1089
365d: 3646
description: Ultra-fast CSV data-wrangling toolkit
homepage: https://qsv.dathere.com/
fetch: homebrew
- key:
token: libpqxx
type: formula
stats:
30d: 270
90d: 712
365d: 2817
description: C++ connector for PostgreSQL
homepage: https://pqxx.org/development/libpqxx/
fetch: homebrew
- key:
token: scw
type: formula
stats:
30d: 269
90d: 756
365d: 2505
description: Command-line Interface for Scaleway
homepage: https://www.scaleway.com/en/cli/
fetch: homebrew
- key:
token: git-annex
type: formula
stats:
30d: 269
90d: 704
365d: 5408
description: Manage files with git without checking in file contents
homepage: https://git-annex.branchable.com/
fetch: homebrew
- key:
token: npm-check-updates
type: formula
stats:
30d: 269
90d: 636
365d: 2818
description: Find newer versions of dependencies than what your package.json allows
homepage: https://github.com/raineorshine/npm-check-updates
fetch: homebrew
- key:
token: libxmlb
type: formula
stats:
30d: 268
90d: 475
365d: 2223
description: Library for querying compressed XML metadata
homepage: https://github.com/hughsie/libxmlb
fetch: homebrew
- key:
token: yamlfix
type: formula
stats:
30d: 267
90d: 333
365d: 333
description: Simple and configurable YAML formatter that keeps comments
homepage: https://lyz-code.github.io/yamlfix/
fetch: homebrew
- key:
token: litecli
type: formula
stats:
30d: 267
90d: 947
365d: 2973
description: CLI for SQLite Databases with auto-completion and syntax highlighting
homepage: https://github.com/dbcli/litecli
fetch: homebrew
- key:
token: cdktf
type: formula
stats:
30d: 267
90d: 930
365d: 3390
description: Cloud Development Kit for Terraform
homepage: https://github.com/hashicorp/terraform-cdk
fetch: homebrew
- key:
token: tgenv
type: formula
stats:
30d: 267
90d: 832
365d: 4663
description: Terragrunt version manager inspired by tfenv
homepage: https://github.com/tgenv/tgenv
fetch: homebrew
- key:
token: fprettify
type: formula
stats:
30d: 267
90d: 296
365d: 545
description: Auto-formatter for modern fortran source code
homepage: https://github.com/fortran-lang/fprettify/
fetch: homebrew
- key:
token: svgo
type: formula
stats:
30d: 267
90d: 806
365d: 3013
description: Nodejs-based tool for optimizing SVG vector graphics files
homepage: https://svgo.dev/
fetch: homebrew
- key:
token: verilator
type: formula
stats:
30d: 266
90d: 922
365d: 3646
description: Verilog simulator
homepage: https://www.veripool.org/wiki/verilator
fetch: homebrew
- key:
token: cmocka
type: formula
stats:
30d: 266
90d: 855
365d: 3160
description: Unit testing framework for C
homepage: https://cmocka.org/
fetch: homebrew
- key:
token: frpc
type: formula
stats:
30d: 265
90d: 811
365d: 3620
description: Client app of fast reverse proxy to expose a local server to the internet
homepage: https://github.com/fatedier/frp
fetch: homebrew
- key:
token: git-cola
type: formula
stats:
30d: 265
90d: 1130
365d: 5045
description: Highly caffeinated git GUI
homepage: https://git-cola.github.io/
fetch: homebrew
- key:
token: xerces-c
type: formula
stats:
30d: 265
90d: 860
365d: 3702
description: Validating XML parser
homepage: https://xerces.apache.org/xerces-c/
fetch: homebrew
- key:
token: abctl
type: formula
tap: airbytehq/tap
stats:
30d: 265
90d: 852
365d: 4110
description: Airbyte
definition: https://github.com/airbytehq/homebrew-tap/blob/HEAD/Formula/abctl.rb
file_paths:
- Formula/abctl.rb
fetch: repo_direct
- key:
token: avro-tools
type: formula
stats:
30d: 265
90d: 637
365d: 3668
description: Avro command-line tools and utilities
homepage: https://avro.apache.org/
fetch: homebrew
- key:
token: brotli
type: formula
stats:
30d: 265
90d: 925
365d: 5720
description: Generic-purpose lossless compression algorithm by Google
homepage: https://github.com/google/brotli
fetch: homebrew
- key:
token: codespell
type: formula
stats:
30d: 264
90d: 1021
365d: 2119
description: Fix common misspellings in source code and text files
homepage: https://github.com/codespell-project/codespell
fetch: homebrew
- key:
token: llvm@15
type: formula
stats:
30d: 264
90d: 823
365d: 3390
description: Next-gen compiler infrastructure
homepage: https://llvm.org/
fetch: homebrew
- key:
token: fping
type: formula
stats:
30d: 264
90d: 1137
365d: 5359
description: Scriptable ping program for checking if multiple hosts are up
homepage: https://fping.org/
fetch: homebrew
- key:
token: gyb
type: formula
tap: nshipster/formulae
stats:
30d: 263
90d: 681
365d: 2552
description: CLI for backing up and restoring Gmail messages
homepage: https://github.com/GAM-team/got-your-back/
definition: https://github.com/nshipster/homebrew-formulae/blob/HEAD/Formula/gyb.rb
version: '2019-01-18'
file_paths:
- Formula/gyb.rb
fetch: repo_direct
- key:
token: coursier
type: formula
stats:
30d: 263
90d: 1126
365d: 5100
description: Pure Scala Artifact Fetching
homepage: https://get-coursier.io/
fetch: homebrew
- key:
token: ocaml
type: formula
stats:
30d: 263
90d: 1094
365d: 5536
description: General purpose programming language in the ML family
homepage: https://ocaml.org/
fetch: homebrew
- key:
token: fakeroot
type: formula
stats:
30d: 263
90d: 573
365d: 1870
description: Provide a fake root environment
homepage: https://tracker.debian.org/pkg/fakeroot
fetch: homebrew
- key:
token: netcdf-fortran
type: formula
stats:
30d: 263
90d: 528
365d: 1720
description: Fortran libraries and utilities for NetCDF
homepage: https://www.unidata.ucar.edu/software/netcdf/
fetch: homebrew
- key:
token: dtc
type: formula
stats:
30d: 262
90d: 938
365d: 5040
description: Device tree compiler
homepage: https://git.kernel.org/pub/scm/utils/dtc/dtc.git
fetch: homebrew
- key:
token: mob
type: formula
tap: remotemobprogramming/brew
stats:
30d: 262
90d: 457
365d: 2828
description: Tool for smooth Git handover in mob programming sessions
homepage: https://mob.sh
definition: https://github.com/remotemobprogramming/homebrew-brew/blob/HEAD/Formula/mob.rb
version: v5.4.0
file_paths:
- Formula/mob.rb
fetch: repo_direct
- key:
token: x264
type: formula
stats:
30d: 262
90d: 738
365d: 3770
description: H.264/AVC encoder
homepage: https://www.videolan.org/developers/x264.html
fetch: homebrew
- key:
token: scala-cli
type: formula
tap: virtuslab/scala-cli
stats:
30d: 262
90d: 863
365d: 3754
description: Launcher for ScalaCli
definition: https://github.com/virtuslab/homebrew-scala-cli/blob/HEAD/scala-cli.rb
version: 1.7.1
file_paths:
- scala-cli.rb
fetch: repo_direct
- key:
token: faiss
type: formula
stats:
30d: 262
90d: 811
365d: 2057
description: Efficient similarity search and clustering of dense vectors
homepage: https://github.com/facebookresearch/faiss
fetch: homebrew
- key:
token: mcfly
type: formula
stats:
30d: 261
90d: 1127
365d: 5870
description: Fly through your shell history
homepage: https://github.com/cantino/mcfly
fetch: homebrew
- key:
token: ctop
type: formula
stats:
30d: 261
90d: 941
365d: 3297
description: Top-like interface for container metrics
homepage: https://bcicen.github.io/ctop/
fetch: homebrew
- key:
token: vcluster
type: formula
stats:
30d: 260
90d: 775
365d: 2674
description: Creates fully functional virtual k8s cluster inside host k8s cluster's
namespace
homepage: https://www.vcluster.com
fetch: homebrew
- key:
token: django-completion
type: formula
stats:
30d: 260
90d: 861
365d: 3436
description: Bash completion for Django
homepage: https://www.djangoproject.com/
fetch: homebrew
- key:
token: mpdecimal
type: formula
stats:
30d: 259
90d: 819
365d: 6364
description: Library for decimal floating point arithmetic
homepage: https://www.bytereef.org/mpdecimal/
fetch: homebrew
- key:
token: kubetail
type: formula
stats:
30d: 259
90d: 629
365d: 1057
description: Logging tool for Kubernetes with a real-time web dashboard
homepage: https://www.kubetail.com/
fetch: homebrew
- key:
token: fselect
type: formula
stats:
30d: 259
90d: 548
365d: 1379
description: Find files with SQL-like queries
homepage: https://github.com/jhspetersson/fselect
fetch: homebrew
- key:
token: gersemi
type: formula
tap: obsproject/tools
stats:
30d: 258
90d: 770
365d: 1438
description: Formatter to make your CMake code the real treasure
homepage: https://github.com/BlankSpruce/gersemi
definition: https://github.com/obsproject/homebrew-tools/blob/HEAD/Formula/gersemi.rb
file_paths:
- Formula/gersemi.rb
fetch: repo_direct
- key:
token: ipopt
type: formula
stats:
30d: 258
90d: 712
365d: 3613
description: Interior point optimizer
homepage: https://coin-or.github.io/Ipopt/
fetch: homebrew
- key:
token: aarch64-elf-binutils
type: formula
stats:
30d: 257
90d: 833
365d: 4367
description: GNU Binutils for aarch64-elf cross development
homepage: https://www.gnu.org/software/binutils/
fetch: homebrew
- key:
token: ormolu
type: formula
stats:
30d: 257
90d: 312
365d: 656
description: Formatter for Haskell source code
homepage: https://github.com/tweag/ormolu
fetch: homebrew
- key:
token: localai
type: formula
stats:
30d: 257
90d: 799
365d: 1796
description: OpenAI alternative
homepage: https://localai.io
fetch: homebrew
- key:
token: siege
type: formula
stats:
30d: 257
90d: 875
365d: 3951
description: HTTP regression testing and benchmarking utility
homepage: https://www.joedog.org/siege-home/
fetch: homebrew
- key:
token: typescript-language-server
type: formula
stats:
30d: 257
90d: 841
365d: 2050
description: Language Server Protocol implementation for TypeScript wrapping tsserver
homepage: https://github.com/typescript-language-server/typescript-language-server
fetch: homebrew
- key:
token: audacious
type: formula
stats:
30d: 257
90d: 869
365d: 3988
description: Lightweight and versatile audio player
homepage: https://audacious-media-player.org/
fetch: homebrew
- key:
token: zola
type: formula
stats:
30d: 256
90d: 1207
365d: 4153
description: Fast static site generator in a single binary with everything built-in
homepage: https://www.getzola.org/
fetch: homebrew
- key:
token: deck
type: formula
tap: kong/deck
stats:
30d: 255
90d: 715
365d: 2506
description: Declarative configuration for Kong
definition: https://github.com/kong/homebrew-deck/blob/HEAD/Formula/deck.rb
version: 1.46.3
file_paths:
- Formula/deck.rb
fetch: repo_direct
- key:
token: bashate
type: formula
stats:
30d: 255
90d: 282
365d: 535
description: Code style enforcement for bash programs
homepage: https://github.com/openstack/bashate
fetch: homebrew
- key:
token: tart
type: formula
tap: cirruslabs/cli
stats:
30d: 255
90d: 1442
365d: 9088
description: macOS and Linux VMs on Apple Silicon to use in CI and other automations
homepage: https://tart.run/
definition: https://github.com/cirruslabs/homebrew-cli/blob/HEAD/tart.rb
version: 2.24.1
file_paths:
- tart.rb
fetch: repo_direct
- key:
token: gdu
type: formula
stats:
30d: 254
90d: 1058
365d: 5312
description: Disk usage analyzer with console interface written in Go
homepage: https://github.com/dundee/gdu
fetch: homebrew
- key:
token: flatbuffers
type: formula
stats:
30d: 254
90d: 1268
365d: 3212
description: Serialization library for C++, supporting Java, C#, and Go
homepage: https://google.github.io/flatbuffers
fetch: homebrew
- key:
token: clojure-lsp
type: formula
stats:
30d: 254
90d: 661
365d: 1731
description: Language Server (LSP) for Clojure
homepage: https://github.com/clojure-lsp/clojure-lsp
fetch: homebrew
- key:
token: extra-cmake-modules
type: formula
stats:
30d: 253
90d: 672
365d: 3168
description: Extra modules and scripts for CMake
homepage: https://api.kde.org/frameworks/extra-cmake-modules/html/index.html
fetch: homebrew
- key:
token: axel
type: formula
stats:
30d: 253
90d: 716
365d: 4298
description: Light UNIX download accelerator
homepage: https://github.com/axel-download-accelerator/axel
fetch: homebrew
- key:
token: solr
type: formula
stats:
30d: 252
90d: 750
365d: 2620
description: Enterprise search platform from the Apache Lucene project
homepage: https://solr.apache.org/
fetch: homebrew
- key:
token: clojure-lsp-native
type: formula
tap: clojure-lsp/brew
stats:
30d: 252
90d: 785
365d: 2063
description: Language Server (LSP) for Clojure
definition: https://github.com/clojure-lsp/homebrew-brew/blob/HEAD/clojure-lsp-native.rb
version: 2025.03.27-20.21.36
file_paths:
- clojure-lsp-native.rb
fetch: repo_direct
- key:
token: sshpass
type: formula
tap: esolitos/ipa
stats:
30d: 252
90d: 722
365d: 3777
description: Non-interactive SSH password auth
homepage: https://sourceforge.net/projects/sshpass/
definition: https://github.com/esolitos/homebrew-ipa/blob/HEAD/Formula/sshpass.rb
file_paths:
- Formula/sshpass.rb
fetch: repo_direct
- key:
token: structurizr-cli
type: formula
stats:
30d: 252
90d: 487
365d: 2311
description: Command-line utility for Structurizr
homepage: https://docs.structurizr.com/cli
fetch: homebrew
- key:
token: newman
type: formula
stats:
30d: 251
90d: 843
365d: 6794
description: Command-line collection runner for Postman
homepage: https://www.getpostman.com
fetch: homebrew
- key:
token: rtmpdump
type: formula
stats:
30d: 251
90d: 844
365d: 8687
description: Tool for downloading RTMP streaming media
homepage: https://rtmpdump.mplayerhq.hu/
fetch: homebrew
- key:
token: faac
type: formula
stats:
30d: 251
90d: 824
365d: 1349
description: ISO AAC audio encoder
homepage: https://sourceforge.net/projects/faac/
fetch: homebrew
- key:
token: redis@6.2
type: formula
stats:
30d: 250
90d: 890
365d: 3285
description: Persistent key-value database, with built-in net interface
homepage: https://redis.io/
fetch: homebrew
- key:
token: yara
type: formula
stats:
30d: 250
90d: 877
365d: 7389
description: Malware identification and classification tool
homepage: https://github.com/VirusTotal/yara/
fetch: homebrew
- key:
token: xrootd
type: formula
stats:
30d: 250
90d: 617
365d: 2705
description: High performance, scalable, fault-tolerant access to data
homepage: https://xrootd.slac.stanford.edu/
fetch: homebrew
- key:
token: aptos
type: formula
stats:
30d: 250
90d: 1029
365d: 3237
description: Layer 1 blockchain built to support fair access to decentralized assets
for all
homepage: https://aptosfoundation.org/
fetch: homebrew
- key:
token: k8sgpt
type: formula
tap: k8sgpt-ai/k8sgpt
stats:
30d: 250
90d: 475
365d: 1935
description: Scanning your k8s clusters, diagnosing, and triaging issues in simple
English
homepage: https://k8sgpt.ai/
definition: https://github.com/k8sgpt-ai/homebrew-k8sgpt/blob/HEAD/k8sgpt.rb
version: 0.4.10
file_paths:
- k8sgpt.rb
fetch: repo_direct
- key:
token: borgmatic
type: formula
stats:
30d: 249
90d: 901
365d: 2748
description: Simple wrapper script for the Borg backup software
homepage: https://torsion.org/borgmatic/
fetch: homebrew
- key:
token: chamber
type: formula
stats:
30d: 249
90d: 904
365d: 3541
description: CLI for managing secrets through AWS SSM Parameter Store
homepage: https://github.com/segmentio/chamber
fetch: homebrew
- key:
token: termshot
type: formula
tap: homeport/tap
stats:
30d: 249
90d: 540
365d: 2581
description: Creates screenshots based on terminal command output.
definition: https://github.com/homeport/homebrew-tap/blob/HEAD/HomebrewFormula/termshot.rb
version: 0.5.0
file_paths:
- HomebrewFormula/termshot.rb
fetch: repo_analysis
- key:
token: openimageio
type: formula
stats:
30d: 248
90d: 871
365d: 4716
description: Library for reading, processing and writing images
homepage: https://openimageio.readthedocs.io/en/stable/
fetch: homebrew
- key:
token: molecule
type: formula
stats:
30d: 248
90d: 894
365d: 3725
description: Automated testing for Ansible roles
homepage: https://molecule.readthedocs.io
fetch: homebrew
- key:
token: cava
type: formula
stats:
30d: 248
90d: 944
365d: 3259
description: Console-based Audio Visualizer for ALSA
homepage: https://github.com/karlstav/cava
fetch: homebrew
- key:
token: xlsxio
type: formula
stats:
30d: 247
90d: 274
365d: 333
description: C library for reading values from and writing values to .xlsx files
homepage: https://github.com/brechtsanders/xlsxio
fetch: homebrew
- key:
token: nicotine-plus
type: formula
stats:
30d: 247
90d: 598
365d: 2175
description: Graphical client for the Soulseek peer-to-peer network
homepage: https://nicotine-plus.org
fetch: homebrew
- key:
token: rke
type: formula
stats:
30d: 247
90d: 671
365d: 2802
description: Rancher Kubernetes Engine, a Kubernetes installer that works everywhere
homepage: https://rke.docs.rancher.com/
fetch: homebrew
- key:
token: sheldon
type: formula
stats:
30d: 247
90d: 1503
365d: 4748
description: Fast, configurable, shell plugin manager
homepage: https://sheldon.cli.rs
fetch: homebrew
- key:
token: icann-rdap
type: formula
stats:
30d: 247
90d: 360
365d: 360
description: Full-rich client for the Registry Data Access Protocol (RDAP) sponsored
by ICANN
homepage: https://github.com/icann/icann-rdap/wiki
fetch: homebrew
- key:
token: torchvision
type: formula
stats:
30d: 246
90d: 932
365d: 5658
description: Datasets, transforms, and models for computer vision
homepage: https://pytorch.org/vision/stable/index.html
fetch: homebrew
- key:
token: fortls
type: formula
stats:
30d: 246
90d: 402
365d: 1400
description: Fortran language server
homepage: https://fortls.fortran-lang.org/
fetch: homebrew
- key:
token: rye
type: formula
stats:
30d: 246
90d: 929
365d: 7355
description: Package Management Solution for Python (consider the successor "uv"
instead)
homepage: https://rye.astral.sh/
fetch: homebrew
- key:
token: bpytop
type: formula
stats:
30d: 246
90d: 813
365d: 3080
description: Linux/OSX/FreeBSD resource monitor
homepage: https://github.com/aristocratos/bpytop
fetch: homebrew
- key:
token: libsmi
type: formula
stats:
30d: 245
90d: 634
365d: 2961
description: Library to Access SMI MIB Information
homepage: https://www.ibr.cs.tu-bs.de/projects/libsmi/
fetch: homebrew
- key:
token: dprint
type: formula
stats:
30d: 245
90d: 587
365d: 2646
description: Pluggable and configurable code formatting platform written in Rust
homepage: https://dprint.dev/
fetch: homebrew
- key:
token: xplr
type: formula
stats:
30d: 245
90d: 612
365d: 2037
description: Hackable, minimal, fast TUI file explorer
homepage: https://github.com/sayanarijit/xplr
fetch: homebrew
- key:
token: tcld
type: formula
tap: temporalio/brew
stats:
30d: 245
90d: 755
365d: 3423
description: Temporal Cloud CLI (tcld)
definition: https://github.com/temporalio/homebrew-brew/blob/HEAD/Formula/tcld.rb
file_paths:
- Formula/tcld.rb
fetch: repo_direct
- key:
token: borgbackup
type: formula
stats:
30d: 244
90d: 651
365d: 3718
description: Deduplicating archiver with compression and authenticated encryption
homepage: https://www.borgbackup.org/
fetch: homebrew
- key:
token: newrelic-cli
type: formula
stats:
30d: 244
90d: 759
365d: 4295
description: Command-line interface for New Relic
homepage: https://github.com/newrelic/newrelic-cli
fetch: homebrew
- key:
token: okteto
type: formula
stats:
30d: 244
90d: 746
365d: 3633
description: Build better apps by developing and testing code directly in Kubernetes
homepage: https://okteto.com
fetch: homebrew
- key:
token: libirecovery
type: formula
stats:
30d: 244
90d: 737
365d: 2812
description: Library and utility to talk to iBoot/iBSS via USB
homepage: https://www.libimobiledevice.org/
fetch: homebrew
- key:
token: jsonpp
type: formula
stats:
30d: 244
90d: 331
365d: 838
description: Command-line JSON pretty-printer
homepage: https://jmhodges.github.io/jsonpp/
fetch: homebrew
- key:
token: bicep
type: formula
tap: azure/bicep
stats:
30d: 243
90d: 727
365d: 3006
description: 'Bicep: next generation template language for Azure Resource Manager
(ARM)'
definition: https://github.com/azure/homebrew-bicep/blob/HEAD/Formula/bicep.rb
version: 0.34.44
file_paths:
- Formula/bicep.rb
fetch: repo_direct
- key:
token: goffice
type: formula
stats:
30d: 243
90d: 541
365d: 1927
description: Gnumeric spreadsheet program
homepage: https://gitlab.gnome.org/GNOME/goffice
fetch: homebrew
- key:
token: scala@2.12
type: formula
stats:
30d: 243
90d: 845
365d: 4099
description: JVM-based programming language
homepage: https://www.scala-lang.org/
fetch: homebrew
- key:
token: sk
type: formula
stats:
30d: 243
90d: 1067
365d: 3574
description: Fuzzy Finder in rust!
homepage: https://github.com/lotabout/skim
fetch: homebrew
- key:
token: httpx
type: formula
stats:
30d: 242
90d: 943
365d: 4567
description: Fast and multi-purpose HTTP toolkit
homepage: https://github.com/projectdiscovery/httpx
fetch: homebrew
- key:
token: dosbox-x
type: formula
stats:
30d: 242
90d: 1365
365d: 5096
description: DOSBox with accurate emulation and wide testing
homepage: https://dosbox-x.com/
fetch: homebrew
- key:
token: chart-testing
type: formula
stats:
30d: 242
90d: 1133
365d: 3637
description: Testing and linting Helm charts
homepage: https://github.com/helm/chart-testing
fetch: homebrew
- key:
token: python-build
type: formula
stats:
30d: 242
90d: 754
365d: 3276
description: Simple, correct PEP 517 build frontend
homepage: https://github.com/pypa/build
fetch: homebrew
- key:
token: git-remote-codecommit
type: formula
stats:
30d: 241
90d: 725
365d: 3535
description: Git Remote Helper to interact with AWS CodeCommit
homepage: https://github.com/aws/git-remote-codecommit
fetch: homebrew
- key:
token: llvm@14
type: formula
stats:
30d: 241
90d: 843
365d: 3358
description: Next-gen compiler infrastructure
homepage: https://llvm.org/
fetch: homebrew
- key:
token: biome
type: formula
stats:
30d: 241
90d: 809
365d: 4304
description: Toolchain of the web
homepage: https://biomejs.dev/
fetch: homebrew
- key:
token: ffmpegthumbnailer
type: formula
stats:
30d: 240
90d: 780
365d: 7464
description: Create thumbnails for your video files
homepage: https://github.com/dirkvdb/ffmpegthumbnailer
fetch: homebrew
- key:
token: ttyd
type: formula
stats:
30d: 240
90d: 703
365d: 1992
description: Command-line tool for sharing terminal over the web
homepage: https://tsl0922.github.io/ttyd/
fetch: homebrew
- key:
token: tektoncd-cli
type: formula
stats:
30d: 239
90d: 1150
365d: 4008
description: CLI for interacting with TektonCD
homepage: https://github.com/tektoncd/cli
fetch: homebrew
- key:
token: harlequin
type: formula
stats:
30d: 239
90d: 859
365d: 1156
description: Easy, fast, and beautiful database client for the terminal
homepage: https://harlequin.sh
fetch: homebrew
- key:
token: jpegoptim
type: formula
stats:
30d: 239
90d: 675
365d: 2628
description: Utility to optimize JPEG files
homepage: https://github.com/tjko/jpegoptim
fetch: homebrew
- key:
token: jira-cli
type: formula
stats:
30d: 239
90d: 427
365d: 427
description: Feature-rich interactive Jira CLI
homepage: https://github.com/ankitpokhrel/jira-cli
fetch: homebrew
- key:
token: gnu-which
type: formula
stats:
30d: 239
90d: 1695
365d: 2990
description: GNU implementation of which utility
homepage: https://savannah.gnu.org/projects/which/
fetch: homebrew
- key:
token: knock
type: formula
stats:
30d: 239
90d: 609
365d: 1617
description: Port-knock server
homepage: https://github.com/jvinet/knock
fetch: homebrew
- key:
token: hidapi
type: formula
stats:
30d: 239
90d: 823
365d: 2987
description: Library for communicating with USB and Bluetooth HID devices
homepage: https://github.com/libusb/hidapi
fetch: homebrew
- key:
token: blake3
type: formula
stats:
30d: 238
90d: 442
365d: 942
description: C implementation of the BLAKE3 cryptographic hash function
homepage: https://github.com/BLAKE3-team/BLAKE3
fetch: homebrew
- key:
token: gen-ir
type: formula
tap: veracode/tap
stats:
30d: 238
90d: 770
365d: 4170
description: Generate LLVM IR from an Xcode Build Log
definition: https://github.com/veracode/homebrew-tap/blob/HEAD/Formula/gen-ir.rb
file_paths:
- Formula/gen-ir.rb
fetch: repo_direct
- key:
token: highlight
type: formula
stats:
30d: 238
90d: 1322
365d: 7987
description: Convert source code to formatted text with syntax highlighting
homepage: http://andre-simon.de/doku/highlight/en/highlight.php
fetch: homebrew
- key:
token: protoc-gen-go-grpc
type: formula
stats:
30d: 237
90d: 810
365d: 5804
description: Protoc plugin that generates code for gRPC-Go clients
homepage: https://github.com/grpc/grpc-go
fetch: homebrew
- key:
token: manim
type: formula
stats:
30d: 236
90d: 820
365d: 3288
description: Animation engine for explanatory math videos
homepage: https://www.manim.community
fetch: homebrew
- key:
token: sponge
type: formula
stats:
30d: 236
90d: 714
365d: 3175
description: Soak up standard input and write to a file
homepage: https://joeyh.name/code/moreutils/
fetch: homebrew
- key:
token: collectd
type: formula
stats:
30d: 236
90d: 447
365d: 1799
description: Statistics collection and monitoring daemon
homepage: https://collectd.org/
fetch: homebrew
- key:
token: couchdb
type: formula
stats:
30d: 236
90d: 396
365d: 1694
description: Apache CouchDB database server
homepage: https://couchdb.apache.org/
fetch: homebrew
- key:
token: zk
type: formula
stats:
30d: 236
90d: 571
365d: 1600
description: Plain text note-taking assistant
homepage: https://zk-org.github.io/zk/
fetch: homebrew
- key:
token: fourmolu
type: formula
stats:
30d: 236
90d: 297
365d: 480
description: Formatter for Haskell source code
homepage: https://github.com/fourmolu/fourmolu
fetch: homebrew
- key:
token: glog
type: formula
stats:
30d: 236
90d: 667
365d: 2722
description: Application-level logging library
homepage: https://google.github.io/glog/stable/
fetch: homebrew
- key:
token: eccodes
type: formula
stats:
30d: 236
90d: 732
365d: 2993
description: Decode and encode messages in the GRIB 1/2 and BUFR 3/4 formats
homepage: https://confluence.ecmwf.int/display/ECC
fetch: homebrew
- key:
token: usql
type: formula
tap: xo/xo
stats:
30d: 236
90d: 792
365d: 2304
description: universal command-line SQL client interface
definition: https://github.com/xo/homebrew-xo/blob/HEAD/Formula/usql.rb
file_paths:
- Formula/usql.rb
fetch: repo_direct
- key:
token: meilisearch
type: formula
stats:
30d: 235
90d: 1554
365d: 5500
description: Ultra relevant, instant and typo-tolerant full-text search API
homepage: https://docs.meilisearch.com/
fetch: homebrew
- key:
token: xpdf
type: formula
stats:
30d: 235
90d: 777
365d: 3715
description: PDF viewer
homepage: https://www.xpdfreader.com/
fetch: homebrew
- key:
token: krep
type: formula
stats:
30d: 235
90d: 309
365d: 309
description: High-Performance String Search Utility
homepage: https://davidesantangelo.github.io/krep/
fetch: homebrew
- key:
token: lxc
type: formula
stats:
30d: 234
90d: 410
365d: 1686
description: CLI client for interacting with LXD
homepage: https://ubuntu.com/lxd
fetch: homebrew
- key:
token: kew
type: formula
stats:
30d: 234
90d: 522
365d: 999
description: Command-line music player
homepage: https://github.com/ravachol/kew
fetch: homebrew
- key:
token: whois
type: formula
stats:
30d: 234
90d: 738
365d: 3886
description: Lookup tool for domain names and other internet resources
homepage: https://github.com/rfc1036/whois
fetch: homebrew
- key:
token: saucectl
type: formula
tap: saucelabs/saucectl
stats:
30d: 233
90d: 672
365d: 1470
description: Test orchestration with Sauce Labs
definition: https://github.com/saucelabs/homebrew-saucectl/blob/HEAD/Formula/saucectl.rb
version: 0.194.2
file_paths:
- Formula/saucectl.rb
fetch: repo_direct
- key:
token: firefoxpwa
type: formula
stats:
30d: 233
90d: 1217
365d: 4407
description: Tool to install, manage and use Progressive Web Apps in Mozilla Firefox
homepage: https://pwasforfirefox.filips.si/
fetch: homebrew
- key:
token: libxau
type: formula
stats:
30d: 233
90d: 931
365d: 3314
description: 'X.Org: A Sample Authorization Protocol for X'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: mkdocs-material
type: formula
stats:
30d: 232
90d: 693
365d: 1058
description: Material Design theme for MkDocs
homepage: https://squidfunk.github.io/mkdocs-material/
fetch: homebrew
- key:
token: jbang
type: formula
stats:
30d: 232
90d: 577
365d: 1816
description: Tool to create, edit and run self-contained source-only Java programs
homepage: https://jbang.dev/
fetch: homebrew
- key:
token: marksman
type: formula
stats:
30d: 232
90d: 745
365d: 3766
description: Language Server Protocol for Markdown
homepage: https://github.com/artempyanykh/marksman
fetch: homebrew
- key:
token: asciidoc
type: formula
stats:
30d: 232
90d: 648
365d: 4938
description: Formatter/translator for text files to numerous formats
homepage: https://asciidoc-py.github.io/
fetch: homebrew
- key:
token: glpk
type: formula
stats:
30d: 232
90d: 744
365d: 2481
description: Library for Linear and Mixed-Integer Programming
homepage: https://www.gnu.org/software/glpk/
fetch: homebrew
- key:
token: mill
type: formula
stats:
30d: 232
90d: 433
365d: 2203
description: Fast, scalable JVM build tool
homepage: https://mill-build.org/
fetch: homebrew
- key:
token: libmpc
type: formula
stats:
30d: 231
90d: 652
365d: 6386
description: C library for the arithmetic of high precision complex numbers
homepage: https://www.multiprecision.org/
fetch: homebrew
- key:
token: harper
type: formula
stats:
30d: 231
90d: 652
365d: 711
description: Grammar Checker for Developers
homepage: https://github.com/elijah-potter/harper
fetch: homebrew
- key:
token: libxkbcommon
type: formula
stats:
30d: 231
90d: 637
365d: 1597
description: Keyboard handling library
homepage: https://xkbcommon.org/
fetch: homebrew
- key:
token: clj-kondo
type: formula
tap: borkdude/brew
stats:
30d: 231
90d: 787
365d: 2965
description: A minimal and opinionated linter for Clojure code that sparks joy.
definition: https://github.com/borkdude/homebrew-brew/blob/HEAD/clj-kondo.rb
version: 2025.04.07
file_paths:
- clj-kondo.rb
fetch: repo_direct
- key:
token: nifi
type: formula
stats:
30d: 230
90d: 786
365d: 2765
description: Easy to use, powerful, and reliable system to process and distribute
data
homepage: https://nifi.apache.org
fetch: homebrew
- key:
token: calicoctl
type: formula
stats:
30d: 230
90d: 574
365d: 2300
description: Calico CLI tool
homepage: https://www.projectcalico.org
fetch: homebrew
- key:
token: open-babel
type: formula
stats:
30d: 230
90d: 641
365d: 1912
description: Chemical toolbox
homepage: https://github.com/openbabel/openbabel
fetch: homebrew
- key:
token: datasette
type: formula
stats:
30d: 230
90d: 740
365d: 3490
description: Open source multi-tool for exploring and publishing data
homepage: https://docs.datasette.io/en/stable/
fetch: homebrew
- key:
token: kubernetes-cli@1.30
type: formula
stats:
30d: 229
90d: 622
365d: 1130
description: Kubernetes command-line interface
homepage: https://kubernetes.io/docs/reference/kubectl/
fetch: homebrew
- key:
token: gwyddion
type: formula
stats:
30d: 229
90d: 487
365d: 1874
description: Scanning Probe Microscopy visualization and analysis tool
homepage: http://gwyddion.net/
fetch: homebrew
- key:
token: convmv
type: formula
stats:
30d: 229
90d: 680
365d: 1262
description: Filename encoding conversion tool
homepage: https://www.j3e.de/linux/convmv/
fetch: homebrew
- key:
token: compiledb
type: formula
stats:
30d: 229
90d: 380
365d: 955
description: Generate a Clang compilation database for Make-based build systems
homepage: https://github.com/nickdiego/compiledb
fetch: homebrew
- key:
token: tcping
type: formula
stats:
30d: 229
90d: 682
365d: 2863
description: TCP connect to the given IP/port combo
homepage: https://github.com/mkirchner/tcping
fetch: homebrew
- key:
token: brew-gem
type: formula
stats:
30d: 228
90d: 735
365d: 4252
description: Install RubyGems as Homebrew formulae
homepage: https://github.com/sportngin/brew-gem
fetch: homebrew
- key:
token: kubeshark
type: formula
stats:
30d: 227
90d: 951
365d: 3693
description: API Traffic Analyzer providing real-time visibility into Kubernetes
network
homepage: https://www.kubeshark.co/
fetch: homebrew
- key:
token: serverless
type: formula
stats:
30d: 227
90d: 973
365d: 5016
description: Build applications with serverless architectures
homepage: https://www.serverless.com/
fetch: homebrew
- key:
token: pkl
type: formula
stats:
30d: 227
90d: 1104
365d: 5656
description: CLI for the Pkl programming language
homepage: https://pkl-lang.org
fetch: homebrew
- key:
token: cdo
type: formula
stats:
30d: 227
90d: 628
365d: 2441
description: Climate Data Operators
homepage: https://code.mpimet.mpg.de/projects/cdo
fetch: homebrew
- key:
token: dartsim
type: formula
stats:
30d: 226
90d: 627
365d: 3206
description: Dynamic Animation and Robotics Toolkit
homepage: https://dartsim.github.io/
fetch: homebrew
- key:
token: socket_vmnet
type: formula
stats:
30d: 225
90d: 855
365d: 5460
description: Daemon to provide vmnet.framework support for rootless QEMU
homepage: https://github.com/lima-vm/socket_vmnet
fetch: homebrew
- key:
token: knot
type: formula
stats:
30d: 225
90d: 548
365d: 1896
description: High-performance authoritative-only DNS server
homepage: https://www.knot-dns.cz/
fetch: homebrew
- key:
token: oterm
type: formula
tap: ggozad/formulas
stats:
30d: 224
90d: 624
365d: 1917
description: Text-based terminal client for Ollama
definition: https://github.com/ggozad/homebrew-formulas/blob/HEAD/Formula/oterm.rb
file_paths:
- Formula/oterm.rb
fetch: repo_direct
- key:
token: sleepwatcher
type: formula
stats:
30d: 224
90d: 663
365d: 2284
description: Monitors sleep, wakeup, and idleness of a Mac
homepage: https://www.bernhard-baehr.de/
fetch: homebrew
- key:
token: wireguard-go
type: formula
stats:
30d: 224
90d: 697
365d: 2898
description: Userspace Go implementation of WireGuard
homepage: https://www.wireguard.com/
fetch: homebrew
- key:
token: nco
type: formula
stats:
30d: 224
90d: 698
365d: 2540
description: Command-line operators for netCDF and HDF files
homepage: https://nco.sourceforge.net/
fetch: homebrew
- key:
token: dcmtk
type: formula
stats:
30d: 223
90d: 635
365d: 1788
description: OFFIS DICOM toolkit command-line utilities
homepage: https://dicom.offis.de/dcmtk.php.en
fetch: homebrew
- key:
token: sentencepiece
type: formula
stats:
30d: 223
90d: 678
365d: 1216
description: Unsupervised text tokenizer and detokenizer
homepage: https://github.com/google/sentencepiece
fetch: homebrew
- key:
token: tinymist
type: formula
stats:
30d: 223
90d: 611
365d: 1511
description: Language server for Typst
homepage: https://myriad-dreamin.github.io/tinymist/
fetch: homebrew
- key:
token: fop
type: formula
stats:
30d: 223
90d: 695
365d: 3169
description: XSL-FO print formatter for making PDF or PS documents
homepage: https://xmlgraphics.apache.org/fop/index.html
fetch: homebrew
- key:
token: sherlock
type: formula
stats:
30d: 223
90d: 695
365d: 4700
description: Hunt down social media accounts by username
homepage: https://sherlockproject.xyz/
fetch: homebrew
- key:
token: fortio
type: formula
stats:
30d: 222
90d: 328
365d: 1749
description: HTTP and gRPC load testing and visualization tool and server
homepage: https://fortio.org/
fetch: homebrew
- key:
token: ettercap
type: formula
stats:
30d: 222
90d: 535
365d: 2301
description: Multipurpose sniffer/interceptor/logger for switched LAN
homepage: https://ettercap.github.io/ettercap/
fetch: homebrew
- key:
token: kleopatra
type: formula
tap: algertc/kleopatra4mac
stats:
30d: 221
90d: 681
365d: 1946
description: Certificate manager and GUI for OpenPGP and CMS cryptography
definition: https://github.com/algertc/homebrew-kleopatra4mac/blob/HEAD/kleopatra.rb
file_paths:
- kleopatra.rb
fetch: repo_direct
- key:
token: viu
type: formula
stats:
30d: 221
90d: 741
365d: 2458
description: Simple terminal image viewer written in Rust
homepage: https://github.com/atanunq/viu
fetch: homebrew
- key:
token: mogenerator
type: formula
stats:
30d: 220
90d: 633
365d: 2874
description: Generate Objective-C & Swift classes from your Core Data model
homepage: https://rentzsch.github.io/mogenerator/
fetch: homebrew
- key:
token: warden
type: formula
tap: wardenenv/warden
stats:
30d: 219
90d: 649
365d: 2793
description: Warden is a CLI utility for working with docker-compose environments
definition: https://github.com/wardenenv/homebrew-warden/blob/HEAD/Formula/warden.rb
version: 0.15.0
file_paths:
- Formula/warden.rb
fetch: repo_direct
- key:
token: yosys
type: formula
stats:
30d: 219
90d: 625
365d: 2665
description: Framework for Verilog RTL synthesis
homepage: https://yosyshq.net/yosys/
fetch: homebrew
- key:
token: chroma
type: formula
stats:
30d: 219
90d: 564
365d: 1815
description: General purpose syntax highlighter in pure Go
homepage: https://github.com/alecthomas/chroma
fetch: homebrew
- key:
token: strongswan
type: formula
stats:
30d: 219
90d: 531
365d: 1790
description: VPN based on IPsec
homepage: https://www.strongswan.org
fetch: homebrew
- key:
token: easy-rsa
type: formula
stats:
30d: 219
90d: 945
365d: 3266
description: CLI utility to build and manage a PKI CA
homepage: https://github.com/OpenVPN/easy-rsa
fetch: homebrew
- key:
token: scala@2.13
type: formula
stats:
30d: 219
90d: 886
365d: 3060
description: JVM-based programming language
homepage: https://www.scala-lang.org/
fetch: homebrew
- key:
token: reattach-to-user-namespace
type: formula
stats:
30d: 217
90d: 634
365d: 2978
description: Reattach process (e.g., tmux) to background
homepage: https://github.com/ChrisJohnsen/tmux-MacOSX-pasteboard
fetch: homebrew
- key:
token: inxi
type: formula
stats:
30d: 217
90d: 520
365d: 2021
description: Full featured CLI system information tool
homepage: https://smxi.org/docs/inxi.htm
fetch: homebrew
- key:
token: kops
type: formula
stats:
30d: 217
90d: 1021
365d: 5766
description: Production Grade K8s Installation, Upgrades, and Management
homepage: https://kops.sigs.k8s.io/
fetch: homebrew
- key:
token: anyenv
type: formula
stats:
30d: 217
90d: 699
365d: 3187
description: All in one for **env
homepage: https://anyenv.github.io/
fetch: homebrew
- key:
token: stylish-haskell
type: formula
stats:
30d: 216
90d: 226
365d: 331
description: Haskell code prettifier
homepage: https://github.com/haskell/stylish-haskell
fetch: homebrew
- key:
token: dwarfs
type: formula
stats:
30d: 216
90d: 344
365d: 882
description: Fast high compression read-only file system for Linux, Windows, and
macOS
homepage: https://github.com/mhx/dwarfs
fetch: homebrew
- key:
token: log4cxx
type: formula
stats:
30d: 216
90d: 753
365d: 2633
description: Library of C++ classes for flexible logging
homepage: https://logging.apache.org/log4cxx/index.html
fetch: homebrew
- key:
token: homebank
type: formula
stats:
30d: 216
90d: 734
365d: 3626
description: Manage your personal accounts at home
homepage: http://homebank.free.fr
fetch: homebrew
- key:
token: ruff-lsp
type: formula
stats:
30d: 216
90d: 685
365d: 3148
description: Language Server Protocol implementation for Ruff
homepage: https://github.com/astral-sh/ruff-lsp
fetch: homebrew
- key:
token: openslide
type: formula
stats:
30d: 215
90d: 585
365d: 5140
description: C library to read whole-slide images (a.k.a. virtual slides)
homepage: https://openslide.org/
fetch: homebrew
- key:
token: livekit
type: formula
stats:
30d: 215
90d: 698
365d: 2584
description: Scalable, high-performance WebRTC server
homepage: https://livekit.io
fetch: homebrew
- key:
token: twine
type: formula
stats:
30d: 215
90d: 771
365d: 4529
description: Utilities for interacting with PyPI
homepage: https://github.com/pypa/twine
fetch: homebrew
- key:
token: chainctl
type: formula
tap: chainguard-dev/tap
stats:
30d: 214
90d: 713
365d: 2018
description: CLI for the Chainguard Platform
definition: https://github.com/chainguard-dev/homebrew-tap/blob/HEAD/Formula/chainctl.rb
version: 0.2.67
file_paths:
- Formula/chainctl.rb
fetch: repo_direct
- key:
token: hcp
type: formula
tap: hashicorp/tap
stats:
30d: 214
90d: 412
365d: 1315
description: HCP CLI
definition: https://github.com/hashicorp/homebrew-tap/blob/HEAD/Formula/hcp.rb
version: 0.9.0
file_paths:
- Formula/hcp.rb
fetch: repo_direct
- key:
token: microk8s
type: formula
tap: ubuntu/microk8s
stats:
30d: 214
90d: 742
365d: 3409
description: Small, fast, single-package Kubernetes for developers, IoT and edge
definition: https://github.com/ubuntu/homebrew-microk8s/blob/HEAD/Formula/microk8s.rb
file_paths:
- Formula/microk8s.rb
fetch: repo_direct
- key:
token: fcrackzip
type: formula
stats:
30d: 214
90d: 642
365d: 2768
description: Zip password cracker
homepage: http://oldhome.schmorp.de/marc/fcrackzip.html
fetch: homebrew
- key:
token: bitrise
type: formula
stats:
30d: 214
90d: 1025
365d: 3549
description: Command-line automation tool
homepage: https://github.com/bitrise-io/bitrise
fetch: homebrew
- key:
token: pycodestyle
type: formula
stats:
30d: 214
90d: 336
365d: 1668
description: Simple Python style checker in one Python file
homepage: https://pycodestyle.pycqa.org/
fetch: homebrew
- key:
token: rdkit
type: formula
stats:
30d: 214
90d: 630
365d: 3157
description: Open-source chemoinformatics library
homepage: https://rdkit.org/
fetch: homebrew
- key:
token: fn
type: formula
stats:
30d: 214
90d: 488
365d: 1460
description: Command-line tool for the fn project
homepage: https://fnproject.io
fetch: homebrew
- key:
token: pnpm@9
type: formula
stats:
30d: 213
90d: 1041
365d: 1041
description: Fast, disk space efficient package manager
homepage: https://pnpm.io/
fetch: homebrew
- key:
token: unoconv
type: formula
stats:
30d: 213
90d: 660
365d: 2663
description: Convert between any document format supported by OpenOffice
homepage: https://github.com/unoconv/unoconv
fetch: homebrew
- key:
token: libplist
type: formula
stats:
30d: 213
90d: 629
365d: 3774
description: Library for Apple Binary- and XML-Property Lists
homepage: https://libimobiledevice.org/
fetch: homebrew
- key:
token: psqlodbc
type: formula
stats:
30d: 213
90d: 778
365d: 3667
description: Official PostgreSQL ODBC driver
homepage: https://odbc.postgresql.org
fetch: homebrew
- key:
token: httping
type: formula
stats:
30d: 213
90d: 774
365d: 1308
description: Ping-like tool for HTTP requests
homepage: https://github.com/folkertvanheusden/HTTPing
fetch: homebrew
- key:
token: apko
type: formula
stats:
30d: 213
90d: 628
365d: 1957
description: Build OCI images from APK packages directly without Dockerfile
homepage: https://github.com/chainguard-dev/apko
fetch: homebrew
- key:
token: infisical
type: formula
stats:
30d: 212
90d: 380
365d: 380
description: CLI for Infisical
homepage: https://infisical.com/docs/cli/overview
fetch: homebrew
- key:
token: terramate
type: formula
stats:
30d: 212
90d: 858
365d: 5382
description: Managing Terraform stacks with change detections and code generations
homepage: https://terramate.io/docs/
fetch: homebrew
- key:
token: petsc
type: formula
stats:
30d: 212
90d: 507
365d: 1576
description: Portable, Extensible Toolkit for Scientific Computation (real)
homepage: https://petsc.org/
fetch: homebrew
- key:
token: volk
type: formula
stats:
30d: 212
90d: 746
365d: 2011
description: Vector Optimized Library of Kernels
homepage: https://www.libvolk.org/
fetch: homebrew
- key:
token: aws-shell
type: formula
stats:
30d: 211
90d: 516
365d: 3213
description: Integrated shell for working with the AWS CLI
homepage: https://github.com/awslabs/aws-shell
fetch: homebrew
- key:
token: sumo
type: formula
tap: dlr-ts/sumo
stats:
30d: 211
90d: 845
365d: 2629
description: Simulation of Urban MObility
definition: https://github.com/dlr-ts/homebrew-sumo/blob/HEAD/Formula/sumo.rb
file_paths:
- Formula/sumo.rb
fetch: repo_direct
- key:
token: transcrypt
type: formula
stats:
30d: 211
90d: 739
365d: 5520
description: Configure transparent encryption of files in a Git repo
homepage: https://github.com/elasticdog/transcrypt
fetch: homebrew
- key:
token: speakeasy
type: formula
tap: speakeasy-api/tap
stats:
30d: 211
90d: 743
365d: 2874
description: The Speakeasy CLI for interacting with the Speakeasy Platform
definition: https://github.com/speakeasy-api/homebrew-tap/blob/HEAD/speakeasy.rb
version: 1.531.4
file_paths:
- speakeasy.rb
fetch: repo_direct
- key:
token: pngpaste
type: formula
stats:
30d: 211
90d: 540
365d: 1888
description: Paste PNG into files
homepage: https://github.com/jcsalterego/pngpaste
fetch: homebrew
- key:
token: bruno-cli
type: formula
stats:
30d: 210
90d: 411
365d: 545
description: CLI of the open-source IDE For exploring and testing APIs
homepage: https://www.usebruno.com/
fetch: homebrew
- key:
token: openssl@1.0
type: formula
tap: rbenv/tap
stats:
30d: 210
90d: 804
365d: 4657
description: SSL/TLS cryptography library
definition: https://github.com/rbenv/homebrew-tap/blob/HEAD/Formula/openssl@1.0.rb
file_paths:
- Formula/openssl@1.0.rb
fetch: repo_direct
- key:
token: nerdctl
type: formula
stats:
30d: 210
90d: 582
365d: 2274
description: ContaiNERD CTL - Docker-compatible CLI for containerd
homepage: https://github.com/containerd/nerdctl
fetch: homebrew
- key:
token: vhs
type: formula
stats:
30d: 210
90d: 1052
365d: 3842
description: Your CLI home video recorder
homepage: https://github.com/charmbracelet/vhs
fetch: homebrew
- key:
token: dockutil
type: formula
stats:
30d: 210
90d: 667
365d: 2309
description: Tool for managing dock items
homepage: https://github.com/kcrawford/dockutil
fetch: homebrew
- key:
token: codecrafters
type: formula
tap: codecrafters-io/tap
stats:
30d: 210
90d: 713
365d: 4907
description: CodeCrafters CLI
definition: https://github.com/codecrafters-io/homebrew-tap/blob/HEAD/codecrafters.rb
version: '36'
file_paths:
- codecrafters.rb
fetch: repo_direct
- key:
token: shadowsocks-rust
type: formula
stats:
30d: 210
90d: 396
365d: 2691
description: Rust port of Shadowsocks
homepage: https://shadowsocks.org/
fetch: homebrew
- key:
token: mu
type: formula
stats:
30d: 209
90d: 833
365d: 4056
description: Tool for searching e-mail messages stored in the maildir-format
homepage: https://www.djcbsoftware.nl/code/mu/
fetch: homebrew
- key:
token: markdownlint-cli2
type: formula
stats:
30d: 209
90d: 970
365d: 3255
description: Fast, flexible, config-based cli for linting Markdown/CommonMark files
homepage: https://github.com/DavidAnson/markdownlint-cli2
fetch: homebrew
- key:
token: rich-cli
type: formula
stats:
30d: 209
90d: 644
365d: 3480
description: Command-line toolbox for fancy output in the terminal
homepage: https://github.com/textualize/rich-cli
fetch: homebrew
- key:
token: pdftoipe
type: formula
stats:
30d: 209
90d: 612
365d: 1743
description: Reads arbitrary PDF files and generates an XML file readable by Ipe
homepage: https://github.com/otfried/ipe-tools
fetch: homebrew
- key:
token: screenfetch
type: formula
stats:
30d: 208
90d: 816
365d: 3226
description: Generate ASCII art with terminal, shell, and OS info
homepage: https://github.com/KittyKatt/screenFetch
fetch: homebrew
- key:
token: portmidi
type: formula
stats:
30d: 208
90d: 566
365d: 2039
description: Cross-platform library for real-time MIDI I/O
homepage: https://github.com/PortMidi/portmidi
fetch: homebrew
- key:
token: immich-cli
type: formula
stats:
30d: 208
90d: 554
365d: 1146
description: Command-line interface for self-hosted photo manager Immich
homepage: https://immich.app/docs/features/command-line-interface
fetch: homebrew
- key:
token: bwa
type: formula
stats:
30d: 208
90d: 473
365d: 1621
description: Burrow-Wheeler Aligner for pairwise alignment of DNA
homepage: https://github.com/lh3/bwa
fetch: homebrew
- key:
token: scikit-image
type: formula
stats:
30d: 208
90d: 768
365d: 2563
description: Image processing in Python
homepage: https://scikit-image.org
fetch: homebrew
- key:
token: llgo
type: formula
stats:
30d: 208
90d: 408
365d: 989
description: Go compiler based on LLVM integrate with the C ecosystem and Python
homepage: https://github.com/goplus/llgo
fetch: homebrew
- key:
token: flang
type: formula
stats:
30d: 207
90d: 481
365d: 1064
description: LLVM Fortran Frontend
homepage: https://flang.llvm.org/
fetch: homebrew
- key:
token: cloudquery
type: formula
tap: cloudquery/tap
stats:
30d: 207
90d: 541
365d: 2858
description: Data movement tool to sync data from any source to any destination
homepage: https://www.cloudquery.io
definition: https://github.com/cloudquery/homebrew-tap/blob/HEAD/cloudquery.rb
version: 6.17.5
file_paths:
- cloudquery.rb
fetch: repo_direct
- key:
token: neomutt
type: formula
stats:
30d: 206
90d: 1243
365d: 5763
description: E-mail reader with support for Notmuch, NNTP and much more
homepage: https://neomutt.org/
fetch: homebrew
- key:
token: oha
type: formula
stats:
30d: 206
90d: 1434
365d: 4541
description: HTTP load generator, inspired by rakyll/hey with tui animation
homepage: https://github.com/hatoo/oha/
fetch: homebrew
- key:
token: hunspell
type: formula
stats:
30d: 206
90d: 679
365d: 3322
description: Spell checker and morphological analyzer
homepage: https://hunspell.github.io
fetch: homebrew
- key:
token: gmic
type: formula
stats:
30d: 205
90d: 733
365d: 2319
description: Full-Featured Open-Source Framework for Image Processing
homepage: https://gmic.eu/
fetch: homebrew
- key:
token: dua-cli
type: formula
stats:
30d: 205
90d: 1336
365d: 4473
description: View disk space usage and delete unwanted data, fast
homepage: https://lib.rs/crates/dua-cli
fetch: homebrew
- key:
token: typstyle
type: formula
stats:
30d: 205
90d: 416
365d: 1499
description: Beautiful and reliable typst code formatter
homepage: https://enter-tainer.github.io/typstyle/
fetch: homebrew
- key:
token: ossp-uuid
type: formula
stats:
30d: 205
90d: 559
365d: 2134
description: ISO-C API and CLI for generating UUIDs
homepage: http://www.ossp.org/pkg/lib/uuid/
fetch: homebrew
- key:
token: stunnel
type: formula
stats:
30d: 205
90d: 722
365d: 3625
description: SSL tunneling program
homepage: https://www.stunnel.org/
fetch: homebrew
- key:
token: ragel
type: formula
stats:
30d: 205
90d: 479
365d: 1038
description: State machine compiler
homepage: https://www.colm.net/open-source/ragel/
fetch: homebrew
- key:
token: xray
type: formula
stats:
30d: 205
90d: 1208
365d: 5393
description: Platform for building proxies to bypass network restrictions
homepage: https://xtls.github.io/
fetch: homebrew
- key:
token: stlink
type: formula
stats:
30d: 205
90d: 654
365d: 2387
description: STM32 discovery line Linux programmer
homepage: https://github.com/stlink-org/stlink
fetch: homebrew
- key:
token: evernote-backup
type: formula
stats:
30d: 205
90d: 316
365d: 921
description: Backup & export all Evernote notes and notebooks
homepage: https://github.com/vzhd1701/evernote-backup
fetch: homebrew
- key:
token: lux
type: formula
stats:
30d: 205
90d: 585
365d: 3126
description: Fast and simple video downloader
homepage: https://github.com/iawia002/lux
fetch: homebrew
- key:
token: bdw-gc
type: formula
stats:
30d: 205
90d: 735
365d: 5943
description: Garbage collector for C and C++
homepage: https://www.hboehm.info/gc/
fetch: homebrew
- key:
token: kyverno
type: formula
stats:
30d: 204
90d: 876
365d: 3704
description: Kubernetes Native Policy Management
homepage: https://kyverno.io/
fetch: homebrew
- key:
token: source-highlight
type: formula
stats:
30d: 204
90d: 793
365d: 2546
description: Source-code syntax highlighter
homepage: https://www.gnu.org/software/src-highlite/
fetch: homebrew
- key:
token: rqlite
type: formula
stats:
30d: 204
90d: 714
365d: 3625
description: Lightweight, distributed relational database built on SQLite
homepage: https://www.rqlite.io/
fetch: homebrew
- key:
token: govc
type: formula
stats:
30d: 204
90d: 995
365d: 4536
description: Command-line tool for VMware vSphere
homepage: https://github.com/vmware/govmomi/tree/main/govc
fetch: homebrew
- key:
token: chkrootkit
type: formula
stats:
30d: 204
90d: 312
365d: 721
description: Rootkit detector
homepage: https://www.chkrootkit.org/
fetch: homebrew
- key:
token: lightgbm
type: formula
stats:
30d: 203
90d: 673
365d: 3268
description: Fast, distributed, high performance gradient boosting framework
homepage: https://github.com/microsoft/LightGBM
fetch: homebrew
- key:
token: babel
type: formula
stats:
30d: 203
90d: 404
365d: 2796
description: Compiler for writing next generation JavaScript
homepage: https://babeljs.io/
fetch: homebrew
- key:
token: ntp
type: formula
stats:
30d: 203
90d: 521
365d: 2235
description: Network Time Protocol (NTP) Distribution
homepage: https://www.ntp.org
fetch: homebrew
- key:
token: gtksourceview5
type: formula
stats:
30d: 203
90d: 479
365d: 1423
description: Text view with syntax, undo/redo, and text marks
homepage: https://projects.gnome.org/gtksourceview/
fetch: homebrew
- key:
token: libmicrohttpd
type: formula
stats:
30d: 203
90d: 720
365d: 40151
description: Light HTTP/1.1 server library
homepage: https://www.gnu.org/software/libmicrohttpd/
fetch: homebrew
- key:
token: powerpipe
type: formula
tap: turbot/tap
stats:
30d: 203
90d: 606
365d: 1949
description: Dashboards for DevOps. Visualize cloud configurations. Assess security
posture against a massive library of benchmarks. Build custom dashboards with
code.
definition: https://github.com/turbot/homebrew-tap/blob/HEAD/Formula/powerpipe.rb
version: 1.2.4
file_paths:
- Formula/powerpipe.rb
fetch: repo_direct
- key:
token: freeradius-server
type: formula
stats:
30d: 203
90d: 622
365d: 2999
description: High-performance and highly configurable RADIUS server
homepage: https://freeradius.org/
fetch: homebrew
- key:
token: cloudformation-cli
type: formula
stats:
30d: 202
90d: 524
365d: 2230
description: CloudFormation Provider Development Toolkit
homepage: https://github.com/aws-cloudformation/cloudformation-cli/
fetch: homebrew
- key:
token: fprobe
type: formula
stats:
30d: 202
90d: 592
365d: 2508
description: Libpcap-based NetFlow probe
homepage: https://sourceforge.net/projects/fprobe/
fetch: homebrew
- key:
token: zinit
type: formula
stats:
30d: 202
90d: 483
365d: 1251
description: Flexible and fast Zsh plugin manager
homepage: https://zdharma-continuum.github.io/zinit/wiki/
fetch: homebrew
- key:
token: global
type: formula
stats:
30d: 202
90d: 629
365d: 3468
description: Source code tag system
homepage: https://www.gnu.org/software/global/
fetch: homebrew
- key:
token: faust
type: formula
stats:
30d: 202
90d: 380
365d: 1304
description: Functional programming language for real time signal processing
homepage: https://faust.grame.fr
fetch: homebrew
- key:
token: fwupd
type: formula
stats:
30d: 202
90d: 502
365d: 1803
description: Firmware update daemon
homepage: https://github.com/fwupd/fwupd
fetch: homebrew
- key:
token: desktop-file-utils
type: formula
stats:
30d: 201
90d: 528
365d: 2026
description: Command-line utilities for working with desktop entries
homepage: https://wiki.freedesktop.org/www/Software/desktop-file-utils/
fetch: homebrew
- key:
token: psalm
type: formula
stats:
30d: 201
90d: 678
365d: 1405
description: PHP Static Analysis Tool
homepage: https://psalm.dev
fetch: homebrew
- key:
token: vsftpd
type: formula
stats:
30d: 201
90d: 517
365d: 1748
description: Secure FTP server for UNIX
homepage: https://security.appspot.com/vsftpd.html
fetch: homebrew
- key:
token: hk
type: formula
stats:
30d: 201
90d: 389
365d: 389
description: Git hook and pre-commit lint manager
homepage: https://hk.jdx.dev
fetch: homebrew
- key:
token: luau
type: formula
stats:
30d: 201
90d: 570
365d: 2067
description: Fast, safe, gradually typed embeddable scripting language derived from
Lua
homepage: https://luau.org
fetch: homebrew
- key:
token: gofumpt
type: formula
stats:
30d: 201
90d: 689
365d: 3577
description: Stricter gofmt
homepage: https://github.com/mvdan/gofumpt
fetch: homebrew
- key:
token: hexyl
type: formula
stats:
30d: 201
90d: 657
365d: 3010
description: Command-line hex viewer
homepage: https://github.com/sharkdp/hexyl
fetch: homebrew
- key:
token: zathura
type: formula
tap: zegervdv/zathura
stats:
30d: 200
90d: 1011
365d: 3523
description: PDF viewer
definition: https://github.com/zegervdv/homebrew-zathura/blob/HEAD/Formula/zathura.rb
file_paths:
- Formula/zathura.rb
fetch: repo_direct
- key:
token: dex2jar
type: formula
stats:
30d: 200
90d: 661
365d: 3093
description: Tools to work with Android .dex and Java .class files
homepage: https://github.com/pxb1988/dex2jar
fetch: homebrew
- key:
token: kcpassword
type: formula
tap: xfreebird/utils
stats:
30d: 200
90d: 958
365d: 5155
description: Enable OS X autologin
definition: https://github.com/xfreebird/homebrew-utils/blob/HEAD/kcpassword.rb
version: 1.1.0
file_paths:
- kcpassword.rb
fetch: repo_direct
- key:
token: bash-language-server
type: formula
stats:
30d: 200
90d: 807
365d: 5463
description: Language Server for Bash
homepage: https://github.com/bash-lsp/bash-language-server
fetch: homebrew
- key:
token: eks-node-viewer
type: formula
tap: aws/tap
stats:
30d: 200
90d: 650
365d: 2551
description: eks-node-viewer is a tool for visualizing dynamic node usage within
an EKS cluster.
definition: https://github.com/aws/homebrew-tap/blob/HEAD/Formula/eks-node-viewer.rb
file_paths:
- Formula/eks-node-viewer.rb
fetch: repo_direct
- key:
token: antlr
type: formula
stats:
30d: 199
90d: 615
365d: 3041
description: ANother Tool for Language Recognition
homepage: https://www.antlr.org/
fetch: homebrew
- key:
token: cppzmq
type: formula
stats:
30d: 199
90d: 468
365d: 944
description: Header-only C++ binding for libzmq
homepage: https://www.zeromq.org
fetch: homebrew
- key:
token: cbc
type: formula
stats:
30d: 199
90d: 630
365d: 2147
description: Mixed integer linear programming solver
homepage: https://github.com/coin-or/Cbc
fetch: homebrew
- key:
token: osm2pgsql
type: formula
stats:
30d: 199
90d: 480
365d: 2406
description: OpenStreetMap data to PostgreSQL converter
homepage: https://osm2pgsql.org
fetch: homebrew
- key:
token: xorg-server
type: formula
stats:
30d: 199
90d: 701
365d: 2230
description: X Window System display server
homepage: https://www.x.org
fetch: homebrew
- key:
token: links
type: formula
stats:
30d: 198
90d: 719
365d: 4605
description: Lynx-like WWW browser that supports tables, menus, etc.
homepage: http://links.twibright.com/
fetch: homebrew
- key:
token: copier
type: formula
stats:
30d: 198
90d: 584
365d: 1818
description: Utility for rendering projects templates
homepage: https://copier.readthedocs.io/
fetch: homebrew
- key:
token: privoxy
type: formula
stats:
30d: 197
90d: 844
365d: 1998
description: Advanced filtering web proxy
homepage: https://www.privoxy.org/
fetch: homebrew
- key:
token: jemalloc
type: formula
stats:
30d: 197
90d: 654
365d: 2813
description: Implementation of malloc emphasizing fragmentation avoidance
homepage: https://jemalloc.net/
fetch: homebrew
- key:
token: postgrest
type: formula
stats:
30d: 197
90d: 1021
365d: 3311
description: Serves a fully RESTful API from any existing PostgreSQL database
homepage: https://github.com/PostgREST/postgrest
fetch: homebrew
- key:
token: sq
type: formula
stats:
30d: 197
90d: 332
365d: 7886
description: Data wrangler with jq-like query language
homepage: https://sq.io
fetch: homebrew
- key:
token: lilypond
type: formula
stats:
30d: 197
90d: 610
365d: 3187
description: Music engraving system
homepage: https://lilypond.org
fetch: homebrew
- key:
token: sdkman-cli
type: formula
tap: sdkman/tap
stats:
30d: 197
90d: 665
365d: 2676
description: SDKMAN! the Software Development Kit Manager
definition: https://github.com/sdkman/homebrew-tap/blob/HEAD/Formula/sdkman-cli.rb
file_paths:
- Formula/sdkman-cli.rb
fetch: repo_direct
- key:
token: musikcube
type: formula
stats:
30d: 197
90d: 556
365d: 2125
description: Terminal-based audio engine, library, player and server
homepage: https://musikcube.com
fetch: homebrew
- key:
token: sst
type: formula
tap: sst/tap
stats:
30d: 196
90d: 641
365d: 4004
definition: https://github.com/sst/homebrew-tap/blob/HEAD/sst.rb
version: 3.13.10
file_paths:
- sst.rb
fetch: repo_direct
- key:
token: grc
type: formula
stats:
30d: 196
90d: 666
365d: 2548
description: Colorize logfiles and command output
homepage: https://kassiopeia.juls.savba.sk/~garabik/software/grc.html
fetch: homebrew
- key:
token: ocicl
type: formula
stats:
30d: 196
90d: 675
365d: 1982
description: OCI-based ASDF system distribution and management tool for Common Lisp
homepage: https://github.com/ocicl/ocicl
fetch: homebrew
- key:
token: seventeenlands
type: formula
tap: rconroy293/seventeenlands
stats:
30d: 196
90d: 263
365d: 768
description: Utility to upload MTG Arena data to 17Lands.com
definition: https://github.com/rconroy293/homebrew-seventeenlands/blob/HEAD/Formula/seventeenlands.rb
file_paths:
- Formula/seventeenlands.rb
fetch: repo_direct
- key:
token: matplotplusplus
type: formula
stats:
30d: 196
90d: 569
365d: 1918
description: C++ Graphics Library for Data Visualization
homepage: https://github.com/alandefreitas/matplotplusplus
fetch: homebrew
- key:
token: zlib-ng
type: formula
stats:
30d: 196
90d: 830
365d: 3717
description: Zlib replacement with optimizations for next generation systems
homepage: https://github.com/zlib-ng/zlib-ng
fetch: homebrew
- key:
token: gazebo11
type: formula
tap: osrf/simulation
stats:
30d: 196
90d: 792
365d: 4306
description: Gazebo robot simulator
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gazebo11.rb
file_paths:
- Formula/gazebo11.rb
fetch: repo_direct
- key:
token: boost@1.85
type: formula
stats:
30d: 196
90d: 509
365d: 1025
description: Collection of portable C++ source libraries
homepage: https://www.boost.org/
fetch: homebrew
- key:
token: bzt
type: formula
stats:
30d: 195
90d: 616
365d: 3074
description: BlazeMeter Taurus
homepage: https://gettaurus.org/
fetch: homebrew
- key:
token: basex
type: formula
stats:
30d: 195
90d: 537
365d: 2251
description: Light-weight XML database and XPath/XQuery processor
homepage: https://basex.org
fetch: homebrew
- key:
token: imapsync
type: formula
stats:
30d: 195
90d: 542
365d: 2661
description: Migrate or backup IMAP mail accounts
homepage: https://imapsync.lamiral.info/
fetch: homebrew
- key:
token: brew-cask-completion
type: formula
stats:
30d: 195
90d: 553
365d: 2461
description: Fish completion for brew-cask
homepage: https://github.com/xyb/homebrew-cask-completion
fetch: homebrew
- key:
token: nim
type: formula
stats:
30d: 194
90d: 1023
365d: 4982
description: Statically typed compiled systems programming language
homepage: https://nim-lang.org/
fetch: homebrew
- key:
token: ffmpeg@2.8
type: formula
stats:
30d: 194
90d: 418
365d: 1737
description: Play, record, convert, and stream audio and video
homepage: https://ffmpeg.org/
fetch: homebrew
- key:
token: lame
type: formula
stats:
30d: 193
90d: 568
365d: 2530
description: High quality MPEG Audio Layer III (MP3) encoder
homepage: https://lame.sourceforge.io/
fetch: homebrew
- key:
token: lerna
type: formula
stats:
30d: 193
90d: 616
365d: 3011
description: Tool for managing JavaScript projects with multiple packages
homepage: https://lerna.js.org
fetch: homebrew
- key:
token: iota
type: formula
tap: iotaledger/tap
stats:
30d: 193
90d: 292
365d: 292
description: Bringing the real world to Web3 with a scalable, decentralized and
programmable DLT infrastructure
definition: https://github.com/iotaledger/homebrew-tap/blob/HEAD/Formula/iota.rb
version: 0.11.6-rc
file_paths:
- Formula/iota.rb
fetch: repo_direct
- key:
token: moc
type: formula
stats:
30d: 193
90d: 452
365d: 1267
description: Terminal-based music player
homepage: https://moc.daper.net/
fetch: homebrew
- key:
token: jnv
type: formula
tap: ynqa/tap
stats:
30d: 193
90d: 366
365d: 2626
description: Interactive JSON filter using jq
homepage: https://github.com/ynqa/jnv
definition: https://github.com/ynqa/homebrew-tap/blob/HEAD/Formula/jnv.rb
version: 0.6.0
file_paths:
- Formula/jnv.rb
fetch: repo_direct
- key:
token: openfst
type: formula
stats:
30d: 192
90d: 446
365d: 1267
description: Library for weighted finite-state transducers
homepage: https://www.openfst.org/twiki/bin/view/FST/WebHome
fetch: homebrew
- key:
token: antidote
type: formula
stats:
30d: 192
90d: 593
365d: 2453
description: Plugin manager for zsh, inspired by antigen and antibody
homepage: https://antidote.sh/
fetch: homebrew
- key:
token: jsonlint
type: formula
stats:
30d: 192
90d: 491
365d: 1795
description: JSON parser and validator with a CLI
homepage: https://github.com/zaach/jsonlint
fetch: homebrew
- key:
token: incus
type: formula
stats:
30d: 192
90d: 622
365d: 1728
description: CLI client for interacting with Incus
homepage: https://linuxcontainers.org/incus
fetch: homebrew
- key:
token: flock
type: formula
stats:
30d: 191
90d: 602
365d: 2204
description: Lock file during command
homepage: https://github.com/discoteq/flock
fetch: homebrew
- key:
token: bedtools
type: formula
stats:
30d: 191
90d: 589
365d: 2175
description: Tools for genome arithmetic (set theory on the genome)
homepage: https://github.com/arq5x/bedtools2
fetch: homebrew
- key:
token: fragment-cli
type: formula
tap: fragment-dev/tap
stats:
30d: 191
90d: 734
365d: 1448
description: The FRAGMENT CLI allows you to interact with the FRAGMENT API and develop
your chart of accounts
definition: https://github.com/fragment-dev/homebrew-tap/blob/HEAD/Formula/fragment-cli.rb
version: 2025.3.19-2
file_paths:
- Formula/fragment-cli.rb
fetch: repo_direct
- key:
token: trino
type: formula
stats:
30d: 191
90d: 683
365d: 3100
description: Distributed SQL query engine for big data
homepage: https://trino.io
fetch: homebrew
- key:
token: aws-sso-util
type: formula
stats:
30d: 191
90d: 648
365d: 4274
description: Smooth out the rough edges of AWS SSO (temporarily, until AWS makes
it better)
homepage: https://github.com/benkehoe/aws-sso-util
fetch: homebrew
- key:
token: internetarchive
type: formula
stats:
30d: 190
90d: 460
365d: 1834
description: Python wrapper for the various Internet Archive APIs
homepage: https://github.com/jjjake/internetarchive
fetch: homebrew
- key:
token: gradle-profiler
type: formula
stats:
30d: 190
90d: 352
365d: 1355
description: Profiling and benchmarking tool for Gradle builds
homepage: https://github.com/gradle/gradle-profiler/
fetch: homebrew
- key:
token: sqitch
type: formula
tap: sqitchers/sqitch
stats:
30d: 190
90d: 468
365d: 1456
description: Sensible database change management
definition: https://github.com/sqitchers/homebrew-sqitch/blob/HEAD/Formula/sqitch.rb
file_paths:
- Formula/sqitch.rb
fetch: repo_direct
- key:
token: msitools
type: formula
stats:
30d: 190
90d: 510
365d: 1748
description: Windows installer (.MSI) tool
homepage: https://wiki.gnome.org/msitools
fetch: homebrew
- key:
token: cargo-nextest
type: formula
stats:
30d: 190
90d: 666
365d: 2357
description: Next-generation test runner for Rust
homepage: https://nexte.st
fetch: homebrew
- key:
token: spotifyd
type: formula
stats:
30d: 190
90d: 409
365d: 1254
description: Spotify daemon
homepage: https://spotifyd.rs/
fetch: homebrew
- key:
token: macmon
type: formula
stats:
30d: 189
90d: 671
365d: 1039
description: Sudoless performance monitoring for Apple Silicon processors
homepage: https://github.com/vladkens/macmon
fetch: homebrew
- key:
token: autocorrect
type: formula
stats:
30d: 189
90d: 248
365d: 768
description: Linter and formatter to improve copywriting, correct spaces, words
between CJK
homepage: https://huacnlee.github.io/autocorrect/
fetch: homebrew
- key:
token: berkeley-db
type: formula
stats:
30d: 189
90d: 651
365d: 3874
description: High performance key/value database
homepage: https://www.oracle.com/database/technologies/related/berkeleydb.html
fetch: homebrew
- key:
token: chntpw
type: formula
tap: minacle/chntpw
stats:
30d: 189
90d: 661
365d: 4509
description: The Offline NT Password Editor
definition: https://github.com/minacle/homebrew-chntpw/blob/HEAD/Formula/chntpw.rb
file_paths:
- Formula/chntpw.rb
fetch: repo_direct
- key:
token: web-ext
type: formula
stats:
30d: 189
90d: 501
365d: 1728
description: Command-line tool to help build, run, and test web extensions
homepage: https://github.com/mozilla/web-ext
fetch: homebrew
- key:
token: brightness
type: formula
stats:
30d: 189
90d: 510
365d: 1591
description: Change macOS display brightness from the command-line
homepage: https://github.com/nriley/brightness
fetch: homebrew
- key:
token: aqua
type: formula
stats:
30d: 189
90d: 276
365d: 276
description: Declarative CLI Version manager
homepage: https://aquaproj.github.io/
fetch: homebrew
- key:
token: gtkwave
type: formula
tap: randomplum/gtkwave
stats:
30d: 188
90d: 577
365d: 2261
description: GTKWave
definition: https://github.com/randomplum/homebrew-gtkwave/blob/HEAD/gtkwave.rb
file_paths:
- gtkwave.rb
fetch: repo_direct
- key:
token: speexdsp
type: formula
stats:
30d: 188
90d: 599
365d: 2920
description: Speex audio processing library
homepage: https://speex.org/
fetch: homebrew
- key:
token: nebula
type: formula
stats:
30d: 188
90d: 393
365d: 1575
description: Scalable overlay networking tool for connecting computers anywhere
homepage: https://github.com/slackhq/nebula
fetch: homebrew
- key:
token: file-formula
type: formula
stats:
30d: 188
90d: 616
365d: 3006
description: Utility to determine file types
homepage: https://darwinsys.com/file/
fetch: homebrew
- key:
token: vlang
type: formula
stats:
30d: 188
90d: 283
365d: 1583
description: V programming language
homepage: https://vlang.io
fetch: homebrew
- key:
token: vegeta
type: formula
stats:
30d: 187
90d: 624
365d: 3919
description: HTTP load testing tool and library
homepage: https://github.com/tsenart/vegeta
fetch: homebrew
- key:
token: mplayer
type: formula
stats:
30d: 187
90d: 623
365d: 2748
description: UNIX movie player
homepage: https://mplayerhq.hu/
fetch: homebrew
- key:
token: moon
type: formula
stats:
30d: 187
90d: 449
365d: 1668
description: Task runner and repo management tool for the web ecosystem, written
in Rust
homepage: https://moonrepo.dev/moon
fetch: homebrew
- key:
token: boundary
type: formula
tap: hashicorp/tap
stats:
30d: 187
90d: 761
365d: 4059
description: Boundary
definition: https://github.com/hashicorp/homebrew-tap/blob/HEAD/Formula/boundary.rb
version: 0.19.1
file_paths:
- Formula/boundary.rb
fetch: repo_direct
- key:
token: mx
type: formula
stats:
30d: 187
90d: 376
365d: 1734
description: Command-line tool used for the development of Graal projects
homepage: https://github.com/graalvm/mx
fetch: homebrew
- key:
token: terminus
type: formula
tap: pantheon-systems/external
stats:
30d: 187
90d: 603
365d: 2450
description: Terminus is Pantheon
definition: https://github.com/pantheon-systems/homebrew-external/blob/HEAD/Formula/terminus.rb
file_paths:
- Formula/terminus.rb
fetch: repo_direct
- key:
token: c3c
type: formula
stats:
30d: 187
90d: 471
365d: 1475
description: Compiler for the C3 language
homepage: https://github.com/c3lang/c3c
fetch: homebrew
- key:
token: c-blosc
type: formula
stats:
30d: 187
90d: 543
365d: 2507
description: Blocking, shuffling and loss-less compression library
homepage: https://www.blosc.org/
fetch: homebrew
- key:
token: tbls
type: formula
tap: k1low/tap
stats:
30d: 187
90d: 499
365d: 1814
description: CI-Friendly tool to document a database
homepage: https://github.com/k1LoW/tbls
definition: https://github.com/k1low/homebrew-tap/blob/HEAD/tbls.rb
version: 1.84.1
file_paths:
- tbls.rb
fetch: repo_direct
- key:
token: arping
type: formula
stats:
30d: 186
90d: 598
365d: 3503
description: Utility to check whether MAC addresses are already taken on a LAN
homepage: https://github.com/ThomasHabets/arping
fetch: homebrew
- key:
token: dosbox-staging
type: formula
stats:
30d: 186
90d: 370
365d: 1887
description: Modernized DOSBox soft-fork
homepage: https://dosbox-staging.github.io/
fetch: homebrew
- key:
token: gmsh
type: formula
stats:
30d: 186
90d: 661
365d: 2587
description: 3D finite element grid generator with CAD engine
homepage: https://gmsh.info/
fetch: homebrew
- key:
token: crosstool-ng
type: formula
stats:
30d: 186
90d: 614
365d: 1378
description: Tool for building toolchains
homepage: https://crosstool-ng.github.io/
fetch: homebrew
- key:
token: mydumper
type: formula
stats:
30d: 186
90d: 655
365d: 3455
description: How MySQL DBA & support engineer would imagine 'mysqldump' ;-)
homepage: https://launchpad.net/mydumper
fetch: homebrew
- key:
token: breezy
type: formula
stats:
30d: 186
90d: 275
365d: 991
description: Version control system implemented in Python with multi-format support
homepage: https://github.com/breezy-team/breezy
fetch: homebrew
- key:
token: or-tools
type: formula
stats:
30d: 186
90d: 441
365d: 2279
description: Google's Operations Research tools
homepage: https://developers.google.com/optimization/
fetch: homebrew
- key:
token: mvnvm
type: formula
stats:
30d: 185
90d: 572
365d: 3628
description: Maven version manager
homepage: https://bitbucket.org/mjensen/mvnvm/
fetch: homebrew
- key:
token: spotify_player
type: formula
stats:
30d: 185
90d: 627
365d: 3696
description: Command driven spotify player
homepage: https://github.com/aome510/spotify-player
fetch: homebrew
- key:
token: gnu-indent
type: formula
stats:
30d: 185
90d: 638
365d: 2359
description: C code prettifier
homepage: https://www.gnu.org/software/indent/
fetch: homebrew
- key:
token: argocd-autopilot
type: formula
stats:
30d: 184
90d: 339
365d: 1003
description: Opinionated way of installing Argo CD and managing GitOps repositories
homepage: https://argoproj.io
fetch: homebrew
- key:
token: jbang
type: formula
tap: jbangdev/tap
stats:
30d: 184
90d: 432
365d: 1183
description: Tool to create, edit and run self-contained source-only Java programs
homepage: https://jbang.dev/
definition: https://github.com/jbangdev/homebrew-tap/blob/HEAD/Formula/jbang.rb
version: 0.125.1
file_paths:
- Formula/jbang.rb
fetch: repo_direct
- key:
token: apache-arrow-glib
type: formula
stats:
30d: 184
90d: 767
365d: 3556
description: GLib bindings for Apache Arrow
homepage: https://arrow.apache.org/
fetch: homebrew
- key:
token: kube-score
type: formula
stats:
30d: 184
90d: 681
365d: 16311
description: Kubernetes object analysis recommendations for improved reliability
and security
homepage: https://kube-score.com
fetch: homebrew
- key:
token: masscan
type: formula
stats:
30d: 184
90d: 564
365d: 1917
description: TCP port scanner, scans entire Internet in under 5 minutes
homepage: https://github.com/robertdavidgraham/masscan/
fetch: homebrew
- key:
token: s3fs-mac
type: formula
tap: gromgit/fuse
stats:
30d: 184
90d: 544
365d: 1318
description: FUSE-based file system backed by Amazon S3
definition: https://github.com/gromgit/homebrew-fuse/blob/HEAD/Formula/s3fs-mac.rb
file_paths:
- Formula/s3fs-mac.rb
fetch: repo_direct
- key:
token: ggshield
type: formula
tap: gitguardian/tap
stats:
30d: 184
90d: 504
365d: 2127
description: Scanner for secrets and sensitive data in code
homepage: https://www.gitguardian.com
definition: https://github.com/gitguardian/homebrew-tap/blob/HEAD/Formula/ggshield.rb
file_paths:
- Formula/ggshield.rb
fetch: repo_direct
- key:
token: sratoolkit
type: formula
stats:
30d: 184
90d: 582
365d: 1659
description: Data tools for INSDC Sequence Read Archive
homepage: https://github.com/ncbi/sra-tools
fetch: homebrew
- key:
token: nixpacks
type: formula
stats:
30d: 183
90d: 605
365d: 1860
description: App source + Nix packages + Docker = Image
homepage: https://nixpacks.com/docs/getting-started
fetch: homebrew
- key:
token: cheat
type: formula
stats:
30d: 183
90d: 563
365d: 2457
description: Create and view interactive cheat sheets for *nix commands
homepage: https://github.com/cheat/cheat
fetch: homebrew
- key:
token: m1-terraform-provider-helper
type: formula
tap: kreuzwerker/taps
stats:
30d: 183
90d: 637
365d: 2902
description: CLI to support with downloading and compiling terraform providers for
Mac with M1 chip.
definition: https://github.com/kreuzwerker/homebrew-taps/blob/HEAD/m1-terraform-provider-helper.rb
version: 0.9.0
file_paths:
- m1-terraform-provider-helper.rb
fetch: repo_direct
- key:
token: sstp-client
type: formula
stats:
30d: 183
90d: 576
365d: 2814
description: SSTP (Microsoft's Remote Access Solution for PPP over SSL) client
homepage: https://gitlab.com/sstp-project/sstp-client
fetch: homebrew
- key:
token: rollup
type: formula
stats:
30d: 183
90d: 576
365d: 2378
description: Next-generation ES module bundler
homepage: https://rollupjs.org/
fetch: homebrew
- key:
token: protobuf@29
type: formula
stats:
30d: 183
90d: 183
365d: 183
description: Protocol buffers (Google's data interchange format)
homepage: https://protobuf.dev/
fetch: homebrew
- key:
token: icloudpd
type: formula
stats:
30d: 182
90d: 538
365d: 2038
description: Tool to download photos from iCloud
homepage: https://github.com/icloud-photos-downloader/icloud_photos_downloader
fetch: homebrew
- key:
token: miller
type: formula
stats:
30d: 182
90d: 588
365d: 3106
description: Like sed, awk, cut, join & sort for name-indexed data such as CSV
homepage: https://github.com/johnkerl/miller
fetch: homebrew
- key:
token: rtl_433
type: formula
stats:
30d: 182
90d: 612
365d: 2321
description: Program to decode radio transmissions from devices
homepage: https://github.com/merbanan/rtl_433
fetch: homebrew
- key:
token: usbredir
type: formula
stats:
30d: 182
90d: 569
365d: 1978
description: USB traffic redirection library
homepage: https://www.spice-space.org
fetch: homebrew
- key:
token: solana
type: formula
stats:
30d: 182
90d: 844
365d: 3064
description: Web-Scale Blockchain for decentralized apps and marketplaces
homepage: https://solanalabs.com/
fetch: homebrew
- key:
token: xchtmlreport
type: formula
tap: xctesthtmlreport/xchtmlreport
stats:
30d: 182
90d: 317
365d: 1966
description: 'XCTestHTMLReport: Xcode-like HTML report for Unit and UI Tests'
definition: https://github.com/xctesthtmlreport/homebrew-xchtmlreport/blob/HEAD/Formula/xchtmlreport.rb
file_paths:
- Formula/xchtmlreport.rb
fetch: repo_direct
- key:
token: libphonenumber
type: formula
stats:
30d: 182
90d: 377
365d: 2233
description: C++ Phone Number library by Google
homepage: https://github.com/google/libphonenumber
fetch: homebrew
- key:
token: aws-amplify
type: formula
stats:
30d: 181
90d: 862
365d: 3540
description: Build full-stack web and mobile apps in hours. Easy to start, easy
to scale
homepage: https://aws.amazon.com/amplify/
fetch: homebrew
- key:
token: premake
type: formula
stats:
30d: 181
90d: 475
365d: 1332
description: Write once, build anywhere Lua-based build system
homepage: https://premake.github.io/
fetch: homebrew
- key:
token: kanata
type: formula
stats:
30d: 181
90d: 464
365d: 758
description: Cross-platform software keyboard remapper for Linux, macOS and Windows
homepage: https://github.com/jtroo/kanata
fetch: homebrew
- key:
token: label-studio
type: formula
tap: humansignal/tap
stats:
30d: 181
90d: 568
365d: 1777
description: Multi-type data labeling and annotation tool with standardized output
format
definition: https://github.com/humansignal/homebrew-tap/blob/HEAD/Formula/label-studio.rb
file_paths:
- Formula/label-studio.rb
fetch: repo_direct
- key:
token: v2raya
type: formula
tap: v2raya/v2raya
stats:
30d: 181
90d: 490
365d: 2446
description: Web-based GUI client of Project V
definition: https://github.com/v2raya/homebrew-v2raya/blob/HEAD/Formula/v2raya.rb
version: 2.2.6.7
file_paths:
- Formula/v2raya.rb
fetch: repo_direct
- key:
token: easy-tag
type: formula
stats:
30d: 181
90d: 582
365d: 1499
description: Application for viewing and editing audio file tags
homepage: https://wiki.gnome.org/Apps/EasyTAG
fetch: homebrew
- key:
token: git-quick-stats
type: formula
stats:
30d: 181
90d: 561
365d: 4593
description: Simple and efficient way to access statistics in git
homepage: https://git-quick-stats.sh/
fetch: homebrew
- key:
token: tf-summarize
type: formula
stats:
30d: 180
90d: 364
365d: 364
description: CLI to print the summary of the terraform plan
homepage: https://github.com/dineshba/tf-summarize
fetch: homebrew
- key:
token: rover
type: formula
stats:
30d: 180
90d: 593
365d: 1871
description: CLI for managing and maintaining data graphs with Apollo Studio
homepage: https://www.apollographql.com/docs/rover/
fetch: homebrew
- key:
token: instantclient-basic
type: formula
tap: instantclienttap/instantclient
stats:
30d: 180
90d: 590
365d: 2006
description: Oracle Instant Client Basic x64
definition: https://github.com/instantclienttap/homebrew-instantclient/blob/HEAD/Formula/instantclient-basic.rb
file_paths:
- Formula/instantclient-basic.rb
fetch: repo_direct
- key:
token: pdfly
type: formula
stats:
30d: 179
90d: 351
365d: 351
description: CLI tool to extract (meta)data from PDF and manipulate PDF files
homepage: https://pdfly.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: srecord
type: formula
stats:
30d: 179
90d: 274
365d: 644
description: Tools for manipulating EPROM load files
homepage: https://srecord.sourceforge.net/
fetch: homebrew
- key:
token: virtctl
type: formula
stats:
30d: 179
90d: 328
365d: 1310
description: Allows for using more advanced kubevirt features
homepage: https://kubevirt.io/
fetch: homebrew
- key:
token: git-cliff
type: formula
stats:
30d: 179
90d: 867
365d: 3986
description: Highly customizable changelog generator
homepage: https://git-cliff.org/
fetch: homebrew
- key:
token: katago
type: formula
stats:
30d: 179
90d: 378
365d: 1645
description: Neural Network Go engine with no human-provided knowledge
homepage: https://github.com/lightvector/KataGo
fetch: homebrew
- key:
token: fastqc
type: formula
stats:
30d: 179
90d: 552
365d: 1992
description: Quality control tool for high throughput sequence data
homepage: https://www.bioinformatics.babraham.ac.uk/projects/fastqc/
fetch: homebrew
- key:
token: surreal
type: formula
tap: surrealdb/tap
stats:
30d: 178
90d: 676
365d: 3984
description: A scalable, distributed, collaborative, document-graph database
definition: https://github.com/surrealdb/homebrew-tap/blob/HEAD/Formula/surreal.rb
version: 2.2.2
file_paths:
- Formula/surreal.rb
fetch: repo_direct
- key:
token: jrnl
type: formula
stats:
30d: 178
90d: 604
365d: 1929
description: Command-line note taker
homepage: https://jrnl.sh/en/stable/
fetch: homebrew
- key:
token: chsrc
type: formula
stats:
30d: 178
90d: 260
365d: 1169
description: Change Source for every software on every platform from the command-line
homepage: https://github.com/RubyMetric/chsrc
fetch: homebrew
- key:
token: hackrf
type: formula
stats:
30d: 178
90d: 507
365d: 2538
description: Low cost software radio platform
homepage: https://github.com/greatscottgadgets/hackrf
fetch: homebrew
- key:
token: libxcb
type: formula
stats:
30d: 178
90d: 594
365d: 8426
description: 'X.Org: Interface to the X Window System protocol'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: jruby
type: formula
stats:
30d: 177
90d: 797
365d: 2520
description: Ruby implementation in pure Java
homepage: https://www.jruby.org/
fetch: homebrew
- key:
token: go-jsonnet
type: formula
stats:
30d: 177
90d: 428
365d: 2163
description: Go implementation of configuration language for defining JSON data
homepage: https://jsonnet.org/
fetch: homebrew
- key:
token: spirv-llvm-translator
type: formula
stats:
30d: 177
90d: 455
365d: 2010
description: Tool and a library for bi-directional translation between SPIR-V and
LLVM IR
homepage: https://github.com/KhronosGroup/SPIRV-LLVM-Translator
fetch: homebrew
- key:
token: podman-tui
type: formula
stats:
30d: 177
90d: 554
365d: 1500
description: Podman Terminal User Interface
homepage: https://github.com/containers/podman-tui
fetch: homebrew
- key:
token: ansible-creator
type: formula
stats:
30d: 176
90d: 432
365d: 1896
description: CLI tool for scaffolding Ansible Content
homepage: https://ansible.readthedocs.io/projects/creator/
fetch: homebrew
- key:
token: wasm-tools
type: formula
stats:
30d: 176
90d: 688
365d: 1903
description: Low level tooling for WebAssembly in Rust
homepage: https://github.com/bytecodealliance/wasm-tools
fetch: homebrew
- key:
token: faad2
type: formula
stats:
30d: 176
90d: 443
365d: 922
description: ISO AAC audio decoder
homepage: https://sourceforge.net/projects/faac/
fetch: homebrew
- key:
token: jc
type: formula
stats:
30d: 176
90d: 593
365d: 3399
description: Serializes the output of command-line tools to structured JSON output
homepage: https://github.com/kellyjonbrazil/jc
fetch: homebrew
- key:
token: rakudo-star
type: formula
stats:
30d: 176
90d: 507
365d: 2258
description: Rakudo compiler and commonly used packages
homepage: https://rakudo.org/
fetch: homebrew
- key:
token: spice-gtk
type: formula
stats:
30d: 176
90d: 480
365d: 3899
description: GTK client/libraries for SPICE
homepage: https://www.spice-space.org
fetch: homebrew
- key:
token: ramalama
type: formula
stats:
30d: 175
90d: 324
365d: 324
description: Goal of RamaLama is to make working with AI boring
homepage: https://github.com/containers/ramalama
fetch: homebrew
- key:
token: mqtt-cli
type: formula
tap: hivemq/mqtt-cli
stats:
30d: 175
90d: 523
365d: 2291
description: 'MQTT CLI is a tool that provides a feature rich command line interface
for connecting, publishing, subscribing, unsubscribing and disconnecting various
MQTT clients simultaneously and supports MQTT 5.0 and MQTT 3.1.1 '
definition: https://github.com/hivemq/homebrew-mqtt-cli/blob/HEAD/mqtt-cli.rb
file_paths:
- mqtt-cli.rb
fetch: repo_direct
- key:
token: yle-dl
type: formula
stats:
30d: 175
90d: 475
365d: 2018
description: Download Yle videos from the command-line
homepage: https://aajanki.github.io/yle-dl/index-en.html
fetch: homebrew
- key:
token: diffuse
type: formula
tap: jakewharton/repo
stats:
30d: 175
90d: 547
365d: 1228
description: A tool for diffing APKs, AABs, AARs, and JARs
definition: https://github.com/jakewharton/homebrew-repo/blob/HEAD/Formula/diffuse.rb
version: 0.3.0
file_paths:
- Formula/diffuse.rb
fetch: repo_direct
- key:
token: gtk-doc
type: formula
stats:
30d: 175
90d: 487
365d: 1735
description: GTK+ documentation tool
homepage: https://gitlab.gnome.org/GNOME/gtk-doc
fetch: homebrew
- key:
token: ansible@9
type: formula
stats:
30d: 175
90d: 618
365d: 3884
description: Automate deployment, configuration, and upgrading
homepage: https://www.ansible.com/
fetch: homebrew
- key:
token: ansible-cmdb
type: formula
stats:
30d: 175
90d: 192
365d: 333
description: Generates static HTML overview page from Ansible facts
homepage: https://github.com/fboender/ansible-cmdb
fetch: homebrew
- key:
token: comby
type: formula
stats:
30d: 175
90d: 320
365d: 675
description: Tool for changing code across many languages
homepage: https://comby.dev
fetch: homebrew
- key:
token: bullet
type: formula
stats:
30d: 174
90d: 463
365d: 1587
description: Physics SDK
homepage: https://bulletphysics.org/
fetch: homebrew
- key:
token: gopass
type: formula
stats:
30d: 174
90d: 600
365d: 3874
description: Slightly more awesome Standard Unix Password Manager for Teams
homepage: https://www.gopass.pw/
fetch: homebrew
- key:
token: cjson
type: formula
stats:
30d: 174
90d: 482
365d: 3828
description: Ultralightweight JSON parser in ANSI C
homepage: https://github.com/DaveGamble/cJSON
fetch: homebrew
- key:
token: cunit
type: formula
stats:
30d: 174
90d: 487
365d: 1863
description: Lightweight unit testing framework for C
homepage: https://cunit.sourceforge.net/
fetch: homebrew
- key:
token: xorgproto
type: formula
stats:
30d: 174
90d: 454
365d: 6355
description: 'X.Org: Protocol Headers'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: tnftp
type: formula
stats:
30d: 173
90d: 567
365d: 2632
description: NetBSD's FTP client
homepage: https://cdn.netbsd.org/pub/NetBSD/misc/tnftp/
fetch: homebrew
- key:
token: traefik
type: formula
stats:
30d: 173
90d: 602
365d: 2902
description: Modern reverse proxy
homepage: https://traefik.io/
fetch: homebrew
- key:
token: bento4
type: formula
stats:
30d: 173
90d: 449
365d: 1726
description: Full-featured MP4 format and MPEG DASH library and tools
homepage: https://www.bento4.com/
fetch: homebrew
- key:
token: tomcat@10
type: formula
stats:
30d: 173
90d: 463
365d: 582
description: Implementation of Java Servlet and JavaServer Pages
homepage: https://tomcat.apache.org/
fetch: homebrew
- key:
token: vacuum
type: formula
tap: daveshanley/vacuum
stats:
30d: 173
90d: 532
365d: 2073
description: The worlds fastest and most scalable OpenAPI linter
definition: https://github.com/daveshanley/homebrew-vacuum/blob/HEAD/vacuum.rb
version: 0.16.5
file_paths:
- vacuum.rb
fetch: repo_direct
- key:
token: karchive
type: formula
stats:
30d: 173
90d: 485
365d: 2490
description: Reading, creating, and manipulating file archives
homepage: https://api.kde.org/frameworks/karchive/html/index.html
fetch: homebrew
- key:
token: mpi4py
type: formula
stats:
30d: 173
90d: 661
365d: 2537
description: Python bindings for MPI
homepage: https://mpi4py.github.io/
fetch: homebrew
- key:
token: pidof
type: formula
stats:
30d: 173
90d: 518
365d: 2179
description: Display the PID number for a given process name
homepage: https://web.archive.org/web/20240808152721/http://www.nightproductions.net/cli.htm
fetch: homebrew
- key:
token: gosec
type: formula
stats:
30d: 172
90d: 627
365d: 1885
description: Golang security checker
homepage: https://securego.io/
fetch: homebrew
- key:
token: flashrom
type: formula
stats:
30d: 172
90d: 566
365d: 2307
description: Identify, read, write, verify, and erase flash chips
homepage: https://flashrom.org/
fetch: homebrew
- key:
token: pdfpc
type: formula
stats:
30d: 172
90d: 497
365d: 2427
description: Presenter console with multi-monitor support for PDF files
homepage: https://pdfpc.github.io/
fetch: homebrew
- key:
token: kubefwd
type: formula
tap: txn2/tap
stats:
30d: 171
90d: 407
365d: 1902
description: Kubernetes bulk port forwarding utility.
definition: https://github.com/txn2/homebrew-tap/blob/HEAD/Formula/kubefwd.rb
version: 1.22.5
file_paths:
- Formula/kubefwd.rb
fetch: repo_direct
- key:
token: libpulsar
type: formula
stats:
30d: 171
90d: 327
365d: 1984
description: Apache Pulsar C++ library
homepage: https://pulsar.apache.org/
fetch: homebrew
- key:
token: x3270
type: formula
stats:
30d: 171
90d: 628
365d: 1897
description: IBM 3270 terminal emulator for the X Window System and Windows
homepage: https://x3270.bgp.nu/
fetch: homebrew
- key:
token: imath
type: formula
stats:
30d: 170
90d: 577
365d: 5700
description: Library of 2D and 3D vector, matrix, and math operations
homepage: https://imath.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: pint
type: formula
stats:
30d: 170
90d: 346
365d: 1358
description: Prometheus rule linter/validator
homepage: https://cloudflare.github.io/pint/
fetch: homebrew
- key:
token: awslogs
type: formula
stats:
30d: 170
90d: 434
365d: 3080
description: Simple command-line tool to read AWS CloudWatch logs
homepage: https://github.com/jorgebastida/awslogs
fetch: homebrew
- key:
token: signal-cli
type: formula
stats:
30d: 170
90d: 531
365d: 1980
description: CLI and dbus interface for WhisperSystems/libsignal-service-java
homepage: https://github.com/AsamK/signal-cli
fetch: homebrew
- key:
token: doggo
type: formula
stats:
30d: 170
90d: 642
365d: 3424
description: Command-line DNS Client for Humans
homepage: https://doggo.mrkaran.dev/
fetch: homebrew
- key:
token: fava
type: formula
stats:
30d: 169
90d: 449
365d: 1737
description: Web interface for the double-entry bookkeeping software Beancount
homepage: https://beancount.github.io/fava/
fetch: homebrew
- key:
token: systemc
type: formula
stats:
30d: 169
90d: 575
365d: 2412
description: Core SystemC language and examples
homepage: https://systemc.org/overview/systemc/
fetch: homebrew
- key:
token: clang-build-analyzer
type: formula
stats:
30d: 169
90d: 457
365d: 1430
description: Tool to analyze compilation time
homepage: https://github.com/aras-p/ClangBuildAnalyzer
fetch: homebrew
- key:
token: rainfrog
type: formula
stats:
30d: 169
90d: 437
365d: 509
description: Database management TUI for PostgreSQL/MySQL/SQLite
homepage: https://github.com/achristmascarl/rainfrog
fetch: homebrew
- key:
token: ledger
type: formula
stats:
30d: 169
90d: 598
365d: 4162
description: Command-line, double-entry accounting tool
homepage: https://ledger-cli.org/
fetch: homebrew
- key:
token: flann
type: formula
stats:
30d: 169
90d: 509
365d: 3116
description: Fast Library for Approximate Nearest Neighbors
homepage: https://github.com/flann-lib/flann
fetch: homebrew
- key:
token: whistle
type: formula
stats:
30d: 169
90d: 428
365d: 2562
description: HTTP, HTTP2, HTTPS, Websocket debugging proxy
homepage: https://github.com/avwo/whistle
fetch: homebrew
- key:
token: lzo
type: formula
stats:
30d: 169
90d: 521
365d: 2419
description: Real-time data compression library
homepage: https://www.oberhumer.com/opensource/lzo/
fetch: homebrew
- key:
token: bazel@7
type: formula
stats:
30d: 169
90d: 335
365d: 335
description: Google's own build tool
homepage: https://bazel.build/
fetch: homebrew
- key:
token: libbluray
type: formula
stats:
30d: 169
90d: 506
365d: 2933
description: Blu-Ray disc playback library for media players like VLC
homepage: https://www.videolan.org/developers/libbluray.html
fetch: homebrew
- key:
token: manticoresearch
type: formula
stats:
30d: 168
90d: 301
365d: 1009
description: Open source text search engine
homepage: https://manticoresearch.com
fetch: homebrew
- key:
token: awsume
type: formula
stats:
30d: 168
90d: 460
365d: 2377
description: Utility for easily assuming AWS IAM roles from the command-line
homepage: https://awsu.me
fetch: homebrew
- key:
token: kubent
type: formula
stats:
30d: 168
90d: 720
365d: 3886
description: Easily check your clusters for use of deprecated APIs
homepage: https://github.com/doitintl/kube-no-trouble
fetch: homebrew
- key:
token: bat-extras
type: formula
stats:
30d: 168
90d: 513
365d: 3412
description: Bash scripts that integrate bat with various command-line tools
homepage: https://github.com/eth-p/bat-extras
fetch: homebrew
- key:
token: git-machete
type: formula
stats:
30d: 168
90d: 538
365d: 2418
description: Git repository organizer & rebase workflow automation tool
homepage: https://github.com/VirtusLab/git-machete
fetch: homebrew
- key:
token: atomicparsley
type: formula
stats:
30d: 168
90d: 457
365d: 2188
description: MPEG-4 command-line tool
homepage: https://github.com/wez/atomicparsley
fetch: homebrew
- key:
token: libusb-compat
type: formula
stats:
30d: 168
90d: 546
365d: 2418
description: Library for USB device access
homepage: https://libusb.info/
fetch: homebrew
- key:
token: vfox
type: formula
stats:
30d: 167
90d: 435
365d: 1498
description: Version manager with support for Java, Node.js, Flutter, .NET & more
homepage: https://github.com/version-fox/vfox
fetch: homebrew
- key:
token: mapserver
type: formula
stats:
30d: 167
90d: 402
365d: 2246
description: Publish spatial data and interactive mapping apps to the web
homepage: https://mapserver.org/
fetch: homebrew
- key:
token: autopep8
type: formula
stats:
30d: 167
90d: 823
365d: 3582
description: Automatically formats Python code to conform to the PEP 8 style guide
homepage: https://github.com/hhatto/autopep8
fetch: homebrew
- key:
token: percona-xtrabackup
type: formula
stats:
30d: 167
90d: 440
365d: 2135
description: Open source hot backup tool for InnoDB and XtraDB databases
homepage: https://www.percona.com/software/mysql-database/percona-xtrabackup
fetch: homebrew
- key:
token: tfctl
type: formula
tap: flux-iac/tap
stats:
30d: 166
90d: 483
365d: 3196
definition: https://github.com/flux-iac/homebrew-tap/blob/HEAD/Formula/tfctl.rb
version: 0.16.0-rc.5
file_paths:
- Formula/tfctl.rb
fetch: repo_direct
- key:
token: mat2
type: formula
stats:
30d: 166
90d: 556
365d: 1954
description: Metadata anonymization toolkit
homepage: https://0xacab.org/jvoisin/mat2
fetch: homebrew
- key:
token: maturin
type: formula
stats:
30d: 166
90d: 500
365d: 2392
description: Build and publish Rust crates as Python packages
homepage: https://github.com/PyO3/maturin
fetch: homebrew
- key:
token: efl
type: formula
stats:
30d: 166
90d: 394
365d: 2505
description: Enlightenment Foundation Libraries
homepage: https://www.enlightenment.org
fetch: homebrew
- key:
token: apr
type: formula
stats:
30d: 166
90d: 554
365d: 4196
description: Apache Portable Runtime library
homepage: https://apr.apache.org/
fetch: homebrew
- key:
token: bchunk
type: formula
stats:
30d: 166
90d: 509
365d: 1991
description: Convert CD images from .bin/.cue to .iso/.cdr
homepage: http://he.fi/bchunk/
fetch: homebrew
- key:
token: src-cli
type: formula
tap: sourcegraph/src-cli
stats:
30d: 166
90d: 472
365d: 1514
description: Sourcegraph CLI
definition: https://github.com/sourcegraph/homebrew-src-cli/blob/HEAD/Formula/src-cli.rb
version: 6.2.0
file_paths:
- Formula/src-cli.rb
fetch: repo_direct
- key:
token: buildozer
type: formula
stats:
30d: 165
90d: 1282
365d: 4180
description: Rewrite bazel BUILD files using standard commands
homepage: https://github.com/bazelbuild/buildtools
fetch: homebrew
- key:
token: vector
type: formula
tap: vectordotdev/brew
stats:
30d: 165
90d: 597
365d: 2016
description: A High-Performance Log, Metrics, and Events Router
definition: https://github.com/vectordotdev/homebrew-brew/blob/HEAD/Formula/vector.rb
version: 0.46.0
file_paths:
- Formula/vector.rb
fetch: repo_direct
- key:
token: libsolv
type: formula
stats:
30d: 165
90d: 398
365d: 1860
description: Library for solving packages and reading repositories
homepage: https://github.com/openSUSE/libsolv
fetch: homebrew
- key:
token: keeper-commander
type: formula
stats:
30d: 165
90d: 265
365d: 265
description: Command-line and SDK interface to Keeper Password Manager
homepage: https://docs.keeper.io/en/privileged-access-manager/commander-cli/overview
fetch: homebrew
- key:
token: ngspice
type: formula
stats:
30d: 165
90d: 710
365d: 2204
description: Spice circuit simulator
homepage: https://ngspice.sourceforge.io/
fetch: homebrew
- key:
token: libtorrent-rasterbar
type: formula
stats:
30d: 165
90d: 665
365d: 2718
description: C++ bittorrent library with Python bindings
homepage: https://www.libtorrent.org/
fetch: homebrew
- key:
token: kafkactl
type: formula
tap: deviceinsight/packages
stats:
30d: 164
90d: 497
365d: 1359
description: CLI for managing Apache Kafka
homepage: https://deviceinsight.github.io/kafkactl/
definition: https://github.com/deviceinsight/homebrew-packages/blob/HEAD/Formula/kafkactl.rb
version: 5.7.0
file_paths:
- Formula/kafkactl.rb
fetch: repo_direct
- key:
token: lynis
type: formula
stats:
30d: 164
90d: 793
365d: 2546
description: Security and system auditing tool to harden systems
homepage: https://cisofy.com/lynis/
fetch: homebrew
- key:
token: aarch64-elf-gcc
type: formula
stats:
30d: 164
90d: 436
365d: 2326
description: GNU compiler collection for aarch64-elf
homepage: https://gcc.gnu.org
fetch: homebrew
- key:
token: pkgx
type: formula
stats:
30d: 164
90d: 618
365d: 618
description: Standalone binary that can run anything
homepage: https://pkgx.sh
fetch: homebrew
- key:
token: onefetch
type: formula
stats:
30d: 164
90d: 721
365d: 4596
description: Command-line Git information tool
homepage: https://onefetch.dev/
fetch: homebrew
- key:
token: conda-lock
type: formula
stats:
30d: 163
90d: 412
365d: 1280
description: Lightweight lockfile for conda environments
homepage: https://github.com/conda/conda-lock
fetch: homebrew
- key:
token: chrome-cli
type: formula
stats:
30d: 163
90d: 564
365d: 1805
description: Control Google Chrome from the command-line
homepage: https://github.com/prasmussen/chrome-cli
fetch: homebrew
- key:
token: unicorn
type: formula
stats:
30d: 163
90d: 562
365d: 1628
description: Lightweight multi-architecture CPU emulation framework
homepage: https://www.unicorn-engine.org/
fetch: homebrew
- key:
token: ansifilter
type: formula
stats:
30d: 163
90d: 458
365d: 2267
description: Strip or convert ANSI codes into HTML, (La)Tex, RTF, or BBCode
homepage: http://andre-simon.de/doku/ansifilter/en/ansifilter.php
fetch: homebrew
- key:
token: terraform-ls
type: formula
tap: hashicorp/tap
stats:
30d: 163
90d: 927
365d: 6314
description: Terraform Language Server
homepage: https://github.com/hashicorp/terraform-ls
definition: https://github.com/hashicorp/homebrew-tap/blob/HEAD/Formula/terraform-ls.rb
version: 0.36.4
file_paths:
- Formula/terraform-ls.rb
fetch: repo_direct
- key:
token: ki18n
type: formula
stats:
30d: 163
90d: 503
365d: 2591
description: KDE Gettext-based UI text internationalization
homepage: https://api.kde.org/frameworks/ki18n/html/index.html
fetch: homebrew
- key:
token: gtksourceview4
type: formula
stats:
30d: 163
90d: 477
365d: 3076
description: Text view with syntax, undo/redo, and text marks
homepage: https://projects.gnome.org/gtksourceview/
fetch: homebrew
- key:
token: libconfig
type: formula
stats:
30d: 162
90d: 535
365d: 1760
description: Configuration file processing library
homepage: https://hyperrealm.github.io/libconfig/
fetch: homebrew
- key:
token: mbedtls@2
type: formula
stats:
30d: 162
90d: 219
365d: 850
description: Cryptographic & SSL/TLS library
homepage: https://tls.mbed.org/
fetch: homebrew
- key:
token: freeimage
type: formula
stats:
30d: 162
90d: 508
365d: 1867
description: Library for FreeImage, a dependency-free graphics library
homepage: https://sourceforge.net/projects/freeimage/
fetch: homebrew
- key:
token: kubecolor
type: formula
tap: kubecolor/tap
stats:
30d: 162
90d: 572
365d: 2390
description: Colorize your kubectl output
homepage: https://kubecolor.github.io/
definition: https://github.com/kubecolor/homebrew-tap/blob/HEAD/Formula/kubecolor.rb
version: 0.5.0
file_paths:
- Formula/kubecolor.rb
fetch: repo_direct
- key:
token: libewf
type: formula
stats:
30d: 162
90d: 463
365d: 2168
description: Library for support of the Expert Witness Compression Format
homepage: https://github.com/libyal/libewf
fetch: homebrew
- key:
token: libqalculate
type: formula
stats:
30d: 162
90d: 855
365d: 3138
description: Library for Qalculate! program
homepage: https://qalculate.github.io/
fetch: homebrew
- key:
token: instaloader
type: formula
stats:
30d: 162
90d: 602
365d: 2439
description: Download media from Instagram
homepage: https://instaloader.github.io/
fetch: homebrew
- key:
token: metabase
type: formula
stats:
30d: 162
90d: 572
365d: 2907
description: Business intelligence report server
homepage: https://www.metabase.com/
fetch: homebrew
- key:
token: qalculate-gtk
type: formula
stats:
30d: 162
90d: 643
365d: 2538
description: Multi-purpose desktop calculator
homepage: https://qalculate.github.io/
fetch: homebrew
- key:
token: terraform-local
type: formula
stats:
30d: 162
90d: 477
365d: 1568
description: CLI wrapper to deploy your Terraform applications directly to LocalStack
homepage: https://localstack.cloud/
fetch: homebrew
- key:
token: protoc-gen-js
type: formula
stats:
30d: 161
90d: 263
365d: 949
description: Protocol buffers JavaScript generator plugin
homepage: https://github.com/protocolbuffers/protobuf-javascript
fetch: homebrew
- key:
token: mysql-connector-c++
type: formula
stats:
30d: 161
90d: 472
365d: 1764
description: MySQL database connector for C++ applications
homepage: https://github.com/mysql/mysql-connector-cpp
fetch: homebrew
- key:
token: px
type: formula
stats:
30d: 161
90d: 195
365d: 694
description: Ps and top for human beings (px / ptop)
homepage: https://github.com/walles/px
fetch: homebrew
- key:
token: spark
type: formula
stats:
30d: 161
90d: 470
365d: 1849
description: Sparklines for the shell
homepage: https://zachholman.com/spark/
fetch: homebrew
- key:
token: bmake
type: formula
stats:
30d: 160
90d: 410
365d: 1603
description: Portable version of NetBSD make(1)
homepage: https://www.crufty.net/help/sjg/bmake.html
fetch: homebrew
- key:
token: librtlsdr
type: formula
stats:
30d: 160
90d: 545
365d: 3170
description: Use Realtek DVB-T dongles as a cheap SDR
homepage: https://osmocom.org/projects/rtl-sdr/wiki
fetch: homebrew
- key:
token: libiodbc
type: formula
stats:
30d: 160
90d: 441
365d: 1428
description: Database connectivity layer based on ODBC. (alternative to unixodbc)
homepage: https://www.iodbc.org/
fetch: homebrew
- key:
token: woff2
type: formula
stats:
30d: 160
90d: 455
365d: 1508
description: Utilities to create and convert Web Open Font File (WOFF) files
homepage: https://github.com/google/woff2
fetch: homebrew
- key:
token: lume
type: formula
stats:
30d: 159
90d: 194
365d: 194
description: Create and manage Apple Silicon-native virtual machines
homepage: https://github.com/trycua/computer
fetch: homebrew
- key:
token: opencolorio
type: formula
stats:
30d: 158
90d: 364
365d: 1344
description: Color management solution geared towards motion picture production
homepage: https://opencolorio.org/
fetch: homebrew
- key:
token: streamrip
type: formula
stats:
30d: 158
90d: 342
365d: 432
description: Scriptable music downloader for Qobuz, Tidal, SoundCloud, and Deezer
homepage: https://github.com/nathom/streamrip
fetch: homebrew
- key:
token: cubejs-cli
type: formula
stats:
30d: 158
90d: 432
365d: 2078
description: Cube.js command-line interface
homepage: https://cube.dev/
fetch: homebrew
- key:
token: cargo-audit
type: formula
stats:
30d: 158
90d: 829
365d: 4060
description: Audit Cargo.lock files for crates with security vulnerabilities
homepage: https://rustsec.org/
fetch: homebrew
- key:
token: duplicity
type: formula
stats:
30d: 158
90d: 559
365d: 2659
description: Bandwidth-efficient encrypted backup
homepage: https://gitlab.com/duplicity/duplicity
fetch: homebrew
- key:
token: powershell-preview
type: formula
tap: powershell/tap
stats:
30d: 158
90d: 370
365d: 1466
description: Formula to install PowerShell Preview
definition: https://github.com/powershell/homebrew-tap/blob/HEAD/Formula/powershell-preview.rb
version: 7.6.0-preview.3
file_paths:
- Formula/powershell-preview.rb
fetch: repo_direct
- key:
token: docker-mac-net-connect
type: formula
tap: chipmk/tap
stats:
30d: 158
90d: 440
365d: 1932
description: 'Connect directly to Docker-for-Mac containers via IP address '
definition: https://github.com/chipmk/homebrew-tap/blob/HEAD/Formula/docker-mac-net-connect.rb
version: v0.1.3
file_paths:
- Formula/docker-mac-net-connect.rb
fetch: repo_direct
- key:
token: tfupdate
type: formula
stats:
30d: 158
90d: 922
365d: 2501
description: Update version constraints in your Terraform configurations
homepage: https://github.com/minamijoyo/tfupdate
fetch: homebrew
- key:
token: telepresence
type: formula
tap: datawire/blackbird
stats:
30d: 158
90d: 635
365d: 2989
description: Local dev environment attached to a remote Kubernetes cluster
definition: https://github.com/datawire/homebrew-blackbird/blob/HEAD/Formula/telepresence.rb
file_paths:
- Formula/telepresence.rb
fetch: repo_direct
- key:
token: mariadb@10.5
type: formula
stats:
30d: 158
90d: 499
365d: 1946
description: Drop-in replacement for MySQL
homepage: https://mariadb.org/
fetch: homebrew
- key:
token: taplo
type: formula
stats:
30d: 158
90d: 499
365d: 2503
description: TOML toolkit written in Rust
homepage: https://taplo.tamasfe.dev
fetch: homebrew
- key:
token: gtop
type: formula
stats:
30d: 158
90d: 423
365d: 1630
description: System monitoring dashboard for terminal
homepage: https://github.com/aksakalli/gtop
fetch: homebrew
- key:
token: bochs
type: formula
stats:
30d: 157
90d: 451
365d: 1208
description: Open source IA-32 (x86) PC emulator written in C++
homepage: https://bochs.sourceforge.io/
fetch: homebrew
- key:
token: antiword
type: formula
stats:
30d: 157
90d: 430
365d: 1701
description: Utility to read Word (.doc) files
homepage: https://web.archive.org/web/20221207132720/http://www.winfield.demon.nl/
fetch: homebrew
- key:
token: vscode-langservers-extracted
type: formula
stats:
30d: 157
90d: 399
365d: 1955
description: Language servers for HTML, CSS, JavaScript, and JSON extracted from
vscode
homepage: https://github.com/hrsh7th/vscode-langservers-extracted
fetch: homebrew
- key:
token: ammonite-repl
type: formula
stats:
30d: 157
90d: 783
365d: 2497
description: Ammonite is a cleanroom re-implementation of the Scala REPL
homepage: https://ammonite.io/
fetch: homebrew
- key:
token: hcxtools
type: formula
stats:
30d: 157
90d: 564
365d: 3061
description: Utils for conversion of cap/pcap/pcapng WiFi dump files
homepage: https://github.com/ZerBea/hcxtools
fetch: homebrew
- key:
token: steampipe
type: formula
stats:
30d: 157
90d: 654
365d: 3092
description: Use SQL to instantly query your cloud services
homepage: https://steampipe.io/
fetch: homebrew
- key:
token: kdash
type: formula
tap: kdash-rs/kdash
stats:
30d: 157
90d: 323
365d: 953
description: A fast and simple dashboard for Kubernetes written in Rust
definition: https://github.com/kdash-rs/homebrew-kdash/blob/HEAD/Formula/kdash.rb
version: v0.6.2
file_paths:
- Formula/kdash.rb
fetch: repo_direct
- key:
token: encfs-mac
type: formula
tap: gromgit/fuse
stats:
30d: 157
90d: 296
365d: 433
description: Encrypted pass-through FUSE file system
definition: https://github.com/gromgit/homebrew-fuse/blob/HEAD/Formula/encfs-mac.rb
file_paths:
- Formula/encfs-mac.rb
fetch: repo_direct
- key:
token: u-boot-tools
type: formula
stats:
30d: 156
90d: 423
365d: 1268
description: Universal boot loader
homepage: https://www.denx.de/wiki/U-Boot/
fetch: homebrew
- key:
token: tbls
type: formula
stats:
30d: 156
90d: 403
365d: 1159
description: CI-Friendly tool to document a database
homepage: https://github.com/k1LoW/tbls
fetch: homebrew
- key:
token: aws-sso-cli
type: formula
stats:
30d: 156
90d: 474
365d: 2822
description: Securely manage AWS API credentials using AWS SSO
homepage: https://synfinatic.github.io/aws-sso-cli/
fetch: homebrew
- key:
token: syslog-ng
type: formula
stats:
30d: 156
90d: 483
365d: 2319
description: Log daemon with advanced processing pipeline and a wide range of I/O
methods
homepage: https://www.syslog-ng.com
fetch: homebrew
- key:
token: zipkin
type: formula
stats:
30d: 156
90d: 509
365d: 1900
description: Collect and visualize traces written in Zipkin format
homepage: https://zipkin.io
fetch: homebrew
- key:
token: pidgin
type: formula
stats:
30d: 155
90d: 672
365d: 2124
description: Multi-protocol chat client
homepage: https://pidgin.im/
fetch: homebrew
- key:
token: clusterawsadm
type: formula
stats:
30d: 155
90d: 378
365d: 1410
description: Home for bootstrapping, AMI, EKS, and other helpers in Cluster API
Provider AWS
homepage: https://cluster-api-aws.sigs.k8s.io/clusterawsadm/clusterawsadm.html
fetch: homebrew
- key:
token: cli
type: formula
tap: opslevel/tap
stats:
30d: 155
90d: 468
365d: 1638
description: Opslevel Command Line Utility
definition: https://github.com/opslevel/homebrew-tap/blob/HEAD/Formula/cli.rb
version: 2024.12.29
file_paths:
- Formula/cli.rb
fetch: repo_direct
- key:
token: juliaup
type: formula
stats:
30d: 155
90d: 1013
365d: 4586
description: Julia installer and version multiplexer
homepage: https://github.com/JuliaLang/juliaup
fetch: homebrew
- key:
token: pympress
type: formula
stats:
30d: 155
90d: 345
365d: 1831
description: Simple and powerful dual-screen PDF reader designed for presentations
homepage: https://github.com/Cimbali/pympress/
fetch: homebrew
- key:
token: falco
type: formula
stats:
30d: 155
90d: 438
365d: 786
description: VCL parser and linter optimized for Fastly
homepage: https://github.com/ysugimoto/falco
fetch: homebrew
- key:
token: dwarfutils
type: formula
stats:
30d: 155
90d: 310
365d: 1309
description: Dump and produce DWARF debug information in ELF objects
homepage: https://www.prevanders.net/dwarf.html
fetch: homebrew
- key:
token: rpm2cpio
type: formula
stats:
30d: 155
90d: 518
365d: 2164
description: Tool to convert RPM package to CPIO archive
homepage: https://svnweb.freebsd.org/ports/head/archivers/rpm2cpio/
fetch: homebrew
- key:
token: pgrouting
type: formula
stats:
30d: 155
90d: 429
365d: 1906
description: Provides geospatial routing for PostGIS/PostgreSQL database
homepage: https://pgrouting.org/
fetch: homebrew
- key:
token: jwt-cli
type: formula
stats:
30d: 154
90d: 463
365d: 577
description: Super fast CLI tool to decode and encode JWTs built in Rust
homepage: https://github.com/mike-engel/jwt-cli
fetch: homebrew
- key:
token: foremost
type: formula
stats:
30d: 154
90d: 359
365d: 1345
description: Console program to recover files based on their headers and footers
homepage: https://foremost.sourceforge.net/
fetch: homebrew
- key:
token: geeqie
type: formula
stats:
30d: 154
90d: 389
365d: 2740
description: Lightweight Gtk+ based image viewer
homepage: https://www.geeqie.org/
fetch: homebrew
- key:
token: gtkmm4
type: formula
stats:
30d: 154
90d: 298
365d: 1244
description: C++ interfaces for GTK+ and GNOME
homepage: https://www.gtkmm.org/
fetch: homebrew
- key:
token: scalapack
type: formula
stats:
30d: 153
90d: 667
365d: 1307
description: High-performance linear algebra for distributed memory machines
homepage: https://netlib.org/scalapack/
fetch: homebrew
- key:
token: hwatch
type: formula
stats:
30d: 153
90d: 251
365d: 1179
description: Modern alternative to the watch command
homepage: https://github.com/blacknon/hwatch
fetch: homebrew
- key:
token: sdl2_gfx
type: formula
stats:
30d: 153
90d: 467
365d: 1409
description: SDL2 graphics drawing primitives and other support functions
homepage: https://www.ferzkopp.net/wordpress/2016/01/02/sdl_gfx-sdl2_gfx/
fetch: homebrew
- key:
token: bastet
type: formula
stats:
30d: 153
90d: 353
365d: 1683
description: Bastard Tetris
homepage: https://fph.altervista.org/prog/bastet.html
fetch: homebrew
- key:
token: python@3.8
type: formula
stats:
30d: 153
90d: 409
365d: 103243
description: Interpreted, interactive, object-oriented programming language
homepage: https://www.python.org/
fetch: homebrew
- key:
token: oidc-kubelogin
type: formula
tap: int128/kubelogin
stats:
30d: 153
90d: 380
365d: 875
description: A kubectl plugin for Kubernetes OpenID Connect authentication
definition: https://github.com/int128/homebrew-kubelogin/blob/HEAD/oidc-kubelogin.rb
version: v1.32.3
file_paths:
- oidc-kubelogin.rb
fetch: repo_direct
- key:
token: fdk-aac
type: formula
stats:
30d: 153
90d: 548
365d: 2501
description: Standalone library of the Fraunhofer FDK AAC code from Android
homepage: https://sourceforge.net/projects/opencore-amr/
fetch: homebrew
- key:
token: kor
type: formula
stats:
30d: 153
90d: 387
365d: 1562
description: CLI tool to discover unused Kubernetes resources
homepage: https://github.com/yonahd/kor
fetch: homebrew
- key:
token: tuist@4.28.1
type: formula
tap: tuist/tuist
stats:
30d: 152
90d: 395
365d: 969
description: Create, maintain, and interact with Xcode projects at scale
definition: https://github.com/tuist/homebrew-tuist/blob/HEAD/Formula/tuist@4.28.1.rb
file_paths:
- Formula/tuist@4.28.1.rb
fetch: repo_direct
- key:
token: chromaprint
type: formula
stats:
30d: 152
90d: 447
365d: 2580
description: Core component of the AcoustID project (Audio fingerprinting)
homepage: https://acoustid.org/chromaprint
fetch: homebrew
- key:
token: libsamplerate
type: formula
stats:
30d: 152
90d: 307
365d: 1271
description: Library for sample rate conversion of audio data
homepage: https://github.com/libsndfile/libsamplerate
fetch: homebrew
- key:
token: gflags
type: formula
stats:
30d: 152
90d: 433
365d: 2424
description: Library for processing command-line flags
homepage: https://gflags.github.io/gflags/
fetch: homebrew
- key:
token: openmotif
type: formula
stats:
30d: 152
90d: 444
365d: 1815
description: LGPL release of the Motif toolkit
homepage: https://motif.ics.com/motif
fetch: homebrew
- key:
token: tomcat@8
type: formula
stats:
30d: 151
90d: 512
365d: 2912
description: Implementation of Java Servlet and JavaServer Pages
homepage: https://tomcat.apache.org/
fetch: homebrew
- key:
token: jython
type: formula
stats:
30d: 151
90d: 404
365d: 2132
description: Python implementation written in Java (successor to JPython)
homepage: https://www.jython.org/
fetch: homebrew
- key:
token: afl++
type: formula
stats:
30d: 151
90d: 279
365d: 672
description: American Fuzzy Lop++
homepage: https://aflplus.plus/
fetch: homebrew
- key:
token: neonctl
type: formula
stats:
30d: 151
90d: 695
365d: 3676
description: Neon CLI tool
homepage: https://neon.tech/docs/reference/neon-cli
fetch: homebrew
- key:
token: echidna
type: formula
stats:
30d: 151
90d: 504
365d: 2159
description: Ethereum smart contract fuzzer
homepage: https://github.com/crytic/echidna
fetch: homebrew
- key:
token: libmongocrypt
type: formula
tap: mongodb/brew
stats:
30d: 151
90d: 280
365d: 813
description: C library for Client Side Encryption
definition: https://github.com/mongodb/homebrew-brew/blob/HEAD/Formula/libmongocrypt.rb
file_paths:
- Formula/libmongocrypt.rb
fetch: repo_direct
- key:
token: dasel
type: formula
stats:
30d: 151
90d: 588
365d: 3859
description: JSON, YAML, TOML, XML, and CSV query and modification tool
homepage: https://github.com/TomWright/dasel
fetch: homebrew
- key:
token: ballerina
type: formula
stats:
30d: 151
90d: 348
365d: 1733
description: Programming Language for Network Distributed Applications
homepage: https://ballerina.io
fetch: homebrew
- key:
token: aubio
type: formula
stats:
30d: 150
90d: 350
365d: 1543
description: Extract annotations from audio signals
homepage: https://github.com/aubio/aubio
fetch: homebrew
- key:
token: dbus-glib
type: formula
stats:
30d: 150
90d: 227
365d: 745
description: GLib bindings for the D-Bus message bus system
homepage: https://wiki.freedesktop.org/www/Software/DBusBindings/
fetch: homebrew
- key:
token: fancy-cat
type: formula
stats:
30d: 150
90d: 298
365d: 298
description: PDF reader for terminal emulators using the Kitty image protocol
homepage: https://github.com/freref/fancy-cat
fetch: homebrew
- key:
token: mlt
type: formula
stats:
30d: 150
90d: 467
365d: 2631
description: Author, manage, and run multitrack audio/video compositions
homepage: https://www.mltframework.org/
fetch: homebrew
- key:
token: osm2pgrouting
type: formula
stats:
30d: 150
90d: 318
365d: 1743
description: Import OSM data into pgRouting database
homepage: https://pgrouting.org/docs/tools/osm2pgrouting.html
fetch: homebrew
- key:
token: libnice
type: formula
stats:
30d: 150
90d: 541
365d: 4477
description: GLib ICE implementation
homepage: https://wiki.freedesktop.org/nice/
fetch: homebrew
- key:
token: check
type: formula
stats:
30d: 149
90d: 461
365d: 2724
description: C unit testing framework
homepage: https://libcheck.github.io/check/
fetch: homebrew
- key:
token: rakudo
type: formula
stats:
30d: 149
90d: 356
365d: 1558
description: Mature, production-ready implementation of the Raku language
homepage: https://rakudo.org
fetch: homebrew
- key:
token: mage
type: formula
stats:
30d: 149
90d: 556
365d: 1919
description: Make/rake-like build tool using Go
homepage: https://magefile.org
fetch: homebrew
- key:
token: eye-d3
type: formula
stats:
30d: 149
90d: 497
365d: 977
description: Work with ID3 metadata in .mp3 files
homepage: https://eyed3.nicfit.net/
fetch: homebrew
- key:
token: kdoctools
type: formula
stats:
30d: 149
90d: 431
365d: 2314
description: Create documentation from DocBook
homepage: https://api.kde.org/frameworks/kdoctools/html/index.html
fetch: homebrew
- key:
token: squashfs
type: formula
stats:
30d: 149
90d: 443
365d: 1943
description: Compressed read-only file system for Linux
homepage: https://github.com/plougher/squashfs-tools
fetch: homebrew
- key:
token: seqkit
type: formula
stats:
30d: 148
90d: 443
365d: 1346
description: Cross-platform and ultrafast toolkit for FASTA/Q file manipulation
in Golang
homepage: https://bioinf.shenwei.me/seqkit
fetch: homebrew
- key:
token: aiven-client
type: formula
stats:
30d: 148
90d: 278
365d: 1039
description: Official command-line client for Aiven
homepage: https://aiven.io/docs/tools/cli
fetch: homebrew
- key:
token: lizard-analyzer
type: formula
stats:
30d: 148
90d: 469
365d: 1225
description: Extensible Cyclomatic Complexity Analyzer
homepage: https://github.com/terryyin/lizard
fetch: homebrew
- key:
token: tsduck
type: formula
stats:
30d: 148
90d: 455
365d: 1548
description: MPEG Transport Stream Toolkit
homepage: https://tsduck.io/
fetch: homebrew
- key:
token: syft
type: formula
tap: anchore/syft
stats:
30d: 148
90d: 393
365d: 2596
description: CLI for generating a Software Bill of Materials from container images
homepage: https://github.com/anchore/syft
definition: https://github.com/anchore/homebrew-syft/blob/HEAD/syft.rb
version: 1.22.0
file_paths:
- syft.rb
fetch: repo_direct
- key:
token: gitg
type: formula
stats:
30d: 148
90d: 613
365d: 3160
description: GNOME GUI client to view git repositories
homepage: https://wiki.gnome.org/Apps/Gitg
fetch: homebrew
- key:
token: instantclient-sqlplus
type: formula
tap: instantclienttap/instantclient
stats:
30d: 147
90d: 481
365d: 1714
description: Oracle Instant Client SQLPlus x64
definition: https://github.com/instantclienttap/homebrew-instantclient/blob/HEAD/Formula/instantclient-sqlplus.rb
file_paths:
- Formula/instantclient-sqlplus.rb
fetch: repo_direct
- key:
token: mockserver
type: formula
stats:
30d: 147
90d: 498
365d: 1897
description: Mock HTTP server and proxy
homepage: https://www.mock-server.com/
fetch: homebrew
- key:
token: fheroes2
type: formula
stats:
30d: 147
90d: 377
365d: 1601
description: Recreation of the Heroes of Might and Magic II game engine
homepage: https://ihhub.github.io/fheroes2/
fetch: homebrew
- key:
token: agda
type: formula
stats:
30d: 147
90d: 571
365d: 1855
description: Dependently typed functional programming language
homepage: https://wiki.portal.chalmers.se/agda/
fetch: homebrew
- key:
token: gollama
type: formula
stats:
30d: 147
90d: 880
365d: 1575
description: Go manage your Ollama models
homepage: https://smcleod.net
fetch: homebrew
- key:
token: howdoi
type: formula
stats:
30d: 147
90d: 439
365d: 3039
description: Instant coding answers via the command-line
homepage: https://github.com/gleitz/howdoi
fetch: homebrew
- key:
token: benthos
type: formula
stats:
30d: 147
90d: 468
365d: 2324
description: Stream processor for mundane tasks written in Go
homepage: https://github.com/redpanda-data/benthos
fetch: homebrew
- key:
token: kjobs-go
type: formula
tap: cohere-ai/kueue-jobs-cli
stats:
30d: 147
90d: 204
365d: 206
fetch: failed
- key:
token: apngasm
type: formula
stats:
30d: 147
90d: 251
365d: 1200
description: Next generation of apngasm, the APNG assembler
homepage: https://github.com/apngasm/apngasm
fetch: homebrew
- key:
token: rbspy
type: formula
stats:
30d: 147
90d: 535
365d: 2128
description: Sampling profiler for Ruby
homepage: https://rbspy.github.io/
fetch: homebrew
- key:
token: libftdi
type: formula
stats:
30d: 146
90d: 432
365d: 1707
description: Library to talk to FTDI chips
homepage: https://www.intra2net.com/en/developer/libftdi
fetch: homebrew
- key:
token: medusa
type: formula
stats:
30d: 146
90d: 410
365d: 1095
description: Solidity smart contract fuzzer powered by go-ethereum
homepage: https://github.com/crytic/medusa
fetch: homebrew
- key:
token: dub
type: formula
stats:
30d: 146
90d: 293
365d: 997
description: Build tool for D projects
homepage: https://code.dlang.org/getting_started
fetch: homebrew
- key:
token: lab
type: formula
tap: zaquestion/tap
stats:
30d: 146
90d: 153
365d: 160
description: Git wrapper for GitLab
homepage: https://zaquestion.github.io/lab
definition: https://github.com/zaquestion/homebrew-tap/blob/HEAD/lab.rb
version: 0.25.1
file_paths:
- lab.rb
fetch: repo_direct
- key:
token: networkit
type: formula
stats:
30d: 146
90d: 338
365d: 1057
description: Performance toolkit for large-scale network analysis
homepage: https://networkit.github.io
fetch: homebrew
- key:
token: gcc@9
type: formula
stats:
30d: 146
90d: 436
365d: 1870
description: GNU compiler collection
homepage: https://gcc.gnu.org/
fetch: homebrew
- key:
token: kiota
type: formula
stats:
30d: 146
90d: 356
365d: 869
description: OpenAPI based HTTP Client code generator
homepage: https://aka.ms/kiota/docs
fetch: homebrew
- key:
token: allegro
type: formula
stats:
30d: 146
90d: 536
365d: 1541
description: C/C++ multimedia library for cross-platform game development
homepage: https://liballeg.org/
fetch: homebrew
- key:
token: numbat
type: formula
stats:
30d: 145
90d: 361
365d: 1109
description: Statically typed programming language for scientific computations
homepage: https://numbat.dev/
fetch: homebrew
- key:
token: vifm
type: formula
stats:
30d: 145
90d: 802
365d: 1766
description: Ncurses-based file manager with vi-like keybindings
homepage: https://vifm.info/
fetch: homebrew
- key:
token: unshield
type: formula
stats:
30d: 145
90d: 177
365d: 361
description: Extract files from InstallShield cabinet files
homepage: https://github.com/twogood/unshield
fetch: homebrew
- key:
token: markdown
type: formula
stats:
30d: 145
90d: 527
365d: 2076
description: Text-to-HTML conversion tool
homepage: https://daringfireball.net/projects/markdown/
fetch: homebrew
- key:
token: ticker
type: formula
tap: achannarasappa/tap
stats:
30d: 145
90d: 280
365d: 995
description: Terminal stock ticker with live updates and position tracking
definition: https://github.com/achannarasappa/homebrew-tap/blob/HEAD/ticker.rb
version: 4.8.1
file_paths:
- ticker.rb
fetch: repo_direct
- key:
token: hexedit
type: formula
stats:
30d: 145
90d: 406
365d: 1621
description: View and edit files in hexadecimal or ASCII
homepage: https://rigaux.org/hexedit.html
fetch: homebrew
- key:
token: vault-cli
type: formula
stats:
30d: 145
90d: 487
365d: 2253
description: Subversion-like utility to work with Jackrabbit FileVault
homepage: https://jackrabbit.apache.org/filevault/index.html
fetch: homebrew
- key:
token: cf-terraforming
type: formula
tap: cloudflare/cloudflare
stats:
30d: 145
90d: 846
365d: 2183
description: CLI to facilitate terraforming your existing Cloudflare resources
homepage: https://github.com/cloudflare/cf-terraforming
definition: https://github.com/cloudflare/homebrew-cloudflare/blob/HEAD/cf-terraforming.rb
file_paths:
- cf-terraforming.rb
fetch: repo_direct
- key:
token: mongo-c-driver
type: formula
stats:
30d: 144
90d: 603
365d: 2529
description: C driver for MongoDB
homepage: https://github.com/mongodb/mongo-c-driver
fetch: homebrew
- key:
token: povray
type: formula
stats:
30d: 144
90d: 380
365d: 2013
description: Persistence Of Vision RAYtracer (POVRAY)
homepage: https://www.povray.org/
fetch: homebrew
- key:
token: lesspipe
type: formula
stats:
30d: 144
90d: 732
365d: 3770
description: Input filter for the pager less
homepage: https://www-zeuthen.desy.de/~friebel/unix/lesspipe.html
fetch: homebrew
- key:
token: riff
type: formula
stats:
30d: 144
90d: 247
365d: 1012
description: Diff filter highlighting which line parts have changed
homepage: https://github.com/walles/riff
fetch: homebrew
- key:
token: siril
type: formula
stats:
30d: 144
90d: 419
365d: 2985
description: Astronomical image processing tool
homepage: https://www.siril.org
fetch: homebrew
- key:
token: pipdeptree
type: formula
stats:
30d: 144
90d: 378
365d: 1569
description: CLI to display dependency tree of the installed Python packages
homepage: https://github.com/tox-dev/pipdeptree
fetch: homebrew
- key:
token: chapel
type: formula
stats:
30d: 144
90d: 300
365d: 1792
description: Programming language for productive parallel computing at scale
homepage: https://chapel-lang.org/
fetch: homebrew
- key:
token: powershell-lts
type: formula
tap: powershell/tap
stats:
30d: 144
90d: 349
365d: 1360
description: Formula to install PowerShell Long Term Stable Channel
definition: https://github.com/powershell/homebrew-tap/blob/HEAD/Formula/powershell-lts.rb
version: 7.4.7
file_paths:
- Formula/powershell-lts.rb
fetch: repo_direct
- key:
token: sshs
type: formula
stats:
30d: 143
90d: 872
365d: 3102
description: Graphical command-line client for SSH
homepage: https://github.com/quantumsheep/sshs
fetch: homebrew
- key:
token: dockle
type: formula
tap: goodwithtech/r
stats:
30d: 143
90d: 525
365d: 2900
description: Simple security auditing, helping build the Best Docker Images
definition: https://github.com/goodwithtech/homebrew-r/blob/HEAD/Formula/dockle.rb
version: 0.4.15
file_paths:
- Formula/dockle.rb
fetch: repo_direct
- key:
token: libsixel
type: formula
stats:
30d: 143
90d: 724
365d: 1982
description: SIXEL encoder/decoder implementation
homepage: https://github.com/saitoha/sixel
fetch: homebrew
- key:
token: cyrus-sasl
type: formula
stats:
30d: 143
90d: 460
365d: 1694
description: Simple Authentication and Security Layer
homepage: https://www.cyrusimap.org/sasl/
fetch: homebrew
- key:
token: hlint
type: formula
stats:
30d: 143
90d: 262
365d: 534
description: Haskell source code suggestions
homepage: https://github.com/ndmitchell/hlint
fetch: homebrew
- key:
token: gnucobol
type: formula
stats:
30d: 143
90d: 410
365d: 1536
description: COBOL85-202x compiler supporting lots of dialect specific extensions
homepage: https://gnucobol.sourceforge.io/
fetch: homebrew
- key:
token: micronaut
type: formula
stats:
30d: 143
90d: 509
365d: 2688
description: Modern JVM-based framework for building modular microservices
homepage: https://micronaut.io/
fetch: homebrew
- key:
token: gitmoji
type: formula
stats:
30d: 143
90d: 472
365d: 3547
description: Interactive command-line tool for using emoji in commit messages
homepage: https://gitmoji.dev
fetch: homebrew
- key:
token: cloud-provider-kind
type: formula
stats:
30d: 142
90d: 464
365d: 464
description: Cloud provider for KIND clusters
homepage: https://github.com/kubernetes-sigs/cloud-provider-kind
fetch: homebrew
- key:
token: profanity
type: formula
stats:
30d: 142
90d: 260
365d: 1256
description: Console based XMPP client
homepage: https://profanity-im.github.io
fetch: homebrew
- key:
token: xgboost
type: formula
stats:
30d: 142
90d: 389
365d: 1249
description: Scalable, Portable and Distributed Gradient Boosting Library
homepage: https://xgboost.ai/
fetch: homebrew
- key:
token: dynare
type: formula
stats:
30d: 142
90d: 333
365d: 1790
description: Platform for economic models, particularly DSGE and OLG models
homepage: https://www.dynare.org/
fetch: homebrew
- key:
token: datamash
type: formula
stats:
30d: 142
90d: 206
365d: 513
description: Tool to perform numerical, textual & statistical operations
homepage: https://www.gnu.org/software/datamash/
fetch: homebrew
- key:
token: cargo-outdated
type: formula
stats:
30d: 142
90d: 290
365d: 872
description: Cargo subcommand for displaying when Rust dependencies are out of date
homepage: https://github.com/kbknapp/cargo-outdated
fetch: homebrew
- key:
token: lgogdownloader
type: formula
stats:
30d: 142
90d: 205
365d: 986
description: Unofficial downloader for GOG.com games
homepage: https://sites.google.com/site/gogdownloader/
fetch: homebrew
- key:
token: pmtiles
type: formula
stats:
30d: 142
90d: 439
365d: 989
description: Single-file executable tool for creating, reading and uploading PMTiles
archives
homepage: https://protomaps.com/docs/pmtiles
fetch: homebrew
- key:
token: lldpd
type: formula
stats:
30d: 142
90d: 542
365d: 1268
description: Implementation of IEEE 802.1ab (LLDP)
homepage: https://lldpd.github.io/
fetch: homebrew
- key:
token: libnghttp3
type: formula
stats:
30d: 142
90d: 497
365d: 2215
description: HTTP/3 library written in C
homepage: https://nghttp2.org/nghttp3/
fetch: homebrew
- key:
token: terraform-ls
type: formula
stats:
30d: 142
90d: 866
365d: 6188
description: Terraform Language Server
homepage: https://github.com/hashicorp/terraform-ls
fetch: homebrew
- key:
token: csvlens
type: formula
stats:
30d: 141
90d: 641
365d: 2560
description: Command-line csv viewer
homepage: https://github.com/YS-L/csvlens
fetch: homebrew
- key:
token: zsh-fast-syntax-highlighting
type: formula
stats:
30d: 141
90d: 465
365d: 1804
description: Feature-rich syntax highlighting for Zsh
homepage: https://github.com/zdharma-continuum/fast-syntax-highlighting
fetch: homebrew
- key:
token: perltidy
type: formula
stats:
30d: 141
90d: 452
365d: 1259
description: Indents and reformats Perl scripts to make them easier to read
homepage: https://perltidy.sourceforge.net/
fetch: homebrew
- key:
token: liblqr
type: formula
stats:
30d: 141
90d: 599
365d: 28053
description: C/C++ seam carving library
homepage: https://liblqr.wikidot.com/
fetch: homebrew
- key:
token: tmate
type: formula
stats:
30d: 141
90d: 403
365d: 1704
description: Instant terminal sharing
homepage: https://tmate.io/
fetch: homebrew
- key:
token: kn
type: formula
tap: knative/client
stats:
30d: 141
90d: 602
365d: 2625
description: Command-line interface for managing Knative Serving and Eventing resources
homepage: https://github.com/knative/client
definition: https://github.com/knative/homebrew-client/blob/HEAD/kn.rb
file_paths:
- kn.rb
fetch: repo_direct
- key:
token: faircamp
type: formula
stats:
30d: 141
90d: 352
365d: 2079
description: Static site generator for audio producers
homepage: https://codeberg.org/simonrepp/faircamp
fetch: homebrew
- key:
token: pure-ftpd
type: formula
stats:
30d: 141
90d: 405
365d: 1676
description: Secure and efficient FTP server
homepage: https://www.pureftpd.org/
fetch: homebrew
- key:
token: ytt
type: formula
tap: vmware-tanzu/carvel
stats:
30d: 141
90d: 230
365d: 1522
description: YAML templating tool that works on YAML structure instead of text
homepage: https://carvel.dev/ytt/
definition: https://github.com/vmware-tanzu/homebrew-carvel/blob/HEAD/ytt.rb
version: v0.51.2
file_paths:
- ytt.rb
fetch: repo_direct
- key:
token: cpolar
type: formula
tap: probezy/core
stats:
30d: 141
90d: 357
365d: 1209
description: Cpolar Client
definition: https://github.com/probezy/homebrew-core/blob/HEAD/Formula/cpolar.rb
version: 3.3.18
file_paths:
- Formula/cpolar.rb
fetch: repo_direct
- key:
token: timg
type: formula
stats:
30d: 140
90d: 509
365d: 2157
description: Terminal image and video viewer
homepage: https://timg.sh/
fetch: homebrew
- key:
token: react-native-cli
type: formula
stats:
30d: 140
90d: 384
365d: 1858
description: Tools for creating native apps for Android and iOS
homepage: https://facebook.github.io/react-native/
fetch: homebrew
- key:
token: pyenv-virtualenvwrapper
type: formula
stats:
30d: 140
90d: 430
365d: 2349
description: Alternative to pyenv for managing virtualenvs
homepage: https://github.com/pyenv/pyenv-virtualenvwrapper
fetch: homebrew
- key:
token: cpulimit
type: formula
stats:
30d: 140
90d: 396
365d: 1314
description: CPU usage limiter
homepage: https://github.com/opsengine/cpulimit
fetch: homebrew
- key:
token: msgpack
type: formula
stats:
30d: 140
90d: 459
365d: 5549
description: Library for a binary-based efficient data interchange format
homepage: https://msgpack.org/
fetch: homebrew
- key:
token: screenresolution
type: formula
stats:
30d: 140
90d: 631
365d: 2658
description: Get, set, and list display resolution
homepage: https://github.com/jhford/screenresolution
fetch: homebrew
- key:
token: monero
type: formula
stats:
30d: 140
90d: 260
365d: 1345
description: Official Monero wallet and CPU miner
homepage: https://www.getmonero.org/downloads/#cli
fetch: homebrew
- key:
token: x86_64-elf-binutils
type: formula
stats:
30d: 140
90d: 510
365d: 1716
description: GNU Binutils for x86_64-elf cross development
homepage: https://www.gnu.org/software/binutils/
fetch: homebrew
- key:
token: tctl
type: formula
stats:
30d: 140
90d: 482
365d: 2065
description: Temporal CLI (tctl)
homepage: https://docs.temporal.io/cli
fetch: homebrew
- key:
token: qrtool
type: formula
stats:
30d: 140
90d: 231
365d: 920
description: Utility for encoding or decoding QR code
homepage: https://sorairolake.github.io/qrtool/book/index.html
fetch: homebrew
- key:
token: golines
type: formula
stats:
30d: 140
90d: 436
365d: 1226
description: Golang formatter that fixes long lines
homepage: https://github.com/segmentio/golines
fetch: homebrew
- key:
token: mariadb@10.11
type: formula
stats:
30d: 140
90d: 508
365d: 2687
description: Drop-in replacement for MySQL
homepage: https://mariadb.org/
fetch: homebrew
- key:
token: python-markdown
type: formula
stats:
30d: 140
90d: 344
365d: 1611
description: Python implementation of Markdown
homepage: https://python-markdown.github.io
fetch: homebrew
- key:
token: aws-crt-cpp
type: formula
stats:
30d: 139
90d: 311
365d: 370
description: C++ wrapper around the aws-c-* libraries
homepage: https://github.com/awslabs/aws-crt-cpp
fetch: homebrew
- key:
token: go-size-analyzer
type: formula
stats:
30d: 139
90d: 285
365d: 1998
description: Analyzing the dependencies in compiled Golang binaries
homepage: https://github.com/Zxilly/go-size-analyzer
fetch: homebrew
- key:
token: t-rec
type: formula
stats:
30d: 139
90d: 352
365d: 948
description: Blazingly fast terminal recorder that generates animated gif images
for the web
homepage: https://github.com/sassman/t-rec-rs
fetch: homebrew
- key:
token: jhipster
type: formula
stats:
30d: 139
90d: 372
365d: 2120
description: Generate, develop and deploy Spring Boot + Angular/React applications
homepage: https://www.jhipster.tech/
fetch: homebrew
- key:
token: janet
type: formula
stats:
30d: 138
90d: 228
365d: 1338
description: Dynamic language and bytecode vm
homepage: https://janet-lang.org
fetch: homebrew
- key:
token: wezterm
type: formula
tap: wez/wezterm-linuxbrew
stats:
30d: 138
90d: 474
365d: 2301
description: A GPU-accelerated cross-platform terminal emulator and multiplexer
written by @wez and implemented in Rust
definition: https://github.com/wez/homebrew-wezterm-linuxbrew/blob/HEAD/Formula/wezterm.rb
file_paths:
- Formula/wezterm.rb
fetch: repo_direct
- key:
token: coder
type: formula
stats:
30d: 138
90d: 788
365d: 5560
description: Tool for provisioning self-hosted development environments with Terraform
homepage: https://coder.com
fetch: homebrew
- key:
token: mark
type: formula
tap: kovetskiy/mark
stats:
30d: 138
90d: 1233
365d: 5661
description: Sync your markdown files with Confluence pages.
definition: https://github.com/kovetskiy/homebrew-mark/blob/HEAD/Formula/mark.rb
version: 12.1.2
file_paths:
- Formula/mark.rb
fetch: repo_direct
- key:
token: spotbugs
type: formula
stats:
30d: 138
90d: 437
365d: 1257
description: Tool for Java static analysis (FindBugs's successor)
homepage: https://spotbugs.github.io/
fetch: homebrew
- key:
token: scummvm
type: formula
stats:
30d: 138
90d: 435
365d: 1436
description: Graphic adventure game interpreter
homepage: https://www.scummvm.org/
fetch: homebrew
- key:
token: rtabmap
type: formula
stats:
30d: 138
90d: 390
365d: 2385
description: Visual and LiDAR SLAM library and standalone application
homepage: https://introlab.github.io/rtabmap
fetch: homebrew
- key:
token: git-branchless
type: formula
stats:
30d: 138
90d: 431
365d: 1508
description: High-velocity, monorepo-scale workflow for Git
homepage: https://github.com/arxanas/git-branchless
fetch: homebrew
- key:
token: spatialite-gui
type: formula
stats:
30d: 138
90d: 267
365d: 1883
description: GUI tool supporting SpatiaLite
homepage: https://www.gaia-gis.it/fossil/spatialite_gui/index
fetch: homebrew
- key:
token: ytt
type: formula
tap: carvel-dev/carvel
stats:
30d: 138
90d: 423
365d: 1863
description: YAML templating tool that works on YAML structure instead of text
homepage: https://carvel.dev/ytt/
definition: https://github.com/carvel-dev/homebrew-carvel/blob/HEAD/ytt.rb
version: v0.51.2
file_paths:
- ytt.rb
fetch: repo_direct
- key:
token: docbook-xsl
type: formula
stats:
30d: 138
90d: 321
365d: 2204
description: XML vocabulary to create presentation-neutral documents
homepage: https://github.com/docbook/xslt10-stylesheets
fetch: homebrew
- key:
token: angle-grinder
type: formula
stats:
30d: 137
90d: 242
365d: 703
description: Slice and dice log files on the command-line
homepage: https://github.com/rcoh/angle-grinder
fetch: homebrew
- key:
token: openrct2
type: formula
stats:
30d: 137
90d: 387
365d: 1230
description: Open source re-implementation of RollerCoaster Tycoon 2
homepage: https://openrct2.io/
fetch: homebrew
- key:
token: usage
type: formula
stats:
30d: 137
90d: 366
365d: 1692
description: Tool for working with usage-spec CLIs
homepage: https://usage.jdx.dev/
fetch: homebrew
- key:
token: stellar-cli
type: formula
stats:
30d: 137
90d: 344
365d: 792
description: Stellar command-line tool for interacting with the Stellar network
homepage: https://developers.stellar.org
fetch: homebrew
- key:
token: libsm
type: formula
stats:
30d: 137
90d: 363
365d: 1012
description: 'X.Org: X Session Management Library'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: vnstat
type: formula
stats:
30d: 137
90d: 549
365d: 1451
description: Console-based network traffic monitor
homepage: https://humdi.net/vnstat/
fetch: homebrew
- key:
token: pangomm
type: formula
stats:
30d: 137
90d: 610
365d: 2247
description: C++ interface to Pango
homepage: https://www.gtk.org/docs/architecture/pango
fetch: homebrew
- key:
token: mdcat
type: formula
stats:
30d: 137
90d: 489
365d: 3900
description: Show markdown documents on text terminals
homepage: https://github.com/swsnr/mdcat
fetch: homebrew
- key:
token: notmuch
type: formula
stats:
30d: 137
90d: 501
365d: 2757
description: Thread-based email index, search, and tagging
homepage: https://notmuchmail.org/
fetch: homebrew
- key:
token: recc
type: formula
stats:
30d: 136
90d: 290
365d: 922
description: Remote Execution Caching Compiler
homepage: https://buildgrid.gitlab.io/recc
fetch: homebrew
- key:
token: boost-build
type: formula
stats:
30d: 136
90d: 383
365d: 1958
description: C++ build system
homepage: https://www.boost.org/build/
fetch: homebrew
- key:
token: cvs
type: formula
stats:
30d: 136
90d: 427
365d: 1851
description: Version control system
homepage: https://www.nongnu.org/cvs/
fetch: homebrew
- key:
token: msodbcsql@13.1.9.2
type: formula
tap: microsoft/mssql-release
stats:
30d: 136
90d: 451
365d: 1831
description: ODBC Driver for Microsoft(R) SQL Server(R)
definition: https://github.com/microsoft/homebrew-mssql-release/blob/HEAD/Formula/msodbcsql@13.1.9.2.rb
version: 13.1.9.2
file_paths:
- Formula/msodbcsql@13.1.9.2.rb
fetch: repo_direct
- key:
token: clipboard
type: formula
stats:
30d: 136
90d: 383
365d: 1807
description: Cut, copy, and paste anything, anywhere, all from the terminal
homepage: https://getclipboard.app
fetch: homebrew
- key:
token: hostess
type: formula
stats:
30d: 136
90d: 415
365d: 1844
description: Idempotent command-line utility for managing your /etc/hosts file
homepage: https://github.com/cbednarski/hostess
fetch: homebrew
- key:
token: robot-framework
type: formula
stats:
30d: 136
90d: 516
365d: 2044
description: Open source test framework for acceptance testing
homepage: https://robotframework.org/
fetch: homebrew
- key:
token: gupnp-tools
type: formula
stats:
30d: 136
90d: 254
365d: 1032
description: Free replacements of Intel's UPnP tools
homepage: https://wiki.gnome.org/GUPnP/
fetch: homebrew
- key:
token: nzbget
type: formula
stats:
30d: 136
90d: 272
365d: 1150
description: Binary newsgrabber for nzb files
homepage: https://nzbget.com
fetch: homebrew
- key:
token: libjwt
type: formula
stats:
30d: 136
90d: 385
365d: 1345
description: JSON Web Token C library
homepage: https://libjwt.io/
fetch: homebrew
- key:
token: buildkite-agent
type: formula
tap: buildkite/buildkite
stats:
30d: 135
90d: 399
365d: 1873
description: Build runner for use with Buildkite
definition: https://github.com/buildkite/homebrew-buildkite/blob/HEAD/buildkite-agent.rb
version: 3.96.0
file_paths:
- buildkite-agent.rb
fetch: repo_direct
- key:
token: grunt-cli
type: formula
stats:
30d: 135
90d: 456
365d: 2595
description: JavaScript Task Runner
homepage: https://gruntjs.com/
fetch: homebrew
- key:
token: pdfcpu
type: formula
stats:
30d: 135
90d: 373
365d: 2015
description: PDF processor written in Go
homepage: https://pdfcpu.io
fetch: homebrew
- key:
token: strace
type: formula
stats:
30d: 135
90d: 326
365d: 721
description: Diagnostic, instructional, and debugging tool for the Linux kernel
homepage: https://strace.io/
fetch: homebrew
- key:
token: gpg-tui
type: formula
stats:
30d: 135
90d: 383
365d: 1509
description: Manage your GnuPG keys with ease!
homepage: https://github.com/orhun/gpg-tui
fetch: homebrew
- key:
token: ncview
type: formula
stats:
30d: 135
90d: 443
365d: 1362
description: Visual browser for netCDF format files
homepage: https://cirrus.ucsd.edu/ncview/
fetch: homebrew
- key:
token: hercules
type: formula
stats:
30d: 135
90d: 190
365d: 455
description: System/370, ESA/390 and z/Architecture Emulator
homepage: https://sdl-hercules-390.github.io/html/
fetch: homebrew
- key:
token: metals
type: formula
stats:
30d: 135
90d: 362
365d: 1441
description: Scala language server
homepage: https://github.com/scalameta/metals
fetch: homebrew
- key:
token: flow-cli
type: formula
stats:
30d: 135
90d: 296
365d: 1537
description: Command-line interface that provides utilities for building Flow applications
homepage: https://onflow.org
fetch: homebrew
- key:
token: cyme
type: formula
stats:
30d: 135
90d: 347
365d: 1266
description: List system USB buses and devices
homepage: https://github.com/tuna-f1sh/cyme
fetch: homebrew
- key:
token: antigen
type: formula
stats:
30d: 135
90d: 551
365d: 2645
description: Plugin manager for zsh, inspired by oh-my-zsh and vundle
homepage: https://antigen.sharats.me/
fetch: homebrew
- key:
token: fabric
type: formula
stats:
30d: 135
90d: 345
365d: 1406
description: Library and command-line tool for SSH
homepage: https://www.fabfile.org/
fetch: homebrew
- key:
token: nowplaying-cli
type: formula
stats:
30d: 134
90d: 457
365d: 1700
description: Retrieves currently playing media, and simulates media actions
homepage: https://github.com/kirtan-shah/nowplaying-cli
fetch: homebrew
- key:
token: termscp
type: formula
stats:
30d: 134
90d: 201
365d: 406
description: Feature rich terminal file transfer and explorer
homepage: https://termscp.veeso.dev/
fetch: homebrew
- key:
token: aws-console
type: formula
stats:
30d: 134
90d: 391
365d: 3026
description: Command-line to use AWS CLI credentials to launch the AWS console in
a browser
homepage: https://github.com/aws-cloudformation/rain
fetch: homebrew
- key:
token: uwsgi
type: formula
stats:
30d: 134
90d: 364
365d: 2326
description: Full stack for building hosting services
homepage: https://uwsgi-docs.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: mdq
type: formula
stats:
30d: 134
90d: 245
365d: 245
description: Like jq but for Markdown
homepage: https://github.com/yshavit/mdq
fetch: homebrew
- key:
token: choose-rust
type: formula
stats:
30d: 134
90d: 412
365d: 1342
description: Human-friendly and fast alternative to cut and (sometimes) awk
homepage: https://github.com/theryangeary/choose
fetch: homebrew
- key:
token: minizip
type: formula
stats:
30d: 134
90d: 432
365d: 2261
description: C library for zip/unzip via zLib
homepage: https://www.winimage.com/zLibDll/minizip.html
fetch: homebrew
- key:
token: helm-docs
type: formula
stats:
30d: 134
90d: 438
365d: 1617
description: Tool for automatically generating markdown documentation for helm charts
homepage: https://github.com/norwoodj/helm-docs
fetch: homebrew
- key:
token: zabbix
type: formula
stats:
30d: 134
90d: 376
365d: 1607
description: Availability and monitoring solution
homepage: https://www.zabbix.com/
fetch: homebrew
- key:
token: xauth
type: formula
stats:
30d: 133
90d: 316
365d: 825
description: 'X.Org Applications: xauth'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: rdap
type: formula
stats:
30d: 133
90d: 270
365d: 436
description: Command-line client for the Registration Data Access Protocol
homepage: https://www.openrdap.org
fetch: homebrew
- key:
token: pgbadger
type: formula
stats:
30d: 133
90d: 242
365d: 767
description: Log analyzer for PostgreSQL
homepage: https://pgbadger.darold.net/
fetch: homebrew
- key:
token: regal
type: formula
tap: styrainc/packages
stats:
30d: 133
90d: 434
365d: 1606
description: Linter and language server for Rego
homepage: https://docs.styra.com/regal
definition: https://github.com/styrainc/homebrew-packages/blob/HEAD/regal.rb
version: 0.32.0
file_paths:
- regal.rb
fetch: repo_direct
- key:
token: uuu
type: formula
stats:
30d: 133
90d: 185
365d: 506
description: Universal Update Utility, mfgtools 3.0. NXP I.MX Chip image deploy
tools
homepage: https://github.com/nxp-imx/mfgtools
fetch: homebrew
- key:
token: colortail
type: formula
stats:
30d: 133
90d: 176
365d: 323
description: Like tail(1), but with various colors for specified output
homepage: https://github.com/joakim666/colortail
fetch: homebrew
- key:
token: rio
type: formula
stats:
30d: 133
90d: 428
365d: 1580
description: Hardware-accelerated GPU terminal emulator powered by WebGPU
homepage: https://raphamorim.io/rio/
fetch: homebrew
- key:
token: sane-backends
type: formula
stats:
30d: 133
90d: 429
365d: 5784
description: Backends for scanner access
homepage: http://www.sane-project.org/
fetch: homebrew
- key:
token: gtksourceview3
type: formula
stats:
30d: 133
90d: 409
365d: 1981
description: Text view with syntax, undo/redo, and text marks
homepage: https://projects.gnome.org/gtksourceview/
fetch: homebrew
- key:
token: folderify
type: formula
stats:
30d: 133
90d: 451
365d: 2973
description: Generate pixel-perfect macOS folder icons in the native style
homepage: https://github.com/lgarron/folderify
fetch: homebrew
- key:
token: xsel
type: formula
stats:
30d: 133
90d: 447
365d: 1757
description: Command-line program for getting and setting the contents of the X
selection
homepage: https://www.vergenet.net/~conrad/software/xsel/
fetch: homebrew
- key:
token: filebeat
type: formula
stats:
30d: 133
90d: 502
365d: 2479
description: File harvester to ship log files to Elasticsearch or Logstash
homepage: https://www.elastic.co/products/beats/filebeat
fetch: homebrew
- key:
token: htslib
type: formula
stats:
30d: 133
90d: 484
365d: 3340
description: C library for high-throughput sequencing data formats
homepage: https://www.htslib.org/
fetch: homebrew
- key:
token: faudio
type: formula
stats:
30d: 133
90d: 421
365d: 1631
description: Accuracy-focused XAudio reimplementation for open platforms
homepage: https://fna-xna.github.io/
fetch: homebrew
- key:
token: garden-cli
type: formula
tap: garden-io/garden
stats:
30d: 133
90d: 455
365d: 1542
description: Development engine for Kubernetes
definition: https://github.com/garden-io/homebrew-garden/blob/HEAD/Formula/garden-cli.rb
version: 0.14.2
file_paths:
- Formula/garden-cli.rb
fetch: repo_direct
- key:
token: astrometry-net
type: formula
stats:
30d: 133
90d: 313
365d: 1632
description: Automatic identification of astronomical images
homepage: https://github.com/dstndstn/astrometry.net
fetch: homebrew
- key:
token: up
type: formula
tap: upbound/tap
stats:
30d: 133
90d: 378
365d: 1166
description: Tool for writing command-line pipes with instant live preview
homepage: https://github.com/akavel/up
definition: https://github.com/upbound/homebrew-tap/blob/HEAD/Formula/up.rb
version: v0.38.4
file_paths:
- Formula/up.rb
fetch: repo_direct
- key:
token: mgba
type: formula
stats:
30d: 132
90d: 365
365d: 1539
description: Game Boy Advance emulator
homepage: https://mgba.io/
fetch: homebrew
- key:
token: qjackctl
type: formula
stats:
30d: 132
90d: 261
365d: 1451
description: Simple Qt application to control the JACK sound server daemon
homepage: https://qjackctl.sourceforge.io/
fetch: homebrew
- key:
token: aarch64-elf-gdb
type: formula
stats:
30d: 132
90d: 600
365d: 1761
description: GNU debugger for aarch64-elf cross development
homepage: https://www.gnu.org/software/gdb/
fetch: homebrew
- key:
token: ikos
type: formula
tap: nasa-sw-vnv/core
stats:
30d: 132
90d: 314
365d: 1192
description: Static analyzer for C/C++ based on the theory of Abstract Interpretation
definition: https://github.com/nasa-sw-vnv/homebrew-core/blob/HEAD/Formula/ikos.rb
file_paths:
- Formula/ikos.rb
fetch: repo_direct
- key:
token: cfssl
type: formula
stats:
30d: 132
90d: 462
365d: 2543
description: CloudFlare's PKI toolkit
homepage: https://cfssl.org/
fetch: homebrew
- key:
token: minimap2
type: formula
stats:
30d: 132
90d: 294
365d: 784
description: Versatile pairwise aligner for genomic and spliced nucleotide sequences
homepage: https://lh3.github.io/minimap2
fetch: homebrew
- key:
token: mtools
type: formula
stats:
30d: 132
90d: 663
365d: 2275
description: Tools for manipulating MSDOS files
homepage: https://www.gnu.org/software/mtools/
fetch: homebrew
- key:
token: ra-aid
type: formula
tap: ai-christianson/ra-aid
stats:
30d: 132
90d: 187
365d: 187
description: RA.Aid (pronounced \
definition: https://github.com/ai-christianson/homebrew-ra-aid/blob/HEAD/Formula/ra-aid.rb
version: 0.25.0
file_paths:
- Formula/ra-aid.rb
fetch: repo_direct
- key:
token: javacc
type: formula
stats:
30d: 132
90d: 466
365d: 2157
description: Parser generator for use with Java applications
homepage: https://javacc.github.io/javacc/
fetch: homebrew
- key:
token: redocly-cli
type: formula
stats:
30d: 131
90d: 438
365d: 438
description: Your all-in-one OpenAPI utility
homepage: https://redocly.com/docs/cli
fetch: homebrew
- key:
token: storj-uplink
type: formula
stats:
30d: 131
90d: 380
365d: 1391
description: Uplink CLI for the Storj network
homepage: https://storj.io
fetch: homebrew
- key:
token: ripgrep-all
type: formula
stats:
30d: 131
90d: 471
365d: 2152
description: Wrapper around ripgrep that adds multiple rich file types
homepage: https://github.com/phiresky/ripgrep-all
fetch: homebrew
- key:
token: xsv
type: formula
stats:
30d: 131
90d: 391
365d: 1580
description: Fast CSV toolkit written in Rust
homepage: https://github.com/BurntSushi/xsv
fetch: homebrew
- key:
token: mailsy
type: formula
stats:
30d: 131
90d: 378
365d: 3084
description: Quickly generate a temporary email address
homepage: https://github.com/BalliAsghar/Mailsy
fetch: homebrew
- key:
token: swc
type: formula
stats:
30d: 131
90d: 427
365d: 520
description: Super-fast Rust-based JavaScript/TypeScript compiler
homepage: https://swc.rs
fetch: homebrew
- key:
token: libogg
type: formula
stats:
30d: 131
90d: 388
365d: 1851
description: Ogg Bitstream Library
homepage: https://www.xiph.org/ogg/
fetch: homebrew
- key:
token: tuist@4.20.0
type: formula
tap: tuist/tuist
stats:
30d: 131
90d: 525
365d: 2696
description: Create, maintain, and interact with Xcode projects at scale
definition: https://github.com/tuist/homebrew-tuist/blob/HEAD/Formula/tuist@4.20.0.rb
file_paths:
- Formula/tuist@4.20.0.rb
fetch: repo_direct
- key:
token: sysdig
type: formula
stats:
30d: 130
90d: 620
365d: 3542
description: System-level exploration and troubleshooting tool
homepage: https://sysdig.com/
fetch: homebrew
- key:
token: go-swagger
type: formula
tap: go-swagger/go-swagger
stats:
30d: 130
90d: 430
365d: 2818
description: Toolkit to work with swagger for golang
definition: https://github.com/go-swagger/homebrew-go-swagger/blob/HEAD/go-swagger.rb
version: 0.31.0
file_paths:
- go-swagger.rb
fetch: repo_direct
- key:
token: acs
type: formula
tap: splunk/tap
stats:
30d: 130
90d: 420
365d: 1751
description: Splunk Admin Config Service CLI
definition: https://github.com/splunk/homebrew-tap/blob/HEAD/acs.rb
version: 2.17.0
file_paths:
- acs.rb
fetch: repo_direct
- key:
token: pnpm@8
type: formula
stats:
30d: 130
90d: 467
365d: 3286
description: Fast, disk space efficient package manager
homepage: https://pnpm.io/
fetch: homebrew
- key:
token: vulkan-extensionlayer
type: formula
stats:
30d: 130
90d: 419
365d: 1523
description: Layer providing Vulkan features when native support is unavailable
homepage: https://github.com/KhronosGroup/Vulkan-ExtensionLayer
fetch: homebrew
- key:
token: promtail
type: formula
stats:
30d: 130
90d: 515
365d: 1990
description: Log agent for Loki
homepage: https://grafana.com/loki
fetch: homebrew
- key:
token: svtplay-dl
type: formula
stats:
30d: 130
90d: 394
365d: 2238
description: Download videos from https://www.svtplay.se/
homepage: https://svtplay-dl.se/
fetch: homebrew
- key:
token: mavsdk
type: formula
stats:
30d: 130
90d: 292
365d: 2029
description: API and library for MAVLink compatible systems written in C++17
homepage: https://mavsdk.mavlink.io
fetch: homebrew
- key:
token: jp2a
type: formula
stats:
30d: 130
90d: 418
365d: 2222
description: Convert JPG images to ASCII
homepage: https://github.com/Talinx/jp2a
fetch: homebrew
- key:
token: argon2
type: formula
stats:
30d: 130
90d: 395
365d: 2058
description: Password hashing library and CLI utility
homepage: https://github.com/P-H-C/phc-winner-argon2
fetch: homebrew
- key:
token: libdmtx
type: formula
stats:
30d: 130
90d: 245
365d: 1157
description: Data Matrix library
homepage: https://libdmtx.sourceforge.net/
fetch: homebrew
- key:
token: i686-elf-gcc
type: formula
stats:
30d: 130
90d: 347
365d: 1685
description: GNU compiler collection for i686-elf
homepage: https://gcc.gnu.org
fetch: homebrew
- key:
token: testssl
type: formula
stats:
30d: 130
90d: 387
365d: 2258
description: Tool which checks for the support of TLS/SSL ciphers and flaws
homepage: https://testssl.sh/
fetch: homebrew
- key:
token: dalfox
type: formula
stats:
30d: 130
90d: 263
365d: 863
description: XSS scanner and utility focused on automation
homepage: https://dalfox.hahwul.com
fetch: homebrew
- key:
token: wget2
type: formula
stats:
30d: 129
90d: 515
365d: 1960
description: Successor of GNU Wget, a file and recursive website downloader
homepage: https://gitlab.com/gnuwget/wget2
fetch: homebrew
- key:
token: ddcctl
type: formula
stats:
30d: 129
90d: 341
365d: 1038
description: DDC monitor controls (brightness) for Mac OSX command-line
homepage: https://github.com/kfix/ddcctl
fetch: homebrew
- key:
token: glade
type: formula
stats:
30d: 129
90d: 308
365d: 1468
description: RAD tool for the GTK+ and GNOME environment
homepage: https://glade.gnome.org/
fetch: homebrew
- key:
token: arrayfire
type: formula
stats:
30d: 129
90d: 175
365d: 784
description: General purpose GPU library
homepage: https://arrayfire.com
fetch: homebrew
- key:
token: pygit2
type: formula
stats:
30d: 129
90d: 515
365d: 2617
description: Bindings to the libgit2 shared library
homepage: https://github.com/libgit2/pygit2
fetch: homebrew
- key:
token: ngrep
type: formula
stats:
30d: 129
90d: 368
365d: 1083
description: Network grep
homepage: https://github.com/jpr5/ngrep
fetch: homebrew
- key:
token: gdrive
type: formula
stats:
30d: 129
90d: 363
365d: 1464
description: Google Drive CLI Client
homepage: https://github.com/glotlabs/gdrive
fetch: homebrew
- key:
token: slither-analyzer
type: formula
stats:
30d: 129
90d: 432
365d: 1635
description: Solidity static analysis framework written in Python 3
homepage: https://github.com/crytic/slither
fetch: homebrew
- key:
token: qmmp
type: formula
stats:
30d: 128
90d: 395
365d: 1767
description: Qt-based Multimedia Player
homepage: https://qmmp.ylsoftware.com/
fetch: homebrew
- key:
token: apify-cli
type: formula
stats:
30d: 128
90d: 433
365d: 1882
description: Apify command-line interface
homepage: https://docs.apify.com/cli/
fetch: homebrew
- key:
token: kubecm
type: formula
stats:
30d: 128
90d: 801
365d: 3602
description: KubeConfig Manager
homepage: https://kubecm.cloud
fetch: homebrew
- key:
token: libosinfo
type: formula
stats:
30d: 128
90d: 450
365d: 2151
description: Operating System information database
homepage: https://libosinfo.org/
fetch: homebrew
- key:
token: clinfo
type: formula
stats:
30d: 128
90d: 515
365d: 1073
description: Print information about OpenCL platforms and devices
homepage: https://github.com/Oblomov/clinfo
fetch: homebrew
- key:
token: vagrant
type: formula
tap: hashicorp/tap
stats:
30d: 128
90d: 452
365d: 1549
description: Development environment
definition: https://github.com/hashicorp/homebrew-tap/blob/HEAD/Formula/vagrant.rb
version: 2.4.3
file_paths:
- Formula/vagrant.rb
fetch: repo_direct
- key:
token: marked
type: formula
stats:
30d: 128
90d: 341
365d: 2338
description: Markdown parser and compiler built for speed
homepage: https://marked.js.org/
fetch: homebrew
- key:
token: joplin-cli
type: formula
stats:
30d: 128
90d: 428
365d: 2234
description: Note taking and to-do application with synchronization capabilities
homepage: https://joplinapp.org/
fetch: homebrew
- key:
token: ddcutil
type: formula
stats:
30d: 128
90d: 356
365d: 1543
description: Control monitor settings using DDC/CI and USB
homepage: https://www.ddcutil.com
fetch: homebrew
- key:
token: qca
type: formula
stats:
30d: 128
90d: 373
365d: 1921
description: Qt Cryptographic Architecture (QCA)
homepage: https://userbase.kde.org/QCA
fetch: homebrew
- key:
token: ola
type: formula
stats:
30d: 128
90d: 262
365d: 903
description: Open Lighting Architecture for lighting control information
homepage: https://www.openlighting.org/ola/
fetch: homebrew
- key:
token: jack
type: formula
stats:
30d: 128
90d: 386
365d: 2165
description: Audio Connection Kit
homepage: https://jackaudio.org/
fetch: homebrew
- key:
token: atac
type: formula
stats:
30d: 127
90d: 364
365d: 477
description: Simple API client (Postman-like) in your terminal
homepage: https://atac.julien-cpsn.com/
fetch: homebrew
- key:
token: feh
type: formula
stats:
30d: 127
90d: 421
365d: 2427
description: X11 image viewer
homepage: https://feh.finalrewind.org/
fetch: homebrew
- key:
token: ispc
type: formula
stats:
30d: 127
90d: 263
365d: 1006
description: Compiler for SIMD programming on the CPU
homepage: https://ispc.github.io
fetch: homebrew
- key:
token: openvdb
type: formula
stats:
30d: 127
90d: 210
365d: 932
description: Sparse volumetric data processing toolkit
homepage: https://www.openvdb.org/
fetch: homebrew
- key:
token: kibana-full
type: formula
tap: elastic/tap
stats:
30d: 127
90d: 411
365d: 2016
description: Analytics and search dashboard for Elasticsearch
definition: https://github.com/elastic/homebrew-tap/blob/HEAD/Formula/kibana-full.rb
version: 7.17.4
file_paths:
- Formula/kibana-full.rb
fetch: repo_direct
- key:
token: evtx
type: formula
stats:
30d: 127
90d: 274
365d: 874
description: Windows XML Event Log parser
homepage: https://github.com/omerbenamram/evtx
fetch: homebrew
- key:
token: hdf5-mpi
type: formula
stats:
30d: 127
90d: 411
365d: 1681
description: File format designed to store large amounts of data
homepage: https://www.hdfgroup.org/solutions/hdf5/
fetch: homebrew
- key:
token: libaacs
type: formula
stats:
30d: 127
90d: 374
365d: 1543
description: Implements the Advanced Access Content System specification
homepage: https://www.videolan.org/developers/libaacs.html
fetch: homebrew
- key:
token: prtcl
type: formula
tap: particle-iot/brew
stats:
30d: 127
90d: 612
365d: 2923
description: 'The new Particle CLI - a work in-progress - for current CLI, visit:
https://github.com/particle-iot/particle-cli'
definition: https://github.com/particle-iot/homebrew-brew/blob/HEAD/Formula/prtcl.rb
file_paths:
- Formula/prtcl.rb
fetch: repo_direct
- key:
token: keychain
type: formula
stats:
30d: 127
90d: 388
365d: 1552
description: User-friendly front-end to ssh-agent(1)
homepage: https://www.funtoo.org/Keychain
fetch: homebrew
- key:
token: clang-uml
type: formula
stats:
30d: 127
90d: 287
365d: 917
description: Customizable automatic UML diagram generator for C++ based on Clang
homepage: https://github.com/bkryza/clang-uml
fetch: homebrew
- key:
token: jetty
type: formula
stats:
30d: 127
90d: 367
365d: 1499
description: Java servlet engine and webserver
homepage: https://jetty.org/
fetch: homebrew
- key:
token: xdot
type: formula
stats:
30d: 127
90d: 369
365d: 2379
description: Interactive viewer for graphs written in Graphviz's dot language
homepage: https://github.com/jrfonseca/xdot.py
fetch: homebrew
- key:
token: libvmaf
type: formula
stats:
30d: 126
90d: 437
365d: 2843
description: Perceptual video quality assessment based on multi-method fusion
homepage: https://github.com/Netflix/vmaf
fetch: homebrew
- key:
token: tpm
type: formula
stats:
30d: 126
90d: 404
365d: 1769
description: Plugin manager for tmux
homepage: https://github.com/tmux-plugins/tpm
fetch: homebrew
- key:
token: hcledit
type: formula
tap: minamijoyo/hcledit
stats:
30d: 126
90d: 667
365d: 2416
description: Command-line editor for HCL
homepage: https://github.com/minamijoyo/hcledit
definition: https://github.com/minamijoyo/homebrew-hcledit/blob/HEAD/hcledit.rb
version: 0.2.17
file_paths:
- hcledit.rb
fetch: repo_direct
- key:
token: libtatsu
type: formula
stats:
30d: 126
90d: 372
365d: 694
description: Library handling the communication with Apple's Tatsu Signing Server
(TSS)
homepage: https://libimobiledevice.org/
fetch: homebrew
- key:
token: fceux
type: formula
stats:
30d: 126
90d: 368
365d: 2459
description: All-in-one NES/Famicom Emulator
homepage: https://fceux.com/
fetch: homebrew
- key:
token: stress
type: formula
stats:
30d: 126
90d: 384
365d: 1417
description: Tool to impose load on and stress test a computer system
homepage: https://github.com/resurrecting-open-source-projects/stress
fetch: homebrew
- key:
token: tinyxml
type: formula
stats:
30d: 126
90d: 353
365d: 1364
description: XML parser
homepage: https://sourceforge.net/projects/tinyxml/
fetch: homebrew
- key:
token: jql
type: formula
stats:
30d: 126
90d: 392
365d: 1812
description: JSON query language CLI tool
homepage: https://github.com/yamafaktory/jql
fetch: homebrew
- key:
token: av
type: formula
tap: aviator-co/tap
stats:
30d: 126
90d: 271
365d: 1030
definition: https://github.com/aviator-co/homebrew-tap/blob/HEAD/av.rb
version: 0.1.7
file_paths:
- av.rb
fetch: repo_direct
- key:
token: htmlq
type: formula
stats:
30d: 126
90d: 405
365d: 1698
description: Uses CSS selectors to extract bits content from HTML files
homepage: https://github.com/mgdm/htmlq
fetch: homebrew
- key:
token: rabbitmq-c
type: formula
stats:
30d: 126
90d: 450
365d: 2279
description: C AMQP client library for RabbitMQ
homepage: https://github.com/alanxz/rabbitmq-c
fetch: homebrew
- key:
token: redis@8.3
type: formula
tap: shivammathur/extensions
stats:
30d: 126
90d: 241
365d: 861
description: Redis PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/redis@8.3.rb
file_paths:
- Formula/redis@8.3.rb
fetch: repo_direct
- key:
token: platformsh-cli
type: formula
tap: platformsh/tap
stats:
30d: 125
90d: 390
365d: 3533
description: Platform.sh CLI
definition: https://github.com/platformsh/homebrew-tap/blob/HEAD/Formula/platformsh-cli.rb
version: 5.0.23
file_paths:
- Formula/platformsh-cli.rb
fetch: repo_direct
- key:
token: twitch-cli
type: formula
tap: twitchdev/twitch
stats:
30d: 125
90d: 274
365d: 1135
description: CLI to make developing on Twitch easier
homepage: https://github.com/twitchdev/twitch-cli
definition: https://github.com/twitchdev/homebrew-twitch/blob/HEAD/Formula/twitch-cli.rb
version: 1.1.24
file_paths:
- Formula/twitch-cli.rb
fetch: repo_direct
- key:
token: toxiproxy
type: formula
tap: shopify/shopify
stats:
30d: 125
90d: 266
365d: 825
description: TCP proxy to simulate network & system conditions for chaos & resiliency
testing
homepage: https://github.com/shopify/toxiproxy
definition: https://github.com/shopify/homebrew-shopify/blob/HEAD/toxiproxy.rb
file_paths:
- toxiproxy.rb
fetch: repo_direct
- key:
token: popeye
type: formula
tap: derailed/popeye
stats:
30d: 125
90d: 1091
365d: 3222
description: Kubernetes cluster resource sanitizer
homepage: https://popeyecli.io
definition: https://github.com/derailed/homebrew-popeye/blob/HEAD/Formula/popeye.rb
version: 0.22.1
file_paths:
- Formula/popeye.rb
fetch: repo_direct
- key:
token: uchardet
type: formula
stats:
30d: 125
90d: 438
365d: 1821
description: Encoding detector library
homepage: https://www.freedesktop.org/wiki/Software/uchardet/
fetch: homebrew
- key:
token: qodana
type: formula
tap: jetbrains/utils
stats:
30d: 125
90d: 493
365d: 3765
description: " Run Qodana as fast as possible, with minimum effort required"
definition: https://github.com/jetbrains/homebrew-utils/blob/HEAD/Formula/qodana.rb
version: 2024.3.5
file_paths:
- Formula/qodana.rb
fetch: repo_direct
- key:
token: php@8.5
type: formula
tap: shivammathur/php
stats:
30d: 125
90d: 310
365d: 574
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@8.5.rb
version: 8.5.0
file_paths:
- Formula/php@8.5.rb
fetch: repo_direct
- key:
token: pssh
type: formula
stats:
30d: 125
90d: 313
365d: 1317
description: Parallel versions of OpenSSH and related tools
homepage: https://code.google.com/archive/p/parallel-ssh/
fetch: homebrew
- key:
token: feroxbuster
type: formula
stats:
30d: 125
90d: 348
365d: 2006
description: Fast, simple, recursive content discovery tool written in Rust
homepage: https://epi052.github.io/feroxbuster
fetch: homebrew
- key:
token: bandwhich
type: formula
stats:
30d: 124
90d: 460
365d: 3030
description: Terminal bandwidth utilization tool
homepage: https://github.com/imsnif/bandwhich
fetch: homebrew
- key:
token: gnome-builder
type: formula
stats:
30d: 124
90d: 254
365d: 520
description: Develop software for GNOME
homepage: https://apps.gnome.org/Builder/
fetch: homebrew
- key:
token: xdebug@8.3
type: formula
tap: shivammathur/extensions
stats:
30d: 124
90d: 453
365d: 1540
description: Xdebug PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/xdebug@8.3.rb
file_paths:
- Formula/xdebug@8.3.rb
fetch: repo_direct
- key:
token: libxcrypt
type: formula
stats:
30d: 124
90d: 740
365d: 1566
description: Extended crypt library for descrypt, md5crypt, bcrypt, and others
homepage: https://github.com/besser82/libxcrypt
fetch: homebrew
- key:
token: itstool
type: formula
stats:
30d: 124
90d: 845
365d: 2586
description: Make XML documents translatable through PO files
homepage: https://itstool.org/
fetch: homebrew
- key:
token: dnscontrol
type: formula
stats:
30d: 124
90d: 513
365d: 2121
description: Synchronize your DNS to multiple providers from a simple DSL
homepage: https://dnscontrol.org/
fetch: homebrew
- key:
token: xcode-kotlin
type: formula
stats:
30d: 124
90d: 327
365d: 1675
description: Kotlin Native Xcode Plugin
homepage: https://github.com/touchlab/xcode-kotlin
fetch: homebrew
- key:
token: opus-tools
type: formula
stats:
30d: 124
90d: 489
365d: 986
description: Utilities to encode, inspect, and decode .opus files
homepage: https://www.opus-codec.org/
fetch: homebrew
- key:
token: opencore-amr
type: formula
stats:
30d: 124
90d: 352
365d: 1960
description: Audio codecs extracted from Android open source project
homepage: https://opencore-amr.sourceforge.net/
fetch: homebrew
- key:
token: navidrome
type: formula
stats:
30d: 124
90d: 361
365d: 1415
description: Modern Music Server and Streamer compatible with Subsonic/Airsonic
homepage: https://www.navidrome.org
fetch: homebrew
- key:
token: aravis
type: formula
stats:
30d: 124
90d: 330
365d: 2113
description: Vision library for genicam based cameras
homepage: https://github.com/AravisProject/aravis
fetch: homebrew
- key:
token: vineyard
type: formula
stats:
30d: 124
90d: 285
365d: 1884
description: In-memory immutable data manager. (Project under CNCF)
homepage: https://v6d.io
fetch: homebrew
- key:
token: cmu-sphinxbase
type: formula
tap: watsonbox/cmu-sphinx
stats:
30d: 124
90d: 433
365d: 525
definition: https://github.com/watsonbox/homebrew-cmu-sphinx/blob/HEAD/cmu-sphinxbase.rb
file_paths:
- cmu-sphinxbase.rb
fetch: repo_direct
- key:
token: codecov-cli
type: formula
stats:
30d: 124
90d: 307
365d: 1004
description: Codecov's command-line interface
homepage: https://cli.codecov.io/
fetch: homebrew
- key:
token: sqlite-utils
type: formula
stats:
30d: 123
90d: 346
365d: 2481
description: CLI utility for manipulating SQLite databases
homepage: https://sqlite-utils.datasette.io/
fetch: homebrew
- key:
token: symfony-cli
type: formula
stats:
30d: 123
90d: 274
365d: 274
description: Build, run, and manage Symfony applications
homepage: https://github.com/symfony-cli/symfony-cli
fetch: homebrew
- key:
token: dmd
type: formula
stats:
30d: 123
90d: 244
365d: 910
description: Digital Mars D compiler
homepage: https://dlang.org/
fetch: homebrew
- key:
token: cycode
type: formula
stats:
30d: 123
90d: 1574
365d: 2220
description: Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning
homepage: https://github.com/cycodehq/cycode-cli
fetch: homebrew
- key:
token: opkssh
type: formula
tap: openpubkey/opkssh
stats:
30d: 123
90d: 123
365d: 123
description: opkssh (OpenPubKey SSH) - SSH with OpenID Connect
definition: https://github.com/openpubkey/homebrew-opkssh/blob/HEAD/Formula/opkssh.rb
file_paths:
- Formula/opkssh.rb
fetch: repo_direct
- key:
token: jaguar
type: formula
stats:
30d: 123
90d: 123
365d: 123
description: Live reloading for your ESP32
homepage: https://toitlang.org/
fetch: homebrew
- key:
token: unciv
type: formula
stats:
30d: 123
90d: 217
365d: 217
description: Open-source Android/Desktop remake of Civ V
homepage: https://github.com/yairm210/Unciv
fetch: homebrew
- key:
token: fdroidserver
type: formula
stats:
30d: 123
90d: 286
365d: 1507
description: Create and manage Android app repositories for F-Droid
homepage: https://f-droid.org
fetch: homebrew
- key:
token: fga
type: formula
tap: openfga/tap
stats:
30d: 123
90d: 338
365d: 1150
description: A cross-platform CLI to interact with an OpenFGA server.
definition: https://github.com/openfga/homebrew-tap/blob/HEAD/Formula/fga.rb
version: 0.6.5
file_paths:
- Formula/fga.rb
fetch: repo_direct
- key:
token: kumactl
type: formula
stats:
30d: 123
90d: 397
365d: 1391
description: Kuma control plane command-line utility
homepage: https://kuma.io/
fetch: homebrew
- key:
token: pspg
type: formula
stats:
30d: 122
90d: 366
365d: 1710
description: Unix pager optimized for psql
homepage: https://github.com/okbob/pspg
fetch: homebrew
- key:
token: kubecolor
type: formula
tap: hidetatz/tap
stats:
30d: 122
90d: 305
365d: 1066
description: Colorize your kubectl output
homepage: https://kubecolor.github.io/
definition: https://github.com/hidetatz/homebrew-tap/blob/HEAD/Formula/kubecolor.rb
version: 0.0.25
file_paths:
- Formula/kubecolor.rb
fetch: repo_direct
- key:
token: runpodctl
type: formula
tap: runpod/runpodctl
stats:
30d: 122
90d: 315
365d: 803
definition: https://github.com/runpod/homebrew-runpodctl/blob/HEAD/runpodctl.rb
version: 1.14.4
file_paths:
- runpodctl.rb
fetch: repo_direct
- key:
token: coveralls
type: formula
tap: coverallsapp/coveralls
stats:
30d: 122
90d: 310
365d: 1209
description: Self-contained, universal coverage uploader for Coveralls
definition: https://github.com/coverallsapp/homebrew-coveralls/blob/HEAD/Formula/coveralls.rb
file_paths:
- Formula/coveralls.rb
fetch: repo_direct
- key:
token: copilot
type: formula
stats:
30d: 122
90d: 297
365d: 1335
description: CLI tool for Amazon ECS and AWS Fargate
homepage: https://aws.github.io/copilot-cli/
fetch: homebrew
- key:
token: biber
type: formula
stats:
30d: 122
90d: 404
365d: 2124
description: Backend processor for BibLaTeX
homepage: https://sourceforge.net/projects/biblatex-biber/
fetch: homebrew
- key:
token: pscale
type: formula
stats:
30d: 122
90d: 295
365d: 326
description: CLI for PlanetScale Database
homepage: https://www.planetscale.com/
fetch: homebrew
- key:
token: cdk
type: formula
stats:
30d: 122
90d: 522
365d: 1716
description: Curses development kit provides predefined curses widget for apps
homepage: https://invisible-island.net/cdk/
fetch: homebrew
- key:
token: hbase
type: formula
stats:
30d: 122
90d: 360
365d: 1578
description: 'Hadoop database: a distributed, scalable, big data store'
homepage: https://hbase.apache.org
fetch: homebrew
- key:
token: sdcc
type: formula
stats:
30d: 122
90d: 504
365d: 1346
description: ANSI C compiler for Intel 8051, Maxim 80DS390, and Zilog Z80
homepage: https://sdcc.sourceforge.net/
fetch: homebrew
- key:
token: vcluster
type: formula
tap: loft-sh/tap
stats:
30d: 122
90d: 345
365d: 1037
description: Creates fully functional virtual k8s cluster inside host k8s cluster's
namespace
homepage: https://www.vcluster.com
definition: https://github.com/loft-sh/homebrew-tap/blob/HEAD/Formula/vcluster.rb
version: 0.24.1
file_paths:
- Formula/vcluster.rb
fetch: repo_direct
- key:
token: openbao
type: formula
stats:
30d: 122
90d: 531
365d: 1273
description: Provides a software solution to manage, store, and distribute sensitive
data
homepage: https://openbao.org/
fetch: homebrew
- key:
token: itk
type: formula
stats:
30d: 122
90d: 368
365d: 1434
description: Insight Toolkit is a toolkit for performing registration and segmentation
homepage: https://itk.org
fetch: homebrew
- key:
token: pdfcrack
type: formula
stats:
30d: 121
90d: 371
365d: 1189
description: PDF files password cracker
homepage: https://pdfcrack.sourceforge.net/
fetch: homebrew
- key:
token: groovysdk
type: formula
stats:
30d: 121
90d: 584
365d: 2199
description: 'SDK for Groovy: a Java-based scripting language'
homepage: https://www.groovy-lang.org/
fetch: homebrew
- key:
token: php-debug
type: formula
tap: shivammathur/php
stats:
30d: 121
90d: 326
365d: 1094
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php-debug.rb
file_paths:
- Formula/php-debug.rb
fetch: repo_direct
- key:
token: phpbrew
type: formula
stats:
30d: 121
90d: 352
365d: 1685
description: Brew & manage PHP versions in pure PHP at HOME
homepage: https://phpbrew.github.io/phpbrew
fetch: homebrew
- key:
token: nlopt
type: formula
stats:
30d: 121
90d: 464
365d: 1718
description: Free/open-source library for nonlinear optimization
homepage: https://nlopt.readthedocs.io/
fetch: homebrew
- key:
token: crystalline
type: formula
stats:
30d: 121
90d: 261
365d: 1210
description: Language Server Protocol implementation for Crystal
homepage: https://github.com/elbywan/crystalline
fetch: homebrew
- key:
token: bup
type: formula
stats:
30d: 121
90d: 186
365d: 724
description: Backup tool
homepage: https://bup.github.io/
fetch: homebrew
- key:
token: ispell
type: formula
stats:
30d: 120
90d: 429
365d: 1840
description: International Ispell
homepage: https://www.cs.hmc.edu/~geoff/ispell.html
fetch: homebrew
- key:
token: bandcamp-dl
type: formula
stats:
30d: 120
90d: 225
365d: 1498
description: Simple python script to download Bandcamp albums
homepage: https://github.com/iheanyi/bandcamp-dl
fetch: homebrew
- key:
token: simdutf
type: formula
stats:
30d: 120
90d: 298
365d: 1194
description: Unicode conversion routines, fast
homepage: https://simdutf.github.io/simdutf/
fetch: homebrew
- key:
token: gz-harmonic
type: formula
tap: osrf/simulation
stats:
30d: 120
90d: 349
365d: 1250
description: Collection of gazebo simulation software
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-harmonic.rb
file_paths:
- Formula/gz-harmonic.rb
fetch: repo_direct
- key:
token: alembic
type: formula
stats:
30d: 120
90d: 360
365d: 1578
description: Open computer graphics interchange framework
homepage: http://www.alembic.io/
fetch: homebrew
- key:
token: stp
type: formula
stats:
30d: 120
90d: 176
365d: 871
description: Simple Theorem Prover, an efficient SMT solver for bitvectors
homepage: https://stp.github.io/
fetch: homebrew
- key:
token: ab-av1
type: formula
stats:
30d: 120
90d: 165
365d: 165
description: AV1 re-encoding using ffmpeg, svt-av1 & vmaf
homepage: https://github.com/alexheretic/ab-av1
fetch: homebrew
- key:
token: symengine
type: formula
stats:
30d: 120
90d: 210
365d: 777
description: Fast symbolic manipulation library written in C++
homepage: https://www.sympy.org/en/index.html
fetch: homebrew
- key:
token: joern
type: formula
stats:
30d: 120
90d: 314
365d: 1273
description: Open-source code analysis platform based on code property graphs
homepage: https://joern.io/
fetch: homebrew
- key:
token: tio
type: formula
stats:
30d: 120
90d: 524
365d: 3788
description: Simple TTY terminal I/O application
homepage: https://tio.github.io
fetch: homebrew
- key:
token: geoipupdate
type: formula
stats:
30d: 120
90d: 499
365d: 2320
description: Automatic updates of GeoIP2 and GeoIP Legacy databases
homepage: https://github.com/maxmind/geoipupdate
fetch: homebrew
- key:
token: cargo-edit
type: formula
stats:
30d: 120
90d: 289
365d: 1065
description: Utility for managing cargo dependencies from the command-line
homepage: https://killercup.github.io/cargo-edit/
fetch: homebrew
- key:
token: ford
type: formula
stats:
30d: 120
90d: 240
365d: 1555
description: Automatic documentation generator for modern Fortran programs
homepage: https://github.com/Fortran-FOSS-Programmers/ford
fetch: homebrew
- key:
token: evcc
type: formula
tap: evcc-io/tap
stats:
30d: 120
90d: 367
365d: 1474
description: 'Sonne tanken '
definition: https://github.com/evcc-io/homebrew-tap/blob/HEAD/Formula/evcc.rb
version: 0.202.1
file_paths:
- Formula/evcc.rb
fetch: repo_direct
- key:
token: criterion
type: formula
stats:
30d: 119
90d: 319
365d: 1295
description: Cross-platform C and C++ unit testing framework for the 21st century
homepage: https://github.com/Snaipe/Criterion
fetch: homebrew
- key:
token: libdeflate
type: formula
stats:
30d: 119
90d: 405
365d: 1889
description: Heavily optimized DEFLATE/zlib/gzip compression and decompression
homepage: https://github.com/ebiggers/libdeflate
fetch: homebrew
- key:
token: crossplane
type: formula
stats:
30d: 119
90d: 288
365d: 616
description: Build control planes without needing to write code
homepage: https://github.com/crossplane/crossplane
fetch: homebrew
- key:
token: gotop
type: formula
stats:
30d: 119
90d: 372
365d: 1565
description: Terminal based graphical activity monitor inspired by gtop and vtop
homepage: https://github.com/xxxserxxx/gotop
fetch: homebrew
- key:
token: cf2tf
type: formula
stats:
30d: 119
90d: 386
365d: 1632
description: Cloudformation templates to Terraform HCL converter
homepage: https://github.com/DontShaveTheYak/cf2tf
fetch: homebrew
- key:
token: cargo-udeps
type: formula
stats:
30d: 119
90d: 384
365d: 4618
description: Find unused dependencies in Cargo.toml
homepage: https://github.com/est31/cargo-udeps
fetch: homebrew
- key:
token: dotenvx
type: formula
tap: dotenvx/brew
stats:
30d: 119
90d: 312
365d: 1481
description: Better dotenvfrom the creator of `dotenv`
definition: https://github.com/dotenvx/homebrew-brew/blob/HEAD/Formula/dotenvx.rb
version: 1.39.1
file_paths:
- Formula/dotenvx.rb
fetch: repo_direct
- key:
token: vulkan-validationlayers
type: formula
stats:
30d: 119
90d: 347
365d: 1435
description: Vulkan layers that enable developers to verify correct use of the Vulkan
API
homepage: https://github.com/KhronosGroup/Vulkan-ValidationLayers
fetch: homebrew
- key:
token: workos-cli
type: formula
tap: workos/tap
stats:
30d: 118
90d: 421
365d: 547
definition: https://github.com/workos/homebrew-tap/blob/HEAD/workos-cli.rb
version: 0.4.1
file_paths:
- workos-cli.rb
fetch: repo_direct
- key:
token: cruft
type: formula
stats:
30d: 118
90d: 274
365d: 1155
description: Utility that creates projects from templates and maintains the cruft
afterwards
homepage: https://cruft.github.io/cruft/
fetch: homebrew
- key:
token: sdl3_ttf
type: formula
stats:
30d: 118
90d: 170
365d: 170
description: Library for using TrueType fonts in SDL applications
homepage: https://github.com/libsdl-org/SDL_ttf
fetch: homebrew
- key:
token: eigenpy
type: formula
stats:
30d: 118
90d: 246
365d: 1388
description: Python bindings of Eigen library with Numpy support
homepage: https://github.com/stack-of-tasks/eigenpy
fetch: homebrew
- key:
token: libxt
type: formula
stats:
30d: 118
90d: 417
365d: 2401
description: 'X.Org: X Toolkit Intrinsics library'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: nanopb
type: formula
stats:
30d: 118
90d: 256
365d: 1094
description: C library for encoding and decoding Protocol Buffer messages
homepage: https://jpa.kapsi.fi/nanopb/docs/index.html
fetch: homebrew
- key:
token: sdl3_image
type: formula
stats:
30d: 118
90d: 322
365d: 322
description: Library for loading images as SDL surfaces and textures
homepage: https://github.com/libsdl-org/SDL_image
fetch: homebrew
- key:
token: sapling
type: formula
stats:
30d: 118
90d: 375
365d: 2346
description: Source control client
homepage: https://sapling-scm.com
fetch: homebrew
- key:
token: libclc
type: formula
stats:
30d: 118
90d: 256
365d: 1215
description: Implementation of the library requirements of the OpenCL C programming
language
homepage: https://libclc.llvm.org/
fetch: homebrew
- key:
token: bash-git-prompt
type: formula
stats:
30d: 118
90d: 413
365d: 1706
description: Informative, fancy bash prompt for Git users
homepage: https://github.com/magicmonty/bash-git-prompt
fetch: homebrew
- key:
token: termscp
type: formula
tap: veeso/termscp
stats:
30d: 118
90d: 191
365d: 869
description: Feature rich terminal file transfer and explorer
homepage: https://termscp.veeso.dev/
definition: https://github.com/veeso/homebrew-termscp/blob/HEAD/Formula/termscp.rb
version: 0.17.0
file_paths:
- Formula/termscp.rb
fetch: repo_direct
- key:
token: fox
type: formula
stats:
30d: 118
90d: 399
365d: 1599
description: Toolkit for developing Graphical User Interfaces easily
homepage: http://fox-toolkit.org/
fetch: homebrew
- key:
token: eks-anywhere
type: formula
tap: aws/tap
stats:
30d: 117
90d: 448
365d: 1774
description: CLI for managing EKS Anywhere Kubernetes clusters
definition: https://github.com/aws/homebrew-tap/blob/HEAD/Formula/eks-anywhere.rb
version: 0.22.2
file_paths:
- Formula/eks-anywhere.rb
fetch: repo_direct
- key:
token: imgproxy
type: formula
stats:
30d: 117
90d: 355
365d: 2113
description: Fast and secure server for resizing and converting remote images
homepage: https://imgproxy.net
fetch: homebrew
- key:
token: proxygen
type: formula
stats:
30d: 117
90d: 231
365d: 1634
description: Collection of C++ HTTP libraries
homepage: https://github.com/facebook/proxygen
fetch: homebrew
- key:
token: dvr-scan
type: formula
stats:
30d: 117
90d: 168
365d: 168
description: Extract scenes with motion from videos
homepage: https://www.dvr-scan.com/
fetch: homebrew
- key:
token: timidity
type: formula
stats:
30d: 117
90d: 361
365d: 738
description: Software synthesizer
homepage: https://timidity.sourceforge.net/
fetch: homebrew
- key:
token: gnu-typist
type: formula
stats:
30d: 117
90d: 539
365d: 1340
description: GNU typing tutor
homepage: https://www.gnu.org/software/gtypist/
fetch: homebrew
- key:
token: questdb
type: formula
stats:
30d: 117
90d: 302
365d: 1446
description: Time Series Database
homepage: https://questdb.io
fetch: homebrew
- key:
token: tag
type: formula
stats:
30d: 117
90d: 319
365d: 1005
description: Manipulate and query tags on macOS files
homepage: https://github.com/jdberry/tag/
fetch: homebrew
- key:
token: protoc-gen-grpc-swift
type: formula
stats:
30d: 117
90d: 258
365d: 258
description: Protoc plugin for generating gRPC Swift stubs
homepage: https://github.com/grpc/grpc-swift-protobuf
fetch: homebrew
- key:
token: neovim-qt
type: formula
stats:
30d: 117
90d: 616
365d: 1662
description: Neovim GUI, in Qt
homepage: https://github.com/equalsraf/neovim-qt
fetch: homebrew
- key:
token: licensefinder
type: formula
stats:
30d: 116
90d: 192
365d: 1891
description: Find licenses for your project's dependencies
homepage: https://github.com/pivotal/LicenseFinder
fetch: homebrew
- key:
token: spatialindex
type: formula
stats:
30d: 116
90d: 380
365d: 1726
description: General framework for developing spatial indices
homepage: https://libspatialindex.org/en/latest/
fetch: homebrew
- key:
token: viddy
type: formula
stats:
30d: 116
90d: 392
365d: 4014
description: Modern watch command
homepage: https://github.com/sachaos/viddy
fetch: homebrew
- key:
token: mago
type: formula
stats:
30d: 116
90d: 577
365d: 749
description: Toolchain for PHP to help developers write better code
homepage: https://github.com/carthage-software/mago
fetch: homebrew
- key:
token: oxlint
type: formula
stats:
30d: 116
90d: 297
365d: 627
description: Suite of high-performance tools for JavaScript and TypeScript written
in Rust
homepage: https://oxc.rs/
fetch: homebrew
- key:
token: arkade
type: formula
stats:
30d: 116
90d: 400
365d: 1713
description: Open Source Kubernetes Marketplace
homepage: https://blog.alexellis.io/kubernetes-marketplace-two-year-update/
fetch: homebrew
- key:
token: zsh-vi-mode
type: formula
stats:
30d: 116
90d: 368
365d: 1409
description: Better and friendly vi(vim) mode plugin for ZSH
homepage: https://github.com/jeffreytse/zsh-vi-mode
fetch: homebrew
- key:
token: mesheryctl
type: formula
stats:
30d: 116
90d: 645
365d: 3048
description: Command-line utility for Meshery, the cloud native management plane
homepage: https://meshery.io
fetch: homebrew
- key:
token: libvterm
type: formula
stats:
30d: 116
90d: 293
365d: 1469
description: C99 library which implements a VT220 or xterm terminal emulator
homepage: https://www.leonerd.org.uk/code/libvterm/
fetch: homebrew
- key:
token: cargo-generate
type: formula
stats:
30d: 116
90d: 196
365d: 750
description: Use pre-existing git repositories as templates
homepage: https://github.com/cargo-generate/cargo-generate
fetch: homebrew
- key:
token: jaq
type: formula
stats:
30d: 116
90d: 489
365d: 1926
description: JQ clone focussed on correctness, speed, and simplicity
homepage: https://github.com/01mf02/jaq
fetch: homebrew
- key:
token: mqttui
type: formula
stats:
30d: 116
90d: 274
365d: 777
description: Subscribe to a MQTT Topic or publish something quickly from the terminal
homepage: https://github.com/EdJoPaTo/mqttui
fetch: homebrew
- key:
token: yoke
type: formula
stats:
30d: 116
90d: 217
365d: 217
description: Helm-inspired infrastructure-as-code package deployer
homepage: https://yokecd.github.io/docs/
fetch: homebrew
- key:
token: sile
type: formula
stats:
30d: 115
90d: 216
365d: 1349
description: Modern typesetting system inspired by TeX
homepage: https://sile-typesetter.org
fetch: homebrew
- key:
token: druid
type: formula
stats:
30d: 115
90d: 260
365d: 882
description: High-performance, column-oriented, distributed data store
homepage: https://druid.apache.org/
fetch: homebrew
- key:
token: baresip
type: formula
stats:
30d: 115
90d: 287
365d: 1087
description: Modular SIP useragent
homepage: https://github.com/baresip/baresip
fetch: homebrew
- key:
token: tgpt
type: formula
stats:
30d: 115
90d: 175
365d: 175
description: AI Chatbots in terminal without needing API keys
homepage: https://github.com/aandrew-me/tgpt
fetch: homebrew
- key:
token: libxext
type: formula
stats:
30d: 115
90d: 489
365d: 6110
description: 'X.Org: Library for common extensions to the X11 protocol'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: ecspresso
type: formula
tap: kayac/tap
stats:
30d: 115
90d: 384
365d: 1964
description: ecspresso is a deployment tool for Amazon ECS
definition: https://github.com/kayac/homebrew-tap/blob/HEAD/ecspresso.rb
version: 2.4.6
file_paths:
- ecspresso.rb
fetch: repo_direct
- key:
token: zathura-pdf-poppler
type: formula
tap: zegervdv/zathura
stats:
30d: 115
90d: 506
365d: 1637
description: Poppler backend plugin for zathura
definition: https://github.com/zegervdv/homebrew-zathura/blob/HEAD/Formula/zathura-pdf-poppler.rb
file_paths:
- Formula/zathura-pdf-poppler.rb
fetch: repo_direct
- key:
token: nping
type: formula
stats:
30d: 115
90d: 430
365d: 430
description: Ping Tool in Rust with Real-Time Data and Visualizations
homepage: https://github.com/hanshuaikang/Nping
fetch: homebrew
- key:
token: swtpm
type: formula
stats:
30d: 115
90d: 378
365d: 2045
description: Software TPM Emulator based on libtpms
homepage: https://github.com/stefanberger/swtpm
fetch: homebrew
- key:
token: phoneinfoga
type: formula
stats:
30d: 115
90d: 399
365d: 1705
description: Information gathering framework for phone numbers
homepage: https://sundowndev.github.io/phoneinfoga/
fetch: homebrew
- key:
token: hyfetch
type: formula
stats:
30d: 115
90d: 334
365d: 2032
description: Fast, highly customisable system info script with LGBTQ+ pride flags
homepage: https://github.com/hykilpikonna/hyfetch
fetch: homebrew
- key:
token: zathura
type: formula
tap: homebrew-zathura/zathura
stats:
30d: 115
90d: 225
365d: 225
description: PDF viewer
definition: https://github.com/homebrew-zathura/homebrew-zathura/blob/HEAD/Formula/zathura.rb
file_paths:
- Formula/zathura.rb
fetch: repo_direct
- key:
token: boost-mpi
type: formula
stats:
30d: 115
90d: 223
365d: 1241
description: C++ library for C++/MPI interoperability
homepage: https://www.boost.org/
fetch: homebrew
- key:
token: rill
type: formula
tap: rilldata/tap
stats:
30d: 115
90d: 321
365d: 978
description: The Rill CLI
definition: https://github.com/rilldata/homebrew-tap/blob/HEAD/rill.rb
version: 0.59.1
file_paths:
- rill.rb
fetch: repo_direct
- key:
token: grafana-alloy
type: formula
stats:
30d: 114
90d: 114
365d: 114
description: OpenTelemetry Collector distribution with programmable pipelines
homepage: https://grafana.com/oss/alloy-opentelemetry-collector/
fetch: homebrew
- key:
token: nocodb
type: formula
tap: nocodb/nocodb
stats:
30d: 114
90d: 345
365d: 1022
description: 'NocoDB : Opensource smart spreadsheet'
definition: https://github.com/nocodb/homebrew-nocodb/blob/HEAD/Formula/nocodb.rb
version: 0.262.5
file_paths:
- Formula/nocodb.rb
fetch: repo_direct
- key:
token: frei0r
type: formula
stats:
30d: 114
90d: 313
365d: 3265
description: Minimalistic plugin API for video effects
homepage: https://frei0r.dyne.org/
fetch: homebrew
- key:
token: timoni
type: formula
tap: stefanprodan/tap
stats:
30d: 114
90d: 403
365d: 1380
description: Timoni CLI
definition: https://github.com/stefanprodan/homebrew-tap/blob/HEAD/Formula/timoni.rb
version: 0.24.0
file_paths:
- Formula/timoni.rb
fetch: repo_direct
- key:
token: smlfmt
type: formula
stats:
30d: 114
90d: 122
365d: 133
description: Custom parser and code formatter for Standard ML
homepage: https://github.com/shwestrick/smlfmt
fetch: homebrew
- key:
token: testbottest
type: formula
tap: homebrew/test-bot
stats:
30d: 114
90d: 308
365d: 12641
- key:
token: picotool
type: formula
stats:
30d: 114
90d: 408
365d: 1195
description: Tool for interacting with RP2040/RP2350 devices and binaries
homepage: https://github.com/raspberrypi/picotool
fetch: homebrew
- key:
token: minify
type: formula
tap: tdewolff/tap
stats:
30d: 114
90d: 171
365d: 767
description: Minifier CLI for HTML, CSS, JS, JSON, SVG and XML
definition: https://github.com/tdewolff/homebrew-tap/blob/HEAD/Formula/minify.rb
file_paths:
- Formula/minify.rb
fetch: repo_direct
- key:
token: ivy
type: formula
stats:
30d: 114
90d: 353
365d: 1032
description: Agile dependency manager
homepage: https://ant.apache.org/ivy/
fetch: homebrew
- key:
token: et
type: formula
tap: mistertea/et
stats:
30d: 114
90d: 598
365d: 4457
description: Remote terminal with IP roaming
definition: https://github.com/mistertea/homebrew-et/blob/HEAD/et.rb
version: 6.2.9
file_paths:
- et.rb
fetch: repo_direct
- key:
token: scrapy
type: formula
stats:
30d: 114
90d: 370
365d: 2229
description: Web crawling & scraping framework
homepage: https://scrapy.org
fetch: homebrew
- key:
token: kismet
type: formula
tap: kismetwireless/kismet
stats:
30d: 114
90d: 374
365d: 1593
description: Kismet Wi-Fi and Wireless Sniffer
definition: https://github.com/kismetwireless/homebrew-kismet/blob/HEAD/kismet.rb
file_paths:
- kismet.rb
fetch: repo_direct
- key:
token: eiffelstudio
type: formula
stats:
30d: 114
90d: 234
365d: 864
description: Development environment for the Eiffel language
homepage: https://www.eiffel.com
fetch: homebrew
- key:
token: theora
type: formula
stats:
30d: 113
90d: 274
365d: 1106
description: Open video compression format
homepage: https://www.theora.org/
fetch: homebrew
- key:
token: fiona
type: formula
stats:
30d: 113
90d: 113
365d: 113
description: Reads and writes geographic data files
homepage: https://fiona.readthedocs.io/en/stable/
fetch: homebrew
- key:
token: commandbox
type: formula
stats:
30d: 113
90d: 234
365d: 1063
description: CFML embedded server, package manager, and app scaffolding tools
homepage: https://www.ortussolutions.com/products/commandbox
fetch: homebrew
- key:
token: batt
type: formula
stats:
30d: 113
90d: 358
365d: 782
description: Control and limit battery charging on Apple Silicon MacBooks
homepage: https://github.com/charlie0129/batt
fetch: homebrew
- key:
token: bcrypt
type: formula
stats:
30d: 113
90d: 355
365d: 1506
description: Cross platform file encryption utility using blowfish
homepage: https://bcrypt.sourceforge.net/
fetch: homebrew
- key:
token: arpoison
type: formula
stats:
30d: 113
90d: 1809
365d: 10959
description: UNIX arp cache update utility
homepage: http://www.arpoison.net/
fetch: homebrew
- key:
token: rdfind
type: formula
stats:
30d: 113
90d: 412
365d: 748
description: Find duplicate files based on content (NOT file names)
homepage: https://rdfind.pauldreik.se/
fetch: homebrew
- key:
token: libint
type: formula
stats:
30d: 113
90d: 169
365d: 493
description: Library for computing electron repulsion integrals efficiently
homepage: https://github.com/evaleev/libint
fetch: homebrew
- key:
token: mdless
type: formula
stats:
30d: 113
90d: 823
365d: 2848
description: Provides a formatted and highlighted view of Markdown files in Terminal
homepage: https://github.com/ttscoff/mdless
fetch: homebrew
- key:
token: simple-tiles
type: formula
stats:
30d: 113
90d: 289
365d: 1653
description: Image generation library for spatial data
homepage: https://github.com/propublica/simple-tiles
fetch: homebrew
- key:
token: udunits
type: formula
stats:
30d: 113
90d: 284
365d: 906
description: Unidata unit conversion library
homepage: https://docs.unidata.ucar.edu/udunits/current/
fetch: homebrew
- key:
token: dockerize
type: formula
stats:
30d: 113
90d: 430
365d: 2803
description: Utility to simplify running applications in docker containers
homepage: https://github.com/jwilder/dockerize
fetch: homebrew
- key:
token: minizip-ng
type: formula
stats:
30d: 113
90d: 276
365d: 1249
description: Zip file manipulation library with minizip 1.x compatibility layer
homepage: https://github.com/zlib-ng/minizip-ng
fetch: homebrew
- key:
token: felinks
type: formula
stats:
30d: 113
90d: 386
365d: 1619
description: Text mode browser and Gemini, NNTP, FTP, Gopher, Finger, and BitTorrent
client
homepage: https://github.com/rkd77/elinks
fetch: homebrew
- key:
token: girara
type: formula
tap: zegervdv/zathura
stats:
30d: 113
90d: 468
365d: 1037
description: Interface library
definition: https://github.com/zegervdv/homebrew-zathura/blob/HEAD/Formula/girara.rb
file_paths:
- Formula/girara.rb
fetch: repo_direct
- key:
token: kubetui
type: formula
stats:
30d: 113
90d: 244
365d: 765
description: TUI tool for monitoring and exploration of Kubernetes resources
homepage: https://github.com/sarub0b0/kubetui
fetch: homebrew
- key:
token: lzlib
type: formula
stats:
30d: 113
90d: 748
365d: 1708
description: Data compression library
homepage: https://www.nongnu.org/lzip/lzlib.html
fetch: homebrew
- key:
token: zarf
type: formula
tap: defenseunicorns/tap
stats:
30d: 113
90d: 419
365d: 1854
description: DevSecOps for Air Gap
definition: https://github.com/defenseunicorns/homebrew-tap/blob/HEAD/zarf.rb
version: 0.51.0
file_paths:
- zarf.rb
fetch: repo_direct
- key:
token: jags
type: formula
stats:
30d: 113
90d: 307
365d: 938
description: Just Another Gibbs Sampler for Bayesian MCMC simulation
homepage: https://mcmc-jags.sourceforge.io
fetch: homebrew
- key:
token: tabiew
type: formula
stats:
30d: 113
90d: 347
365d: 885
description: TUI to view and query tabular files (CSV,TSV, Parquet, etc.)
homepage: https://github.com/shshemi/tabiew
fetch: homebrew
- key:
token: ppsspp
type: formula
stats:
30d: 112
90d: 382
365d: 1248
description: PlayStation Portable emulator
homepage: https://ppsspp.org/
fetch: homebrew
- key:
token: opusfile
type: formula
stats:
30d: 112
90d: 328
365d: 1867
description: API for decoding and seeking in .opus files
homepage: https://www.opus-codec.org/
fetch: homebrew
- key:
token: shadowsocks-libev
type: formula
stats:
30d: 112
90d: 299
365d: 1621
description: Libev port of shadowsocks
homepage: https://github.com/shadowsocks/shadowsocks-libev
fetch: homebrew
- key:
token: pup
type: formula
stats:
30d: 112
90d: 369
365d: 1312
description: Parse HTML at the command-line
homepage: https://github.com/EricChiang/pup
fetch: homebrew
- key:
token: bandit
type: formula
stats:
30d: 112
90d: 481
365d: 1456
description: Security-oriented static analyser for Python code
homepage: https://github.com/PyCQA/bandit
fetch: homebrew
- key:
token: jsrepo
type: formula
stats:
30d: 112
90d: 326
365d: 326
description: Build and distribute your code
homepage: https://jsrepo.dev/
fetch: homebrew
- key:
token: tuist@4.38.2
type: formula
tap: tuist/tuist
stats:
30d: 112
90d: 351
365d: 525
description: Create, maintain, and interact with Xcode projects at scale
definition: https://github.com/tuist/homebrew-tuist/blob/HEAD/Formula/tuist@4.38.2.rb
file_paths:
- Formula/tuist@4.38.2.rb
fetch: repo_direct
- key:
token: igv
type: formula
stats:
30d: 112
90d: 300
365d: 1453
description: Interactive Genomics Viewer
homepage: https://igv.org/doc/desktop/
fetch: homebrew
- key:
token: easyrpg-player
type: formula
stats:
30d: 112
90d: 225
365d: 1151
description: RPG Maker 2000/2003 games interpreter
homepage: https://easyrpg.org/
fetch: homebrew
- key:
token: gpredict
type: formula
stats:
30d: 112
90d: 272
365d: 1283
description: Real-time satellite tracking/prediction application
homepage: https://oz9aec.dk/gpredict/
fetch: homebrew
- key:
token: prettierd
type: formula
stats:
30d: 112
90d: 513
365d: 1705
description: Prettier daemon
homepage: https://github.com/fsouza/prettierd
fetch: homebrew
- key:
token: kubernetes-cli@1.31
type: formula
stats:
30d: 112
90d: 394
365d: 499
description: Kubernetes command-line interface
homepage: https://kubernetes.io/docs/reference/kubectl/
fetch: homebrew
- key:
token: tamarin-prover
type: formula
tap: tamarin-prover/tap
stats:
30d: 111
90d: 283
365d: 1088
description: Automated security protocol verification tool
definition: https://github.com/tamarin-prover/homebrew-tap/blob/HEAD/Formula/tamarin-prover.rb
file_paths:
- Formula/tamarin-prover.rb
fetch: repo_direct
- key:
token: hivemind
type: formula
stats:
30d: 111
90d: 254
365d: 644
description: Process manager for Procfile-based applications
homepage: https://github.com/DarthSim/hivemind
fetch: homebrew
- key:
token: dart@3.5.4
type: formula
tap: dart-lang/dart
stats:
30d: 111
90d: 304
365d: 534
description: SDK
definition: https://github.com/dart-lang/homebrew-dart/blob/HEAD/Formula/dart@3.5.4.rb
file_paths:
- Formula/dart@3.5.4.rb
fetch: repo_direct
- key:
token: dcm
type: formula
tap: cqlabs/dcm
stats:
30d: 111
90d: 376
365d: 1674
description: DCM statically analyzes your Dart code to quickly find quality and
consistency problems.
definition: https://github.com/cqlabs/homebrew-dcm/blob/HEAD/dcm.rb
file_paths:
- dcm.rb
fetch: repo_direct
- key:
token: mihomo
type: formula
stats:
30d: 111
90d: 293
365d: 852
description: Another rule-based tunnel in Go, formerly known as ClashMeta
homepage: https://wiki.metacubex.one
fetch: homebrew
- key:
token: augeas
type: formula
stats:
30d: 111
90d: 344
365d: 2163
description: Configuration editing tool and API
homepage: https://augeas.net/
fetch: homebrew
- key:
token: ox
type: formula
stats:
30d: 111
90d: 179
365d: 2066
description: Independent Rust text editor that runs in your terminal
homepage: https://github.com/curlpipe/ox
fetch: homebrew
- key:
token: highway
type: formula
stats:
30d: 111
90d: 377
365d: 4439
description: Performance-portable, length-agnostic SIMD with runtime dispatch
homepage: https://github.com/google/highway
fetch: homebrew
- key:
token: linode-cli
type: formula
stats:
30d: 111
90d: 629
365d: 2719
description: CLI for the Linode API
homepage: https://github.com/linode/linode-cli
fetch: homebrew
- key:
token: loki
type: formula
stats:
30d: 111
90d: 392
365d: 1480
description: Horizontally-scalable, highly-available log aggregation system
homepage: https://grafana.com/loki
fetch: homebrew
- key:
token: pinocchio
type: formula
stats:
30d: 111
90d: 210
365d: 985
description: Efficient and fast C++ library implementing Rigid Body Dynamics algorithms
homepage: https://stack-of-tasks.github.io/pinocchio
fetch: homebrew
- key:
token: castxml
type: formula
stats:
30d: 111
90d: 242
365d: 1223
description: C-family Abstract Syntax Tree XML Output
homepage: https://github.com/CastXML/CastXML
fetch: homebrew
- key:
token: ansible@10
type: formula
stats:
30d: 110
90d: 417
365d: 918
description: Automate deployment, configuration, and upgrading
homepage: https://www.ansible.com/
fetch: homebrew
- key:
token: x86_64-elf-gdb
type: formula
stats:
30d: 110
90d: 457
365d: 1325
description: GNU debugger for x86_64-elf cross development
homepage: https://www.gnu.org/software/gdb/
fetch: homebrew
- key:
token: smithy-cli
type: formula
tap: smithy-lang/tap
stats:
30d: 110
90d: 263
365d: 854
description: Smithy CLI - A CLI for building, validating, querying, and iterating
on Smithy models
definition: https://github.com/smithy-lang/homebrew-tap/blob/HEAD/Formula/smithy-cli.rb
file_paths:
- Formula/smithy-cli.rb
fetch: repo_direct
- key:
token: aws-google-auth
type: formula
stats:
30d: 110
90d: 259
365d: 2111
description: Acquire AWS credentials using Google Apps
homepage: https://github.com/cevoaustralia/aws-google-auth
fetch: homebrew
- key:
token: apache-pulsar
type: formula
stats:
30d: 110
90d: 290
365d: 812
description: Cloud-native distributed messaging and streaming platform
homepage: https://pulsar.apache.org/
fetch: homebrew
- key:
token: procmail
type: formula
stats:
30d: 110
90d: 151
365d: 359
description: Autonomous mail processor
homepage: https://github.com/BuGlessRB/procmail
fetch: homebrew
- key:
token: vpn-slice
type: formula
stats:
30d: 110
90d: 387
365d: 1910
description: Vpnc-script replacement for easy and secure split-tunnel VPN setup
homepage: https://github.com/dlenski/vpn-slice
fetch: homebrew
- key:
token: onedrive
type: formula
stats:
30d: 110
90d: 269
365d: 900
description: Folder synchronization with OneDrive
homepage: https://github.com/abraunegg/onedrive
fetch: homebrew
- key:
token: nginx-full
type: formula
tap: denji/nginx
stats:
30d: 110
90d: 331
365d: 1956
description: HTTP(S) server, reverse proxy, IMAP/POP3 proxy server
definition: https://github.com/denji/homebrew-nginx/blob/HEAD/Formula/nginx-full.rb
file_paths:
- Formula/nginx-full.rb
fetch: repo_direct
- key:
token: commitlint
type: formula
stats:
30d: 110
90d: 343
365d: 1549
description: Lint commit messages according to a commit convention
homepage: https://commitlint.js.org/#/
fetch: homebrew
- key:
token: ogre1.9
type: formula
tap: osrf/simulation
stats:
30d: 110
90d: 172
365d: 420
description: Scene-oriented 3D engine written in c++
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/ogre1.9.rb
version: 1.9-20160714-108ab0bcc69603dba32c0ffd4bbbc39051f421c9
file_paths:
- Formula/ogre1.9.rb
fetch: repo_direct
- key:
token: pip-tools
type: formula
stats:
30d: 110
90d: 342
365d: 1792
description: Locking and sync for Pip requirements files
homepage: https://pip-tools.readthedocs.io
fetch: homebrew
- key:
token: exempi
type: formula
stats:
30d: 110
90d: 165
365d: 595
description: Library to parse XMP metadata
homepage: https://libopenraw.freedesktop.org/exempi/
fetch: homebrew
- key:
token: gengetopt
type: formula
stats:
30d: 110
90d: 266
365d: 614
description: Generate C code to parse command-line arguments via getopt_long
homepage: https://www.gnu.org/software/gengetopt/
fetch: homebrew
- key:
token: console_bridge
type: formula
stats:
30d: 109
90d: 395
365d: 1411
description: Robot Operating System-independent package for logging
homepage: https://wiki.ros.org/console_bridge/
fetch: homebrew
- key:
token: dtswiftinstrumentor
type: formula
tap: dynatrace/tools
stats:
30d: 109
90d: 435
365d: 968
description: Dynatrace SwiftUI instrumentation.
definition: https://github.com/dynatrace/homebrew-tools/blob/HEAD/DTSwiftInstrumentor.rb
version: 8.311.1.1013
file_paths:
- DTSwiftInstrumentor.rb
fetch: repo_analysis
- key:
token: hiredis
type: formula
stats:
30d: 109
90d: 363
365d: 1229
description: Minimalistic client for Redis
homepage: https://github.com/redis/hiredis
fetch: homebrew
- key:
token: toxiproxy
type: formula
stats:
30d: 109
90d: 223
365d: 818
description: TCP proxy to simulate network & system conditions for chaos & resiliency
testing
homepage: https://github.com/shopify/toxiproxy
fetch: homebrew
- key:
token: riot
type: formula
tap: redis/tap
stats:
30d: 109
90d: 210
365d: 460
description: Get data in and out of Redis with RIOT
definition: https://github.com/redis/homebrew-tap/blob/HEAD/Formula/riot.rb
version: 4.3.0
file_paths:
- Formula/riot.rb
fetch: repo_direct
- key:
token: nload
type: formula
stats:
30d: 109
90d: 389
365d: 1343
description: Realtime console network usage monitor
homepage: https://www.roland-riegel.de/nload/
fetch: homebrew
- key:
token: wdiff
type: formula
stats:
30d: 109
90d: 335
365d: 1321
description: Display word differences between text files
homepage: https://www.gnu.org/software/wdiff/
fetch: homebrew
- key:
token: pueue
type: formula
stats:
30d: 109
90d: 318
365d: 1099
description: Command-line tool for managing long-running shell commands
homepage: https://github.com/Nukesor/pueue
fetch: homebrew
- key:
token: jwt-cli
type: formula
tap: mike-engel/jwt-cli
stats:
30d: 109
90d: 455
365d: 3813
description: Super fast CLI tool to decode and encode JWTs built in Rust
homepage: https://github.com/mike-engel/jwt-cli
definition: https://github.com/mike-engel/homebrew-jwt-cli/blob/HEAD/Formula/jwt-cli.rb
version: 6.2.0
file_paths:
- Formula/jwt-cli.rb
fetch: repo_direct
- key:
token: librealsense
type: formula
stats:
30d: 109
90d: 370
365d: 1769
description: Intel RealSense D400 series and SR300 capture
homepage: https://github.com/IntelRealSense/librealsense
fetch: homebrew
- key:
token: logrotate
type: formula
stats:
30d: 108
90d: 323
365d: 1814
description: Rotates, compresses, and mails system logs
homepage: https://github.com/logrotate/logrotate
fetch: homebrew
- key:
token: ueberzugpp
type: formula
tap: jstkdng/programs
stats:
30d: 108
90d: 527
365d: 2282
description: Drop in replacement for ueberzug written in C++
definition: https://github.com/jstkdng/homebrew-programs/blob/HEAD/ueberzugpp.rb
file_paths:
- ueberzugpp.rb
fetch: repo_direct
- key:
token: pipes-sh
type: formula
stats:
30d: 108
90d: 402
365d: 1532
description: Animated pipes terminal screensaver
homepage: https://github.com/pipeseroni/pipes.sh
fetch: homebrew
- key:
token: xtrans
type: formula
stats:
30d: 108
90d: 312
365d: 998
description: 'X.Org: X Network Transport layer shared code'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: goplus
type: formula
stats:
30d: 108
90d: 300
365d: 544
description: Programming language for engineering, STEM education, and data science
homepage: https://goplus.org
fetch: homebrew
- key:
token: protolint
type: formula
stats:
30d: 108
90d: 542
365d: 2856
description: Pluggable linter and fixer to enforce Protocol Buffer style and conventions
homepage: https://github.com/yoheimuta/protolint
fetch: homebrew
- key:
token: llvm@12
type: formula
stats:
30d: 108
90d: 385
365d: 1911
description: Next-gen compiler infrastructure
homepage: https://llvm.org/
fetch: homebrew
- key:
token: video-compare
type: formula
stats:
30d: 108
90d: 495
365d: 2099
description: Split screen video comparison tool using FFmpeg and SDL2
homepage: https://github.com/pixop/video-compare
fetch: homebrew
- key:
token: tetris
type: formula
tap: samtay/tui
stats:
30d: 108
90d: 336
365d: 1422
description: Tetris in your terminal
definition: https://github.com/samtay/homebrew-tui/blob/HEAD/tetris.rb
file_paths:
- tetris.rb
fetch: repo_direct
- key:
token: homeassistant-cli
type: formula
stats:
30d: 108
90d: 307
365d: 1629
description: Command-line utility for Home Assistant
homepage: https://github.com/home-assistant-ecosystem/home-assistant-cli
fetch: homebrew
- key:
token: rapidjson
type: formula
stats:
30d: 108
90d: 342
365d: 1327
description: JSON parser/generator for C++ with SAX and DOM style APIs
homepage: https://rapidjson.org/
fetch: homebrew
- key:
token: psysh
type: formula
stats:
30d: 108
90d: 198
365d: 939
description: Runtime developer console, interactive debugger and REPL for PHP
homepage: https://psysh.org/
fetch: homebrew
- key:
token: switch
type: formula
tap: danielfoehrkn/switch
stats:
30d: 108
90d: 469
365d: 1599
description: The kubectx for operators.
definition: https://github.com/danielfoehrkn/homebrew-switch/blob/HEAD/switch.rb
version: 0.9.3
file_paths:
- switch.rb
fetch: repo_direct
- key:
token: riscv64-elf-gdb
type: formula
stats:
30d: 108
90d: 426
365d: 1199
description: GNU debugger for riscv64-elf cross development
homepage: https://www.gnu.org/software/gdb/
fetch: homebrew
- key:
token: wezterm
type: formula
tap: wezterm/wezterm-linuxbrew
stats:
30d: 108
90d: 138
365d: 138
description: A GPU-accelerated cross-platform terminal emulator and multiplexer
written by @wez and implemented in Rust
definition: https://github.com/wezterm/homebrew-wezterm-linuxbrew/blob/HEAD/Formula/wezterm.rb
file_paths:
- Formula/wezterm.rb
fetch: repo_direct
- key:
token: pqiv
type: formula
stats:
30d: 108
90d: 255
365d: 1537
description: Powerful image viewer with minimal UI
homepage: https://github.com/phillipberndt/pqiv
fetch: homebrew
- key:
token: synfig
type: formula
stats:
30d: 107
90d: 299
365d: 1817
description: Command-line renderer
homepage: https://www.synfig.org/
fetch: homebrew
- key:
token: claws-mail
type: formula
stats:
30d: 107
90d: 295
365d: 1172
description: User-friendly, lightweight, and fast email client
homepage: https://www.claws-mail.org/
fetch: homebrew
- key:
token: cargo-update
type: formula
stats:
30d: 107
90d: 254
365d: 254
description: Cargo subcommand for checking and applying updates to installed executables
homepage: https://github.com/nabijaczleweli/cargo-update
fetch: homebrew
- key:
token: libimagequant
type: formula
stats:
30d: 107
90d: 467
365d: 1826
description: Palette quantization library extracted from pnquant2
homepage: https://pngquant.org/lib/
fetch: homebrew
- key:
token: csound
type: formula
stats:
30d: 107
90d: 374
365d: 2480
description: Sound and music computing system
homepage: https://csound.com
fetch: homebrew
- key:
token: imagesnap
type: formula
stats:
30d: 107
90d: 293
365d: 985
description: Tool to capture still images from an iSight or other video source
homepage: https://github.com/rharder/imagesnap
fetch: homebrew
- key:
token: packmol
type: formula
stats:
30d: 107
90d: 180
365d: 579
description: Packing optimization for molecular dynamics simulations
homepage: https://www.ime.unicamp.br/~martinez/packmol/
fetch: homebrew
- key:
token: translate-shell
type: formula
stats:
30d: 107
90d: 463
365d: 1790
description: Command-line translator using Google Translate and more
homepage: https://www.soimort.org/translate-shell
fetch: homebrew
- key:
token: fossil
type: formula
stats:
30d: 107
90d: 310
365d: 1684
description: Distributed software configuration management
homepage: https://www.fossil-scm.org/home/
fetch: homebrew
- key:
token: lazysql
type: formula
tap: jorgerojas26/lazysql
stats:
30d: 107
90d: 323
365d: 887
description: Cross-platform TUI database management tool
homepage: https://github.com/jorgerojas26/lazysql
definition: https://github.com/jorgerojas26/homebrew-lazysql/blob/HEAD/lazysql.rb
version: 0.3.7
file_paths:
- lazysql.rb
fetch: repo_direct
- key:
token: pugixml
type: formula
stats:
30d: 107
90d: 627
365d: 1267
description: Light-weight C++ XML processing library
homepage: https://pugixml.org/
fetch: homebrew
- key:
token: osmcoastline
type: formula
stats:
30d: 107
90d: 263
365d: 1614
description: Extracts coastline data from OpenStreetMap planet file
homepage: https://osmcode.org/osmcoastline/
fetch: homebrew
- key:
token: aws-checksums
type: formula
stats:
30d: 106
90d: 149
365d: 172
description: Cross-Platform HW accelerated CRC32c and CRC32 with fallback
homepage: https://github.com/awslabs/aws-checksums
fetch: homebrew
- key:
token: unison-language
type: formula
tap: unisonweb/unison
stats:
30d: 106
90d: 412
365d: 1864
description: Unison [Language] and Codebase Manager
definition: https://github.com/unisonweb/homebrew-unison/blob/HEAD/unison-language.rb
version: 0.5.37
file_paths:
- unison-language.rb
fetch: repo_direct
- key:
token: coot
type: formula
tap: brewsci/bio
stats:
30d: 106
90d: 298
365d: 1026
description: Crystallographic Object-Oriented Toolkit
definition: https://github.com/brewsci/homebrew-bio/blob/HEAD/Formula/coot.rb
file_paths:
- Formula/coot.rb
fetch: repo_direct
- key:
token: jbig2enc
type: formula
stats:
30d: 106
90d: 482
365d: 1126
description: JBIG2 encoder (for monochrome documents)
homepage: https://github.com/agl/jbig2enc
fetch: homebrew
- key:
token: tarantool
type: formula
stats:
30d: 106
90d: 217
365d: 1074
description: In-memory database and Lua application server
homepage: https://tarantool.org/
fetch: homebrew
- key:
token: themekit
type: formula
tap: shopify/shopify
stats:
30d: 106
90d: 318
365d: 2075
description: Theme Kit is a tool kit for manipulating shopify themes
definition: https://github.com/shopify/homebrew-shopify/blob/HEAD/themekit.rb
version: v1.3.2
file_paths:
- themekit.rb
fetch: repo_direct
- key:
token: walk
type: formula
stats:
30d: 106
90d: 706
365d: 1809
description: Terminal navigator
homepage: https://github.com/antonmedv/walk
fetch: homebrew
- key:
token: libwmf
type: formula
stats:
30d: 106
90d: 160
365d: 441
description: Library for converting WMF (Window Metafile Format) files
homepage: https://github.com/caolanm/libwmf
fetch: homebrew
- key:
token: iamlive
type: formula
tap: iann0036/iamlive
stats:
30d: 105
90d: 557
365d: 1072
description: Generate an IAM policy from AWS, Azure, or Google Cloud (GCP) calls
using client-side monitoring (CSM) or embedded proxy.
definition: https://github.com/iann0036/homebrew-iamlive/blob/HEAD/iamlive.rb
version: 1.1.23
file_paths:
- iamlive.rb
fetch: repo_direct
- key:
token: python-gdbm@3.12
type: formula
stats:
30d: 105
90d: 326
365d: 1439
description: Python interface to gdbm
homepage: https://www.python.org/
fetch: homebrew
- key:
token: gator
type: formula
stats:
30d: 105
90d: 403
365d: 1093
description: CLI Utility for Open Policy Agent Gatekeeper
homepage: https://open-policy-agent.github.io/gatekeeper/
fetch: homebrew
- key:
token: cbonsai
type: formula
stats:
30d: 105
90d: 348
365d: 1150
description: Console Bonsai is a bonsai tree generator, written in C using ncurses
homepage: https://gitlab.com/jallbrit/cbonsai
fetch: homebrew
- key:
token: latexdiff
type: formula
stats:
30d: 105
90d: 368
365d: 1421
description: Compare and mark up LaTeX file differences
homepage: https://www.ctan.org/pkg/latexdiff
fetch: homebrew
- key:
token: open-scene-graph
type: formula
stats:
30d: 105
90d: 252
365d: 988
description: 3D graphics toolkit
homepage: https://github.com/openscenegraph/OpenSceneGraph
fetch: homebrew
- key:
token: wasmedge
type: formula
stats:
30d: 105
90d: 192
365d: 854
description: Lightweight, high-performance, and extensible WebAssembly runtime
homepage: https://WasmEdge.org/
fetch: homebrew
- key:
token: libxc
type: formula
stats:
30d: 105
90d: 314
365d: 924
description: Library of exchange and correlation functionals for codes
homepage: https://libxc.gitlab.io/
fetch: homebrew
- key:
token: qalculate-qt
type: formula
stats:
30d: 105
90d: 382
365d: 1481
description: Multi-purpose desktop calculator
homepage: https://qalculate.github.io/
fetch: homebrew
- key:
token: bloaty
type: formula
stats:
30d: 105
90d: 385
365d: 4073
description: Size profiler for binaries
homepage: https://github.com/google/bloaty
fetch: homebrew
- key:
token: thock
type: formula
tap: kamillobinski/thock
stats:
30d: 105
90d: 105
365d: 105
description: Thock your mac keyboard
definition: https://github.com/kamillobinski/homebrew-thock/blob/HEAD/thock.rb
version: 1.12.5
file_paths:
- thock.rb
fetch: repo_direct
- key:
token: mcpm
type: formula
stats:
30d: 105
90d: 105
365d: 105
description: Open source, community-driven MCP server and client manager
homepage: https://mcpm.sh/
fetch: homebrew
- key:
token: mpc
type: formula
stats:
30d: 105
90d: 375
365d: 1480
description: Command-line music player client for mpd
homepage: https://www.musicpd.org/clients/mpc/
fetch: homebrew
- key:
token: nais
type: formula
tap: nais/tap
stats:
30d: 105
90d: 406
365d: 1347
description: Command-line interface for NAIS
definition: https://github.com/nais/homebrew-tap/blob/HEAD/Formula/nais.rb
version: 2.0.0-202504070758
file_paths:
- Formula/nais.rb
fetch: repo_direct
- key:
token: libxlsxwriter
type: formula
stats:
30d: 104
90d: 307
365d: 763
description: C library for creating Excel XLSX files
homepage: https://libxlsxwriter.github.io/
fetch: homebrew
- key:
token: gotestsum
type: formula
stats:
30d: 104
90d: 263
365d: 744
description: Human friendly `go test` runner
homepage: https://github.com/gotestyourself/gotestsum
fetch: homebrew
- key:
token: python-freethreading
type: formula
stats:
30d: 104
90d: 248
365d: 447
description: Interpreted, interactive, object-oriented programming language
homepage: https://www.python.org/
fetch: homebrew
- key:
token: i386-elf-gdb
type: formula
stats:
30d: 104
90d: 382
365d: 1015
description: GNU debugger for i386-elf cross development
homepage: https://www.gnu.org/software/gdb/
fetch: homebrew
- key:
token: appwrite
type: formula
stats:
30d: 104
90d: 285
365d: 1021
description: Command-line tool for Appwrite
homepage: https://appwrite.io
fetch: homebrew
- key:
token: pngcrush
type: formula
stats:
30d: 104
90d: 305
365d: 1156
description: Optimizer for PNG files
homepage: https://pmt.sourceforge.io/pngcrush/
fetch: homebrew
- key:
token: flit
type: formula
stats:
30d: 104
90d: 221
365d: 846
description: Simplified packaging of Python modules
homepage: https://github.com/pypa/flit
fetch: homebrew
- key:
token: pet
type: formula
tap: knqyf263/pet
stats:
30d: 104
90d: 284
365d: 1642
description: Simple command-line snippet manager
definition: https://github.com/knqyf263/homebrew-pet/blob/HEAD/pet.rb
version: 1.0.1
file_paths:
- pet.rb
fetch: repo_direct
- key:
token: jumphost
type: formula
tap: flipkart-incubator/taps
stats:
30d: 104
90d: 339
365d: 1633
description: Jumphost tool for Flipkart
definition: https://github.com/flipkart-incubator/homebrew-taps/blob/HEAD/jumphost.rb
version: '2.3'
file_paths:
- jumphost.rb
fetch: repo_direct
- key:
token: consul-template
type: formula
stats:
30d: 104
90d: 502
365d: 2847
description: Generic template rendering and notifications with Consul
homepage: https://github.com/hashicorp/consul-template
fetch: homebrew
- key:
token: spoofdpi
type: formula
stats:
30d: 104
90d: 334
365d: 1849
description: Simple and fast anti-censorship tool written in Go
homepage: https://github.com/xvzc/SpoofDPI
fetch: homebrew
- key:
token: erlang@25
type: formula
stats:
30d: 104
90d: 270
365d: 1214
description: Programming language for highly scalable real-time systems
homepage: https://www.erlang.org/
fetch: homebrew
- key:
token: ruby-lsp
type: formula
stats:
30d: 103
90d: 164
365d: 164
description: Opinionated language server for Ruby
homepage: https://shopify.github.io/ruby-lsp
fetch: homebrew
- key:
token: cling
type: formula
stats:
30d: 103
90d: 297
365d: 1365
description: C++ interpreter
homepage: https://root.cern/cling/
fetch: homebrew
- key:
token: rebar3
type: formula
stats:
30d: 103
90d: 378
365d: 3337
description: Erlang build tool
homepage: https://rebar3.org
fetch: homebrew
- key:
token: spin
type: formula
tap: spinframework/tap
stats:
30d: 103
90d: 118
365d: 118
description: Efficient verification tool of multi-threaded software
homepage: https://spinroot.com/spin/whatispin.html
definition: https://github.com/spinframework/homebrew-tap/blob/HEAD/Formula/spin.rb
version: 3.2.0
file_paths:
- Formula/spin.rb
fetch: repo_direct
- key:
token: nethack
type: formula
stats:
30d: 103
90d: 304
365d: 1151
description: Single-player roguelike video game
homepage: https://www.nethack.org/
fetch: homebrew
- key:
token: stackit
type: formula
tap: stackitcloud/tap
stats:
30d: 103
90d: 215
365d: 402
description: |-
A command-line interface to manage STACKIT resources.
This CLI is in a beta state. More services and functionality will be supported soon.
definition: https://github.com/stackitcloud/homebrew-tap/blob/HEAD/Formula/stackit.rb
version: 0.30.0
file_paths:
- Formula/stackit.rb
fetch: repo_direct
- key:
token: znc
type: formula
stats:
30d: 103
90d: 143
365d: 733
description: Advanced IRC bouncer
homepage: https://wiki.znc.in/ZNC
fetch: homebrew
- key:
token: mqttx-cli
type: formula
tap: emqx/mqttx
stats:
30d: 103
90d: 331
365d: 1927
description: MQTT 5.0 and MQTT X CLI client
definition: https://github.com/emqx/homebrew-mqttx/blob/HEAD/Formula/mqttx-cli.rb
version: 1.11.1
file_paths:
- Formula/mqttx-cli.rb
fetch: repo_direct
- key:
token: circumflex
type: formula
stats:
30d: 103
90d: 219
365d: 783
description: Hacker News in your terminal
homepage: https://github.com/bensadeh/circumflex
fetch: homebrew
- key:
token: liblinear
type: formula
stats:
30d: 103
90d: 432
365d: 1522
description: Library for large linear classification
homepage: https://www.csie.ntu.edu.tw/~cjlin/liblinear/
fetch: homebrew
- key:
token: heimdal
type: formula
stats:
30d: 103
90d: 234
365d: 777
description: Free Kerberos 5 implementation
homepage: https://www.h5l.org
fetch: homebrew
- key:
token: kube-capacity
type: formula
tap: robscott/tap
stats:
30d: 103
90d: 306
365d: 1404
description: kube-capacity provides an overview of the resource requests, limits,
and utilization in a Kubernetes cluster
definition: https://github.com/robscott/homebrew-tap/blob/HEAD/Formula/kube-capacity.rb
version: 0.8.0
file_paths:
- Formula/kube-capacity.rb
fetch: repo_direct
- key:
token: mgis
type: formula
stats:
30d: 103
90d: 150
365d: 620
description: Provide tools to handle MFront generic interface behaviours
homepage: https://thelfer.github.io/mgis/web/index.html
fetch: homebrew
- key:
token: imageoptim-cli
type: formula
stats:
30d: 103
90d: 170
365d: 690
description: CLI for ImageOptim, ImageAlpha and JPEGmini
homepage: https://jamiemason.github.io/ImageOptim-CLI/
fetch: homebrew
- key:
token: intltool
type: formula
stats:
30d: 103
90d: 548
365d: 1926
description: String tool
homepage: https://wiki.freedesktop.org/www/Software/intltool
fetch: homebrew
- key:
token: riscv-tools
type: formula
tap: riscv-software-src/riscv
stats:
30d: 103
90d: 304
365d: 1092
description: RISC-V toolchain including gcc (with newlib), simulator (spike), and
pk
definition: https://github.com/riscv-software-src/homebrew-riscv/blob/HEAD/riscv-tools.rb
version: '0.2'
file_paths:
- riscv-tools.rb
fetch: repo_direct
- key:
token: fail2ban
type: formula
stats:
30d: 103
90d: 275
365d: 1438
description: Scan log files and ban IPs showing malicious signs
homepage: https://www.fail2ban.org/
fetch: homebrew
- key:
token: tanka
type: formula
stats:
30d: 103
90d: 501
365d: 2617
description: Flexible, reusable and concise configuration for Kubernetes using Jsonnet
homepage: https://tanka.dev
fetch: homebrew
- key:
token: orocos-kdl
type: formula
stats:
30d: 102
90d: 327
365d: 1191
description: Orocos Kinematics and Dynamics C++ library
homepage: https://orocos.org/
fetch: homebrew
- key:
token: minidlna
type: formula
stats:
30d: 102
90d: 415
365d: 1898
description: Media server software, compliant with DLNA/UPnP-AV clients
homepage: https://sourceforge.net/projects/minidlna/
fetch: homebrew
- key:
token: gprof2dot
type: formula
stats:
30d: 102
90d: 295
365d: 1919
description: Convert the output from many profilers into a Graphviz dot graph
homepage: https://github.com/jrfonseca/gprof2dot
fetch: homebrew
- key:
token: agg
type: formula
stats:
30d: 102
90d: 332
365d: 1318
description: Asciicast to GIF converter
homepage: https://github.com/asciinema/agg
fetch: homebrew
- key:
token: yewtube
type: formula
stats:
30d: 102
90d: 379
365d: 2163
description: Terminal based YouTube player and downloader
homepage: https://github.com/mps-youtube/yewtube
fetch: homebrew
- key:
token: gnupg@1.4
type: formula
stats:
30d: 102
90d: 320
365d: 1432
description: GNU Pretty Good Privacy (PGP) package
homepage: https://www.gnupg.org/
fetch: homebrew
- key:
token: spandsp
type: formula
stats:
30d: 102
90d: 298
365d: 1733
description: DSP functions library for telephony
homepage: https://www.soft-switch.org/
fetch: homebrew
- key:
token: trippy
type: formula
stats:
30d: 102
90d: 387
365d: 2546
description: Network diagnostic tool, inspired by mtr
homepage: https://trippy.rs/
fetch: homebrew
- key:
token: fpc
type: formula
stats:
30d: 102
90d: 299
365d: 1047
description: 'Free Pascal: multi-architecture Pascal compiler'
homepage: https://www.freepascal.org/
fetch: homebrew
- key:
token: anyquery
type: formula
stats:
30d: 102
90d: 102
365d: 102
description: Query anything with SQL
homepage: https://anyquery.dev
fetch: homebrew
- key:
token: ghex
type: formula
stats:
30d: 102
90d: 371
365d: 1554
description: GNOME hex editor
homepage: https://wiki.gnome.org/Apps/Ghex
fetch: homebrew
- key:
token: brpc
type: formula
stats:
30d: 102
90d: 186
365d: 557
description: Better RPC framework
homepage: https://brpc.apache.org/
fetch: homebrew
- key:
token: vals
type: formula
stats:
30d: 102
90d: 239
365d: 271
description: Helm-like configuration values loader with support for various sources
homepage: https://github.com/helmfile/vals
fetch: homebrew
- key:
token: grace
type: formula
stats:
30d: 102
90d: 343
365d: 1465
description: WYSIWYG 2D plotting tool for X11
homepage: https://plasma-gate.weizmann.ac.il/Grace/
fetch: homebrew
- key:
token: dstack
type: formula
stats:
30d: 101
90d: 308
365d: 1489
description: ML workflow orchestration system designed for reproducibility and collaboration
homepage: https://dstack.ai/
fetch: homebrew
- key:
token: khal
type: formula
stats:
30d: 101
90d: 191
365d: 808
description: CLI calendar application
homepage: https://lostpackets.de/khal/
fetch: homebrew
- key:
token: pike
type: formula
tap: jameswoolfenden/tap
stats:
30d: 101
90d: 303
365d: 838
description: Dynamic programming language
homepage: https://pike.lysator.liu.se/
definition: https://github.com/jameswoolfenden/homebrew-tap/blob/HEAD/pike.rb
version: 0.3.49
file_paths:
- pike.rb
fetch: repo_direct
- key:
token: hashlink
type: formula
stats:
30d: 101
90d: 180
365d: 628
description: Virtual machine for Haxe
homepage: https://hashlink.haxe.org/
fetch: homebrew
- key:
token: adr-tools
type: formula
stats:
30d: 101
90d: 351
365d: 1849
description: CLI tool for working with Architecture Decision Records
homepage: https://github.com/npryce/adr-tools
fetch: homebrew
- key:
token: amazon-ecs-cli
type: formula
stats:
30d: 101
90d: 277
365d: 1134
description: CLI for Amazon ECS to manage clusters and tasks for development
homepage: https://aws.amazon.com/ecs/
fetch: homebrew
- key:
token: calc
type: formula
stats:
30d: 101
90d: 317
365d: 2676
description: Arbitrary precision calculator
homepage: http://www.isthe.com/chongo/tech/comp/calc/
fetch: homebrew
- key:
token: mariadb@11.4
type: formula
stats:
30d: 101
90d: 296
365d: 698
description: Drop-in replacement for MySQL
homepage: https://mariadb.org/
fetch: homebrew
- key:
token: quazip
type: formula
stats:
30d: 101
90d: 249
365d: 849
description: C++ wrapper over Gilles Vollant's ZIP/UNZIP package
homepage: https://github.com/stachenov/quazip/
fetch: homebrew
- key:
token: humanlog
type: formula
stats:
30d: 101
90d: 230
365d: 294
description: Logs for humans to read
homepage: https://github.com/humanlogio/humanlog
fetch: homebrew
- key:
token: gamdl
type: formula
stats:
30d: 101
90d: 101
365d: 101
description: Python CLI app for downloading Apple Music songs, music videos and
post videos
homepage: https://github.com/glomatico/gamdl
fetch: homebrew
- key:
token: hive
type: formula
stats:
30d: 101
90d: 209
365d: 734
description: Hadoop-based data summarization, query, and analysis
homepage: https://hive.apache.org
fetch: homebrew
- key:
token: libcap
type: formula
stats:
30d: 101
90d: 302
365d: 1566
description: User-space interfaces to POSIX 1003.1e capabilities
homepage: https://sites.google.com/site/fullycapable/
fetch: homebrew
- key:
token: jsonnet-bundler
type: formula
stats:
30d: 101
90d: 381
365d: 1895
description: Package manager for Jsonnet
homepage: https://github.com/jsonnet-bundler/jsonnet-bundler
fetch: homebrew
- key:
token: zsh-git-prompt
type: formula
stats:
30d: 101
90d: 323
365d: 1452
description: Informative git prompt for zsh
homepage: https://github.com/olivierverdier/zsh-git-prompt
fetch: homebrew
- key:
token: atlassian-plugin-sdk
type: formula
tap: atlassian/tap
stats:
30d: 101
90d: 302
365d: 1531
description: Set of tools and dependencies for plugins on Atlassian server applications
definition: https://github.com/atlassian/homebrew-tap/blob/HEAD/atlassian-plugin-sdk.rb
file_paths:
- atlassian-plugin-sdk.rb
fetch: repo_direct
- key:
token: unpaper
type: formula
stats:
30d: 101
90d: 314
365d: 3404
description: Post-processing for scanned/photocopied books
homepage: https://www.flameeyes.com/projects/unpaper
fetch: homebrew
- key:
token: block-goose-cli
type: formula
stats:
30d: 101
90d: 101
365d: 101
description: Open source, extensible AI agent that goes beyond code suggestions
homepage: https://block.github.io/goose/
fetch: homebrew
- key:
token: qbs
type: formula
stats:
30d: 101
90d: 258
365d: 1058
description: Build tool for developing projects across multiple platforms
homepage: https://wiki.qt.io/Qbs
fetch: homebrew
- key:
token: visidata
type: formula
tap: saulpw/vd
stats:
30d: 101
90d: 355
365d: 2136
description: Terminal spreadsheet multitool for discovering and arranging data
homepage: https://www.visidata.org/
definition: https://github.com/saulpw/homebrew-vd/blob/HEAD/Formula/visidata.rb
file_paths:
- Formula/visidata.rb
fetch: repo_direct
- key:
token: autotrace
type: formula
stats:
30d: 100
90d: 279
365d: 1360
description: Convert bitmap to vector graphics
homepage: https://autotrace.sourceforge.net/
fetch: homebrew
- key:
token: fclones
type: formula
stats:
30d: 100
90d: 308
365d: 692
description: Efficient Duplicate File Finder
homepage: https://github.com/pkolaczk/fclones
fetch: homebrew
- key:
token: findent
type: formula
stats:
30d: 100
90d: 208
365d: 440
description: Indent and beautify Fortran sources and generate dependency information
homepage: https://www.ratrabbit.nl/ratrabbit/findent/index.html
fetch: homebrew
- key:
token: python-tabulate
type: formula
stats:
30d: 100
90d: 368
365d: 2066
description: Pretty-print tabular data in Python
homepage: https://github.com/astanin/python-tabulate
fetch: homebrew
- key:
token: djvu2pdf
type: formula
stats:
30d: 100
90d: 330
365d: 1387
description: Small tool to convert Djvu files to PDF files
homepage: https://0x2a.at/site/projects/djvu2pdf/
fetch: homebrew
- key:
token: vendir
type: formula
tap: carvel-dev/carvel
stats:
30d: 100
90d: 191
365d: 709
description: Vendir
definition: https://github.com/carvel-dev/homebrew-carvel/blob/HEAD/vendir.rb
version: v0.43.2
file_paths:
- vendir.rb
fetch: repo_direct
- key:
token: macchina
type: formula
stats:
30d: 100
90d: 319
365d: 2578
description: System information fetcher, with an emphasis on performance and minimalism
homepage: https://github.com/Macchina-CLI/macchina
fetch: homebrew
- key:
token: dylibbundler
type: formula
stats:
30d: 100
90d: 346
365d: 1291
description: Utility to bundle libraries into executables for macOS
homepage: https://github.com/auriamg/macdylibbundler
fetch: homebrew
- key:
token: bundler-completion
type: formula
stats:
30d: 100
90d: 307
365d: 980
description: Bash completion for Bundler
homepage: https://github.com/mernen/completion-ruby
fetch: homebrew
- key:
token: game-porting-toolkit-compiler
type: formula
tap: apple/apple
stats:
30d: 100
90d: 189
365d: 359
description: Compiler for Apple Game Porting Toolkit
definition: https://github.com/apple/homebrew-apple/blob/HEAD/Formula/game-porting-toolkit-compiler.rb
version: '0.1'
file_paths:
- Formula/game-porting-toolkit-compiler.rb
fetch: repo_direct
- key:
token: gnu-units
type: formula
stats:
30d: 100
90d: 344
365d: 1045
description: GNU unit conversion tool
homepage: https://www.gnu.org/software/units/
fetch: homebrew
- key:
token: holmesgpt
type: formula
tap: robusta-dev/holmesgpt
stats:
30d: 100
90d: 195
365d: 531
description: The Open Source DevOps Assistant
definition: https://github.com/robusta-dev/homebrew-holmesgpt/blob/HEAD/Formula/holmesgpt.rb
file_paths:
- Formula/holmesgpt.rb
fetch: repo_direct
- key:
token: lume
type: formula
tap: trycua/lume
stats:
30d: 100
90d: 389
365d: 389
description: Create and manage Apple Silicon-native virtual machines
homepage: https://github.com/trycua/computer
definition: https://github.com/trycua/homebrew-lume/blob/HEAD/Formula/lume.rb
file_paths:
- Formula/lume.rb
fetch: repo_direct
- key:
token: sdl2_net
type: formula
stats:
30d: 100
90d: 289
365d: 1001
description: Small sample cross-platform networking library
homepage: https://github.com/libsdl-org/SDL_net
fetch: homebrew
- key:
token: remind
type: formula
stats:
30d: 99
90d: 393
365d: 1179
description: Sophisticated calendar and alarm
homepage: https://dianne.skoll.ca/projects/remind/
fetch: homebrew
- key:
token: spirv-headers
type: formula
stats:
30d: 99
90d: 323
365d: 1100
description: Headers for SPIR-V
homepage: https://github.com/KhronosGroup/SPIRV-Headers
fetch: homebrew
- key:
token: visp
type: formula
stats:
30d: 99
90d: 313
365d: 1618
description: Visual Servoing Platform library
homepage: https://visp.inria.fr/
fetch: homebrew
- key:
token: enzyme
type: formula
stats:
30d: 99
90d: 160
365d: 1824
description: High-performance automatic differentiation of LLVM
homepage: https://enzyme.mit.edu
fetch: homebrew
- key:
token: fastnetmon
type: formula
stats:
30d: 99
90d: 185
365d: 1475
description: DDoS detection tool with sFlow, Netflow, IPFIX and port mirror support
homepage: https://github.com/pavel-odintsov/fastnetmon/
fetch: homebrew
- key:
token: scip
type: formula
stats:
30d: 99
90d: 278
365d: 1201
description: Solver for mixed integer programming and mixed integer nonlinear programming
homepage: https://scipopt.org
fetch: homebrew
- key:
token: carapace
type: formula
tap: rsteube/tap
stats:
30d: 99
90d: 302
365d: 1817
description: Multi-shell multi-command argument completer
homepage: https://carapace.sh
definition: https://github.com/rsteube/homebrew-tap/blob/HEAD/carapace.rb
version: 1.3.0
file_paths:
- carapace.rb
fetch: repo_direct
- key:
token: preternatural
type: formula
tap: preternaturalai/preternatural
stats:
30d: 99
90d: 371
365d: 949
description: Preternatural CLI Tool
definition: https://github.com/preternaturalai/homebrew-preternatural/blob/HEAD/preternatural.rb
version: 0.1.47
file_paths:
- preternatural.rb
fetch: repo_direct
- key:
token: botan
type: formula
stats:
30d: 99
90d: 418
365d: 1670
description: Cryptographic algorithms and formats library in C++
homepage: https://botan.randombit.net/
fetch: homebrew
- key:
token: diffoci
type: formula
stats:
30d: 99
90d: 179
365d: 514
description: Diff for Docker and OCI container images
homepage: https://github.com/reproducible-containers/diffoci
fetch: homebrew
- key:
token: topaz
type: formula
tap: aserto-dev/tap
stats:
30d: 99
90d: 277
365d: 859
description: Topaz CLI
definition: https://github.com/aserto-dev/homebrew-tap/blob/HEAD/topaz.rb
version: 0.32.58
file_paths:
- topaz.rb
fetch: repo_direct
- key:
token: mcp
type: formula
tap: f/mcptools
stats:
30d: 99
90d: 99
365d: 99
description: Command-line interface for interacting with MCP (Model Context Protocol)
servers
definition: https://github.com/f/homebrew-mcptools/blob/HEAD/mcp.rb
file_paths:
- mcp.rb
fetch: repo_direct
- key:
token: cli
type: formula
tap: replicatedhq/replicated
stats:
30d: 99
90d: 279
365d: 1198
description: Package Replicated applications and manage releases, channels, customers
and entitlements using a command-line interface.
definition: https://github.com/replicatedhq/homebrew-replicated/blob/HEAD/HomebrewFormula/cli.rb
version: 0.98.4
file_paths:
- HomebrewFormula/cli.rb
fetch: repo_analysis
- key:
token: vivid
type: formula
stats:
30d: 99
90d: 655
365d: 2428
description: Generator for LS_COLORS with support for multiple color themes
homepage: https://github.com/sharkdp/vivid
fetch: homebrew
- key:
token: git-credential-oauth
type: formula
stats:
30d: 99
90d: 405
365d: 1878
description: Git credential helper that authenticates in browser using OAuth
homepage: https://github.com/hickford/git-credential-oauth
fetch: homebrew
- key:
token: buku
type: formula
stats:
30d: 99
90d: 295
365d: 1716
description: Powerful command-line bookmark manager
homepage: https://github.com/jarun/buku
fetch: homebrew
- key:
token: gpa
type: formula
stats:
30d: 99
90d: 305
365d: 1354
description: Graphical user interface for the GnuPG
homepage: https://www.gnupg.org/related_software/gpa/
fetch: homebrew
- key:
token: appstream
type: formula
stats:
30d: 99
90d: 444
365d: 2222
description: Tools and libraries to work with AppStream metadata
homepage: https://www.freedesktop.org/wiki/Distributions/AppStream/
fetch: homebrew
- key:
token: inih
type: formula
stats:
30d: 98
90d: 155
365d: 368
description: Simple .INI file parser in C
homepage: https://github.com/benhoyt/inih
fetch: homebrew
- key:
token: valgrind
type: formula
tap: louisbrunner/valgrind
stats:
30d: 98
90d: 313
365d: 1816
description: Dynamic analysis tools (memory, debug, profiling)
homepage: https://www.valgrind.org/
definition: https://github.com/louisbrunner/homebrew-valgrind/blob/HEAD/valgrind.rb
file_paths:
- valgrind.rb
fetch: repo_direct
- key:
token: dependabot
type: formula
stats:
30d: 98
90d: 311
365d: 608
description: Tool for testing and debugging Dependabot update jobs
homepage: https://github.com/dependabot/cli
fetch: homebrew
- key:
token: gsasl
type: formula
stats:
30d: 98
90d: 127
365d: 409
description: SASL library command-line interface
homepage: https://www.gnu.org/software/gsasl/
fetch: homebrew
- key:
token: xdotool
type: formula
stats:
30d: 98
90d: 365
365d: 1489
description: Fake keyboard/mouse input and window management for X
homepage: https://www.semicomplete.com/projects/xdotool/
fetch: homebrew
- key:
token: riscv-tools
type: formula
tap: riscv/riscv
stats:
30d: 98
90d: 321
365d: 1086
description: RISC-V toolchain including gcc (with newlib), simulator (spike), and
pk
definition: https://github.com/riscv/homebrew-riscv/blob/HEAD/riscv-tools.rb
version: '0.2'
file_paths:
- riscv-tools.rb
fetch: repo_direct
- key:
token: erlang@26
type: formula
stats:
30d: 98
90d: 260
365d: 736
description: Programming language for highly scalable real-time systems
homepage: https://www.erlang.org/
fetch: homebrew
- key:
token: pngcheck
type: formula
stats:
30d: 98
90d: 289
365d: 959
description: Print info and check PNG, JNG, and MNG files
homepage: http://www.libpng.org/pub/png/apps/pngcheck.html
fetch: homebrew
- key:
token: toot
type: formula
stats:
30d: 98
90d: 289
365d: 2015
description: Mastodon CLI & TUI
homepage: https://toot.bezdomni.net/
fetch: homebrew
- key:
token: widelands
type: formula
stats:
30d: 98
90d: 206
365d: 1072
description: Free real-time strategy game like Settlers II
homepage: https://www.widelands.org/
fetch: homebrew
- key:
token: gtkmm
type: formula
stats:
30d: 98
90d: 272
365d: 1351
description: C++ interfaces for GTK+ and GNOME
homepage: https://www.gtkmm.org/
fetch: homebrew
- key:
token: helmify
type: formula
stats:
30d: 98
90d: 366
365d: 1738
description: Create Helm chart from Kubernetes yaml
homepage: https://github.com/arttor/helmify
fetch: homebrew
- key:
token: ntopng
type: formula
stats:
30d: 98
90d: 324
365d: 2186
description: Next generation version of the original ntop
homepage: https://www.ntop.org/products/traffic-analysis/ntop/
fetch: homebrew
- key:
token: simple-amqp-client
type: formula
stats:
30d: 98
90d: 125
365d: 555
description: C++ interface to rabbitmq-c
homepage: https://github.com/alanxz/SimpleAmqpClient
fetch: homebrew
- key:
token: passenger
type: formula
stats:
30d: 98
90d: 330
365d: 1724
description: Server for Ruby, Python, and Node.js apps via Apache/NGINX
homepage: https://www.phusionpassenger.com/
fetch: homebrew
- key:
token: shellspec
type: formula
stats:
30d: 97
90d: 281
365d: 644
description: BDD unit testing framework for dash, bash, ksh, zsh and all POSIX shells
homepage: https://shellspec.info/
fetch: homebrew
- key:
token: bazarr
type: formula
stats:
30d: 97
90d: 263
365d: 1845
description: Companion to Sonarr and Radarr for managing and downloading subtitles
homepage: https://www.bazarr.media
fetch: homebrew
- key:
token: luacheck
type: formula
stats:
30d: 97
90d: 255
365d: 1019
description: Tool for linting and static analysis of Lua code
homepage: https://luacheck.readthedocs.io/
fetch: homebrew
- key:
token: libnfs
type: formula
stats:
30d: 97
90d: 380
365d: 1857
description: C client library for NFS
homepage: https://github.com/sahlberg/libnfs
fetch: homebrew
- key:
token: klee
type: formula
stats:
30d: 97
90d: 249
365d: 971
description: Symbolic Execution Engine
homepage: https://klee-se.org
fetch: homebrew
- key:
token: mesa-glu
type: formula
stats:
30d: 97
90d: 266
365d: 1220
description: Mesa OpenGL Utility library
homepage: https://gitlab.freedesktop.org/mesa/glu
fetch: homebrew
- key:
token: dune
type: formula
stats:
30d: 97
90d: 256
365d: 1155
description: Composable build system for OCaml
homepage: https://dune.build/
fetch: homebrew
- key:
token: arxiv_latex_cleaner
type: formula
stats:
30d: 97
90d: 283
365d: 1594
description: Clean LaTeX code to submit to arXiv
homepage: https://github.com/google-research/arxiv-latex-cleaner
fetch: homebrew
- key:
token: macos-trash
type: formula
stats:
30d: 97
90d: 262
365d: 538
description: Move files and folders to the trash
homepage: https://github.com/sindresorhus/macos-trash
fetch: homebrew
- key:
token: pdnsrec
type: formula
stats:
30d: 97
90d: 143
365d: 804
description: Non-authoritative/recursing DNS server
homepage: https://www.powerdns.com/powerdns-recursor
fetch: homebrew
- key:
token: clazy
type: formula
stats:
30d: 97
90d: 183
365d: 787
description: Qt oriented static code analyzer
homepage: https://www.kdab.com/
fetch: homebrew
- key:
token: base64
type: formula
stats:
30d: 97
90d: 302
365d: 5423
description: Encode and decode base64 files
homepage: https://www.fourmilab.ch/webtools/base64/
fetch: homebrew
- key:
token: tkdiff
type: formula
stats:
30d: 97
90d: 284
365d: 1313
description: Graphical side by side diff utility
homepage: https://tkdiff.sourceforge.io/
fetch: homebrew
- key:
token: get_iplayer
type: formula
stats:
30d: 96
90d: 299
365d: 1805
description: Utility for downloading TV and radio programmes from BBC iPlayer
homepage: https://github.com/get-iplayer/get_iplayer
fetch: homebrew
- key:
token: visidata
type: formula
stats:
30d: 96
90d: 185
365d: 186
description: Terminal spreadsheet multitool for discovering and arranging data
homepage: https://www.visidata.org/
fetch: homebrew
- key:
token: rosa-cli
type: formula
stats:
30d: 96
90d: 384
365d: 2005
description: RedHat OpenShift Service on AWS (ROSA) command-line interface
homepage: https://www.openshift.com/products/amazon-openshift
fetch: homebrew
- key:
token: fluttergen
type: formula
tap: fluttergen/tap
stats:
30d: 96
90d: 318
365d: 1588
description: A command-line tool for The Flutter code generator for your assets,
fonts, colors, Get rid of all String-based APIs. by Dart.
definition: https://github.com/fluttergen/homebrew-tap/blob/HEAD/Formula/fluttergen.rb
version: v5.10.0
file_paths:
- Formula/fluttergen.rb
fetch: repo_direct
- key:
token: xk6
type: formula
stats:
30d: 96
90d: 144
365d: 144
description: Build k6 with extensions
homepage: https://k6.io
fetch: homebrew
- key:
token: redis@8.2
type: formula
tap: shivammathur/extensions
stats:
30d: 96
90d: 197
365d: 607
description: Redis PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/redis@8.2.rb
file_paths:
- Formula/redis@8.2.rb
fetch: repo_direct
- key:
token: osc
type: formula
stats:
30d: 96
90d: 248
365d: 920
description: Command-line interface to work with an Open Build Service
homepage: https://openbuildservice.org
fetch: homebrew
- key:
token: avro-cpp
type: formula
stats:
30d: 96
90d: 182
365d: 752
description: Data serialization system
homepage: https://avro.apache.org/
fetch: homebrew
- key:
token: asymptote
type: formula
stats:
30d: 96
90d: 470
365d: 1913
description: Powerful descriptive vector graphics language
homepage: https://asymptote.sourceforge.io
fetch: homebrew
- key:
token: etcd-cpp-apiv3
type: formula
stats:
30d: 96
90d: 155
365d: 1328
description: C++ implementation for etcd's v3 client API, i.e., ETCDCTL_API=3
homepage: https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3
fetch: homebrew
- key:
token: nvc
type: formula
stats:
30d: 96
90d: 272
365d: 1039
description: VHDL compiler and simulator
homepage: https://www.nickg.me.uk/nvc/
fetch: homebrew
- key:
token: nextdns
type: formula
tap: nextdns/tap
stats:
30d: 96
90d: 463
365d: 1998
description: CLI for NextDNS's DNS-over-HTTPS (DoH)
homepage: https://nextdns.io
definition: https://github.com/nextdns/homebrew-tap/blob/HEAD/nextdns.rb
version: 1.45.0
file_paths:
- nextdns.rb
fetch: repo_direct
- key:
token: pip-audit
type: formula
stats:
30d: 96
90d: 247
365d: 894
description: Audits Python environments and dependency trees for known vulnerabilities
homepage: https://pypi.org/project/pip-audit/
fetch: homebrew
- key:
token: noti
type: formula
stats:
30d: 96
90d: 313
365d: 665
description: Trigger notifications when a process completes
homepage: https://github.com/variadico/noti
fetch: homebrew
- key:
token: bclm
type: formula
tap: zackelia/formulae
stats:
30d: 95
90d: 322
365d: 1865
description: macOS command-line utility to limit max battery charge
definition: https://github.com/zackelia/homebrew-formulae/blob/HEAD/Formula/bclm.rb
version: 0.1.0
file_paths:
- Formula/bclm.rb
fetch: repo_direct
- key:
token: loc
type: formula
stats:
30d: 95
90d: 316
365d: 1199
description: Count lines of code quickly
homepage: https://github.com/cgag/loc
fetch: homebrew
- key:
token: goimports
type: formula
stats:
30d: 95
90d: 166
365d: 166
description: Go formatter that additionally inserts import statements
homepage: https://pkg.go.dev/golang.org/x/tools/cmd/goimports
fetch: homebrew
- key:
token: glassfish
type: formula
stats:
30d: 95
90d: 239
365d: 1108
description: Java EE application server
homepage: https://glassfish.org/
fetch: homebrew
- key:
token: wakatime-cli
type: formula
stats:
30d: 95
90d: 292
365d: 2192
description: Command-line interface to the WakaTime api
homepage: https://wakatime.com/
fetch: homebrew
- key:
token: sniffnet
type: formula
stats:
30d: 95
90d: 707
365d: 2390
description: Cross-platform application to monitor your network traffic
homepage: https://sniffnet.net/
fetch: homebrew
- key:
token: copa
type: formula
stats:
30d: 95
90d: 341
365d: 2350
description: Tool to directly patch container images given the vulnerability scanning
results
homepage: https://github.com/project-copacetic/copacetic
fetch: homebrew
- key:
token: moto
type: formula
stats:
30d: 95
90d: 282
365d: 1483
description: Mock AWS services
homepage: http://getmoto.org/
fetch: homebrew
- key:
token: aws-c-s3
type: formula
stats:
30d: 95
90d: 255
365d: 347
description: C99 library implementation for communicating with the S3 service
homepage: https://github.com/awslabs/aws-c-s3
fetch: homebrew
- key:
token: ouch
type: formula
stats:
30d: 95
90d: 266
365d: 964
description: Painless compression and decompression for your terminal
homepage: https://github.com/ouch-org/ouch
fetch: homebrew
- key:
token: archey4
type: formula
stats:
30d: 95
90d: 264
365d: 1565
description: Simple system information tool written in Python
homepage: https://github.com/HorlogeSkynet/archey4
fetch: homebrew
- key:
token: nyx
type: formula
stats:
30d: 95
90d: 212
365d: 620
description: Command-line monitor for Tor
homepage: https://nyx.torproject.org/
fetch: homebrew
- key:
token: ompl
type: formula
stats:
30d: 95
90d: 161
365d: 705
description: Open Motion Planning Library consists of many motion planning algorithms
homepage: https://ompl.kavrakilab.org/
fetch: homebrew
- key:
token: xmlto
type: formula
stats:
30d: 95
90d: 296
365d: 1875
description: Convert XML to another format (based on XSL or other tools)
homepage: https://pagure.io/xmlto/
fetch: homebrew
- key:
token: gtranslator
type: formula
stats:
30d: 95
90d: 192
365d: 1229
description: GNOME gettext PO file editor
homepage: https://wiki.gnome.org/Design/Apps/Translator
fetch: homebrew
- key:
token: brev
type: formula
tap: brevdev/brev
stats:
30d: 95
90d: 215
365d: 596
description: CLI tool for managing workspaces provided by brev.dev
homepage: https://developer.nvidia.com/brev
definition: https://github.com/brevdev/homebrew-brev/blob/HEAD/Formula/brev.rb
version: 0.6.308
file_paths:
- Formula/brev.rb
fetch: repo_direct
- key:
token: qrcp
type: formula
stats:
30d: 95
90d: 177
365d: 658
description: Transfer files to and from your computer by scanning a QR code
homepage: https://qrcp.sh
fetch: homebrew
- key:
token: gcalcli
type: formula
stats:
30d: 95
90d: 315
365d: 2224
description: Easily access your Google Calendar(s) from a command-line
homepage: https://github.com/insanum/gcalcli
fetch: homebrew
- key:
token: git-sizer
type: formula
stats:
30d: 95
90d: 335
365d: 1349
description: Compute various size metrics for a Git repository
homepage: https://github.com/github/git-sizer
fetch: homebrew
- key:
token: cscope
type: formula
stats:
30d: 95
90d: 284
365d: 1177
description: Tool for browsing source code
homepage: https://cscope.sourceforge.net/
fetch: homebrew
- key:
token: babl
type: formula
stats:
30d: 95
90d: 145
365d: 513
description: Dynamic, any-to-any, pixel format translation library
homepage: https://www.gegl.org/babl/
fetch: homebrew
- key:
token: chardet
type: formula
stats:
30d: 95
90d: 236
365d: 809
description: Python character encoding detector
homepage: https://chardet.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: vde
type: formula
stats:
30d: 94
90d: 420
365d: 1762
description: Ethernet compliant virtual network
homepage: https://github.com/virtualsquare/vde-2
fetch: homebrew
- key:
token: ctlptl
type: formula
stats:
30d: 94
90d: 374
365d: 1468
description: Making local Kubernetes clusters fun and easy to set up
homepage: https://github.com/tilt-dev/ctlptl
fetch: homebrew
- key:
token: gz-physics8
type: formula
tap: osrf/simulation
stats:
30d: 94
90d: 254
365d: 712
description: Physics library for robotics applications
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-physics8.rb
file_paths:
- Formula/gz-physics8.rb
fetch: repo_direct
- key:
token: nethogs
type: formula
stats:
30d: 94
90d: 351
365d: 1587
description: Net top tool grouping bandwidth per process
homepage: https://raboof.github.io/nethogs/
fetch: homebrew
- key:
token: tmux-fingers
type: formula
tap: morantron/tmux-fingers
stats:
30d: 94
90d: 246
365d: 709
description: mouseless terminal interaction
definition: https://github.com/morantron/homebrew-tmux-fingers/blob/HEAD/Formula/tmux-fingers.rb
file_paths:
- Formula/tmux-fingers.rb
fetch: repo_direct
- key:
token: ffms2
type: formula
stats:
30d: 94
90d: 250
365d: 2193
description: Libav/ffmpeg based source library and Avisynth plugin
homepage: https://github.com/FFMS/ffms2
fetch: homebrew
- key:
token: wayland-protocols
type: formula
stats:
30d: 94
90d: 239
365d: 865
description: Additional Wayland protocols
homepage: https://wayland.freedesktop.org
fetch: homebrew
- key:
token: genact
type: formula
stats:
30d: 94
90d: 224
365d: 803
description: Nonsense activity generator
homepage: https://github.com/svenstaro/genact
fetch: homebrew
- key:
token: tofuenv
type: formula
stats:
30d: 94
90d: 228
365d: 765
description: OpenTofu version manager inspired by tfenv
homepage: https://tofuutils.github.io/tofuenv/
fetch: homebrew
- key:
token: libilbc
type: formula
stats:
30d: 94
90d: 259
365d: 1498
description: Packaged version of iLBC codec from the WebRTC project
homepage: https://github.com/TimothyGu/libilbc
fetch: homebrew
- key:
token: gron
type: formula
stats:
30d: 94
90d: 301
365d: 1239
description: Make JSON greppable
homepage: https://github.com/tomnomnom/gron
fetch: homebrew
- key:
token: mcap
type: formula
stats:
30d: 94
90d: 300
365d: 1104
description: Serialization-agnostic container file format for pub/sub messages
homepage: https://mcap.dev
fetch: homebrew
- key:
token: mandown
type: formula
stats:
30d: 94
90d: 157
365d: 230
description: Man-page inspired Markdown viewer
homepage: https://github.com/Titor8115/mandown
fetch: homebrew
- key:
token: sesh
type: formula
stats:
30d: 94
90d: 467
365d: 613
description: Smart session manager for the terminal
homepage: https://github.com/joshmedeski/sesh
fetch: homebrew
- key:
token: atac
type: formula
tap: julien-cpsn/atac
stats:
30d: 94
90d: 122
365d: 933
description: Simple API client (Postman-like) in your terminal
homepage: https://atac.julien-cpsn.com/
definition: https://github.com/julien-cpsn/homebrew-atac/blob/HEAD/Formula/atac.rb
version: 0.19.0
file_paths:
- Formula/atac.rb
fetch: repo_direct
- key:
token: libsass
type: formula
stats:
30d: 94
90d: 330
365d: 1134
description: C implementation of a Sass compiler
homepage: https://github.com/sass/libsass
fetch: homebrew
- key:
token: coturn
type: formula
stats:
30d: 94
90d: 311
365d: 839
description: Free open source implementation of TURN and STUN Server
homepage: https://github.com/coturn/coturn
fetch: homebrew
- key:
token: i2p
type: formula
stats:
30d: 94
90d: 263
365d: 1324
description: Anonymous overlay network - a network within a network
homepage: https://geti2p.net
fetch: homebrew
- key:
token: dspdfviewer
type: formula
stats:
30d: 94
90d: 214
365d: 1332
description: Dual-Screen PDF Viewer for latex-beamer
homepage: https://dspdfviewer.danny-edel.de/
fetch: homebrew
- key:
token: fzy
type: formula
stats:
30d: 94
90d: 257
365d: 1120
description: Fast, simple fuzzy text selector with an advanced scoring algorithm
homepage: https://github.com/jhawthorn/fzy
fetch: homebrew
- key:
token: linux-headers@5.15
type: formula
stats:
30d: 94
90d: 254
365d: 1444
description: Header files of the Linux kernel
homepage: https://kernel.org/
fetch: homebrew
- key:
token: proftpd
type: formula
stats:
30d: 94
90d: 214
365d: 736
description: Highly configurable GPL-licensed FTP server software
homepage: http://www.proftpd.org/
fetch: homebrew
- key:
token: xsd
type: formula
stats:
30d: 94
90d: 116
365d: 222
description: XML Data Binding for C++
homepage: https://www.codesynthesis.com/products/xsd/
fetch: homebrew
- key:
token: polaris
type: formula
tap: fairwindsops/tap
stats:
30d: 94
90d: 317
365d: 1248
description: Open Source Best Practices for Kubernetes
definition: https://github.com/fairwindsops/homebrew-tap/blob/HEAD/Formula/polaris.rb
version: 9.6.2
file_paths:
- Formula/polaris.rb
fetch: repo_direct
- key:
token: cargo-expand
type: formula
stats:
30d: 93
90d: 162
365d: 245
description: Show what Rust code looks like with macros expanded
homepage: https://github.com/dtolnay/cargo-expand
fetch: homebrew
- key:
token: youtubedr
type: formula
stats:
30d: 93
90d: 453
365d: 1299
description: Download Youtube Video in Golang
homepage: https://github.com/kkdai/youtube
fetch: homebrew
- key:
token: umlet
type: formula
stats:
30d: 93
90d: 147
365d: 663
description: This UML tool aimed at providing a fast way of creating UML diagrams
homepage: https://www.umlet.com/
fetch: homebrew
- key:
token: github-comment
type: formula
tap: suzuki-shunsuke/github-comment
stats:
30d: 93
90d: 377
365d: 1804
description: 'CLI to create and hide GitHub comments
'
definition: https://github.com/suzuki-shunsuke/homebrew-github-comment/blob/HEAD/github-comment.rb
version: 6.3.2
file_paths:
- github-comment.rb
fetch: repo_direct
- key:
token: ijq
type: formula
stats:
30d: 93
90d: 323
365d: 1902
description: Interactive jq
homepage: https://sr.ht/~gpanders/ijq/
fetch: homebrew
- key:
token: cirrus
type: formula
tap: cirruslabs/cli
stats:
30d: 93
90d: 277
365d: 908
definition: https://github.com/cirruslabs/homebrew-cli/blob/HEAD/cirrus.rb
version: 0.141.0
file_paths:
- cirrus.rb
fetch: repo_direct
- key:
token: protoc-gen-grpc-java
type: formula
stats:
30d: 93
90d: 312
365d: 498
description: Protoc plugin for gRPC Java
homepage: https://grpc.io/docs/languages/java/
fetch: homebrew
- key:
token: kics
type: formula
stats:
30d: 93
90d: 295
365d: 936
description: Detect vulnerabilities, compliance issues, and misconfigurations
homepage: https://kics.io/
fetch: homebrew
- key:
token: libseccomp
type: formula
stats:
30d: 93
90d: 368
365d: 413
description: Interface to the Linux Kernel's syscall filtering mechanism
homepage: https://github.com/seccomp/libseccomp
fetch: homebrew
- key:
token: cspell
type: formula
stats:
30d: 93
90d: 172
365d: 172
description: Spell checker for code
homepage: https://cspell.org
fetch: homebrew
- key:
token: diesel
type: formula
stats:
30d: 93
90d: 268
365d: 1484
description: Command-line tool for Rust ORM Diesel
homepage: https://diesel.rs
fetch: homebrew
- key:
token: trzsz
type: formula
stats:
30d: 93
90d: 219
365d: 928
description: Simple file transfer tools, similar to lrzsz (rz/sz), and compatible
with tmux
homepage: https://trzsz.github.io
fetch: homebrew
- key:
token: threadweaver
type: formula
stats:
30d: 93
90d: 258
365d: 1466
description: Helper for multithreaded programming
homepage: https://api.kde.org/frameworks/threadweaver/html/index.html
fetch: homebrew
- key:
token: dcfldd
type: formula
stats:
30d: 93
90d: 120
365d: 301
description: Enhanced version of dd for forensics and security
homepage: https://github.com/resurrecting-open-source-projects/dcfldd
fetch: homebrew
- key:
token: zimfw
type: formula
stats:
30d: 93
90d: 222
365d: 222
description: Zsh plugin manager
homepage: https://zimfw.sh
fetch: homebrew
- key:
token: singular
type: formula
stats:
30d: 93
90d: 299
365d: 1453
description: Computer algebra system for polynomial computations
homepage: https://www.singular.uni-kl.de/
fetch: homebrew
- key:
token: libnice-gstreamer
type: formula
stats:
30d: 92
90d: 228
365d: 727
description: GStreamer Plugin for libnice
homepage: https://wiki.freedesktop.org/nice/
fetch: homebrew
- key:
token: multitail
type: formula
stats:
30d: 92
90d: 315
365d: 2085
description: Tail multiple files in one terminal simultaneously
homepage: https://vanheusden.com/multitail/
fetch: homebrew
- key:
token: kotlin-language-server
type: formula
stats:
30d: 92
90d: 445
365d: 1505
description: Intelligent Kotlin support for any editor/IDE using the Language Server
Protocol
homepage: https://github.com/fwcd/kotlin-language-server
fetch: homebrew
- key:
token: ncspot
type: formula
stats:
30d: 92
90d: 428
365d: 2020
description: Cross-platform ncurses Spotify client written in Rust
homepage: https://github.com/hrkfdn/ncspot
fetch: homebrew
- key:
token: sftpgo
type: formula
stats:
30d: 92
90d: 392
365d: 1422
description: Fully featured SFTP server with optional HTTP/S, FTP/S and WebDAV support
homepage: https://sftpgo.com/
fetch: homebrew
- key:
token: tarsnap
type: formula
stats:
30d: 92
90d: 108
365d: 213
description: Online backups for the truly paranoid
homepage: https://www.tarsnap.com/
fetch: homebrew
- key:
token: lazyjournal
type: formula
stats:
30d: 92
90d: 207
365d: 208
description: TUI for logs from journalctl, file system, Docker, Podman and Kubernetes
pods
homepage: https://github.com/Lifailon/lazyjournal
fetch: homebrew
- key:
token: offlineimap
type: formula
stats:
30d: 92
90d: 249
365d: 1478
description: Synchronizes emails between two repositories
homepage: https://github.com/OfflineIMAP/offlineimap3
fetch: homebrew
- key:
token: picard-tools
type: formula
stats:
30d: 92
90d: 260
365d: 1168
description: Tools for manipulating HTS data and formats
homepage: https://broadinstitute.github.io/picard/
fetch: homebrew
- key:
token: grsync
type: formula
stats:
30d: 92
90d: 239
365d: 1082
description: GUI for rsync
homepage: https://www.opbyte.it/grsync/
fetch: homebrew
- key:
token: pcb2gcode
type: formula
stats:
30d: 92
90d: 210
365d: 1002
description: Command-line tool for isolation, routing and drilling of PCBs
homepage: https://github.com/pcb2gcode/pcb2gcode
fetch: homebrew
- key:
token: leela-zero
type: formula
stats:
30d: 92
90d: 155
365d: 871
description: Neural Network Go engine with no human-provided knowledge
homepage: https://zero.sjeng.org/
fetch: homebrew
- key:
token: docbook
type: formula
stats:
30d: 92
90d: 255
365d: 1262
description: Standard XML representation system for technical documents
homepage: https://docbook.org/
fetch: homebrew
- key:
token: github-mcp-server
type: formula
stats:
30d: 92
90d: 92
365d: 92
description: GitHub Model Context Protocol server for AI tools
homepage: https://github.com/github/github-mcp-server
fetch: homebrew
- key:
token: libre
type: formula
stats:
30d: 92
90d: 231
365d: 843
description: Toolkit library for asynchronous network I/O with protocol stacks
homepage: https://github.com/baresip/re
fetch: homebrew
- key:
token: neon
type: formula
stats:
30d: 92
90d: 360
365d: 1991
description: HTTP and WebDAV client library with a C interface
homepage: https://notroj.github.io/neon/
fetch: homebrew
- key:
token: wasm-pack
type: formula
stats:
30d: 92
90d: 277
365d: 1304
description: Your favorite rust -> wasm workflow tool!
homepage: https://rustwasm.github.io/wasm-pack/
fetch: homebrew
- key:
token: instead
type: formula
stats:
30d: 92
90d: 238
365d: 1047
description: Interpreter of simple text adventures
homepage: https://instead.hugeping.ru/
fetch: homebrew
- key:
token: pg_cron
type: formula
stats:
30d: 92
90d: 343
365d: 1150
description: Run periodic jobs in PostgreSQL
homepage: https://github.com/citusdata/pg_cron
fetch: homebrew
- key:
token: libspelling
type: formula
stats:
30d: 91
90d: 214
365d: 993
description: Spellcheck library for GTK 4
homepage: https://gitlab.gnome.org/GNOME/libspelling
fetch: homebrew
- key:
token: cloudflare-quiche
type: formula
stats:
30d: 91
90d: 225
365d: 517
description: Savoury implementation of the QUIC transport protocol and HTTP/3
homepage: https://docs.quic.tech/quiche/
fetch: homebrew
- key:
token: otree
type: formula
stats:
30d: 91
90d: 210
365d: 564
description: Command-line tool to view objects (JSON/YAML/TOML) in TUI tree widget
homepage: https://github.com/fioncat/otree
fetch: homebrew
- key:
token: futhark
type: formula
stats:
30d: 91
90d: 293
365d: 1128
description: Data-parallel functional programming language
homepage: https://futhark-lang.org/
fetch: homebrew
- key:
token: flytectl
type: formula
tap: flyteorg/tap
stats:
30d: 91
90d: 256
365d: 1648
description: FlyteCtl is a command line tool to interact with a Flyte cluster.
definition: https://github.com/flyteorg/homebrew-tap/blob/HEAD/Formula/flytectl.rb
version: 0.9.5
file_paths:
- Formula/flytectl.rb
fetch: repo_direct
- key:
token: rasterio
type: formula
stats:
30d: 91
90d: 91
365d: 91
description: Reads and writes geospatial raster datasets
homepage: https://rasterio.readthedocs.io/en/stable/
fetch: homebrew
- key:
token: nexus
type: formula
stats:
30d: 91
90d: 173
365d: 391
description: Repository manager for binary software components
homepage: https://www.sonatype.com/
fetch: homebrew
- key:
token: vulkan-volk
type: formula
stats:
30d: 91
90d: 298
365d: 1044
description: Meta loader for Vulkan API
homepage: https://github.com/zeux/volk
fetch: homebrew
- key:
token: stu
type: formula
tap: lusingander/tap
stats:
30d: 91
90d: 163
365d: 346
description: TUI application for AWS S3 written in Rust using ratatui
definition: https://github.com/lusingander/homebrew-tap/blob/HEAD/stu.rb
version: 0.7.1
file_paths:
- stu.rb
fetch: repo_direct
- key:
token: pgpdump
type: formula
stats:
30d: 91
90d: 363
365d: 1443
description: PGP packet visualizer
homepage: https://www.mew.org/~kazu/proj/pgpdump/en/
fetch: homebrew
- key:
token: dish
type: formula
stats:
30d: 91
90d: 91
365d: 91
description: Lightweight monitoring service that efficiently checks socket connections
homepage: https://github.com/thevxn/dish
fetch: homebrew
- key:
token: templ
type: formula
stats:
30d: 91
90d: 193
365d: 268
description: Language for writing HTML user interfaces in Go
homepage: https://templ.guide
fetch: homebrew
- key:
token: enex2notion
type: formula
stats:
30d: 91
90d: 243
365d: 1366
description: Import Evernote ENEX files to Notion
homepage: https://github.com/vzhd1701/enex2notion
fetch: homebrew
- key:
token: adaptivecpp
type: formula
stats:
30d: 90
90d: 95
365d: 95
description: SYCL and C++ standard parallelism for CPUs and GPUs
homepage: https://adaptivecpp.github.io/
fetch: homebrew
- key:
token: gegl
type: formula
stats:
30d: 90
90d: 242
365d: 902
description: Graph based image processing framework
homepage: https://www.gegl.org/
fetch: homebrew
- key:
token: shtool
type: formula
stats:
30d: 90
90d: 334
365d: 1678
description: GNU's portable shell tool
homepage: https://www.gnu.org/software/shtool/
fetch: homebrew
- key:
token: lld@19
type: formula
stats:
30d: 90
90d: 90
365d: 90
description: LLVM Project Linker
homepage: https://lld.llvm.org/
fetch: homebrew
- key:
token: turso
type: formula
tap: chiselstrike/tap
stats:
30d: 90
90d: 167
365d: 853
definition: https://github.com/chiselstrike/homebrew-tap/blob/HEAD/turso.rb
version: 1.0.6
file_paths:
- turso.rb
fetch: repo_direct
- key:
token: kaf
type: formula
tap: birdayz/kaf
stats:
30d: 90
90d: 182
365d: 553
definition: https://github.com/birdayz/homebrew-kaf/blob/HEAD/kaf.rb
version: 0.2.11
file_paths:
- kaf.rb
fetch: repo_direct
- key:
token: rrdtool
type: formula
stats:
30d: 90
90d: 265
365d: 1443
description: Round Robin Database
homepage: https://oss.oetiker.ch/rrdtool/
fetch: homebrew
- key:
token: flux@2.3
type: formula
tap: fluxcd/tap
stats:
30d: 90
90d: 118
365d: 152
description: Flux CLI
definition: https://github.com/fluxcd/homebrew-tap/blob/HEAD/Formula/flux@2.3.rb
version: 2.3.0
file_paths:
- Formula/flux@2.3.rb
fetch: repo_direct
- key:
token: libelf
type: formula
stats:
30d: 90
90d: 311
365d: 1178
description: ELF object file access library
homepage: https://fossies.org/linux/misc/old/libelf-0.8.13.tar.gz/
fetch: homebrew
- key:
token: libxi
type: formula
stats:
30d: 90
90d: 423
365d: 2509
description: 'X.Org: Library for the X Input Extension'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: luajit-openresty
type: formula
stats:
30d: 90
90d: 601
365d: 3022
description: OpenResty's Branch of LuaJIT 2
homepage: https://github.com/openresty/luajit2
fetch: homebrew
- key:
token: bacon
type: formula
stats:
30d: 90
90d: 381
365d: 1295
description: Background rust code check
homepage: https://dystroy.org/bacon/
fetch: homebrew
- key:
token: shadowenv
type: formula
stats:
30d: 90
90d: 273
365d: 1227
description: Reversible directory-local environment variable manipulations
homepage: https://shopify.github.io/shadowenv/
fetch: homebrew
- key:
token: unxip
type: formula
stats:
30d: 90
90d: 235
365d: 902
description: Fast Xcode unarchiver
homepage: https://github.com/saagarjha/unxip
fetch: homebrew
- key:
token: redis@8.4
type: formula
tap: shivammathur/extensions
stats:
30d: 90
90d: 183
365d: 336
description: Redis PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/redis@8.4.rb
file_paths:
- Formula/redis@8.4.rb
fetch: repo_direct
- key:
token: kuttl-cli
type: formula
tap: kudobuilder/tap
stats:
30d: 90
90d: 275
365d: 2882
description: Interact with KUTTL via the kubectl plugin
definition: https://github.com/kudobuilder/homebrew-tap/blob/HEAD/Formula/kuttl-cli.rb
version: 0.22.0
file_paths:
- Formula/kuttl-cli.rb
fetch: repo_direct
- key:
token: kubectl-cnpg
type: formula
stats:
30d: 90
90d: 348
365d: 1167
description: CloudNativePG plugin for kubectl
homepage: https://cloudnative-pg.io/
fetch: homebrew
- key:
token: nchat
type: formula
tap: d99kris/nchat
stats:
30d: 90
90d: 267
365d: 879
description: Terminal-based Telegram / WhatsApp client
definition: https://github.com/d99kris/homebrew-nchat/blob/HEAD/Formula/nchat.rb
file_paths:
- Formula/nchat.rb
fetch: repo_direct
- key:
token: rsgain
type: formula
stats:
30d: 90
90d: 270
365d: 556
description: ReplayGain 2.0 tagging utility
homepage: https://github.com/complexlogic/rsgain
fetch: homebrew
- key:
token: pyside@2
type: formula
stats:
30d: 90
90d: 227
365d: 1577
description: Official Python bindings for Qt
homepage: https://wiki.qt.io/Qt_for_Python
fetch: homebrew
- key:
token: iam-policy-json-to-terraform
type: formula
stats:
30d: 89
90d: 215
365d: 462
description: Convert a JSON IAM Policy into terraform
homepage: https://github.com/flosell/iam-policy-json-to-terraform
fetch: homebrew
- key:
token: csshx
type: formula
stats:
30d: 89
90d: 286
365d: 1305
description: Cluster ssh tool for Terminal.app
homepage: https://github.com/brockgr/csshx
fetch: homebrew
- key:
token: evernote2md
type: formula
stats:
30d: 89
90d: 180
365d: 458
description: Convert Evernote .enex file to Markdown
homepage: https://github.com/wormi4ok/evernote2md
fetch: homebrew
- key:
token: gnome-recipes
type: formula
stats:
30d: 89
90d: 243
365d: 1296
description: Formula for GNOME recipes
homepage: https://wiki.gnome.org/Apps/Recipes
fetch: homebrew
- key:
token: excalidraw-converter
type: formula
stats:
30d: 89
90d: 89
365d: 89
description: Command-line tool for porting Excalidraw diagrams to Gliffy
homepage: https://github.com/sindrel/excalidraw-converter
fetch: homebrew
- key:
token: resticprofile
type: formula
tap: creativeprojects/tap
stats:
30d: 89
90d: 185
365d: 560
description: Configuration profiles for restic backup
definition: https://github.com/creativeprojects/homebrew-tap/blob/HEAD/Formula/resticprofile.rb
version: 0.30.0
file_paths:
- Formula/resticprofile.rb
fetch: repo_direct
- key:
token: i2pd
type: formula
stats:
30d: 89
90d: 319
365d: 1399
description: Full-featured C++ implementation of I2P client
homepage: https://i2pd.website/
fetch: homebrew
- key:
token: spek
type: formula
stats:
30d: 89
90d: 189
365d: 967
description: Acoustic spectrum analyser
homepage: https://www.spek.cc
fetch: homebrew
- key:
token: krakend
type: formula
stats:
30d: 89
90d: 385
365d: 1495
description: Ultra-High performance API Gateway built in Go
homepage: https://www.krakend.io/
fetch: homebrew
- key:
token: davix
type: formula
stats:
30d: 89
90d: 362
365d: 1105
description: Library and tools for advanced file I/O with HTTP-based protocols
homepage: https://github.com/cern-fts/davix
fetch: homebrew
- key:
token: libxrandr
type: formula
stats:
30d: 89
90d: 341
365d: 1365
description: 'X.Org: X Resize, Rotate and Reflection extension library'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: clisp
type: formula
stats:
30d: 89
90d: 267
365d: 1196
description: GNU CLISP, a Common Lisp implementation
homepage: https://clisp.sourceforge.io/
fetch: homebrew
- key:
token: nest
type: formula
stats:
30d: 89
90d: 248
365d: 1490
description: Neural Simulation Tool (NEST) with Python3 bindings (PyNEST)
homepage: https://www.nest-simulator.org/
fetch: homebrew
- key:
token: texlab
type: formula
stats:
30d: 89
90d: 736
365d: 3654
description: Implementation of the Language Server Protocol for LaTeX
homepage: https://github.com/latex-lsp/texlab/
fetch: homebrew
- key:
token: reuse
type: formula
stats:
30d: 89
90d: 296
365d: 296
description: Tool for copyright and license recommendations
homepage: https://reuse.software
fetch: homebrew
- key:
token: pdns
type: formula
stats:
30d: 88
90d: 206
365d: 974
description: Authoritative nameserver
homepage: https://www.powerdns.com
fetch: homebrew
- key:
token: frotz
type: formula
stats:
30d: 88
90d: 393
365d: 898
description: Infocom-style interactive fiction player
homepage: https://661.org/proj/if/frotz/
fetch: homebrew
- key:
token: im-select
type: formula
tap: daipeihust/tap
stats:
30d: 88
90d: 231
365d: 803
description: Switch your input method through terminal
definition: https://github.com/daipeihust/homebrew-tap/blob/HEAD/im-select.rb
version: 1.0.1
file_paths:
- im-select.rb
fetch: repo_direct
- key:
token: pdf2image
type: formula
stats:
30d: 88
90d: 282
365d: 1089
description: Convert PDFs to images
homepage: https://code.google.com/p/pdf2image/
fetch: homebrew
- key:
token: npth
type: formula
stats:
30d: 88
90d: 370
365d: 2206
description: New GNU portable threads library
homepage: https://gnupg.org/
fetch: homebrew
- key:
token: gensio
type: formula
stats:
30d: 88
90d: 196
365d: 923
description: Stream I/O Library
homepage: https://github.com/cminyard/gensio
fetch: homebrew
- key:
token: bump-my-version
type: formula
stats:
30d: 88
90d: 307
365d: 571
description: Version bump your Python project
homepage: https://callowayproject.github.io/bump-my-version/
fetch: homebrew
- key:
token: csvtk
type: formula
stats:
30d: 88
90d: 252
365d: 942
description: Cross-platform, efficient and practical CSV/TSV toolkit in Golang
homepage: https://bioinf.shenwei.me/csvtk
fetch: homebrew
- key:
token: tuist@4.23.0
type: formula
tap: tuist/tuist
stats:
30d: 88
90d: 553
365d: 1249
description: Create, maintain, and interact with Xcode projects at scale
definition: https://github.com/tuist/homebrew-tuist/blob/HEAD/Formula/tuist@4.23.0.rb
file_paths:
- Formula/tuist@4.23.0.rb
fetch: repo_direct
- key:
token: opentelemetry-cpp
type: formula
stats:
30d: 88
90d: 220
365d: 1515
description: OpenTelemetry C++ Client
homepage: https://opentelemetry.io/
fetch: homebrew
- key:
token: apple-music-discord-rpc
type: formula
tap: nextfire/tap
stats:
30d: 88
90d: 277
365d: 1450
description: Discord Rich Presence Client for the macOS Apple Music app and iTunes
definition: https://github.com/nextfire/homebrew-tap/blob/HEAD/Formula/apple-music-discord-rpc.rb
file_paths:
- Formula/apple-music-discord-rpc.rb
fetch: repo_direct
- key:
token: goku
type: formula
tap: yqrashawn/goku
stats:
30d: 88
90d: 305
365d: 925
description: HTTP load testing tool
homepage: https://github.com/jcaromiq/goku
definition: https://github.com/yqrashawn/homebrew-goku/blob/HEAD/Formula/goku.rb
file_paths:
- Formula/goku.rb
fetch: repo_direct
- key:
token: msc-generator
type: formula
stats:
30d: 88
90d: 180
365d: 858
description: Draws signalling charts from textual description
homepage: https://gitlab.com/msc-generator/msc-generator
fetch: homebrew
- key:
token: cryptominisat
type: formula
stats:
30d: 88
90d: 150
365d: 543
description: Advanced SAT solver
homepage: https://www.msoos.org/cryptominisat5/
fetch: homebrew
- key:
token: pyvim
type: formula
stats:
30d: 88
90d: 259
365d: 1274
description: Pure Python Vim clone
homepage: https://github.com/prompt-toolkit/pyvim
fetch: homebrew
- key:
token: teller
type: formula
stats:
30d: 87
90d: 312
365d: 1641
description: Secrets management tool for developers
homepage: https://github.com/tellerops/teller
fetch: homebrew
- key:
token: zmap
type: formula
stats:
30d: 87
90d: 470
365d: 2005
description: Network scanner for Internet-wide network studies
homepage: https://zmap.io
fetch: homebrew
- key:
token: apprise
type: formula
stats:
30d: 87
90d: 151
365d: 821
description: Send notifications from the command-line to popular notification services
homepage: https://pypi.org/project/apprise/
fetch: homebrew
- key:
token: aws-c-cal
type: formula
stats:
30d: 87
90d: 160
365d: 185
description: AWS Crypto Abstraction Layer
homepage: https://github.com/awslabs/aws-c-cal
fetch: homebrew
- key:
token: autopsy
type: formula
stats:
30d: 87
90d: 231
365d: 1266
description: Graphical interface to Sleuth Kit investigation tools
homepage: https://www.sleuthkit.org/autopsy/index.php
fetch: homebrew
- key:
token: omniorb
type: formula
stats:
30d: 87
90d: 120
365d: 410
description: IOR and naming service utilities for omniORB
homepage: https://omniorb.sourceforge.io/
fetch: homebrew
- key:
token: cmake-lint
type: formula
stats:
30d: 87
90d: 180
365d: 227
description: Static code checker for CMake files
homepage: https://github.com/cmake-lint/cmake-lint
fetch: homebrew
- key:
token: tuist@4.41.0
type: formula
tap: tuist/tuist
stats:
30d: 87
90d: 210
365d: 210
description: Create, maintain, and interact with Xcode projects at scale
definition: https://github.com/tuist/homebrew-tuist/blob/HEAD/Formula/tuist@4.41.0.rb
file_paths:
- Formula/tuist@4.41.0.rb
fetch: repo_direct
- key:
token: grails
type: formula
stats:
30d: 87
90d: 314
365d: 1506
description: Web application framework for the Groovy language
homepage: https://grails.org
fetch: homebrew
- key:
token: zile
type: formula
stats:
30d: 87
90d: 157
365d: 422
description: Text editor development kit
homepage: https://www.gnu.org/software/zile/
fetch: homebrew
- key:
token: coq
type: formula
stats:
30d: 87
90d: 407
365d: 1605
description: Proof assistant for higher-order logic
homepage: https://coq.inria.fr/
fetch: homebrew
- key:
token: freeswitch
type: formula
stats:
30d: 87
90d: 277
365d: 1484
description: Telephony platform to route various communication protocols
homepage: https://freeswitch.org
fetch: homebrew
- key:
token: bbot
type: formula
stats:
30d: 87
90d: 313
365d: 1423
description: OSINT automation tool
homepage: https://github.com/blacklanternsecurity/bbot
fetch: homebrew
- key:
token: dnstwist
type: formula
stats:
30d: 87
90d: 295
365d: 1494
description: Test domains for typo squatting, phishing and corporate espionage
homepage: https://github.com/elceef/dnstwist
fetch: homebrew
- key:
token: shaderc
type: formula
stats:
30d: 87
90d: 332
365d: 1206
description: Collection of tools, libraries, and tests for Vulkan shader compilation
homepage: https://github.com/google/shaderc
fetch: homebrew
- key:
token: memtester
type: formula
stats:
30d: 86
90d: 282
365d: 721
description: Utility for testing the memory subsystem
homepage: https://pyropus.ca/software/memtester/
fetch: homebrew
- key:
token: id3v2
type: formula
stats:
30d: 86
90d: 242
365d: 781
description: Command-line editor
homepage: https://id3v2.sourceforge.net/
fetch: homebrew
- key:
token: f3d
type: formula
stats:
30d: 86
90d: 375
365d: 1865
description: Fast and minimalist 3D viewer
homepage: https://f3d-app.github.io/f3d/
fetch: homebrew
- key:
token: cdncheck
type: formula
stats:
30d: 86
90d: 299
365d: 320
description: Utility to detect various technology for a given IP address
homepage: https://projectdiscovery.io
fetch: homebrew
- key:
token: git-credential-libsecret
type: formula
stats:
30d: 86
90d: 287
365d: 1408
description: Git helper for accessing credentials via libsecret
homepage: https://git-scm.com
fetch: homebrew
- key:
token: gdown
type: formula
stats:
30d: 86
90d: 86
365d: 86
description: Google Drive Public File Downloader when Curl/Wget Fails
homepage: https://github.com/wkentaro/gdown
fetch: homebrew
- key:
token: apt-dater
type: formula
stats:
30d: 86
90d: 250
365d: 1295
description: Manage package updates on remote hosts using SSH
homepage: https://github.com/DE-IBH/apt-dater
fetch: homebrew
- key:
token: wrangler
type: formula
stats:
30d: 86
90d: 296
365d: 1278
description: Refactoring tool for Erlang with emacs and Eclipse integration
homepage: https://refactoringtools.github.io/docs/wrangler/
fetch: homebrew
- key:
token: nut
type: formula
stats:
30d: 86
90d: 252
365d: 923
description: 'Network UPS Tools: Support for various power devices'
homepage: https://networkupstools.org/
fetch: homebrew
- key:
token: catimg
type: formula
stats:
30d: 86
90d: 194
365d: 716
description: Insanely fast image printing in your terminal
homepage: https://github.com/posva/catimg
fetch: homebrew
- key:
token: atlantis
type: formula
stats:
30d: 86
90d: 258
365d: 1249
description: Terraform Pull Request Automation tool
homepage: https://www.runatlantis.io/
fetch: homebrew
- key:
token: cloudquery
type: formula
stats:
30d: 86
90d: 214
365d: 345
description: Data movement tool to sync data from any source to any destination
homepage: https://www.cloudquery.io
fetch: homebrew
- key:
token: shodan
type: formula
stats:
30d: 86
90d: 282
365d: 1751
description: Python library and command-line utility for Shodan
homepage: https://cli.shodan.io
fetch: homebrew
- key:
token: dash
type: formula
stats:
30d: 86
90d: 227
365d: 1212
description: POSIX-compliant descendant of NetBSD's ash (the Almquist SHell)
homepage: http://gondor.apana.org.au/~herbert/dash/
fetch: homebrew
- key:
token: editorconfig-checker
type: formula
stats:
30d: 85
90d: 272
365d: 707
description: Tool to verify that your files are in harmony with your .editorconfig
homepage: https://github.com/editorconfig-checker/editorconfig-checker
fetch: homebrew
- key:
token: gupnp
type: formula
stats:
30d: 85
90d: 220
365d: 866
description: Framework for creating UPnP devices and control points
homepage: https://wiki.gnome.org/Projects/GUPnP
fetch: homebrew
- key:
token: libatomic_ops
type: formula
stats:
30d: 85
90d: 222
365d: 773
description: Implementations for atomic memory update operations
homepage: https://github.com/ivmai/libatomic_ops/
fetch: homebrew
- key:
token: cargo-instruments
type: formula
stats:
30d: 85
90d: 352
365d: 956
description: Easily generate Instruments traces for your rust crate
homepage: https://github.com/cmyr/cargo-instruments
fetch: homebrew
- key:
token: mrbayes
type: formula
stats:
30d: 85
90d: 221
365d: 901
description: Bayesian inference of phylogenies and evolutionary models
homepage: https://nbisweden.github.io/MrBayes/
fetch: homebrew
- key:
token: redis@8.1
type: formula
tap: shivammathur/extensions
stats:
30d: 85
90d: 162
365d: 517
description: Redis PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/redis@8.1.rb
file_paths:
- Formula/redis@8.1.rb
fetch: repo_direct
- key:
token: observerward
type: formula
stats:
30d: 85
90d: 173
365d: 798
description: Web application and service fingerprint identification tool
homepage: https://emo-crab.github.io/observer_ward/
fetch: homebrew
- key:
token: nanorc
type: formula
stats:
30d: 85
90d: 273
365d: 1254
description: Improved Nano Syntax Highlighting Files
homepage: https://github.com/scopatz/nanorc
fetch: homebrew
- key:
token: libzdb
type: formula
stats:
30d: 85
90d: 165
365d: 840
description: Database connection pool library
homepage: https://tildeslash.com/libzdb/
fetch: homebrew
- key:
token: emqx
type: formula
stats:
30d: 85
90d: 242
365d: 1246
description: MQTT broker for IoT
homepage: https://www.emqx.io/
fetch: homebrew
- key:
token: bornagain
type: formula
stats:
30d: 85
90d: 85
365d: 93
- key:
token: coal
type: formula
stats:
30d: 85
90d: 169
365d: 294
description: Extension of the Flexible Collision Library
homepage: https://github.com/coal-library/coal
fetch: homebrew
- key:
token: abook
type: formula
stats:
30d: 85
90d: 113
365d: 260
description: Address book with mutt support
homepage: https://abook.sourceforge.io/
fetch: homebrew
- key:
token: kurtosis-cli
type: formula
tap: kurtosis-tech/tap
stats:
30d: 85
90d: 255
365d: 1097
description: CLI for managing Kurtosis environments.
definition: https://github.com/kurtosis-tech/homebrew-tap/blob/HEAD/kurtosis-cli.rb
version: 1.6.0
file_paths:
- kurtosis-cli.rb
fetch: repo_direct
- key:
token: wtfis
type: formula
stats:
30d: 85
90d: 124
365d: 746
description: Passive hostname, domain, and IP lookup tool
homepage: https://github.com/pirxthepilot/wtfis
fetch: homebrew
- key:
token: gearman
type: formula
stats:
30d: 85
90d: 141
365d: 772
description: Application framework to farm out work to other machines or processes
homepage: https://gearman.org/
fetch: homebrew
- key:
token: qt-mysql
type: formula
stats:
30d: 85
90d: 208
365d: 991
description: Qt SQL Database Driver
homepage: https://www.qt.io/
fetch: homebrew
- key:
token: fend
type: formula
stats:
30d: 85
90d: 137
365d: 885
description: Arbitrary-precision unit-aware calculator
homepage: https://printfn.github.io/fend
fetch: homebrew
- key:
token: regclient
type: formula
stats:
30d: 85
90d: 376
365d: 1095
description: Docker and OCI Registry Client in Go and tooling using those libraries
homepage: https://regclient.org/
fetch: homebrew
- key:
token: kubetail
type: formula
tap: johanhaleby/kubetail
stats:
30d: 84
90d: 246
365d: 1562
description: Logging tool for Kubernetes with a real-time web dashboard
homepage: https://www.kubetail.com/
definition: https://github.com/johanhaleby/homebrew-kubetail/blob/HEAD/kubetail.rb
file_paths:
- kubetail.rb
fetch: repo_direct
- key:
token: glslviewer
type: formula
stats:
30d: 84
90d: 234
365d: 1478
description: Live-coding console tool that renders GLSL Shaders
homepage: https://patriciogonzalezvivo.com/2015/glslViewer/
fetch: homebrew
- key:
token: xfig
type: formula
stats:
30d: 84
90d: 342
365d: 1272
description: Facility for interactive generation of figures
homepage: https://mcj.sourceforge.net/
fetch: homebrew
- key:
token: prestodb
type: formula
stats:
30d: 84
90d: 234
365d: 1066
description: Distributed SQL query engine for big data
homepage: https://prestodb.io
fetch: homebrew
- key:
token: silicon
type: formula
stats:
30d: 84
90d: 242
365d: 1451
description: Create beautiful image of your source code
homepage: https://github.com/Aloxaf/silicon/
fetch: homebrew
- key:
token: dockerfile-language-server
type: formula
stats:
30d: 84
90d: 145
365d: 854
description: Language server for Dockerfiles powered by Node, TypeScript, and VSCode
homepage: https://github.com/rcjsuen/dockerfile-language-server
fetch: homebrew
- key:
token: beancount
type: formula
stats:
30d: 84
90d: 339
365d: 1365
description: Double-entry accounting tool that works on plain text files
homepage: https://beancount.github.io/
fetch: homebrew
- key:
token: nsc
type: formula
tap: nats-io/nats-tools
stats:
30d: 84
90d: 185
365d: 862
description: A tool for creating NATS account and user access configurations
definition: https://github.com/nats-io/homebrew-nats-tools/blob/HEAD/Formula/nsc.rb
version: 2.10.2
file_paths:
- Formula/nsc.rb
fetch: repo_direct
- key:
token: taskwarrior-tui
type: formula
stats:
30d: 84
90d: 267
365d: 1827
description: Terminal user interface for taskwarrior
homepage: https://kdheepak.com/taskwarrior-tui/
fetch: homebrew
- key:
token: elan-init
type: formula
stats:
30d: 84
90d: 347
365d: 1232
description: Lean Theorem Prover installer and version manager
homepage: https://github.com/leanprover/elan
fetch: homebrew
- key:
token: clangql
type: formula
stats:
30d: 84
90d: 228
365d: 631
description: Run a SQL like language to perform queries on C/C++ files
homepage: https://github.com/AmrDeveloper/ClangQL
fetch: homebrew
- key:
token: tracker
type: formula
stats:
30d: 84
90d: 161
365d: 1002
description: Library and daemon that is an efficient search engine and triplestore
homepage: https://gitlab.gnome.org/GNOME/tinysparql
fetch: homebrew
- key:
token: patchelf
type: formula
stats:
30d: 84
90d: 241
365d: 1132
description: Modify dynamic ELF executables
homepage: https://github.com/NixOS/patchelf
fetch: homebrew
- key:
token: hmmer
type: formula
stats:
30d: 84
90d: 209
365d: 741
description: Build profile HMMs and scan against sequence databases
homepage: http://hmmer.org/
fetch: homebrew
- key:
token: qlik-cli
type: formula
tap: qlik-oss/taps
stats:
30d: 84
90d: 254
365d: 888
description: qlik-cli is a Command Line Interface for Qlik Cloud.
definition: https://github.com/qlik-oss/homebrew-taps/blob/HEAD/Formula/qlik-cli.rb
version: 2.26.0
file_paths:
- Formula/qlik-cli.rb
fetch: repo_direct
- key:
token: wayland
type: formula
stats:
30d: 84
90d: 133
365d: 596
description: Protocol for a compositor to talk to its clients
homepage: https://wayland.freedesktop.org
fetch: homebrew
- key:
token: dolphie
type: formula
stats:
30d: 84
90d: 179
365d: 1118
description: Feature-rich top tool for monitoring MySQL
homepage: https://github.com/charles-001/dolphie
fetch: homebrew
- key:
token: c2patool
type: formula
stats:
30d: 84
90d: 246
365d: 246
description: CLI for working with C2PA manifests and media assets
homepage: https://contentauthenticity.org
fetch: homebrew
- key:
token: immich-go
type: formula
stats:
30d: 84
90d: 112
365d: 113
description: Alternative to the official immich-CLI command written in Go
homepage: https://github.com/simulot/immich-go
fetch: homebrew
- key:
token: xdelta
type: formula
stats:
30d: 83
90d: 205
365d: 754
description: Binary diff, differential compression tools
homepage: https://github.com/jmacd/xdelta
fetch: homebrew
- key:
token: genometools
type: formula
stats:
30d: 83
90d: 188
365d: 836
description: Versatile open source genome analysis software
homepage: https://genometools.org/
fetch: homebrew
- key:
token: gnu-apl
type: formula
stats:
30d: 83
90d: 249
365d: 910
description: GNU implementation of the programming language APL
homepage: https://www.gnu.org/software/apl/
fetch: homebrew
- key:
token: woodpecker-cli
type: formula
stats:
30d: 83
90d: 258
365d: 605
description: CLI client for the Woodpecker Continuous Integration server
homepage: https://woodpecker-ci.org/
fetch: homebrew
- key:
token: crun
type: formula
stats:
30d: 83
90d: 235
365d: 2524
description: Fast and lightweight fully featured OCI runtime and C library
homepage: https://github.com/containers/crun
fetch: homebrew
- key:
token: pinniped-cli
type: formula
tap: vmware-tanzu/pinniped
stats:
30d: 83
90d: 274
365d: 1175
description: Pinniped CLI for Kubernetes cluster authentication
definition: https://github.com/vmware-tanzu/homebrew-pinniped/blob/HEAD/pinniped-cli.rb
file_paths:
- pinniped-cli.rb
fetch: repo_direct
- key:
token: net-tools
type: formula
stats:
30d: 83
90d: 225
365d: 753
description: Linux networking base tools
homepage: https://sourceforge.net/projects/net-tools/
fetch: homebrew
- key:
token: ttyplot
type: formula
stats:
30d: 83
90d: 112
365d: 591
description: Realtime plotting utility for terminal with data input from stdin
homepage: https://github.com/tenox7/ttyplot
fetch: homebrew
- key:
token: adios2
type: formula
stats:
30d: 83
90d: 201
365d: 1105
description: Next generation of ADIOS developed in the Exascale Computing Program
homepage: https://adios2.readthedocs.io
fetch: homebrew
- key:
token: nmrpflash
type: formula
stats:
30d: 83
90d: 170
365d: 579
description: Netgear Unbrick Utility
homepage: https://github.com/jclehner/nmrpflash
fetch: homebrew
- key:
token: travis
type: formula
stats:
30d: 83
90d: 348
365d: 1752
description: Command-line client for Travis CI
homepage: https://github.com/travis-ci/travis.rb/
fetch: homebrew
- key:
token: simgrid
type: formula
stats:
30d: 83
90d: 148
365d: 749
description: Studies behavior of large-scale distributed systems
homepage: https://simgrid.org/
fetch: homebrew
- key:
token: openkim-models
type: formula
stats:
30d: 83
90d: 227
365d: 929
description: All OpenKIM Models compatible with kim-api
homepage: https://openkim.org
fetch: homebrew
- key:
token: enter-tex
type: formula
stats:
30d: 83
90d: 209
365d: 508
description: TeX/LaTeX text editor
homepage: https://gitlab.gnome.org/swilmet/enter-tex
fetch: homebrew
- key:
token: osrm-backend
type: formula
stats:
30d: 83
90d: 153
365d: 733
description: High performance routing engine
homepage: https://project-osrm.org/
fetch: homebrew
- key:
token: man-db
type: formula
stats:
30d: 83
90d: 241
365d: 1497
description: Unix documentation system
homepage: https://man-db.gitlab.io/man-db/
fetch: homebrew
- key:
token: igraph
type: formula
stats:
30d: 83
90d: 242
365d: 1484
description: Network analysis package
homepage: https://igraph.org/
fetch: homebrew
- key:
token: tfel
type: formula
stats:
30d: 83
90d: 111
365d: 474
description: Code generation tool dedicated to material knowledge for numerical
mechanics
homepage: https://thelfer.github.io/tfel/web/index.html
fetch: homebrew
- key:
token: boxes
type: formula
stats:
30d: 83
90d: 191
365d: 872
description: Draw boxes around text
homepage: https://boxes.thomasjensen.com/
fetch: homebrew
- key:
token: opensearch-dashboards
type: formula
stats:
30d: 83
90d: 199
365d: 940
description: Open source visualization dashboards for OpenSearch
homepage: https://opensearch.org/docs/dashboards/index/
fetch: homebrew
- key:
token: egctl
type: formula
stats:
30d: 83
90d: 278
365d: 853
description: Command-line utility for operating Envoy Gateway
homepage: https://gateway.envoyproxy.io/
fetch: homebrew
- key:
token: vipsdisp
type: formula
stats:
30d: 82
90d: 188
365d: 423
description: Viewer for large images
homepage: https://github.com/jcupitt/vipsdisp
fetch: homebrew
- key:
token: xsane
type: formula
stats:
30d: 82
90d: 215
365d: 849
description: Graphical scanning frontend
homepage: https://gitlab.com/sane-project/frontend/xsane
fetch: homebrew
- key:
token: libimobiledevice-glue
type: formula
stats:
30d: 82
90d: 258
365d: 1381
description: Library with common system API code for libimobiledevice projects
homepage: https://libimobiledevice.org/
fetch: homebrew
- key:
token: openmsx
type: formula
stats:
30d: 82
90d: 144
365d: 638
description: MSX emulator
homepage: https://openmsx.org/
fetch: homebrew
- key:
token: hl
type: formula
stats:
30d: 82
90d: 190
365d: 190
description: Fast and powerful log viewer and processor
homepage: https://github.com/pamburus/hl
fetch: homebrew
- key:
token: cpputest
type: formula
stats:
30d: 82
90d: 299
365d: 612
description: C /C++ based unit xUnit test framework
homepage: https://cpputest.github.io/
fetch: homebrew
- key:
token: enscript
type: formula
stats:
30d: 82
90d: 237
365d: 730
description: Convert text to Postscript, HTML, or RTF, with syntax highlighting
homepage: https://www.gnu.org/software/enscript/
fetch: homebrew
- key:
token: libgit2-glib
type: formula
stats:
30d: 82
90d: 413
365d: 1521
description: Glib wrapper library around libgit2 git access library
homepage: https://gitlab.gnome.org/GNOME/libgit2-glib
fetch: homebrew
- key:
token: gerbv
type: formula
stats:
30d: 82
90d: 241
365d: 1000
description: Gerber (RS-274X) viewer
homepage: https://gerbv.github.io/
fetch: homebrew
- key:
token: datafusion
type: formula
stats:
30d: 82
90d: 237
365d: 992
description: Apache Arrow DataFusion and Ballista query engines
homepage: https://arrow.apache.org/datafusion
fetch: homebrew
- key:
token: linkerd
type: formula
stats:
30d: 82
90d: 249
365d: 1612
description: Command-line utility to interact with linkerd
homepage: https://linkerd.io
fetch: homebrew
- key:
token: gurk
type: formula
stats:
30d: 82
90d: 167
365d: 221
description: Signal Messenger client for terminal
homepage: https://github.com/boxdot/gurk-rs
fetch: homebrew
- key:
token: bmon
type: formula
stats:
30d: 82
90d: 284
365d: 1063
description: Interface bandwidth monitor
homepage: https://github.com/tgraf/bmon
fetch: homebrew
- key:
token: ssh-askpass
type: formula
tap: theseal/ssh-askpass
stats:
30d: 82
90d: 318
365d: 1191
description: Passphrase dialog for use with OpenSSH in macOS
definition: https://github.com/theseal/homebrew-ssh-askpass/blob/HEAD/Formula/ssh-askpass.rb
file_paths:
- Formula/ssh-askpass.rb
fetch: repo_direct
- key:
token: sqlparse
type: formula
stats:
30d: 82
90d: 288
365d: 2388
description: Non-validating SQL parser
homepage: https://github.com/andialbrecht/sqlparse
fetch: homebrew
- key:
token: freeling
type: formula
stats:
30d: 82
90d: 95
365d: 499
description: Suite of language analyzers
homepage: https://nlp.lsi.upc.edu/freeling/
fetch: homebrew
- key:
token: rhino
type: formula
stats:
30d: 82
90d: 225
365d: 808
description: JavaScript engine
homepage: https://mozilla.github.io/rhino/
fetch: homebrew
- key:
token: ansible-builder
type: formula
stats:
30d: 82
90d: 196
365d: 322
description: CLI tool for building Ansible Execution Environments (Containers)
homepage: https://ansible-builder.readthedocs.io/
fetch: homebrew
- key:
token: orc
type: formula
stats:
30d: 82
90d: 366
365d: 1520
description: Oil Runtime Compiler (ORC)
homepage: https://gstreamer.freedesktop.org/projects/orc.html
fetch: homebrew
- key:
token: lego
type: formula
stats:
30d: 82
90d: 438
365d: 2119
description: Let's Encrypt client and ACME library
homepage: https://go-acme.github.io/lego/
fetch: homebrew
- key:
token: metis
type: formula
stats:
30d: 82
90d: 250
365d: 1001
description: Programs that partition graphs and order matrices
homepage: https://karypis.github.io/glaros/software/metis/overview.html
fetch: homebrew
- key:
token: gjs
type: formula
stats:
30d: 82
90d: 233
365d: 1464
description: JavaScript Bindings for GNOME
homepage: https://gitlab.gnome.org/GNOME/gjs/wikis/Home
fetch: homebrew
- key:
token: coredns
type: formula
stats:
30d: 82
90d: 180
365d: 834
description: DNS server that chains plugins
homepage: https://coredns.io/
fetch: homebrew
- key:
token: notcurses
type: formula
stats:
30d: 81
90d: 319
365d: 1445
description: Blingful character graphics/TUI library
homepage: https://nick-black.com/dankwiki/index.php/Notcurses
fetch: homebrew
- key:
token: aerc
type: formula
stats:
30d: 81
90d: 699
365d: 1935
description: Email client that runs in your terminal
homepage: https://aerc-mail.org/
fetch: homebrew
- key:
token: x-cmd
type: formula
stats:
30d: 81
90d: 147
365d: 147
description: Bootstrap 1000+ command-line tools in seconds
homepage: https://x-cmd.com
fetch: homebrew
- key:
token: govulncheck
type: formula
stats:
30d: 81
90d: 398
365d: 1302
description: Database client and tools for the Go vulnerability database
homepage: https://github.com/golang/vuln
fetch: homebrew
- key:
token: git-review
type: formula
stats:
30d: 81
90d: 282
365d: 2323
description: Submit git branches to gerrit for review
homepage: https://opendev.org/opendev/git-review
fetch: homebrew
- key:
token: cli
type: formula
tap: humanitec/tap
stats:
30d: 81
90d: 158
365d: 420
description: The CLI for Humanitec, humctl.
definition: https://github.com/humanitec/homebrew-tap/blob/HEAD/cli.rb
version: 0.39.3
file_paths:
- cli.rb
fetch: repo_direct
- key:
token: editorconfig
type: formula
stats:
30d: 81
90d: 372
365d: 2777
description: Maintain consistent coding style between multiple editors
homepage: https://editorconfig.org/
fetch: homebrew
- key:
token: dmtx-utils
type: formula
stats:
30d: 81
90d: 236
365d: 1161
description: Read and write data matrix barcodes
homepage: https://github.com/dmtx/dmtx-utils
fetch: homebrew
- key:
token: click
type: formula
stats:
30d: 81
90d: 255
365d: 1319
description: Command-line interactive controller for Kubernetes
homepage: https://github.com/databricks/click
fetch: homebrew
- key:
token: logstalgia
type: formula
stats:
30d: 81
90d: 162
365d: 862
description: Web server access log visualizer with retro style
homepage: https://logstalgia.io/
fetch: homebrew
- key:
token: gmailctl
type: formula
stats:
30d: 81
90d: 379
365d: 942
description: Declarative configuration for Gmail filters
homepage: https://github.com/mbrt/gmailctl
fetch: homebrew
- key:
token: neosync
type: formula
stats:
30d: 81
90d: 372
365d: 1683
description: CLI for interfacing with Neosync
homepage: https://www.neosync.dev/
fetch: homebrew
- key:
token: urh
type: formula
stats:
30d: 81
90d: 436
365d: 1699
description: Universal Radio Hacker
homepage: https://github.com/jopohl/urh
fetch: homebrew
- key:
token: goctl
type: formula
stats:
30d: 81
90d: 377
365d: 1337
description: Generates server-side and client-side code for web and RPC services
homepage: https://go-zero.dev
fetch: homebrew
- key:
token: tach
type: formula
stats:
30d: 81
90d: 323
365d: 335
description: Tool to enforce dependencies using modular architecture
homepage: https://docs.gauge.sh/getting-started/introduction
fetch: homebrew
- key:
token: shc
type: formula
stats:
30d: 81
90d: 222
365d: 822
description: Shell Script Compiler
homepage: https://neurobin.github.io/shc
fetch: homebrew
- key:
token: phive
type: formula
stats:
30d: 81
90d: 156
365d: 775
description: Phar Installation and Verification Environment (PHIVE)
homepage: https://phar.io
fetch: homebrew
- key:
token: tuna
type: formula
tap: yuccastream/tap
stats:
30d: 81
90d: 202
365d: 376
description: Tuna - software for create HTTP/TCP/SSH tunnels to local network
definition: https://github.com/yuccastream/homebrew-tap/blob/HEAD/Formula/tuna.rb
version: 0.23.0
file_paths:
- Formula/tuna.rb
fetch: repo_direct
- key:
token: bob
type: formula
stats:
30d: 81
90d: 273
365d: 1091
description: Version manager for neovim
homepage: https://github.com/MordechaiHadad/bob
fetch: homebrew
- key:
token: nerdfetch
type: formula
stats:
30d: 81
90d: 302
365d: 1641
description: POSIX *nix fetch script using Nerdfonts
homepage: https://github.com/ThatOneCalculator/NerdFetch
fetch: homebrew
- key:
token: depot
type: formula
tap: depot/tap
stats:
30d: 80
90d: 277
365d: 992
description: The official CLI for Depot.
definition: https://github.com/depot/homebrew-tap/blob/HEAD/depot.rb
version: 2.85.0
file_paths:
- depot.rb
fetch: repo_direct
- key:
token: fedify
type: formula
stats:
30d: 80
90d: 80
365d: 80
description: CLI toolchain for Fedify
homepage: https://fedify.dev/cli
fetch: homebrew
- key:
token: ejabberd
type: formula
stats:
30d: 80
90d: 196
365d: 1026
description: XMPP application server
homepage: https://www.ejabberd.im
fetch: homebrew
- key:
token: gitoxide
type: formula
stats:
30d: 80
90d: 173
365d: 752
description: Idiomatic, lean, fast & safe pure Rust implementation of Git
homepage: https://github.com/Byron/gitoxide
fetch: homebrew
- key:
token: chart-releaser
type: formula
tap: helm/tap
stats:
30d: 80
90d: 295
365d: 1160
description: Hosting Helm Charts via GitHub Pages and Releases
definition: https://github.com/helm/homebrew-tap/blob/HEAD/Formula/chart-releaser.rb
version: 1.7.0
file_paths:
- Formula/chart-releaser.rb
fetch: repo_direct
- key:
token: jupytext
type: formula
stats:
30d: 80
90d: 129
365d: 129
description: Jupyter notebooks as Markdown documents, Julia, Python or R scripts
homepage: https://jupytext.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: c2rust
type: formula
stats:
30d: 80
90d: 198
365d: 886
description: Migrate C code to Rust
homepage: https://c2rust.com/
fetch: homebrew
- key:
token: aws-rotate-key
type: formula
stats:
30d: 80
90d: 272
365d: 980
description: Easily rotate your AWS access key
homepage: https://github.com/stefansundin/aws-rotate-key
fetch: homebrew
- key:
token: mapproxy
type: formula
stats:
30d: 80
90d: 144
365d: 773
description: Accelerating web map proxy
homepage: https://github.com/mapproxy/mapproxy
fetch: homebrew
- key:
token: libsigrok
type: formula
stats:
30d: 80
90d: 192
365d: 1046
description: Drivers for logic analyzers and other supported devices
homepage: https://sigrok.org/
fetch: homebrew
- key:
token: python-launcher
type: formula
stats:
30d: 80
90d: 217
365d: 1048
description: Launch your Python interpreter the lazy/smart way
homepage: https://github.com/brettcannon/python-launcher
fetch: homebrew
- key:
token: crunch
type: formula
stats:
30d: 80
90d: 258
365d: 1045
description: Wordlist generator
homepage: https://sourceforge.net/projects/crunch-wordlist/
fetch: homebrew
- key:
token: backrest
type: formula
tap: garethgeorge/backrest-tap
stats:
30d: 80
90d: 193
365d: 526
description: Backrest is a web UI and orchestrator for restic backup.
definition: https://github.com/garethgeorge/homebrew-backrest-tap/blob/HEAD/backrest.rb
version: 1.8.0
file_paths:
- backrest.rb
fetch: repo_direct
- key:
token: alsa-lib
type: formula
stats:
30d: 80
90d: 269
365d: 1802
description: Provides audio and MIDI functionality to the Linux operating system
homepage: https://www.alsa-project.org/
fetch: homebrew
- key:
token: pinot
type: formula
stats:
30d: 80
90d: 190
365d: 536
description: Realtime distributed OLAP datastore
homepage: https://pinot.apache.org/
fetch: homebrew
- key:
token: glasskube
type: formula
tap: glasskube/tap
stats:
30d: 80
90d: 283
365d: 1453
description: Missing Package Manager for Kubernetes
homepage: https://glasskube.dev/products/package-manager/docs/
definition: https://github.com/glasskube/homebrew-tap/blob/HEAD/glasskube.rb
version: 0.26.1
file_paths:
- glasskube.rb
fetch: repo_direct
- key:
token: rpl
type: formula
stats:
30d: 80
90d: 436
365d: 1072
description: Text replacement utility
homepage: https://github.com/rrthomas/rpl
fetch: homebrew
- key:
token: opencc
type: formula
stats:
30d: 80
90d: 237
365d: 1440
description: Simplified-traditional Chinese conversion tool
homepage: https://github.com/BYVoid/OpenCC
fetch: homebrew
- key:
token: ignite
type: formula
stats:
30d: 80
90d: 246
365d: 1130
description: Build, launch, and maintain any crypto application with Ignite CLI
homepage: https://docs.ignite.com/
fetch: homebrew
- key:
token: rsyslog
type: formula
stats:
30d: 80
90d: 291
365d: 1562
description: Enhanced, multi-threaded syslogd
homepage: https://www.rsyslog.com/
fetch: homebrew
- key:
token: scorecard
type: formula
stats:
30d: 80
90d: 360
365d: 1162
description: Security health metrics for Open Source
homepage: https://github.com/ossf/scorecard
fetch: homebrew
- key:
token: spicedb
type: formula
tap: authzed/tap
stats:
30d: 80
90d: 241
365d: 988
description: Google Zanzibar-inspired permissions database for fine-grained access
control
definition: https://github.com/authzed/homebrew-tap/blob/HEAD/Formula/spicedb.rb
version: 1.42.1
file_paths:
- Formula/spicedb.rb
fetch: repo_direct
- key:
token: python-gdbm@3.13
type: formula
stats:
30d: 80
90d: 217
365d: 762
description: Python interface to gdbm
homepage: https://www.python.org/
fetch: homebrew
- key:
token: mimalloc
type: formula
stats:
30d: 79
90d: 165
365d: 613
description: Compact general purpose allocator
homepage: https://github.com/microsoft/mimalloc
fetch: homebrew
- key:
token: epubcheck
type: formula
stats:
30d: 79
90d: 411
365d: 1261
description: Validate EPUB files, version 2.0 and later
homepage: https://github.com/w3c/epubcheck
fetch: homebrew
- key:
token: s5cmd
type: formula
stats:
30d: 79
90d: 302
365d: 385
description: Parallel S3 and local filesystem execution tool
homepage: https://github.com/peak/s5cmd/
fetch: homebrew
- key:
token: scummvm-tools
type: formula
stats:
30d: 79
90d: 172
365d: 670
description: Collection of tools for ScummVM
homepage: https://www.scummvm.org/
fetch: homebrew
- key:
token: libpst
type: formula
stats:
30d: 79
90d: 204
365d: 821
description: Utilities for the PST file format
homepage: https://www.five-ten-sg.com/libpst/
fetch: homebrew
- key:
token: filebrowser
type: formula
tap: filebrowser/tap
stats:
30d: 79
90d: 270
365d: 1177
description: File Browser is a create-your-own-cloud-kind of software where you
can install it on a server, direct it to a path and then access your files through
a nice web interface
definition: https://github.com/filebrowser/homebrew-tap/blob/HEAD/Formula/filebrowser.rb
version: 2.32.0
file_paths:
- Formula/filebrowser.rb
fetch: repo_direct
- key:
token: sql-formatter
type: formula
stats:
30d: 79
90d: 145
365d: 145
description: Whitespace formatter for different query languages
homepage: https://sql-formatter-org.github.io/sql-formatter/
fetch: homebrew
- key:
token: updatecli
type: formula
tap: updatecli/updatecli
stats:
30d: 79
90d: 181
365d: 704
description: Updatecli is a declarative dependency management command line tool.
definition: https://github.com/updatecli/homebrew-updatecli/blob/HEAD/Formula/updatecli.rb
version: 0.97.0
file_paths:
- Formula/updatecli.rb
fetch: repo_direct
- key:
token: helmsman
type: formula
stats:
30d: 79
90d: 194
365d: 648
description: Helm Charts as Code tool
homepage: https://github.com/Praqma/helmsman
fetch: homebrew
- key:
token: lmdb
type: formula
stats:
30d: 79
90d: 287
365d: 1831
description: 'Lightning memory-mapped database: key-value data store'
homepage: https://www.symas.com/symas-embedded-database-lmdb
fetch: homebrew
- key:
token: gpsbabel
type: formula
stats:
30d: 79
90d: 319
365d: 1327
description: Converts/uploads GPS waypoints, tracks, and routes
homepage: https://www.gpsbabel.org/
fetch: homebrew
- key:
token: kakoune
type: formula
stats:
30d: 79
90d: 224
365d: 1677
description: Selection-based modal text editor
homepage: https://github.com/mawww/kakoune
fetch: homebrew
- key:
token: scooter
type: formula
stats:
30d: 79
90d: 215
365d: 315
description: Interactive find and replace in the terminal
homepage: https://github.com/thomasschafer/scooter
fetch: homebrew
- key:
token: cdogs-sdl
type: formula
stats:
30d: 79
90d: 197
365d: 949
description: Classic overhead run-and-gun game
homepage: https://cxong.github.io/cdogs-sdl/
fetch: homebrew
- key:
token: redis@7.4
type: formula
tap: shivammathur/extensions
stats:
30d: 79
90d: 148
365d: 517
description: Redis PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/redis@7.4.rb
file_paths:
- Formula/redis@7.4.rb
fetch: repo_direct
- key:
token: simutrans
type: formula
stats:
30d: 78
90d: 174
365d: 919
description: Transport simulator
homepage: https://www.simutrans.com/
fetch: homebrew
- key:
token: nuitka
type: formula
stats:
30d: 78
90d: 118
365d: 118
description: Python compiler written in Python
homepage: https://nuitka.net
fetch: homebrew
- key:
token: cf-cli@7
type: formula
tap: cloudfoundry/tap
stats:
30d: 78
90d: 247
365d: 1860
description: Cloud Foundry CLI
definition: https://github.com/cloudfoundry/homebrew-tap/blob/HEAD/cf-cli@7.rb
version: 7.8.0
file_paths:
- cf-cli@7.rb
fetch: repo_direct
- key:
token: xinit
type: formula
stats:
30d: 78
90d: 313
365d: 754
description: Start the X Window System server
homepage: https://gitlab.freedesktop.org/xorg/app/xinit
fetch: homebrew
- key:
token: git-spice
type: formula
stats:
30d: 78
90d: 244
365d: 417
description: Manage stacked Git branches
homepage: https://abhinav.github.io/git-spice/
fetch: homebrew
- key:
token: nx
type: formula
tap: nrwl/nx
stats:
30d: 78
90d: 78
365d: 78
description: Smart, Fast and Extensible Build System
definition: https://github.com/nrwl/homebrew-nx/blob/HEAD/Formula/nx.rb
file_paths:
- Formula/nx.rb
fetch: repo_direct
- key:
token: gkrellm
type: formula
stats:
30d: 78
90d: 232
365d: 881
description: Extensible GTK system monitoring application
homepage: https://billw2.github.io/gkrellm/gkrellm.html
fetch: homebrew
- key:
token: arm-none-eabi-binutils
type: formula
stats:
30d: 78
90d: 260
365d: 936
description: GNU Binutils for arm-none-eabi cross development
homepage: https://www.gnu.org/software/binutils/
fetch: homebrew
- key:
token: libgda
type: formula
stats:
30d: 78
90d: 413
365d: 1480
description: Provides unified data access to the GNOME project
homepage: https://www.gnome-db.org/
fetch: homebrew
- key:
token: aws2-wrap
type: formula
stats:
30d: 78
90d: 167
365d: 775
description: Script to export current AWS SSO credentials or run a sub-process with
them
homepage: https://github.com/linaro-its/aws2-wrap
fetch: homebrew
- key:
token: zathura-pdf-mupdf
type: formula
tap: zegervdv/zathura
stats:
30d: 78
90d: 370
365d: 1073
description: MuPDF backend plugin for zathura
definition: https://github.com/zegervdv/homebrew-zathura/blob/HEAD/Formula/zathura-pdf-mupdf.rb
file_paths:
- Formula/zathura-pdf-mupdf.rb
fetch: repo_direct
- key:
token: dovecot
type: formula
stats:
30d: 78
90d: 413
365d: 916
description: IMAP/POP3 server
homepage: https://dovecot.org/
fetch: homebrew
- key:
token: chainloop-cli
type: formula
stats:
30d: 78
90d: 383
365d: 1921
description: CLI for interacting with Chainloop
homepage: https://docs.chainloop.dev
fetch: homebrew
- key:
token: ddgr
type: formula
stats:
30d: 78
90d: 263
365d: 985
description: DuckDuckGo from the terminal
homepage: https://github.com/jarun/ddgr
fetch: homebrew
- key:
token: yaz
type: formula
stats:
30d: 78
90d: 199
365d: 877
description: Toolkit for Z39.50/SRW/SRU clients/servers
homepage: https://www.indexdata.com/resources/software/yaz/
fetch: homebrew
- key:
token: git-xargs
type: formula
stats:
30d: 78
90d: 355
365d: 660
description: CLI for making updates across multiple Github repositories with a single
command
homepage: https://github.com/gruntwork-io/git-xargs
fetch: homebrew
- key:
token: orca-cli
type: formula
tap: orcasecurity/orca-cli
stats:
30d: 78
90d: 197
365d: 1367
definition: https://github.com/orcasecurity/homebrew-orca-cli/blob/HEAD/orca-cli.rb
version: 1.88.0
file_paths:
- orca-cli.rb
fetch: repo_direct
- key:
token: aide
type: formula
stats:
30d: 78
90d: 124
365d: 489
description: File and directory integrity checker
homepage: https://aide.github.io/
fetch: homebrew
- key:
token: ice
type: formula
stats:
30d: 78
90d: 199
365d: 676
description: Comprehensive RPC framework
homepage: https://zeroc.com
fetch: homebrew
- key:
token: pari
type: formula
stats:
30d: 78
90d: 300
365d: 1007
description: Computer algebra system designed for fast computations in number theory
homepage: https://pari.math.u-bordeaux.fr/
fetch: homebrew
- key:
token: runn
type: formula
tap: k1low/tap
stats:
30d: 78
90d: 208
365d: 895
description: runn is a tool for running operations following a scenario.
definition: https://github.com/k1low/homebrew-tap/blob/HEAD/runn.rb
version: 0.129.3
file_paths:
- runn.rb
fetch: repo_direct
- key:
token: haxe
type: formula
stats:
30d: 78
90d: 178
365d: 1290
description: Multi-platform programming language
homepage: https://haxe.org/
fetch: homebrew
- key:
token: pkg-config-wrapper
type: formula
stats:
30d: 78
90d: 191
365d: 426
description: Easier way to include C code in your Go program
homepage: https://github.com/influxdata/pkg-config
fetch: homebrew
- key:
token: civo
type: formula
tap: civo/tools
stats:
30d: 78
90d: 171
365d: 868
description: CLI for managing Civo resources.
definition: https://github.com/civo/homebrew-tools/blob/HEAD/Formula/civo.rb
version: 1.2.0
file_paths:
- Formula/civo.rb
fetch: repo_direct
- key:
token: dafny
type: formula
stats:
30d: 77
90d: 283
365d: 1216
description: Verification-aware programming language
homepage: https://github.com/dafny-lang/dafny/blob/master/README.md
fetch: homebrew
- key:
token: olp
type: formula
tap: heremaps/olp-cli
stats:
30d: 77
90d: 134
365d: 333
description: With the Command Line Interface you can access HERE platform services
from a command line or with scripts.
definition: https://github.com/heremaps/homebrew-olp-cli/blob/HEAD/Formula/olp.rb
version: 17.2.28
file_paths:
- Formula/olp.rb
fetch: repo_direct
- key:
token: libepoxy
type: formula
stats:
30d: 77
90d: 244
365d: 1010
description: Library for handling OpenGL function pointer management
homepage: https://github.com/anholt/libepoxy
fetch: homebrew
- key:
token: ifstat
type: formula
stats:
30d: 77
90d: 245
365d: 882
description: Tool to report network interface bandwidth
homepage: http://gael.roualland.free.fr/ifstat/
fetch: homebrew
- key:
token: tuist@4.44.3
type: formula
tap: tuist/tuist
stats:
30d: 77
90d: 77
365d: 77
description: Create, maintain, and interact with Xcode projects at scale
definition: https://github.com/tuist/homebrew-tuist/blob/HEAD/Formula/tuist@4.44.3.rb
file_paths:
- Formula/tuist@4.44.3.rb
fetch: repo_direct
- key:
token: berkeley-db@4
type: formula
stats:
30d: 77
90d: 245
365d: 1095
description: High performance key/value database
homepage: https://www.oracle.com/database/technologies/related/berkeleydb.html
fetch: homebrew
- key:
token: latexml
type: formula
stats:
30d: 77
90d: 259
365d: 1287
description: LaTeX to XML/HTML/MathML Converter
homepage: https://dlmf.nist.gov/LaTeXML/
fetch: homebrew
- key:
token: schemathesis
type: formula
stats:
30d: 77
90d: 259
365d: 1705
description: Testing tool for web applications with specs
homepage: https://schemathesis.readthedocs.io/
fetch: homebrew
- key:
token: wasi-runtimes
type: formula
stats:
30d: 77
90d: 137
365d: 373
description: Compiler-RT and libc++ runtimes for WASI
homepage: https://wasi.dev
fetch: homebrew
- key:
token: keploy
type: formula
stats:
30d: 77
90d: 244
365d: 610
description: Testing Toolkit creates test-cases and data mocks from API calls, DB
queries
homepage: https://keploy.io
fetch: homebrew
- key:
token: dockerfmt
type: formula
stats:
30d: 77
90d: 77
365d: 77
description: Dockerfile format and parser. a modern dockfmt
homepage: https://github.com/reteps/dockerfmt
fetch: homebrew
- key:
token: micropython
type: formula
stats:
30d: 77
90d: 277
365d: 1582
description: Python implementation for microcontrollers and constrained systems
homepage: https://www.micropython.org/
fetch: homebrew
- key:
token: aribb24
type: formula
stats:
30d: 77
90d: 223
365d: 1225
description: Library for ARIB STD-B24, decoding JIS 8 bit characters and parsing
MPEG-TS
homepage: https://code.videolan.org/jeeb/aribb24
fetch: homebrew
- key:
token: libopenmpt
type: formula
stats:
30d: 77
90d: 390
365d: 1945
description: Software library to decode tracked music files
homepage: https://lib.openmpt.org/libopenmpt/
fetch: homebrew
- key:
token: apache-opennlp
type: formula
stats:
30d: 77
90d: 215
365d: 1091
description: Machine learning toolkit for processing natural language text
homepage: https://opennlp.apache.org/
fetch: homebrew
- key:
token: k3sup
type: formula
stats:
30d: 77
90d: 458
365d: 1452
description: Utility to create k3s clusters on any local or remote VM
homepage: https://k3sup.dev
fetch: homebrew
- key:
token: halide
type: formula
stats:
30d: 77
90d: 168
365d: 907
description: Language for fast, portable data-parallel computation
homepage: https://halide-lang.org
fetch: homebrew
- key:
token: chisel
type: formula
stats:
30d: 77
90d: 191
365d: 646
description: Collection of LLDB commands to assist debugging iOS apps
homepage: https://github.com/facebook/chisel
fetch: homebrew
- key:
token: powerline-go
type: formula
stats:
30d: 77
90d: 282
365d: 1137
description: Beautiful and useful low-latency prompt for your shell
homepage: https://github.com/justjanne/powerline-go
fetch: homebrew
- key:
token: httpstat
type: formula
stats:
30d: 77
90d: 160
365d: 919
description: Curl statistics made simple
homepage: https://github.com/reorx/httpstat
fetch: homebrew
- key:
token: nexttrace
type: formula
stats:
30d: 77
90d: 566
365d: 2865
description: Open source visual route tracking CLI tool
homepage: https://www.nxtrace.org/
fetch: homebrew
- key:
token: pfetch
type: formula
stats:
30d: 77
90d: 226
365d: 988
description: Pretty system information tool written in POSIX sh
homepage: https://github.com/dylanaraps/pfetch/
fetch: homebrew
- key:
token: jump
type: formula
stats:
30d: 76
90d: 276
365d: 1058
description: Helps you navigate your file system faster by learning your habits
homepage: https://github.com/gsamokovarov/jump
fetch: homebrew
- key:
token: bower
type: formula
stats:
30d: 76
90d: 233
365d: 1413
description: Package manager for the web
homepage: https://bower.io/
fetch: homebrew
- key:
token: bibtexconv
type: formula
stats:
30d: 76
90d: 118
365d: 212
description: BibTeX file converter
homepage: https://github.com/dreibh/bibtexconv
fetch: homebrew
- key:
token: glyph
type: formula
stats:
30d: 76
90d: 192
365d: 192
description: Converts images/video to ASCII art
homepage: https://github.com/seatedro/glyph
fetch: homebrew
- key:
token: pianobar
type: formula
stats:
30d: 76
90d: 247
365d: 1326
description: Command-line player for https://pandora.com
homepage: https://6xq.net/pianobar/
fetch: homebrew
- key:
token: makedepend
type: formula
stats:
30d: 76
90d: 219
365d: 1754
description: Creates dependencies in makefiles
homepage: https://x.org/
fetch: homebrew
- key:
token: py-spy
type: formula
stats:
30d: 76
90d: 184
365d: 781
description: Sampling profiler for Python programs
homepage: https://github.com/benfred/py-spy
fetch: homebrew
- key:
token: deeplx
type: formula
tap: owo-network/brew
stats:
30d: 76
90d: 445
365d: 1498
description: DeepLX is a permanently free DeepL API client written in Golang.
definition: https://github.com/owo-network/homebrew-brew/blob/HEAD/Formula/deeplx.rb
version: 1.0.6
file_paths:
- Formula/deeplx.rb
fetch: repo_direct
- key:
token: aqtinstall
type: formula
stats:
30d: 76
90d: 134
365d: 134
description: Another unofficial Qt installer
homepage: https://github.com/miurahr/aqtinstall
fetch: homebrew
- key:
token: code2prompt
type: formula
stats:
30d: 76
90d: 188
365d: 188
description: CLI tool to convert your codebase into a single LLM prompt
homepage: https://code2prompt.dev/
fetch: homebrew
- key:
token: papilo
type: formula
stats:
30d: 76
90d: 142
365d: 765
description: Parallel Presolve for Integer and Linear Optimization
homepage: https://www.scipopt.org
fetch: homebrew
- key:
token: aspcud
type: formula
stats:
30d: 76
90d: 231
365d: 982
description: Package dependency solver
homepage: https://potassco.org/aspcud/
fetch: homebrew
- key:
token: clouddrive2
type: formula
tap: cloud-fs/clouddrive2
stats:
30d: 76
90d: 167
365d: 167
description: CloudDrive2
definition: https://github.com/cloud-fs/homebrew-clouddrive2/blob/HEAD/clouddrive2.rb
version: 0.8.15
file_paths:
- clouddrive2.rb
fetch: repo_direct
- key:
token: iredis
type: formula
stats:
30d: 76
90d: 210
365d: 1322
description: Terminal Client for Redis with AutoCompletion and Syntax Highlighting
homepage: https://iredis.xbin.io/
fetch: homebrew
- key:
token: nextdns
type: formula
stats:
30d: 76
90d: 295
365d: 771
description: CLI for NextDNS's DNS-over-HTTPS (DoH)
homepage: https://nextdns.io
fetch: homebrew
- key:
token: porter
type: formula
tap: porter-dev/porter
stats:
30d: 76
90d: 199
365d: 819
description: App artifacts, tools, configs, and logic packaged as distributable
installer
homepage: https://porter.sh
definition: https://github.com/porter-dev/homebrew-porter/blob/HEAD/Formula/porter.rb
version: 0.57.18
file_paths:
- Formula/porter.rb
fetch: repo_direct
- key:
token: nbdime
type: formula
stats:
30d: 76
90d: 183
365d: 1074
description: Jupyter Notebook Diff and Merge tools
homepage: https://nbdime.readthedocs.io
fetch: homebrew
- key:
token: mlpack
type: formula
stats:
30d: 76
90d: 166
365d: 1069
description: Scalable C++ machine learning library
homepage: https://www.mlpack.org
fetch: homebrew
- key:
token: dcraw
type: formula
stats:
30d: 76
90d: 236
365d: 887
description: Digital camera RAW photo decoding software
homepage: https://www.dechifro.org/dcraw/
fetch: homebrew
- key:
token: mysql-search-replace
type: formula
stats:
30d: 76
90d: 86
365d: 213
description: Database search and replace script in PHP
homepage: https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
fetch: homebrew
- key:
token: nanobind
type: formula
stats:
30d: 75
90d: 152
365d: 416
description: Tiny and efficient C++/Python bindings
homepage: https://github.com/wjakob/nanobind
fetch: homebrew
- key:
token: imgdiet
type: formula
stats:
30d: 75
90d: 222
365d: 1444
description: Optimize and resize images
homepage: https://git.sr.ht/~jamesponddotco/imgdiet-go
fetch: homebrew
- key:
token: dwdiff
type: formula
stats:
30d: 75
90d: 108
365d: 483
description: Diff that operates at the word level
homepage: https://os.ghalkes.nl/dwdiff.html
fetch: homebrew
- key:
token: localtunnel
type: formula
stats:
30d: 75
90d: 234
365d: 1088
description: Exposes your localhost to the world for easy testing and sharing
homepage: https://theboroer.github.io/localtunnel-www/
fetch: homebrew
- key:
token: git-delete-merged-branches
type: formula
stats:
30d: 75
90d: 187
365d: 640
description: Command-line tool to delete merged Git branches
homepage: https://github.com/hartwork/git-delete-merged-branches
fetch: homebrew
- key:
token: rtags
type: formula
stats:
30d: 75
90d: 133
365d: 705
description: Source code cross-referencer like ctags with a clang frontend
homepage: https://github.com/Andersbakken/rtags
fetch: homebrew
- key:
token: bagels
type: formula
stats:
30d: 75
90d: 153
365d: 153
description: Powerful expense tracker that lives in your terminal
homepage: https://github.com/EnhancedJax/Bagels
fetch: homebrew
- key:
token: libharu
type: formula
stats:
30d: 75
90d: 149
365d: 359
description: Library for generating PDF files
homepage: https://github.com/libharu/libharu
fetch: homebrew
- key:
token: atkmm
type: formula
stats:
30d: 75
90d: 206
365d: 1155
description: Official C++ interface for the ATK accessibility toolkit library
homepage: https://www.gtkmm.org/
fetch: homebrew
- key:
token: ghz
type: formula
stats:
30d: 75
90d: 264
365d: 1579
description: Simple gRPC benchmarking and load testing tool
homepage: https://ghz.sh
fetch: homebrew
- key:
token: memray
type: formula
stats:
30d: 75
90d: 133
365d: 417
description: Memory profiler for Python applications
homepage: https://bloomberg.github.io/memray/
fetch: homebrew
- key:
token: dockcheck
type: formula
stats:
30d: 75
90d: 75
365d: 75
description: CLI tool to automate docker image updates
homepage: https://github.com/mag37/dockcheck
fetch: homebrew
- key:
token: nb
type: formula
stats:
30d: 75
90d: 520
365d: 1955
description: Command-line and local web note-taking, bookmarking, and archiving
homepage: https://xwmx.github.io/nb
fetch: homebrew
- key:
token: git-cinnabar
type: formula
stats:
30d: 75
90d: 159
365d: 510
description: Git remote helper to interact with mercurial repositories
homepage: https://github.com/glandium/git-cinnabar
fetch: homebrew
- key:
token: gz-transport14
type: formula
tap: osrf/simulation
stats:
30d: 75
90d: 225
365d: 653
description: Transport middleware for robotics
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-transport14.rb
file_paths:
- Formula/gz-transport14.rb
fetch: repo_direct
- key:
token: vorbis-tools
type: formula
stats:
30d: 75
90d: 342
365d: 625
description: Ogg Vorbis CODEC tools
homepage: https://github.com/xiph/vorbis-tools
fetch: homebrew
- key:
token: ytt
type: formula
stats:
30d: 75
90d: 126
365d: 126
description: YAML templating tool that works on YAML structure instead of text
homepage: https://carvel.dev/ytt/
fetch: homebrew
- key:
token: g-ls
type: formula
stats:
30d: 75
90d: 286
365d: 795
description: Powerful and cross-platform ls
homepage: https://g.equationzhao.space
fetch: homebrew
- key:
token: bowtie2
type: formula
stats:
30d: 75
90d: 319
365d: 1627
description: Fast and sensitive gapped read aligner
homepage: https://bowtie-bio.sourceforge.net/bowtie2/index.shtml
fetch: homebrew
- key:
token: inframap
type: formula
stats:
30d: 75
90d: 275
365d: 1340
description: Read your tfstate or HCL to generate a graph
homepage: https://github.com/cycloidio/inframap
fetch: homebrew
- key:
token: zed
type: formula
tap: authzed/tap
stats:
30d: 75
90d: 717
365d: 3648
description: command-line client for managing SpiceDB
definition: https://github.com/authzed/homebrew-tap/blob/HEAD/Formula/zed.rb
version: 0.27.0
file_paths:
- Formula/zed.rb
fetch: repo_direct
- key:
token: rgbds
type: formula
stats:
30d: 75
90d: 310
365d: 1106
description: Rednex GameBoy Development System
homepage: https://rgbds.gbdev.io
fetch: homebrew
- key:
token: influxdb@1
type: formula
stats:
30d: 75
90d: 287
365d: 1397
description: Time series, events, and metrics database
homepage: https://influxdata.com/time-series-platform/influxdb/
fetch: homebrew
- key:
token: libtorrent-rakshasa
type: formula
stats:
30d: 75
90d: 118
365d: 373
description: BitTorrent library with a focus on high performance
homepage: https://github.com/rakshasa/libtorrent
fetch: homebrew
- key:
token: ksail
type: formula
tap: devantler-tech/formulas
stats:
30d: 75
90d: 142
365d: 142
description: SDK for Kubernetes
definition: https://github.com/devantler-tech/homebrew-formulas/blob/HEAD/Formula/ksail.rb
file_paths:
- Formula/ksail.rb
fetch: repo_direct
- key:
token: revive
type: formula
stats:
30d: 75
90d: 240
365d: 650
description: Fast, configurable, extensible, flexible, and beautiful linter for
Go
homepage: https://revive.run
fetch: homebrew
- key:
token: cot
type: formula
stats:
30d: 74
90d: 138
365d: 138
description: Rust web framework for lazy developers
homepage: https://cot.rs
fetch: homebrew
- key:
token: planck
type: formula
stats:
30d: 74
90d: 92
365d: 447
description: Stand-alone ClojureScript REPL
homepage: https://planck-repl.org/
fetch: homebrew
- key:
token: ffmpeg2theora
type: formula
stats:
30d: 74
90d: 168
365d: 908
description: Convert video files to Ogg Theora format
homepage: https://gitlab.xiph.org/xiph/ffmpeg2theora
fetch: homebrew
- key:
token: enca
type: formula
stats:
30d: 74
90d: 204
365d: 751
description: Charset analyzer and converter
homepage: https://cihar.com/software/enca/
fetch: homebrew
- key:
token: gnome-autoar
type: formula
stats:
30d: 74
90d: 198
365d: 961
description: GNOME library for archive handling
homepage: https://github.com/GNOME/gnome-autoar
fetch: homebrew
- key:
token: kafkactl
type: formula
stats:
30d: 74
90d: 134
365d: 134
description: CLI for managing Apache Kafka
homepage: https://deviceinsight.github.io/kafkactl/
fetch: homebrew
- key:
token: opal-security
type: formula
tap: opalsecurity/brew
stats:
30d: 74
90d: 93
365d: 227
description: Opal allows you to centrally manage access to all of your sensitive
systems
definition: https://github.com/opalsecurity/homebrew-brew/blob/HEAD/Formula/opal-security.rb
file_paths:
- Formula/opal-security.rb
fetch: repo_direct
- key:
token: lit
type: formula
stats:
30d: 74
90d: 180
365d: 1883
description: Portable tool for LLVM- and Clang-style test suites
homepage: https://llvm.org
fetch: homebrew
- key:
token: mmctl
type: formula
stats:
30d: 74
90d: 116
365d: 341
description: Remote CLI tool for Mattermost server
homepage: https://github.com/mattermost/mattermost
fetch: homebrew
- key:
token: libpanel
type: formula
stats:
30d: 74
90d: 176
365d: 832
description: Dock/panel library for GTK 4
homepage: https://gitlab.gnome.org/GNOME/libpanel
fetch: homebrew
- key:
token: dissent
type: formula
stats:
30d: 74
90d: 240
365d: 1325
description: GTK4 Discord client in Go
homepage: https://github.com/diamondburned/dissent
fetch: homebrew
- key:
token: pianod
type: formula
stats:
30d: 74
90d: 247
365d: 1279
description: Pandora client with multiple control interfaces
homepage: https://deviousfish.com/pianod/
fetch: homebrew
- key:
token: libical
type: formula
stats:
30d: 74
90d: 167
365d: 720
description: Implementation of iCalendar protocols and data formats
homepage: https://libical.github.io/libical/
fetch: homebrew
- key:
token: gz-fuel-tools10
type: formula
tap: osrf/simulation
stats:
30d: 74
90d: 222
365d: 666
description: Tools for using Fuel API to download robot models
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-fuel-tools10.rb
file_paths:
- Formula/gz-fuel-tools10.rb
fetch: repo_direct
- key:
token: git-graph
type: formula
stats:
30d: 73
90d: 135
365d: 136
description: Command-line tool to show clear git graphs arranged for your branching
model
homepage: https://github.com/mlange-42/git-graph
fetch: homebrew
- key:
token: pan
type: formula
stats:
30d: 73
90d: 209
365d: 1154
description: Usenet newsreader that's good at both text and binaries
homepage: https://gitlab.gnome.org/GNOME/pan
fetch: homebrew
- key:
token: closure-compiler
type: formula
stats:
30d: 73
90d: 149
365d: 734
description: JavaScript optimizing compiler
homepage: https://developers.google.com/closure/compiler
fetch: homebrew
- key:
token: soft-serve
type: formula
tap: charmbracelet/tap
stats:
30d: 73
90d: 121
365d: 406
description: Mighty, self-hostable Git server for the command-line
homepage: https://github.com/charmbracelet/soft-serve
definition: https://github.com/charmbracelet/homebrew-tap/blob/HEAD/soft-serve.rb
version: 0.8.5
file_paths:
- soft-serve.rb
fetch: repo_direct
- key:
token: browsh
type: formula
tap: browsh-org/browsh
stats:
30d: 73
90d: 218
365d: 978
description: The modern, text-based browser
definition: https://github.com/browsh-org/homebrew-browsh/blob/HEAD/browsh.rb
version: 1.8.0
file_paths:
- browsh.rb
fetch: repo_direct
- key:
token: sha3sum
type: formula
stats:
30d: 73
90d: 239
365d: 1866
description: Keccak, SHA-3, SHAKE, and RawSHAKE checksum utilities
homepage: https://codeberg.org/maandree/sha3sum
fetch: homebrew
- key:
token: mkvtomp4
type: formula
stats:
30d: 73
90d: 184
365d: 1029
description: Convert mkv files to mp4
homepage: https://github.com/gavinbeatty/mkvtomp4/
fetch: homebrew
- key:
token: multi-gitter
type: formula
tap: lindell/multi-gitter
stats:
30d: 73
90d: 244
365d: 778
description: Update multiple repositories in bulk
definition: https://github.com/lindell/homebrew-multi-gitter/blob/HEAD/Formula/multi-gitter.rb
version: 0.57.0
file_paths:
- Formula/multi-gitter.rb
fetch: repo_direct
- key:
token: kuzu
type: formula
stats:
30d: 73
90d: 206
365d: 582
description: Embeddable graph database management system built for query speed &
scalability
homepage: https://kuzudb.com/
fetch: homebrew
- key:
token: spectral-cli
type: formula
stats:
30d: 73
90d: 231
365d: 1077
description: JSON/YAML linter and support OpenAPI v3.1/v3.0/v2.0, and AsyncAPI v2.x
homepage: https://stoplight.io/open-source/spectral
fetch: homebrew
- key:
token: h2
type: formula
stats:
30d: 73
90d: 305
365d: 2039
description: Java SQL database
homepage: https://www.h2database.com/
fetch: homebrew
- key:
token: kopia
type: formula
stats:
30d: 73
90d: 446
365d: 1471
description: Fast and secure open-source backup
homepage: https://kopia.io
fetch: homebrew
- key:
token: morpheus
type: formula
stats:
30d: 73
90d: 234
365d: 1077
description: Modeling environment for multi-cellular systems biology
homepage: https://morpheus.gitlab.io/
fetch: homebrew
- key:
token: fastp
type: formula
stats:
30d: 73
90d: 176
365d: 666
description: Ultra-fast all-in-one FASTQ preprocessor
homepage: https://github.com/OpenGene/fastp
fetch: homebrew
- key:
token: tomcat-native
type: formula
stats:
30d: 73
90d: 213
365d: 1263
description: Lets Tomcat use some native resources for performance
homepage: https://tomcat.apache.org/native-doc/
fetch: homebrew
- key:
token: drone-cli
type: formula
stats:
30d: 73
90d: 220
365d: 845
description: Command-line client for the Drone continuous integration server
homepage: https://drone.io
fetch: homebrew
- key:
token: fpm
type: formula
stats:
30d: 73
90d: 95
365d: 106
description: Package manager and build system for Fortran
homepage: https://fpm.fortran-lang.org
fetch: homebrew
- key:
token: par2
type: formula
stats:
30d: 73
90d: 156
365d: 511
description: 'Parchive: Parity Archive Volume Set for data recovery'
homepage: https://github.com/Parchive/par2cmdline
fetch: homebrew
- key:
token: gtk-gnutella
type: formula
stats:
30d: 73
90d: 190
365d: 801
description: Share files in a peer-to-peer (P2P) network
homepage: https://gtk-gnutella.sourceforge.io
fetch: homebrew
- key:
token: file-roller
type: formula
stats:
30d: 73
90d: 230
365d: 1306
description: GNOME archive manager
homepage: https://wiki.gnome.org/Apps/FileRoller
fetch: homebrew
- key:
token: gz-common6
type: formula
tap: osrf/simulation
stats:
30d: 73
90d: 215
365d: 617
description: Common libraries for robotics applications
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-common6.rb
file_paths:
- Formula/gz-common6.rb
fetch: repo_direct
- key:
token: cyctl
type: formula
stats:
30d: 72
90d: 207
365d: 798
description: Customizable UI for Kubernetes workloads
homepage: https://cyclops-ui.com/
fetch: homebrew
- key:
token: proxytunnel
type: formula
stats:
30d: 72
90d: 161
365d: 461
description: Create TCP tunnels through HTTPS proxies
homepage: https://github.com/proxytunnel/proxytunnel
fetch: homebrew
- key:
token: cppman
type: formula
stats:
30d: 72
90d: 190
365d: 1036
description: C++ 98/11/14/17/20 manual pages from cplusplus.com and cppreference.com
homepage: https://github.com/aitjcize/cppman
fetch: homebrew
- key:
token: packer-completion
type: formula
stats:
30d: 72
90d: 242
365d: 832
description: Bash completion for Packer
homepage: https://github.com/mrolli/packer-bash-completion
fetch: homebrew
- key:
token: tika
type: formula
stats:
30d: 72
90d: 338
365d: 1416
description: Content analysis toolkit
homepage: https://tika.apache.org/
fetch: homebrew
- key:
token: fobis
type: formula
stats:
30d: 72
90d: 140
365d: 798
description: KISS build tool for automatically building modern Fortran projects
homepage: https://github.com/szaghi/FoBiS
fetch: homebrew
- key:
token: ltex-ls-plus
type: formula
stats:
30d: 72
90d: 127
365d: 165
description: 'LTeX+ Language Server: maintained fork of LTeX Language Server'
homepage: https://ltex-plus.github.io/ltex-plus/
fetch: homebrew
- key:
token: petsc-complex
type: formula
stats:
30d: 72
90d: 151
365d: 507
description: Portable, Extensible Toolkit for Scientific Computation (complex)
homepage: https://petsc.org/
fetch: homebrew
- key:
token: bearer
type: formula
tap: bearer/tap
stats:
30d: 72
90d: 358
365d: 2343
description: A data-first security scanner that finds risks and vulnerabilities
in your code so you can protect sensitive data (PHI, PD, PII).
definition: https://github.com/bearer/homebrew-tap/blob/HEAD/Formula/bearer.rb
version: 1.49.0
file_paths:
- Formula/bearer.rb
fetch: repo_direct
- key:
token: gatsby-cli
type: formula
stats:
30d: 72
90d: 196
365d: 1356
description: Gatsby command-line interface
homepage: https://www.gatsbyjs.com/docs/reference/gatsby-cli/
fetch: homebrew
- key:
token: clickhouse-odbc
type: formula
stats:
30d: 72
90d: 151
365d: 656
description: Official ODBC driver implementation for accessing ClickHouse as a data
source
homepage: https://github.com/ClickHouse/clickhouse-odbc
fetch: homebrew
- key:
token: rayvn
type: formula
tap: phoggy/rayvn
stats:
30d: 72
90d: 72
365d: 72
description: "\nA shared library system for bash. Shared libraries are:\n\n -
Developed within a GitHub repo (the "
definition: https://github.com/phoggy/homebrew-rayvn/blob/HEAD/Formula/rayvn.rb
version: 0.1.2
file_paths:
- Formula/rayvn.rb
fetch: repo_direct
- key:
token: libtirpc
type: formula
stats:
30d: 72
90d: 322
365d: 4726
description: Port of Sun's Transport-Independent RPC library to Linux
homepage: https://sourceforge.net/projects/libtirpc/
fetch: homebrew
- key:
token: gifify
type: formula
stats:
30d: 72
90d: 190
365d: 1253
description: Turn movies into GIFs
homepage: https://github.com/jclem/gifify
fetch: homebrew
- key:
token: cbmc
type: formula
stats:
30d: 72
90d: 123
365d: 785
description: C Bounded Model Checker
homepage: https://www.cprover.org/cbmc/
fetch: homebrew
- key:
token: cataclysm
type: formula
stats:
30d: 72
90d: 275
365d: 1307
description: Fork/variant of Cataclysm Roguelike
homepage: https://github.com/CleverRaven/Cataclysm-DDA
fetch: homebrew
- key:
token: cpufetch
type: formula
stats:
30d: 72
90d: 213
365d: 1461
description: CPU architecture fetching tool
homepage: https://github.com/Dr-Noob/cpufetch
fetch: homebrew
- key:
token: pc6001vx
type: formula
stats:
30d: 72
90d: 185
365d: 1139
description: PC-6001 emulator
homepage: https://github.com/eighttails/PC6001VX
fetch: homebrew
- key:
token: aws-nuke
type: formula
tap: ekristen/tap
stats:
30d: 72
90d: 307
365d: 782
description: Nuke a whole AWS account and delete all its resources
homepage: https://github.com/ekristen/aws-nuke
definition: https://github.com/ekristen/homebrew-tap/blob/HEAD/Formula/aws-nuke.rb
version: 3.47.1
file_paths:
- Formula/aws-nuke.rb
fetch: repo_direct
- key:
token: djvulibre
type: formula
stats:
30d: 72
90d: 220
365d: 910
description: DjVu viewer
homepage: https://djvu.sourceforge.net/
fetch: homebrew
- key:
token: tcpreplay
type: formula
stats:
30d: 72
90d: 248
365d: 1408
description: Replay saved tcpdump files at arbitrary speeds
homepage: https://tcpreplay.appneta.com/
fetch: homebrew
- key:
token: verible
type: formula
tap: chipsalliance/verible
stats:
30d: 72
90d: 204
365d: 498
description: SystemVerilog developer tools
definition: https://github.com/chipsalliance/homebrew-verible/blob/HEAD/Formula/verible.rb
version: 0.0-3946-g851d3ff4
file_paths:
- Formula/verible.rb
fetch: repo_direct
- key:
token: podlet
type: formula
stats:
30d: 72
90d: 229
365d: 597
description: Generate podman quadlet files from a podman command or compose file
homepage: https://github.com/containers/podlet
fetch: homebrew
- key:
token: html2markdown
type: formula
tap: johanneskaufmann/tap
stats:
30d: 72
90d: 166
365d: 342
description: Convert HTML to Markdown
homepage: https://html-to-markdown.com
definition: https://github.com/johanneskaufmann/homebrew-tap/blob/HEAD/html2markdown.rb
version: 2.3.1
file_paths:
- html2markdown.rb
fetch: repo_direct
- key:
token: argp-standalone
type: formula
stats:
30d: 72
90d: 247
365d: 1078
description: Standalone version of arguments parsing functions from GLIBC
homepage: https://github.com/argp-standalone/argp-standalone
fetch: homebrew
- key:
token: mmv
type: formula
stats:
30d: 72
90d: 253
365d: 1962
description: Move, copy, append, and link multiple files
homepage: https://github.com/rrthomas/mmv
fetch: homebrew
- key:
token: tfstate-lookup
type: formula
tap: fujiwara/tap
stats:
30d: 72
90d: 182
365d: 380
description: Lookup resource attributes in tfstate.
definition: https://github.com/fujiwara/homebrew-tap/blob/HEAD/tfstate-lookup.rb
version: 1.5.0
file_paths:
- tfstate-lookup.rb
fetch: repo_direct
- key:
token: lanraragi
type: formula
stats:
30d: 72
90d: 192
365d: 1439
description: Web application for archival and reading of manga/doujinshi
homepage: https://github.com/Difegue/LANraragi
fetch: homebrew
- key:
token: neovim-remote
type: formula
stats:
30d: 71
90d: 227
365d: 1443
description: Control nvim processes using `nvr` command-line tool
homepage: https://github.com/mhinz/neovim-remote
fetch: homebrew
- key:
token: libde265
type: formula
stats:
30d: 71
90d: 286
365d: 1654
description: Open h.265 video codec implementation
homepage: https://github.com/strukturag/libde265
fetch: homebrew
- key:
token: metview
type: formula
stats:
30d: 71
90d: 273
365d: 1271
description: Meteorological workstation software
homepage: https://metview.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: liblcf
type: formula
stats:
30d: 71
90d: 88
365d: 370
description: Library for RPG Maker 2000/2003 games data
homepage: https://easyrpg.org/
fetch: homebrew
- key:
token: libxdmcp
type: formula
stats:
30d: 71
90d: 206
365d: 2217
description: 'X.Org: X Display Manager Control Protocol library'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: trafficserver
type: formula
stats:
30d: 71
90d: 191
365d: 474
description: HTTP/1.1 and HTTP/2 compliant caching proxy server
homepage: https://trafficserver.apache.org/
fetch: homebrew
- key:
token: gptfdisk
type: formula
stats:
30d: 71
90d: 232
365d: 905
description: Text-mode partitioning tools
homepage: https://www.rodsbooks.com/gdisk/
fetch: homebrew
- key:
token: gnunet
type: formula
stats:
30d: 71
90d: 113
365d: 723
description: Framework for distributed, secure and privacy-preserving applications
homepage: https://gnunet.org/
fetch: homebrew
- key:
token: azqr
type: formula
stats:
30d: 71
90d: 234
365d: 377
description: Azure Quick Review
homepage: https://azure.github.io/azqr/
fetch: homebrew
- key:
token: pdfsandwich
type: formula
stats:
30d: 71
90d: 203
365d: 1242
description: Generate sandwich OCR PDFs from scanned file
homepage: http://www.tobias-elze.de/pdfsandwich/
fetch: homebrew
- key:
token: proguard
type: formula
stats:
30d: 71
90d: 152
365d: 801
description: Java class file shrinker, optimizer, and obfuscator
homepage: https://www.guardsquare.com/en/products/proguard
fetch: homebrew
- key:
token: netatalk
type: formula
stats:
30d: 71
90d: 172
365d: 578
description: File server for Macs, compliant with Apple Filing Protocol (AFP)
homepage: https://netatalk.io
fetch: homebrew
- key:
token: wash
type: formula
tap: wasmcloud/wasmcloud
stats:
30d: 71
90d: 225
365d: 830
description: WAsmcloud SHell - a comprehensive command-line tool for wasmCloud development
definition: https://github.com/wasmcloud/homebrew-wasmcloud/blob/HEAD/Formula/wash.rb
version: 0.41.0
file_paths:
- Formula/wash.rb
fetch: repo_direct
- key:
token: lakefs
type: formula
tap: treeverse/lakefs
stats:
30d: 71
90d: 141
365d: 495
description: lakeFS is an open-source tool that transforms your object storage into
a Git-like repository. It enables you to manage your data lake the way you manage
your code.
definition: https://github.com/treeverse/homebrew-lakefs/blob/HEAD/lakefs.rb
version: 1.54.0
file_paths:
- lakefs.rb
fetch: repo_direct
- key:
token: ccrypt
type: formula
stats:
30d: 71
90d: 126
365d: 435
description: Encrypt and decrypt files and streams
homepage: https://ccrypt.sourceforge.net/
fetch: homebrew
- key:
token: httpyac
type: formula
stats:
30d: 71
90d: 160
365d: 985
description: Quickly and easily send REST, SOAP, GraphQL and gRPC requests
homepage: https://httpyac.github.io/
fetch: homebrew
- key:
token: trellis-cli
type: formula
tap: roots/tap
stats:
30d: 71
90d: 234
365d: 1059
description: A CLI to manage Trellis projects
definition: https://github.com/roots/homebrew-tap/blob/HEAD/Formula/trellis-cli.rb
version: 1.13.0
file_paths:
- Formula/trellis-cli.rb
fetch: repo_direct
- key:
token: nfpm
type: formula
stats:
30d: 71
90d: 218
365d: 922
description: Simple deb and rpm packager
homepage: https://nfpm.goreleaser.com/
fetch: homebrew
- key:
token: pkcs11-tools
type: formula
stats:
30d: 71
90d: 219
365d: 658
description: Tools to manage objects on PKCS#11 crypotographic tokens
homepage: https://github.com/Mastercard/pkcs11-tools
fetch: homebrew
- key:
token: tmuxinator-completion
type: formula
stats:
30d: 71
90d: 90
365d: 589
description: Shell completion for Tmuxinator
homepage: https://github.com/tmuxinator/tmuxinator
fetch: homebrew
- key:
token: txr
type: formula
stats:
30d: 71
90d: 90
365d: 197
description: Lisp-like programming language for convenient data munging
homepage: https://www.nongnu.org/txr/
fetch: homebrew
- key:
token: todoist
type: formula
stats:
30d: 71
90d: 112
365d: 112
description: CLI for Todoist
homepage: https://github.com/sachaos/todoist
fetch: homebrew
- key:
token: container-structure-test
type: formula
stats:
30d: 71
90d: 212
365d: 1618
description: Validate the structure of your container images
homepage: https://github.com/GoogleContainerTools/container-structure-test
fetch: homebrew
- key:
token: apache-geode
type: formula
stats:
30d: 71
90d: 185
365d: 662
description: In-memory Data Grid for fast transactional data processing
homepage: https://geode.apache.org/
fetch: homebrew
- key:
token: mist-cli
type: formula
stats:
30d: 71
90d: 158
365d: 914
description: Mac command-line tool that automatically downloads macOS Firmwares
/ Installers
homepage: https://github.com/ninxsoft/mist-cli
fetch: homebrew
- key:
token: cloudeagle
type: formula
tap: gkwa/tools
stats:
30d: 71
90d: 230
365d: 620
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/cloudeagle.rb
version: 0.0.4
file_paths:
- Formula/cloudeagle.rb
fetch: repo_direct
- key:
token: gz-msgs11
type: formula
tap: osrf/simulation
stats:
30d: 71
90d: 210
365d: 657
description: Middleware protobuf messages for robotics
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-msgs11.rb
file_paths:
- Formula/gz-msgs11.rb
fetch: repo_direct
- key:
token: aqbanking
type: formula
stats:
30d: 71
90d: 176
365d: 944
description: Generic online banking interface
homepage: https://www.aquamaniac.de/rdm/projects/aqbanking
fetch: homebrew
- key:
token: lcm
type: formula
stats:
30d: 70
90d: 157
365d: 735
description: Libraries and tools for message passing and data marshalling
homepage: https://lcm-proj.github.io/
fetch: homebrew
- key:
token: gz-sensors9
type: formula
tap: osrf/simulation
stats:
30d: 70
90d: 221
365d: 649
description: Sensors library for robotics applications
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-sensors9.rb
file_paths:
- Formula/gz-sensors9.rb
fetch: repo_direct
- key:
token: milvus-backup
type: formula
tap: zilliztech/tap
stats:
30d: 70
90d: 101
365d: 204
definition: https://github.com/zilliztech/homebrew-tap/blob/HEAD/Formula/milvus-backup.rb
version: 0.5.3
file_paths:
- Formula/milvus-backup.rb
fetch: repo_direct
- key:
token: aws-c-common
type: formula
stats:
30d: 70
90d: 195
365d: 239
description: Core c99 package for AWS SDK for C
homepage: https://github.com/awslabs/aws-c-common
fetch: homebrew
- key:
token: raven
type: formula
stats:
30d: 70
90d: 135
365d: 368
description: Risk Analysis and Vulnerability Enumeration for CI/CD
homepage: https://github.com/CycodeLabs/raven
fetch: homebrew
- key:
token: bench
type: formula
stats:
30d: 70
90d: 158
365d: 549
description: Command-line benchmark tool
homepage: https://github.com/Gabriella439/bench
fetch: homebrew
- key:
token: ddclient
type: formula
stats:
30d: 70
90d: 285
365d: 779
description: Update dynamic DNS entries
homepage: https://ddclient.net/
fetch: homebrew
- key:
token: dcm2niix
type: formula
stats:
30d: 70
90d: 215
365d: 639
description: DICOM to NIfTI converter
homepage: https://www.nitrc.org/plugins/mwiki/index.php/dcm2nii:MainPage
fetch: homebrew
- key:
token: qt-postgresql
type: formula
stats:
30d: 70
90d: 185
365d: 891
description: Qt SQL Database Driver
homepage: https://www.qt.io/
fetch: homebrew
- key:
token: plplot
type: formula
stats:
30d: 70
90d: 180
365d: 862
description: Cross-platform software package for creating scientific plots
homepage: https://plplot.sourceforge.net/
fetch: homebrew
- key:
token: gibo
type: formula
stats:
30d: 70
90d: 276
365d: 1715
description: Access GitHub's .gitignore boilerplates
homepage: https://github.com/simonwhitaker/gibo
fetch: homebrew
- key:
token: changie
type: formula
stats:
30d: 70
90d: 281
365d: 1739
description: Automated changelog tool for preparing releases
homepage: https://changie.dev/
fetch: homebrew
- key:
token: jupyter-r
type: formula
stats:
30d: 70
90d: 193
365d: 1171
description: R support for Jupyter
homepage: https://irkernel.github.io
fetch: homebrew
- key:
token: dita-ot
type: formula
stats:
30d: 70
90d: 216
365d: 913
description: DITA Open Toolkit is an implementation of the OASIS DITA specification
homepage: https://www.dita-ot.org/
fetch: homebrew
- key:
token: augustus
type: formula
stats:
30d: 70
90d: 94
365d: 542
description: Predict genes in eukaryotic genomic sequences
homepage: https://bioinf.uni-greifswald.de/augustus/
fetch: homebrew
- key:
token: gtksourceviewmm3
type: formula
stats:
30d: 70
90d: 183
365d: 931
description: C++ bindings for gtksourceview3
homepage: https://gitlab.gnome.org/GNOME/gtksourceviewmm
fetch: homebrew
- key:
token: earthly
type: formula
stats:
30d: 70
90d: 254
365d: 2815
description: Build automation tool for the container era
homepage: https://earthly.dev/
fetch: homebrew
- key:
token: libplacebo
type: formula
stats:
30d: 70
90d: 233
365d: 2970
description: Reusable library for GPU-accelerated image/video processing primitives
homepage: https://code.videolan.org/videolan/libplacebo
fetch: homebrew
- key:
token: popeye
type: formula
stats:
30d: 70
90d: 541
365d: 1421
description: Kubernetes cluster resource sanitizer
homepage: https://popeyecli.io
fetch: homebrew
- key:
token: supertux
type: formula
stats:
30d: 70
90d: 147
365d: 949
description: Classic 2D jump'n run sidescroller game
homepage: https://www.supertux.org/
fetch: homebrew
- key:
token: kim-api
type: formula
stats:
30d: 70
90d: 77
365d: 296
description: Knowledgebase of Interatomic Models (KIM) API
homepage: https://openkim.org
fetch: homebrew
- key:
token: unp
type: formula
stats:
30d: 70
90d: 155
365d: 516
description: Unpack everything with one command
homepage: https://tracker.debian.org/pkg/unp
fetch: homebrew
- key:
token: libcouchbase
type: formula
stats:
30d: 70
90d: 193
365d: 833
description: C library for Couchbase
homepage: https://docs.couchbase.com/c-sdk/current/hello-world/start-using-sdk.html
fetch: homebrew
- key:
token: resvg
type: formula
stats:
30d: 70
90d: 157
365d: 492
description: SVG rendering tool and library
homepage: https://github.com/RazrFalcon/resvg
fetch: homebrew
- key:
token: gptme
type: formula
stats:
30d: 70
90d: 204
365d: 561
description: AI assistant in your terminal
homepage: https://gptme.org/docs/
fetch: homebrew
- key:
token: klavaro
type: formula
stats:
30d: 70
90d: 183
365d: 896
description: Free touch typing tutor program
homepage: https://klavaro.sourceforge.io/
fetch: homebrew
- key:
token: cloudelf
type: formula
tap: gkwa/tools
stats:
30d: 70
90d: 238
365d: 636
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/cloudelf.rb
version: 0.0.44
file_paths:
- Formula/cloudelf.rb
fetch: repo_direct
- key:
token: shopware-cli
type: formula
tap: friendsofshopware/tap
stats:
30d: 70
90d: 205
365d: 800
description: Shopware CLI helps Shopware developers manage extensions
definition: https://github.com/friendsofshopware/homebrew-tap/blob/HEAD/Formula/shopware-cli.rb
version: 0.5.16
file_paths:
- Formula/shopware-cli.rb
fetch: repo_direct
- key:
token: wildfly-as
type: formula
stats:
30d: 70
90d: 259
365d: 1005
description: Managed application runtime for building applications
homepage: https://www.wildfly.org/
fetch: homebrew
- key:
token: docker-ls
type: formula
stats:
30d: 70
90d: 254
365d: 979
description: Tools for browsing and manipulating docker registries
homepage: https://github.com/mayflower/docker-ls
fetch: homebrew
- key:
token: urdfdom
type: formula
stats:
30d: 69
90d: 133
365d: 312
description: Unified Robot Description Format (URDF) parser
homepage: https://wiki.ros.org/urdf/
fetch: homebrew
- key:
token: foundry
type: formula
stats:
30d: 69
90d: 187
365d: 187
description: Blazing fast, portable and modular toolkit for Ethereum application
development
homepage: https://github.com/foundry-rs/foundry
fetch: homebrew
- key:
token: okta-awscli
type: formula
stats:
30d: 69
90d: 211
365d: 1349
description: Okta authentication for awscli
homepage: https://github.com/okta-awscli/okta-awscli
fetch: homebrew
- key:
token: dbml-cli
type: formula
stats:
30d: 69
90d: 177
365d: 958
description: Convert DBML file to SQL and vice versa
homepage: https://www.dbml.org/cli/
fetch: homebrew
- key:
token: plotutils
type: formula
stats:
30d: 69
90d: 141
365d: 406
description: C/C++ function library for exporting 2-D vector graphics
homepage: https://www.gnu.org/software/plotutils/
fetch: homebrew
- key:
token: docfx
type: formula
stats:
30d: 69
90d: 148
365d: 689
description: Tools for building and publishing API documentation for .NET projects
homepage: https://dotnet.github.io/docfx/
fetch: homebrew
- key:
token: liquidctl
type: formula
stats:
30d: 69
90d: 217
365d: 1083
description: Cross-platform tool and drivers for liquid coolers and other devices
homepage: https://github.com/liquidctl/liquidctl
fetch: homebrew
- key:
token: feluda
type: formula
stats:
30d: 69
90d: 133
365d: 133
description: Detect license usage restrictions in your project
homepage: https://github.com/anistark/feluda
fetch: homebrew
- key:
token: mani
type: formula
tap: alajmo/mani
stats:
30d: 69
90d: 117
365d: 214
description: CLI tool to help you manage repositories
homepage: https://manicli.com
definition: https://github.com/alajmo/homebrew-mani/blob/HEAD/Formula/mani.rb
version: 0.30.1
file_paths:
- Formula/mani.rb
fetch: repo_direct
- key:
token: rcm
type: formula
stats:
30d: 69
90d: 166
365d: 671
description: RC file (dotfile) management
homepage: https://thoughtbot.github.io/rcm/rcm.7.html
fetch: homebrew
- key:
token: latex2html
type: formula
stats:
30d: 69
90d: 245
365d: 1029
description: LaTeX-to-HTML translator
homepage: https://www.latex2html.org
fetch: homebrew
- key:
token: mac-cleanup
type: formula
tap: fwartner/tap
stats:
30d: 69
90d: 176
365d: 618
description: " cleanup script for macos"
definition: https://github.com/fwartner/homebrew-tap/blob/HEAD/Formula/mac-cleanup.rb
file_paths:
- Formula/mac-cleanup.rb
fetch: repo_direct
- key:
token: chkbit
type: formula
stats:
30d: 69
90d: 211
365d: 612
description: Check your files for data corruption
homepage: https://github.com/laktak/chkbit
fetch: homebrew
- key:
token: cppinsights
type: formula
stats:
30d: 69
90d: 133
365d: 545
description: See your source code with the eyes of a compiler
homepage: https://cppinsights.io/
fetch: homebrew
- key:
token: rkhunter
type: formula
stats:
30d: 69
90d: 235
365d: 753
description: Rootkit hunter
homepage: https://rkhunter.sourceforge.net/
fetch: homebrew
- key:
token: nats-streaming-server
type: formula
stats:
30d: 69
90d: 292
365d: 800
description: Lightweight cloud messaging system
homepage: https://nats.io
fetch: homebrew
- key:
token: html-xml-utils
type: formula
stats:
30d: 69
90d: 311
365d: 709
description: Tools for manipulating HTML and XML files
homepage: https://www.w3.org/Tools/HTML-XML-utils/
fetch: homebrew
- key:
token: bbtools
type: formula
stats:
30d: 69
90d: 257
365d: 1042
description: Brian Bushnell's tools for manipulating reads
homepage: https://jgi.doe.gov/data-and-tools/software-tools/bbtools/
fetch: homebrew
- key:
token: dyld-headers
type: formula
stats:
30d: 69
90d: 225
365d: 815
description: Header files for the dynamic linker
homepage: https://opensource.apple.com/
fetch: homebrew
- key:
token: hstr
type: formula
stats:
30d: 69
90d: 224
365d: 1069
description: Bash and zsh history suggest box
homepage: https://github.com/dvorka/hstr
fetch: homebrew
- key:
token: dotslash
type: formula
stats:
30d: 69
90d: 243
365d: 760
description: Simplified executable deployment
homepage: https://dotslash-cli.com
fetch: homebrew
- key:
token: orchard
type: formula
tap: cirruslabs/cli
stats:
30d: 69
90d: 161
365d: 480
description: Orchestrator for running Tart Virtual Machines on a cluster of Apple
Silicon devices
definition: https://github.com/cirruslabs/homebrew-cli/blob/HEAD/orchard.rb
version: 0.32.0
file_paths:
- orchard.rb
fetch: repo_direct
- key:
token: primecount
type: formula
stats:
30d: 69
90d: 147
365d: 514
description: Fast prime counting function program and C/C++ library
homepage: https://github.com/kimwalisch/primecount
fetch: homebrew
- key:
token: progress
type: formula
stats:
30d: 69
90d: 295
365d: 1373
description: Coreutils progress viewer
homepage: https://github.com/Xfennec/progress
fetch: homebrew
- key:
token: tinyproxy
type: formula
stats:
30d: 69
90d: 255
365d: 1145
description: HTTP/HTTPS proxy for POSIX systems
homepage: https://tinyproxy.github.io/
fetch: homebrew
- key:
token: minijinja-cli
type: formula
stats:
30d: 69
90d: 198
365d: 424
description: Render Jinja2 templates directly from the command-line to stdout
homepage: https://docs.rs/minijinja/latest/minijinja/
fetch: homebrew
- key:
token: pangomm@2.46
type: formula
stats:
30d: 69
90d: 202
365d: 1511
description: C++ interface to Pango
homepage: https://www.gtk.org/docs/architecture/pango
fetch: homebrew
- key:
token: rizin
type: formula
stats:
30d: 69
90d: 297
365d: 858
description: UNIX-like reverse engineering framework and command-line toolset
homepage: https://rizin.re
fetch: homebrew
- key:
token: moar
type: formula
stats:
30d: 69
90d: 627
365d: 3727
description: Nice to use pager for humans
homepage: https://github.com/walles/moar
fetch: homebrew
- key:
token: clarinet
type: formula
stats:
30d: 69
90d: 233
365d: 878
description: Command-line tool and runtime for the Clarity smart contract language
homepage: https://www.hiro.so/clarinet
fetch: homebrew
- key:
token: nodeenv
type: formula
stats:
30d: 69
90d: 257
365d: 1244
description: Node.js virtual environment builder
homepage: https://ekalinin.github.io/nodeenv/
fetch: homebrew
- key:
token: nesfab
type: formula
stats:
30d: 69
90d: 69
365d: 69
- key:
token: cloudsplaining
type: formula
stats:
30d: 68
90d: 202
365d: 710
description: AWS IAM Security Assessment tool
homepage: https://cloudsplaining.readthedocs.io/en/latest/
fetch: homebrew
- key:
token: openh264
type: formula
stats:
30d: 68
90d: 284
365d: 828
description: H.264 codec from Cisco
homepage: https://www.openh264.org/
fetch: homebrew
- key:
token: gauge
type: formula
stats:
30d: 68
90d: 437
365d: 1724
description: Test automation tool that supports executable documentation
homepage: https://gauge.org
fetch: homebrew
- key:
token: gost
type: formula
stats:
30d: 68
90d: 222
365d: 940
description: GO Simple Tunnel - a simple tunnel written in golang
homepage: https://github.com/ginuerzh/gost
fetch: homebrew
- key:
token: votca
type: formula
stats:
30d: 68
90d: 125
365d: 747
description: Versatile Object-oriented Toolkit for Coarse-graining Applications
homepage: https://www.votca.org/
fetch: homebrew
- key:
token: stencil
type: formula
stats:
30d: 68
90d: 172
365d: 494
description: Modern living-template engine for evolving repositories
homepage: https://stencil.rgst.io
fetch: homebrew
- key:
token: orc-tools
type: formula
stats:
30d: 68
90d: 227
365d: 1049
description: ORC java command-line tools and utilities
homepage: https://orc.apache.org/
fetch: homebrew
- key:
token: localazy
type: formula
tap: localazy/tools
stats:
30d: 68
90d: 281
365d: 1022
description: CLI tool for the Localazy platform
definition: https://github.com/localazy/homebrew-tools/blob/HEAD/localazy.rb
file_paths:
- localazy.rb
fetch: repo_direct
- key:
token: mafft
type: formula
stats:
30d: 68
90d: 213
365d: 892
description: Multiple alignments with fast Fourier transforms
homepage: https://mafft.cbrc.jp/alignment/software/
fetch: homebrew
- key:
token: xeyes
type: formula
stats:
30d: 68
90d: 188
365d: 188
description: Follow the mouse X demo using the X SHAPE extension
homepage: https://gitlab.freedesktop.org/xorg/app/xeyes
fetch: homebrew
- key:
token: howbob
type: formula
tap: gkwa/tools
stats:
30d: 68
90d: 236
365d: 498
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/howbob.rb
version: 0.0.9
file_paths:
- Formula/howbob.rb
fetch: repo_direct
- key:
token: corsixth
type: formula
stats:
30d: 68
90d: 187
365d: 1199
description: Open source clone of Theme Hospital
homepage: https://github.com/CorsixTH/CorsixTH
fetch: homebrew
- key:
token: glooctl
type: formula
stats:
30d: 68
90d: 468
365d: 2049
description: Envoy-Powered API Gateway
homepage: https://docs.solo.io/gloo-edge/main/reference/cli/glooctl/
fetch: homebrew
- key:
token: vulkan-profiles
type: formula
stats:
30d: 68
90d: 237
365d: 1108
description: Tools for Vulkan profiles
homepage: https://github.com/KhronosGroup/Vulkan-Profiles
fetch: homebrew
- key:
token: sassc
type: formula
stats:
30d: 68
90d: 214
365d: 717
description: Wrapper around libsass that helps to create command-line apps
homepage: https://github.com/sass/sassc
fetch: homebrew
- key:
token: gnirehtet
type: formula
stats:
30d: 68
90d: 183
365d: 713
description: Reverse tethering tool for Android
homepage: https://github.com/Genymobile/gnirehtet
fetch: homebrew
- key:
token: payload-dumper-go
type: formula
stats:
30d: 68
90d: 251
365d: 786
description: Android OTA payload dumper written in Go
homepage: https://github.com/ssut/payload-dumper-go
fetch: homebrew
- key:
token: cql
type: formula
stats:
30d: 68
90d: 170
365d: 657
description: Decentralized SQL database with blockchain features
homepage: https://covenantsql.io
fetch: homebrew
- key:
token: eralchemy
type: formula
stats:
30d: 68
90d: 177
365d: 1071
description: Simple entity relation (ER) diagrams generation
homepage: https://github.com/eralchemy/eralchemy
fetch: homebrew
- key:
token: nsnake
type: formula
stats:
30d: 68
90d: 179
365d: 646
description: Classic snake game with textual interface
homepage: https://github.com/alexdantas/nSnake
fetch: homebrew
- key:
token: cpm
type: formula
stats:
30d: 68
90d: 113
365d: 680
description: Fast CPAN module installer
homepage: https://metacpan.org/pod/cpm
fetch: homebrew
- key:
token: maeparser
type: formula
stats:
30d: 68
90d: 71
365d: 170
description: Maestro file parser
homepage: https://github.com/schrodinger/maeparser
fetch: homebrew
- key:
token: ripsecrets
type: formula
stats:
30d: 68
90d: 92
365d: 299
description: Prevent committing secret keys into your source code
homepage: https://github.com/sirwart/ripsecrets
fetch: homebrew
- key:
token: magic-wormhole.rs
type: formula
stats:
30d: 68
90d: 133
365d: 548
description: Rust implementation of Magic Wormhole, with new features and enhancements
homepage: https://github.com/magic-wormhole/magic-wormhole.rs
fetch: homebrew
- key:
token: gitlint
type: formula
stats:
30d: 68
90d: 166
365d: 518
description: Linting for your git commit messages
homepage: https://jorisroovers.com/gitlint/
fetch: homebrew
- key:
token: lasso
type: formula
stats:
30d: 68
90d: 128
365d: 671
description: Library for Liberty Alliance and SAML protocols
homepage: https://lasso.entrouvert.org/
fetch: homebrew
- key:
token: sidero-tools
type: formula
tap: siderolabs/tap
stats:
30d: 68
90d: 139
365d: 219
description: Meta Package for common Sidero Labs tools
definition: https://github.com/siderolabs/homebrew-tap/blob/HEAD/Formula/sidero-tools.rb
version: 1.0.0
file_paths:
- Formula/sidero-tools.rb
fetch: repo_direct
- key:
token: openfga
type: formula
stats:
30d: 68
90d: 221
365d: 758
description: High performance and flexible authorization/permission engine
homepage: https://openfga.dev/
fetch: homebrew
- key:
token: kubevious
type: formula
stats:
30d: 68
90d: 97
365d: 498
description: Detects and prevents Kubernetes misconfigurations and violations
homepage: https://github.com/kubevious/cli
fetch: homebrew
- key:
token: oil
type: formula
stats:
30d: 68
90d: 114
365d: 434
description: Bash-compatible Unix shell with more consistent syntax and semantics
homepage: https://oils.pub/
fetch: homebrew
- key:
token: supabase-beta
type: formula
tap: supabase/tap
stats:
30d: 68
90d: 185
365d: 673
description: Supabase CLI (Beta)
definition: https://github.com/supabase/homebrew-tap/blob/HEAD/supabase-beta.rb
version: 2.21.2
file_paths:
- supabase-beta.rb
fetch: repo_direct
- key:
token: gtkglext
type: formula
stats:
30d: 68
90d: 185
365d: 1049
description: OpenGL extension to GTK+
homepage: https://gitlab.gnome.org/Archive/gtkglext
fetch: homebrew
- key:
token: cakepalm
type: formula
tap: gkwa/tools
stats:
30d: 67
90d: 238
365d: 635
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/cakepalm.rb
version: 0.0.7
file_paths:
- Formula/cakepalm.rb
fetch: repo_direct
- key:
token: gdcm
type: formula
stats:
30d: 67
90d: 197
365d: 914
description: Grassroots DICOM library and utilities for medical files
homepage: https://sourceforge.net/projects/gdcm/
fetch: homebrew
- key:
token: eachdodge
type: formula
tap: gkwa/tools
stats:
30d: 67
90d: 228
365d: 610
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/eachdodge.rb
version: 0.0.3
file_paths:
- Formula/eachdodge.rb
fetch: repo_direct
- key:
token: manywest
type: formula
tap: gkwa/tools
stats:
30d: 67
90d: 227
365d: 426
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/manywest.rb
version: 0.0.7
file_paths:
- Formula/manywest.rb
fetch: repo_direct
- key:
token: helm-ls
type: formula
stats:
30d: 67
90d: 441
365d: 1483
description: Language server for Helm
homepage: https://github.com/mrjosh/helm-ls
fetch: homebrew
- key:
token: harsh
type: formula
stats:
30d: 67
90d: 67
365d: 67
description: Habit tracking for geeks
homepage: https://github.com/wakatara/harsh
fetch: homebrew
- key:
token: php@7.4-debug
type: formula
tap: shivammathur/php
stats:
30d: 67
90d: 129
365d: 630
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@7.4-debug.rb
version: 7.4.33
file_paths:
- Formula/php@7.4-debug.rb
fetch: repo_direct
- key:
token: packetry
type: formula
stats:
30d: 67
90d: 165
365d: 809
description: Fast, intuitive USB 2.0 protocol analysis application for use with
Cynthion
homepage: https://github.com/greatscottgadgets/packetry
fetch: homebrew
- key:
token: gitup
type: formula
stats:
30d: 67
90d: 164
365d: 753
description: Update multiple git repositories at once
homepage: https://github.com/earwig/git-repo-updater
fetch: homebrew
- key:
token: miniserve
type: formula
stats:
30d: 67
90d: 328
365d: 1018
description: High performance static file server
homepage: https://github.com/svenstaro/miniserve
fetch: homebrew
- key:
token: cmake-language-server
type: formula
stats:
30d: 67
90d: 263
365d: 737
description: Language Server for CMake
homepage: https://github.com/regen100/cmake-language-server
fetch: homebrew
- key:
token: monit
type: formula
stats:
30d: 67
90d: 183
365d: 792
description: Manage and monitor processes, files, directories, and devices
homepage: https://mmonit.com/monit/
fetch: homebrew
- key:
token: x11vnc
type: formula
stats:
30d: 67
90d: 201
365d: 677
description: VNC server for real X displays
homepage: https://github.com/LibVNC/x11vnc
fetch: homebrew
- key:
token: gopeed
type: formula
stats:
30d: 67
90d: 182
365d: 254
description: Modern download manager that supports all platform
homepage: https://gopeed.com
fetch: homebrew
- key:
token: sdformat15
type: formula
tap: osrf/simulation
stats:
30d: 67
90d: 222
365d: 623
description: Simulation Description Format
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/sdformat15.rb
file_paths:
- Formula/sdformat15.rb
fetch: repo_direct
- key:
token: liquid-dsp
type: formula
stats:
30d: 67
90d: 215
365d: 426
description: Digital signal processing library for software-defined radios
homepage: https://liquidsdr.org/
fetch: homebrew
- key:
token: gnome-online-accounts
type: formula
stats:
30d: 67
90d: 80
365d: 80
description: Single sign-on framework for GNOME
homepage: https://gitlab.gnome.org/GNOME/gnome-online-accounts
fetch: homebrew
- key:
token: bk@3
type: formula
tap: buildkite/buildkite
stats:
30d: 67
90d: 218
365d: 455
description: Work with Buildkite from the command-line
definition: https://github.com/buildkite/homebrew-buildkite/blob/HEAD/bk@3.rb
version: 3.8.0
file_paths:
- bk@3.rb
fetch: repo_direct
- key:
token: noir
type: formula
stats:
30d: 67
90d: 219
365d: 790
description: Attack surface detector that identifies endpoints by static analysis
homepage: https://owasp.org/www-project-noir/
fetch: homebrew
- key:
token: esc
type: formula
tap: pulumi/tap
stats:
30d: 67
90d: 204
365d: 691
description: Pulumi ESC - Manage Environments, Secrets, and Configuration
definition: https://github.com/pulumi/homebrew-tap/blob/HEAD/Formula/esc.rb
version: 0.13.0
file_paths:
- Formula/esc.rb
fetch: repo_direct
- key:
token: arcade-learning-environment
type: formula
stats:
30d: 67
90d: 150
365d: 736
description: Platform for AI research
homepage: https://github.com/Farama-Foundation/Arcade-Learning-Environment
fetch: homebrew
- key:
token: lc0
type: formula
stats:
30d: 67
90d: 176
365d: 1091
description: Open source neural network based chess engine
homepage: https://lczero.org/
fetch: homebrew
- key:
token: dosfstools
type: formula
stats:
30d: 67
90d: 162
365d: 669
description: Tools to create, check and label file systems of the FAT family
homepage: https://github.com/dosfstools
fetch: homebrew
- key:
token: vcluster-experimental
type: formula
tap: loft-sh/tap
stats:
30d: 67
90d: 211
365d: 678
description: Creates fully functional virtual k8s cluster inside host k8s cluster
definition: https://github.com/loft-sh/homebrew-tap/blob/HEAD/Formula/vcluster-experimental.rb
version: 0.23.2-rc.1
file_paths:
- Formula/vcluster-experimental.rb
fetch: repo_direct
- key:
token: recon-ng
type: formula
stats:
30d: 67
90d: 185
365d: 826
description: Web Reconnaissance Framework
homepage: https://github.com/lanmaster53/recon-ng
fetch: homebrew
- key:
token: ykpers
type: formula
stats:
30d: 67
90d: 226
365d: 995
description: YubiKey personalization library and tool
homepage: https://developers.yubico.com/yubikey-personalization/
fetch: homebrew
- key:
token: trzsz-ssh
type: formula
stats:
30d: 67
90d: 235
365d: 1087
description: Simple ssh client with trzsz ( trz / tsz ) support
homepage: https://trzsz.github.io/ssh
fetch: homebrew
- key:
token: libpthread-stubs
type: formula
stats:
30d: 67
90d: 209
365d: 1234
description: 'X.Org: pthread-stubs.pc'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: standardese
type: formula
stats:
30d: 67
90d: 86
365d: 494
description: Next-gen documentation generator for C++
homepage: https://standardese.github.io
fetch: homebrew
- key:
token: irisqueen
type: formula
tap: gkwa/tools
stats:
30d: 67
90d: 225
365d: 603
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/irisqueen.rb
version: 0.0.2
file_paths:
- Formula/irisqueen.rb
fetch: repo_direct
- key:
token: gcc@10
type: formula
stats:
30d: 67
90d: 240
365d: 1194
description: GNU compiler collection
homepage: https://gcc.gnu.org/
fetch: homebrew
- key:
token: gz-ionic
type: formula
tap: osrf/simulation
stats:
30d: 67
90d: 227
365d: 598
description: Collection of gazebo simulation software
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-ionic.rb
file_paths:
- Formula/gz-ionic.rb
fetch: repo_direct
- key:
token: diamond
type: formula
stats:
30d: 67
90d: 248
365d: 596
description: Accelerated BLAST compatible local sequence aligner
homepage: https://www.wsi.uni-tuebingen.de/lehrstuehle/algorithms-in-bioinformatics/software/diamond/
fetch: homebrew
- key:
token: dateutils
type: formula
stats:
30d: 67
90d: 202
365d: 1075
description: Tools to manipulate dates with a focus on financial data
homepage: https://www.fresse.org/dateutils/
fetch: homebrew
- key:
token: ourlock
type: formula
tap: gkwa/tools
stats:
30d: 66
90d: 231
365d: 587
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/ourlock.rb
version: 0.0.3
file_paths:
- Formula/ourlock.rb
fetch: repo_direct
- key:
token: libshumate
type: formula
stats:
30d: 66
90d: 203
365d: 1128
description: Shumate is a GTK toolkit providing widgets for embedded maps
homepage: https://gitlab.gnome.org/GNOME/libshumate
fetch: homebrew
- key:
token: percona-xtrabackup@8.0
type: formula
stats:
30d: 66
90d: 120
365d: 120
description: Open source hot backup tool for InnoDB and XtraDB databases
homepage: https://www.percona.com/software/mysql-database/percona-xtrabackup
fetch: homebrew
- key:
token: libgr
type: formula
stats:
30d: 66
90d: 249
365d: 1590
description: 'GR framework: a graphics library for visualisation applications'
homepage: https://gr-framework.org/
fetch: homebrew
- key:
token: gtree
type: formula
stats:
30d: 66
90d: 66
365d: 66
description: Generate directory trees and directories using Markdown or programmatically
homepage: https://ddddddo.github.io/gtree/
fetch: homebrew
- key:
token: tcpflow
type: formula
stats:
30d: 66
90d: 177
365d: 717
description: TCP/IP packet demultiplexer
homepage: https://github.com/simsong/tcpflow
fetch: homebrew
- key:
token: sqlx-cli
type: formula
stats:
30d: 66
90d: 236
365d: 778
description: Command-line utility for SQLx, the Rust SQL toolkit
homepage: https://github.com/launchbadge/sqlx
fetch: homebrew
- key:
token: kraken2
type: formula
tap: brewsci/bio
stats:
30d: 66
90d: 150
365d: 265
description: Taxonomic sequence classification system
definition: https://github.com/brewsci/homebrew-bio/blob/HEAD/Formula/kraken2.rb
file_paths:
- Formula/kraken2.rb
fetch: repo_direct
- key:
token: php@8.5-zts
type: formula
tap: shivammathur/php
stats:
30d: 66
90d: 192
365d: 339
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@8.5-zts.rb
version: 8.5.0
file_paths:
- Formula/php@8.5-zts.rb
fetch: repo_direct
- key:
token: ignition-tools
type: formula
tap: osrf/simulation
stats:
30d: 66
90d: 126
365d: 407
description: Entry point for ignition command-line tools
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/ignition-tools.rb
file_paths:
- Formula/ignition-tools.rb
fetch: repo_direct
- key:
token: mongoose
type: formula
stats:
30d: 66
90d: 217
365d: 864
description: Web server build on top of Libmongoose embedded library
homepage: https://mongoose.ws/
fetch: homebrew
- key:
token: weaviate
type: formula
stats:
30d: 66
90d: 186
365d: 333
description: Open-source vector database that stores both objects and vectors
homepage: https://weaviate.io/developers/weaviate/
fetch: homebrew
- key:
token: sendme
type: formula
stats:
30d: 66
90d: 206
365d: 269
description: Tool to send files and directories, based on iroh
homepage: https://iroh.computer/sendme
fetch: homebrew
- key:
token: corkscrew
type: formula
stats:
30d: 66
90d: 186
365d: 760
description: Tunnel SSH through HTTP proxies
homepage: https://packages.debian.org/sid/corkscrew
fetch: homebrew
- key:
token: basti
type: formula
stats:
30d: 66
90d: 146
365d: 705
description: Securely connect to RDS, Elasticache, and other AWS resources in VPCs
homepage: https://github.com/basti-app/basti
fetch: homebrew
- key:
token: exif
type: formula
stats:
30d: 66
90d: 202
365d: 889
description: Read, write, modify, and display EXIF data on the command-line
homepage: https://libexif.github.io/
fetch: homebrew
- key:
token: sqldiff
type: formula
stats:
30d: 66
90d: 520
365d: 1857
description: Displays the differences between SQLite databases
homepage: https://www.sqlite.org/sqldiff.html
fetch: homebrew
- key:
token: xurls
type: formula
stats:
30d: 66
90d: 274
365d: 729
description: Extract urls from text
homepage: https://github.com/mvdan/xurls
fetch: homebrew
- key:
token: chezscheme
type: formula
stats:
30d: 65
90d: 197
365d: 1035
description: Implementation of the Chez Scheme language
homepage: https://cisco.github.io/ChezScheme/
fetch: homebrew
- key:
token: pagmo
type: formula
stats:
30d: 65
90d: 104
365d: 623
description: Scientific library for massively parallel optimization
homepage: https://esa.github.io/pagmo2/
fetch: homebrew
- key:
token: xdebug@8.4
type: formula
tap: shivammathur/extensions
stats:
30d: 65
90d: 223
365d: 404
description: Xdebug PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/xdebug@8.4.rb
file_paths:
- Formula/xdebug@8.4.rb
fetch: repo_direct
- key:
token: aws-c-io
type: formula
stats:
30d: 65
90d: 149
365d: 168
description: Event driven framework for implementing application protocols
homepage: https://github.com/awslabs/aws-c-io
fetch: homebrew
- key:
token: jenkins-contribution-extractor
type: formula
tap: jenkins-infra/tap
stats:
30d: 65
90d: 230
365d: 830
description: Jenkins Contribution data extractor and analyzer.
definition: https://github.com/jenkins-infra/homebrew-tap/blob/HEAD/Formula/jenkins-contribution-extractor.rb
version: 0.2.19
file_paths:
- Formula/jenkins-contribution-extractor.rb
fetch: repo_direct
- key:
token: mediamtx
type: formula
stats:
30d: 65
90d: 295
365d: 1021
description: Zero-dependency real-time media server and media proxy
homepage: https://github.com/bluenviron/mediamtx
fetch: homebrew
- key:
token: myville
type: formula
tap: gkwa/tools
stats:
30d: 65
90d: 229
365d: 603
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/myville.rb
version: 0.0.16
file_paths:
- Formula/myville.rb
fetch: repo_direct
- key:
token: sylpheed
type: formula
stats:
30d: 65
90d: 149
365d: 860
description: Simple, lightweight email-client
homepage: https://sylpheed.sraoss.jp/en/
fetch: homebrew
- key:
token: mvt
type: formula
stats:
30d: 65
90d: 199
365d: 844
description: Mobile device forensic toolkit
homepage: https://docs.mvt.re/en/latest/
fetch: homebrew
- key:
token: pixz
type: formula
stats:
30d: 65
90d: 203
365d: 925
description: Parallel, indexed, xz compressor
homepage: https://github.com/vasi/pixz
fetch: homebrew
- key:
token: fuego
type: formula
stats:
30d: 65
90d: 69
365d: 337
description: Collection of C++ libraries for the game of Go
homepage: https://fuego.sourceforge.net/
fetch: homebrew
- key:
token: cntlm
type: formula
stats:
30d: 65
90d: 163
365d: 755
description: NTLM authentication proxy with tunneling
homepage: https://cntlm.sourceforge.net/
fetch: homebrew
- key:
token: metabat
type: formula
tap: brewsci/bio
stats:
30d: 65
90d: 136
365d: 171
description: Statistical framework for reconstructing genomes from metagenomic data
definition: https://github.com/brewsci/homebrew-bio/blob/HEAD/Formula/metabat.rb
file_paths:
- Formula/metabat.rb
fetch: repo_direct
- key:
token: prettyping
type: formula
stats:
30d: 65
90d: 224
365d: 778
description: Wrapper to colorize and simplify ping's output
homepage: https://denilsonsa.github.io/prettyping/
fetch: homebrew
- key:
token: hfstospell
type: formula
stats:
30d: 65
90d: 99
365d: 502
description: Helsinki Finite-State Technology ospell
homepage: https://hfst.github.io/
fetch: homebrew
- key:
token: snapcast
type: formula
stats:
30d: 65
90d: 291
365d: 704
description: Synchronous multiroom audio player
homepage: https://github.com/badaix/snapcast
fetch: homebrew
- key:
token: alot
type: formula
stats:
30d: 65
90d: 119
365d: 701
description: Text mode MUA using notmuch mail
homepage: https://github.com/pazz/alot
fetch: homebrew
- key:
token: pluto
type: formula
stats:
30d: 65
90d: 415
365d: 2057
description: CLI tool to help discover deprecated apiVersions in Kubernetes
homepage: https://fairwinds.com
fetch: homebrew
- key:
token: libvidstab
type: formula
stats:
30d: 65
90d: 166
365d: 822
description: Transcode video stabilization plugin
homepage: http://public.hronopik.de/vid.stab/
fetch: homebrew
- key:
token: sextractor
type: formula
stats:
30d: 65
90d: 207
365d: 640
description: Extract catalogs of sources from astronomical images
homepage: https://www.astromatic.net/software/sextractor/
fetch: homebrew
- key:
token: libmtp
type: formula
stats:
30d: 65
90d: 195
365d: 717
description: Implementation of Microsoft's Media Transfer Protocol (MTP)
homepage: https://libmtp.sourceforge.net/
fetch: homebrew
- key:
token: ada-url
type: formula
stats:
30d: 65
90d: 267
365d: 416
description: WHATWG-compliant and fast URL parser written in modern C++
homepage: https://github.com/ada-url/ada
fetch: homebrew
- key:
token: secp256k1
type: formula
stats:
30d: 65
90d: 220
365d: 975
description: Optimized C library for EC operations on curve secp256k1
homepage: https://github.com/bitcoin-core/secp256k1
fetch: homebrew
- key:
token: bilix
type: formula
stats:
30d: 65
90d: 161
365d: 788
description: Lightning-fast asynchronous download tool for bilibili and more
homepage: https://github.com/HFrost0/bilix
fetch: homebrew
- key:
token: vulkan-utility-libraries
type: formula
stats:
30d: 65
90d: 255
365d: 1145
description: Utility Libraries for Vulkan
homepage: https://github.com/KhronosGroup/Vulkan-Utility-Libraries
fetch: homebrew
- key:
token: liblo
type: formula
stats:
30d: 65
90d: 157
365d: 590
description: Lightweight Open Sound Control implementation
homepage: https://liblo.sourceforge.net/
fetch: homebrew
- key:
token: onnx
type: formula
stats:
30d: 65
90d: 161
365d: 370
description: Open standard for machine learning interoperability
homepage: https://onnx.ai/
fetch: homebrew
- key:
token: atkmm@2.28
type: formula
stats:
30d: 65
90d: 197
365d: 1570
description: Official C++ interface for the ATK accessibility toolkit library
homepage: https://www.gtkmm.org/
fetch: homebrew
- key:
token: flash
type: formula
stats:
30d: 65
90d: 240
365d: 807
description: Command-line script to flash SD card images of any kind
homepage: https://github.com/hypriot/flash
fetch: homebrew
- key:
token: soapysdr
type: formula
stats:
30d: 65
90d: 170
365d: 807
description: Vendor and platform neutral SDR support library
homepage: https://github.com/pothosware/SoapySDR/wiki
fetch: homebrew
- key:
token: kea
type: formula
stats:
30d: 65
90d: 93
365d: 218
description: DHCP server
homepage: https://www.isc.org/kea/
fetch: homebrew
- key:
token: ejson
type: formula
tap: shopify/shopify
stats:
30d: 64
90d: 312
365d: 818
description: EJSON is a small library to manage encrypted secrets using asymmetric
encryption.
definition: https://github.com/shopify/homebrew-shopify/blob/HEAD/ejson.rb
file_paths:
- ejson.rb
fetch: repo_direct
- key:
token: alive2
type: formula
stats:
30d: 64
90d: 146
365d: 146
description: Automatic verification of LLVM optimizations
homepage: https://github.com/AliveToolkit/alive2
fetch: homebrew
- key:
token: xmrig
type: formula
stats:
30d: 64
90d: 236
365d: 1243
description: Monero (XMR) CPU miner
homepage: https://github.com/xmrig/xmrig
fetch: homebrew
- key:
token: riscv64-elf-gcc
type: formula
stats:
30d: 64
90d: 185
365d: 1035
description: GNU compiler collection for riscv64-elf
homepage: https://gcc.gnu.org
fetch: homebrew
- key:
token: uni
type: formula
stats:
30d: 64
90d: 173
365d: 639
description: Unicode database query tool for the command-line
homepage: https://github.com/arp242/uni
fetch: homebrew
- key:
token: perl-dbd-mysql
type: formula
stats:
30d: 64
90d: 133
365d: 157
description: MySQL driver for the Perl5 Database Interface (DBI)
homepage: https://dbi.perl.org/
fetch: homebrew
- key:
token: prjtrellis
type: formula
stats:
30d: 64
90d: 85
365d: 436
description: Documenting the Lattice ECP5 bit-stream format
homepage: https://github.com/YosysHQ/prjtrellis
fetch: homebrew
- key:
token: restate-server
type: formula
tap: restatedev/tap
stats:
30d: 64
90d: 163
365d: 325
description: Restate Server
definition: https://github.com/restatedev/homebrew-tap/blob/HEAD/Formula/restate-server.rb
version: 1.3.0
file_paths:
- Formula/restate-server.rb
fetch: repo_direct
- key:
token: seqtk
type: formula
stats:
30d: 64
90d: 161
365d: 642
description: Toolkit for processing sequences in FASTA/Q formats
homepage: https://github.com/lh3/seqtk
fetch: homebrew
- key:
token: zathura-cb
type: formula
tap: zegervdv/zathura
stats:
30d: 64
90d: 133
365d: 168
description: Comic book plugin for zathura
definition: https://github.com/zegervdv/homebrew-zathura/blob/HEAD/Formula/zathura-cb.rb
file_paths:
- Formula/zathura-cb.rb
fetch: repo_direct
- key:
token: lcdf-typetools
type: formula
stats:
30d: 64
90d: 173
365d: 678
description: Manipulate OpenType and multiple-master fonts
homepage: https://www.lcdf.org/type/
fetch: homebrew
- key:
token: xmlrpc-c
type: formula
stats:
30d: 64
90d: 111
365d: 346
description: Lightweight RPC library (based on XML and HTTP)
homepage: https://xmlrpc-c.sourceforge.io/
fetch: homebrew
- key:
token: cryptopp
type: formula
stats:
30d: 64
90d: 174
365d: 755
description: Free C++ class library of cryptographic schemes
homepage: https://cryptopp.com/
fetch: homebrew
- key:
token: jid
type: formula
stats:
30d: 64
90d: 171
365d: 560
description: Json incremental digger
homepage: https://github.com/simeji/jid
fetch: homebrew
- key:
token: cli53
type: formula
stats:
30d: 64
90d: 285
365d: 1192
description: Command-line tool for Amazon Route 53
homepage: https://github.com/barnybug/cli53
fetch: homebrew
- key:
token: google-authenticator-libpam
type: formula
stats:
30d: 64
90d: 236
365d: 750
description: PAM module for two-factor authentication
homepage: https://github.com/google/google-authenticator-libpam
fetch: homebrew
- key:
token: hercow
type: formula
tap: gkwa/tools
stats:
30d: 64
90d: 221
365d: 606
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/hercow.rb
version: 0.0.25
file_paths:
- Formula/hercow.rb
fetch: repo_direct
- key:
token: allbranding
type: formula
tap: gkwa/tools
stats:
30d: 64
90d: 230
365d: 639
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/allbranding.rb
version: 0.0.2
file_paths:
- Formula/allbranding.rb
fetch: repo_direct
- key:
token: cassandra-reaper
type: formula
stats:
30d: 64
90d: 177
365d: 680
description: Management interface for Cassandra
homepage: https://cassandra-reaper.io/
fetch: homebrew
- key:
token: forbidden
type: formula
stats:
30d: 64
90d: 129
365d: 642
description: Bypass 4xx HTTP response status codes and more
homepage: https://github.com/ivan-sincek/forbidden
fetch: homebrew
- key:
token: tinyxml1
type: formula
tap: osrf/simulation
stats:
30d: 64
90d: 146
365d: 580
description: XML parser
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/tinyxml1.rb
file_paths:
- Formula/tinyxml1.rb
fetch: repo_direct
- key:
token: aws-c-auth
type: formula
stats:
30d: 64
90d: 195
365d: 221
description: C99 library implementation of AWS client-side authentication
homepage: https://github.com/awslabs/aws-c-auth
fetch: homebrew
- key:
token: ydiff
type: formula
stats:
30d: 64
90d: 195
365d: 1201
description: View colored diff with side by side and auto pager support
homepage: https://github.com/ymattw/ydiff
fetch: homebrew
- key:
token: ssh-audit
type: formula
stats:
30d: 64
90d: 193
365d: 1442
description: SSH server & client auditing
homepage: https://github.com/jtesta/ssh-audit
fetch: homebrew
- key:
token: arm-none-eabi-gcc
type: formula
tap: armmbed/formulae
stats:
30d: 64
90d: 233
365d: 1198
description: GNU compiler collection for arm-none-eabi
homepage: https://gcc.gnu.org
definition: https://github.com/armmbed/homebrew-formulae/blob/HEAD/arm-none-eabi-gcc.rb
version: 10.3-2021.10
file_paths:
- arm-none-eabi-gcc.rb
fetch: repo_direct
- key:
token: ghalint
type: formula
tap: suzuki-shunsuke/ghalint
stats:
30d: 64
90d: 75
365d: 135
description: GitHub Actions linter
definition: https://github.com/suzuki-shunsuke/homebrew-ghalint/blob/HEAD/ghalint.rb
version: 1.3.0
file_paths:
- ghalint.rb
fetch: repo_direct
- key:
token: osm-gps-map
type: formula
stats:
30d: 64
90d: 211
365d: 941
description: GTK+ library to embed OpenStreetMap maps
homepage: https://github.com/nzjrs/osm-gps-map
fetch: homebrew
- key:
token: pyupgrade
type: formula
stats:
30d: 64
90d: 156
365d: 535
description: Upgrade syntax for newer versions of Python
homepage: https://github.com/asottile/pyupgrade
fetch: homebrew
- key:
token: spirv-cross
type: formula
stats:
30d: 64
90d: 205
365d: 522
description: Performing reflection and disassembling SPIR-V
homepage: https://github.com/KhronosGroup/SPIRV-Cross
fetch: homebrew
- key:
token: libvncserver
type: formula
stats:
30d: 64
90d: 247
365d: 751
description: VNC server and client libraries
homepage: https://libvnc.github.io
fetch: homebrew
- key:
token: gtkdatabox
type: formula
stats:
30d: 63
90d: 166
365d: 781
description: Widget for live display of large amounts of changing data
homepage: https://sourceforge.net/projects/gtkdatabox/
fetch: homebrew
- key:
token: jenkins-contribution-aggregator
type: formula
tap: jenkins-infra/tap
stats:
30d: 63
90d: 224
365d: 799
description: Jenkins Submitter Pivot Table analyzer.
definition: https://github.com/jenkins-infra/homebrew-tap/blob/HEAD/Formula/jenkins-contribution-aggregator.rb
version: 1.2.10
file_paths:
- Formula/jenkins-contribution-aggregator.rb
fetch: repo_direct
- key:
token: cnspec
type: formula
tap: mondoohq/mondoo
stats:
30d: 63
90d: 186
365d: 732
description: 'Cloud-Native Security and Policy Framework '
definition: https://github.com/mondoohq/homebrew-mondoo/blob/HEAD/Formula/cnspec.rb
version: 11.49.0
file_paths:
- Formula/cnspec.rb
fetch: repo_direct
- key:
token: rbtools
type: formula
stats:
30d: 63
90d: 110
365d: 684
description: CLI and API for working with code and document reviews on Review Board
homepage: https://www.reviewboard.org/downloads/rbtools/
fetch: homebrew
- key:
token: itmetrics
type: formula
tap: gkwa/tools
stats:
30d: 63
90d: 223
365d: 597
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/itmetrics.rb
version: 0.0.22
file_paths:
- Formula/itmetrics.rb
fetch: repo_direct
- key:
token: distrobox
type: formula
stats:
30d: 63
90d: 268
365d: 762
description: Use any Linux distribution inside your terminal
homepage: https://distrobox.privatedns.org/
fetch: homebrew
- key:
token: ospray
type: formula
stats:
30d: 63
90d: 90
365d: 340
description: Ray-tracing-based rendering engine for high-fidelity visualization
homepage: https://www.ospray.org/
fetch: homebrew
- key:
token: defaultbrowser
type: formula
stats:
30d: 63
90d: 165
365d: 654
description: Command-line tool for getting & setting the default browser
homepage: https://github.com/kerma/defaultbrowser
fetch: homebrew
- key:
token: mylime
type: formula
tap: gkwa/tools
stats:
30d: 63
90d: 221
365d: 602
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/mylime.rb
version: 0.0.3
file_paths:
- Formula/mylime.rb
fetch: repo_direct
- key:
token: ecs-deploy
type: formula
stats:
30d: 63
90d: 91
365d: 317
description: CLI tool to simplify Amazon ECS deployments, rollbacks & scaling
homepage: https://github.com/fabfuel/ecs-deploy
fetch: homebrew
- key:
token: eachit
type: formula
tap: gkwa/tools
stats:
30d: 63
90d: 225
365d: 605
definition: https://github.com/gkwa/homebrew-tools/blob/HEAD/Formula/eachit.rb
version: 0.0.3
file_paths:
- Formula/eachit.rb
fetch: repo_direct
- key:
token: coin3d
type: formula
stats:
30d: 63
90d: 234
365d: 979
description: Open Inventor 2.1 API implementation (Coin)
homepage: https://coin3d.github.io/
fetch: homebrew
- key:
token: git-interactive-rebase-tool
type: formula
stats:
30d: 63
90d: 284
365d: 1400
description: Native sequence editor for Git interactive rebase
homepage: https://gitrebasetool.mitmaro.ca/
fetch: homebrew
- key:
token: imgpkg
type: formula
tap: vmware-tanzu/carvel
stats:
30d: 63
90d: 134
365d: 708
description: Imgpkg
definition: https://github.com/vmware-tanzu/homebrew-carvel/blob/HEAD/imgpkg.rb
version: v0.45.0
file_paths:
- imgpkg.rb
fetch: repo_direct
- key:
token: libgedit-gfls
type: formula
stats:
30d: 63
90d: 225
365d: 864
description: Gedit Technology - File loading and saving
homepage: https://gitlab.gnome.org/World/gedit/libgedit-gfls
fetch: homebrew
- key:
token: juju
type: formula
stats:
30d: 63
90d: 321
365d: 1278
description: DevOps management tool
homepage: https://juju.is/
fetch: homebrew
- key:
token: borgbackup-fuse
type: formula
tap: borgbackup/tap
stats:
30d: 63
90d: 216
365d: 1427
description: Deduplicating archiver with compression and authenticated encryption
definition: https://github.com/borgbackup/homebrew-tap/blob/HEAD/Formula/borgbackup-fuse.rb
file_paths:
- Formula/borgbackup-fuse.rb
fetch: repo_direct
- key:
token: nuon
type: formula
tap: nuonco/tap
stats:
30d: 63
90d: 200
365d: 573
description: CLI client for Nuon
definition: https://github.com/nuonco/homebrew-tap/blob/HEAD/Formula/nuon.rb
version: 0.19.519
file_paths:
- Formula/nuon.rb
fetch: repo_direct
- key:
token: spades
type: formula
stats:
30d: 63
90d: 184
365d: 718
description: De novo genome sequence assembly
homepage: https://ablab.github.io/spades/
fetch: homebrew
- key:
token: cargo-release
type: formula
stats:
30d: 63
90d: 192
365d: 788
description: 'Cargo subcommand `release`: everything about releasing a rust crate'
homepage: https://github.com/crate-ci/cargo-release
fetch: homebrew
- key:
token: dxpy
type: formula
stats:
30d: 63
90d: 179
365d: 810
description: DNAnexus toolkit utilities and platform API bindings for Python
homepage: https://github.com/dnanexus/dx-toolkit
fetch: homebrew
- key:
token: ckan
type: formula
stats:
30d: 63
90d: 147
365d: 730
description: Comprehensive Kerbal Archive Network
homepage: https://github.com/KSP-CKAN/CKAN/
fetch: homebrew
- key:
token: gz-rendering9
type: formula
tap: osrf/simulation
stats:
30d: 63
90d: 202
365d: 570
description: Rendering library for robotics applications
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-rendering9.rb
file_paths:
- Formula/gz-rendering9.rb
fetch: repo_direct
- key:
token: hblock
type: formula
stats:
30d: 63
90d: 140
365d: 494
description: Adblocker that creates a hosts file from multiple sources
homepage: https://hblock.molinero.dev/
fetch: homebrew
- key:
token: screenpipe
type: formula
stats:
30d: 63
90d: 212
365d: 970
description: Library to build personalized AI powered by what you've seen, said,
or heard
homepage: https://github.com/mediar-ai/screenpipe
fetch: homebrew
- key:
token: func
type: formula
tap: knative-extensions/kn-plugins
stats:
30d: 63
90d: 180
365d: 745
definition: https://github.com/knative-extensions/homebrew-kn-plugins/blob/HEAD/func.rb
file_paths:
- func.rb
fetch: repo_direct
- key:
token: apkleaks
type: formula
stats:
30d: 63
90d: 150
365d: 884
description: Scanning APK file for URIs, endpoints & secrets
homepage: https://github.com/dwisiswant0/apkleaks
fetch: homebrew
- key:
token: pam-u2f
type: formula
stats:
30d: 63
90d: 149
365d: 327
description: Provides an easy way to use U2F-compliant authenticators with PAM
homepage: https://developers.yubico.com/pam-u2f/
fetch: homebrew
- key:
token: c7n
type: formula
stats:
30d: 63
90d: 178
365d: 860
description: Rules engine for cloud security, cost optimization, and governance
homepage: https://github.com/cloud-custodian/cloud-custodian
fetch: homebrew
- key:
token: limbo
type: formula
stats:
30d: 63
90d: 172
365d: 242
description: Interactive SQL shell for Limbo
homepage: https://github.com/tursodatabase/limbo
fetch: homebrew
- key:
token: pv-migrate
type: formula
tap: utkuozdemir/pv-migrate
stats:
30d: 63
90d: 319
365d: 707
description: Persistent volume migration plugin for Kubernetes
definition: https://github.com/utkuozdemir/homebrew-pv-migrate/blob/HEAD/Formula/pv-migrate.rb
version: 2.2.1
file_paths:
- Formula/pv-migrate.rb
fetch: repo_direct
- key:
token: mdk
type: formula
stats:
30d: 63
90d: 162
365d: 816
description: GNU MIX development kit
homepage: https://www.gnu.org/software/mdk/mdk.html
fetch: homebrew
- key:
token: bluetoothconnector
type: formula
stats:
30d: 63
90d: 190
365d: 809
description: Connect and disconnect Bluetooth devices
homepage: https://github.com/lapfelix/BluetoothConnector
fetch: homebrew
- key:
token: nixpacks
type: formula
tap: railwayapp/tap
stats:
30d: 63
90d: 225
365d: 1161
description: App source + Nix packages + Docker = Image
homepage: https://nixpacks.com/docs/getting-started
definition: https://github.com/railwayapp/homebrew-tap/blob/HEAD/nixpacks.rb
version: 1.35.0
file_paths:
- nixpacks.rb
fetch: repo_direct
- key:
token: lxi-tools
type: formula
stats:
30d: 62
90d: 148
365d: 926
description: Open source tools for managing network attached LXI compatible instruments
homepage: https://github.com/lxi-tools/lxi-tools
fetch: homebrew
- key:
token: vbindiff
type: formula
stats:
30d: 62
90d: 194
365d: 763
description: Visual Binary Diff
homepage: https://www.cjmweb.net/vbindiff/
fetch: homebrew
- key:
token: smartthings
type: formula
tap: smartthingscommunity/smartthings
stats:
30d: 62
90d: 127
365d: 545
description: Command-line Interface for the SmartThings APIs
definition: https://github.com/smartthingscommunity/homebrew-smartthings/blob/HEAD/Formula/smartthings.rb
version: 1.10.3
file_paths:
- Formula/smartthings.rb
fetch: repo_direct
- key:
token: js-beautify
type: formula
stats:
30d: 62
90d: 248
365d: 471
description: JavaScript, CSS and HTML unobfuscator and beautifier
homepage: https://beautifier.io
fetch: homebrew
- key:
token: gz-cmake4
type: formula
tap: osrf/simulation
stats:
30d: 62
90d: 193
365d: 567
description: CMake helper functions for building robotic applications
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-cmake4.rb
file_paths:
- Formula/gz-cmake4.rb
fetch: repo_direct
- key:
token: diceware
type: formula
stats:
30d: 62
90d: 199
365d: 928
description: Passphrases to remember
homepage: https://github.com/ulif/diceware
fetch: homebrew
- key:
token: libpostal
type: formula
stats:
30d: 62
90d: 167
365d: 167
description: Library for parsing/normalizing street addresses around the world
homepage: https://github.com/openvenues/libpostal
fetch: homebrew
- key:
token: php@8.5-debug-zts
type: formula
tap: shivammathur/php
stats:
30d: 62
90d: 185
365d: 323
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@8.5-debug-zts.rb
version: 8.5.0
file_paths:
- Formula/php@8.5-debug-zts.rb
fetch: repo_direct
- key:
token: x86_64-unknown-linux-gnu
type: formula
tap: sergiobenitez/osxct
stats:
30d: 62
90d: 205
365d: 996
description: x86_64 Linux GNU Toolchain
definition: https://github.com/sergiobenitez/homebrew-osxct/blob/HEAD/x86_64-unknown-linux-gnu.rb
version: 7.2.0
file_paths:
- x86_64-unknown-linux-gnu.rb
fetch: repo_direct
- key:
token: duc
type: formula
stats:
30d: 62
90d: 173
365d: 777
description: Suite of tools for inspecting disk usage
homepage: https://github.com/zevv/duc
fetch: homebrew
- key:
token: rav1e
type: formula
stats:
30d: 62
90d: 187
365d: 1597
description: Fastest and safest AV1 video encoder
homepage: https://github.com/xiph/rav1e
fetch: homebrew
- key:
token: logtalk
type: formula
stats:
30d: 62
90d: 139
365d: 500
description: Declarative object-oriented logic programming language
homepage: https://logtalk.org/
fetch: homebrew
- key:
token: brew-file
type: formula
tap: rcmdnk/file
stats:
30d: 62
90d: 502
365d: 1836
description: Brewfile manager for Homebrew.
definition: https://github.com/rcmdnk/homebrew-file/blob/HEAD/brew-file.rb
file_paths:
- brew-file.rb
fetch: repo_direct
- key:
token: zsh-you-should-use
type: formula
stats:
30d: 62
90d: 226
365d: 1621
description: ZSH plugin that reminds you to use existing aliases for commands you
just typed
homepage: https://github.com/MichaelAquilina/zsh-you-should-use
fetch: homebrew
- key:
token: alloy
type: formula
stats:
30d: 62
90d: 76
365d: 76
description: Open-source language and analyzer for software modeling
homepage: https://alloytools.org
fetch: homebrew
- key:
token: wiremock-standalone
type: formula
stats:
30d: 62
90d: 313
365d: 1301
description: Simulator for HTTP-based APIs
homepage: https://wiremock.org/docs/running-standalone/
fetch: homebrew
- key:
token: cfr-decompiler
type: formula
stats:
30d: 62
90d: 183
365d: 807
description: Yet Another Java Decompiler
homepage: https://www.benf.org/other/cfr/
fetch: homebrew
- key:
token: speex
type: formula
stats:
30d: 62
90d: 222
365d: 993
description: Audio codec designed for speech
homepage: https://speex.org/
fetch: homebrew
- key:
token: flamegraph
type: formula
stats:
30d: 62
90d: 144
365d: 557
description: Stack trace visualizer
homepage: https://github.com/brendangregg/FlameGraph
fetch: homebrew
- key:
token: ibazel
type: formula
stats:
30d: 62
90d: 228
365d: 1224
description: Tools for building Bazel targets when source files change
homepage: https://github.com/bazelbuild/bazel-watcher
fetch: homebrew
- key:
token: otel-cli
type: formula
stats:
30d: 62
90d: 102
365d: 102
description: Tool for sending events from shell scripts & similar environments
homepage: https://github.com/equinix-labs/otel-cli
fetch: homebrew
- key:
token: ogre
type: formula
tap: osrf/simulation
stats:
30d: 62
90d: 185
365d: 353
description: Object-Oriented Graphics Rendering Engine
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/ogre.rb
version: 1.7.4
file_paths:
- Formula/ogre.rb
fetch: repo_direct
- key:
token: most
type: formula
stats:
30d: 61
90d: 205
365d: 904
description: Powerful paging program
homepage: https://www.jedsoft.org/most/
fetch: homebrew
- key:
token: totp-cli
type: formula
stats:
30d: 61
90d: 272
365d: 729
description: Authy/Google Authenticator like TOTP CLI tool written in Go
homepage: https://yitsushi.github.io/totp-cli/
fetch: homebrew
- key:
token: butane
type: formula
stats:
30d: 61
90d: 266
365d: 1594
description: Translates human-readable Butane Configs into machine-readable Ignition
Configs
homepage: https://github.com/coreos/butane
fetch: homebrew
- key:
token: mozjpeg
type: formula
stats:
30d: 61
90d: 192
365d: 724
description: Improved JPEG encoder
homepage: https://github.com/mozilla/mozjpeg
fetch: homebrew
- key:
token: yorkie
type: formula
stats:
30d: 61
90d: 110
365d: 565
description: Document store for collaborative applications
homepage: https://yorkie.dev/
fetch: homebrew
- key:
token: astgen
type: formula
stats:
30d: 61
90d: 125
365d: 617
description: Generate AST in json format for JS/TS
homepage: https://github.com/joernio/astgen
fetch: homebrew
- key:
token: pumba
type: formula
stats:
30d: 61
90d: 99
365d: 206
description: Chaos testing tool for Docker
homepage: https://github.com/alexei-led/pumba
fetch: homebrew
- key:
token: tex-fmt
type: formula
stats:
30d: 61
90d: 208
365d: 585
description: Extremely fast LaTeX formatter written in Rust
homepage: https://wgunderwood.github.io/tex-fmt/
fetch: homebrew
- key:
token: tccutil
type: formula
stats:
30d: 61
90d: 164
365d: 832
description: Utility to modify the macOS Accessibility Database (TCC.db)
homepage: https://github.com/jacobsalmela/tccutil
fetch: homebrew
- key:
token: pkcs11-helper
type: formula
stats:
30d: 61
90d: 181
365d: 1537
description: Library to simplify the interaction with PKCS#11
homepage: https://github.com/OpenSC/OpenSC/wiki/pkcs11-helper
fetch: homebrew
- key:
token: kbom
type: formula
tap: rad-security/kbom
stats:
30d: 61
90d: 193
365d: 583
description: The Kubernetes Bill of Materials (KBOM) standard provides insight into
container orchestration tools widely used across the industry.
definition: https://github.com/rad-security/homebrew-kbom/blob/HEAD/kbom.rb
version: 0.3.1
file_paths:
- kbom.rb
fetch: repo_direct
- key:
token: hypre
type: formula
stats:
30d: 61
90d: 118
365d: 470
description: Library featuring parallel multigrid methods for grid problems
homepage: https://computing.llnl.gov/projects/hypre-scalable-linear-solvers-multigrid-methods
fetch: homebrew
- key:
token: mongodb@8.4
type: formula
tap: shivammathur/extensions
stats:
30d: 61
90d: 98
365d: 174
description: Mongodb PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/mongodb@8.4.rb
file_paths:
- Formula/mongodb@8.4.rb
fetch: repo_direct
- key:
token: docker-machine-driver-vmware
type: formula
stats:
30d: 61
90d: 265
365d: 1209
description: VMware Fusion & Workstation docker-machine driver
homepage: https://www.vmware.com/products/personal-desktop-virtualization.html
fetch: homebrew
- key:
token: graphviz2drawio
type: formula
stats:
30d: 61
90d: 176
365d: 601
description: Convert graphviz (dot) files into draw.io / lucid (mxGraph) format
homepage: https://github.com/hbmartin/graphviz2drawio/
fetch: homebrew
- key:
token: ccat
type: formula
stats:
30d: 61
90d: 238
365d: 1041
description: Like cat but displays content with syntax highlighting
homepage: https://github.com/owenthereal/ccat
fetch: homebrew
- key:
token: typesense-server@28.0
type: formula
tap: typesense/tap
stats:
30d: 61
90d: 120
365d: 120
description: Search Engine; Open Source, Lightning fast, In-Memory, Typo Tolerant
definition: https://github.com/typesense/homebrew-tap/blob/HEAD/Formula/typesense-server@28.0.rb
version: '28.0'
file_paths:
- Formula/typesense-server@28.0.rb
fetch: repo_direct
- key:
token: libfaketime
type: formula
stats:
30d: 61
90d: 222
365d: 719
description: Report faked system time to programs
homepage: https://github.com/wolfcw/libfaketime
fetch: homebrew
- key:
token: librasterlite2
type: formula
stats:
30d: 61
90d: 161
365d: 754
description: Library to store and retrieve huge raster coverages
homepage: https://www.gaia-gis.it/fossil/librasterlite2/index
fetch: homebrew
- key:
token: gz-tools2
type: formula
tap: osrf/simulation
stats:
30d: 61
90d: 200
365d: 774
description: Entry point for Gazebo command-line tools
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-tools2.rb
file_paths:
- Formula/gz-tools2.rb
fetch: repo_direct
- key:
token: aws-c-http
type: formula
stats:
30d: 61
90d: 129
365d: 154
description: C99 implementation of the HTTP/1.1 and HTTP/2 specifications
homepage: https://github.com/awslabs/aws-c-http
fetch: homebrew
- key:
token: ec2-instance-selector
type: formula
tap: aws/tap
stats:
30d: 61
90d: 325
365d: 715
description: EC2 Instance Selector is a tool to filter EC2 instance types based
on resource criteria
definition: https://github.com/aws/homebrew-tap/blob/HEAD/Formula/ec2-instance-selector.rb
file_paths:
- Formula/ec2-instance-selector.rb
fetch: repo_direct
- key:
token: simg2img
type: formula
stats:
30d: 61
90d: 216
365d: 650
description: Tool to convert Android sparse images to raw images and back
homepage: https://github.com/anestisb/android-simg2img
fetch: homebrew
- key:
token: clip
type: formula
stats:
30d: 61
90d: 235
365d: 1250
description: Create high-quality charts from the command-line
homepage: https://github.com/asmuth/clip
fetch: homebrew
- key:
token: timer
type: formula
tap: caarlos0/tap
stats:
30d: 61
90d: 168
365d: 609
description: Timer is like sleep, but reports progress.
definition: https://github.com/caarlos0/homebrew-tap/blob/HEAD/Formula/timer.rb
version: 1.4.6
file_paths:
- Formula/timer.rb
fetch: repo_direct
- key:
token: timewarrior
type: formula
stats:
30d: 61
90d: 181
365d: 754
description: Command-line time tracking application
homepage: https://timewarrior.net/
fetch: homebrew
- key:
token: license-plist
type: formula
tap: mono0926/license-plist
stats:
30d: 61
90d: 180
365d: 373
description: A license list generator of all your dependencies for iOS applications
definition: https://github.com/mono0926/homebrew-license-plist/blob/HEAD/license-plist.rb
file_paths:
- license-plist.rb
fetch: repo_direct
- key:
token: cobo-cli
type: formula
stats:
30d: 61
90d: 143
365d: 337
description: Cobo Command-line Tool
homepage: https://github.com/CoboGlobal/cobo-cli
fetch: homebrew
- key:
token: mikutter
type: formula
stats:
30d: 60
90d: 169
365d: 899
description: Extensible Twitter client
homepage: https://mikutter.hachune.net/
fetch: homebrew
- key:
token: cobalt
type: formula
stats:
30d: 60
90d: 140
365d: 408
description: Static site generator written in Rust
homepage: https://cobalt-org.github.io/
fetch: homebrew
- key:
token: qt-percona-server
type: formula
stats:
30d: 60
90d: 148
365d: 711
description: Qt SQL Database Driver
homepage: https://www.qt.io/
fetch: homebrew
- key:
token: easyeda2kicad
type: formula
stats:
30d: 60
90d: 60
365d: 60
description: Converts electronic components from EasyEDA or LCSC to a KiCad library
homepage: https://github.com/uPesy/easyeda2kicad.py
fetch: homebrew
- key:
token: dsda-doom
type: formula
stats:
30d: 60
90d: 181
365d: 822
description: Fork of prboom+ with a focus on speedrunning
homepage: https://github.com/kraflab/dsda-doom
fetch: homebrew
- key:
token: qt-libiodbc
type: formula
stats:
30d: 60
90d: 154
365d: 727
description: Qt SQL Database Driver
homepage: https://www.qt.io/
fetch: homebrew
- key:
token: freedink
type: formula
stats:
30d: 60
90d: 156
365d: 726
description: Portable version of the Dink Smallwood game engine
homepage: https://www.gnu.org/software/freedink/
fetch: homebrew
- key:
token: sequoia-sq
type: formula
stats:
30d: 60
90d: 177
365d: 399
description: Sequoia-PGP command-line tool
homepage: https://sequoia-pgp.org
fetch: homebrew
- key:
token: lockrun
type: formula
stats:
30d: 60
90d: 163
365d: 620
description: Run cron jobs with overrun protection
homepage: http://unixwiz.net/tools/lockrun.html
fetch: homebrew
- key:
token: bedops
type: formula
stats:
30d: 60
90d: 120
365d: 310
description: Set and statistical operations on genomic data of arbitrary scale
homepage: https://github.com/bedops/bedops
fetch: homebrew
- key:
token: metaproxy
type: formula
stats:
30d: 60
90d: 78
365d: 437
description: Z39.50 proxy and router utilizing Yaz toolkit
homepage: https://www.indexdata.com/resources/software/metaproxy/
fetch: homebrew
- key:
token: scotch
type: formula
stats:
30d: 60
90d: 164
365d: 553
description: Package for graph partitioning, graph clustering, and sparse matrix
ordering
homepage: https://gitlab.inria.fr/scotch/scotch
fetch: homebrew
- key:
token: primer3
type: formula
stats:
30d: 60
90d: 71
365d: 114
description: Program for designing PCR primers
homepage: https://primer3.org/
fetch: homebrew
- key:
token: vgmstream
type: formula
stats:
30d: 60
90d: 175
365d: 940
description: Library for playing streamed audio formats from video games
homepage: https://vgmstream.org
fetch: homebrew
- key:
token: mako
type: formula
stats:
30d: 60
90d: 212
365d: 1194
description: Production-grade web bundler based on Rust
homepage: https://makojs.dev
fetch: homebrew
- key:
token: instantclient-sdk
type: formula
tap: instantclienttap/instantclient
stats:
30d: 60
90d: 210
365d: 676
description: Oracle Instant Client SDK x64
definition: https://github.com/instantclienttap/homebrew-instantclient/blob/HEAD/Formula/instantclient-sdk.rb
file_paths:
- Formula/instantclient-sdk.rb
fetch: repo_direct
- key:
token: gz-utils3
type: formula
tap: osrf/simulation
stats:
30d: 60
90d: 191
365d: 568
description: General purpose classes and functions designed for robotic applications
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-utils3.rb
file_paths:
- Formula/gz-utils3.rb
fetch: repo_direct
- key:
token: macmon
type: formula
tap: vladkens/tap
stats:
30d: 60
90d: 277
365d: 1273
description: Sudoless performance monitoring for Apple Silicon processors
homepage: https://github.com/vladkens/macmon
definition: https://github.com/vladkens/homebrew-tap/blob/HEAD/macmon.rb
version: 0.6.0
file_paths:
- macmon.rb
fetch: repo_direct
- key:
token: dtools
type: formula
stats:
30d: 60
90d: 114
365d: 385
description: D programming language tools
homepage: https://dlang.org/
fetch: homebrew
- key:
token: anchor
type: formula
tap: anchordotdev/tap
stats:
30d: 60
90d: 144
365d: 885
description: Command-line tools for Anchor.dev
definition: https://github.com/anchordotdev/homebrew-tap/blob/HEAD/Formula/anchor.rb
version: 0.1.10
file_paths:
- Formula/anchor.rb
fetch: repo_direct
- key:
token: dnsviz
type: formula
stats:
30d: 60
90d: 161
365d: 1112
description: Tools for analyzing and visualizing DNS and DNSSEC behavior
homepage: https://github.com/dnsviz/dnsviz/
fetch: homebrew
- key:
token: swift-outdated
type: formula
stats:
30d: 60
90d: 232
365d: 1122
description: Check for outdated Swift package manager dependencies
homepage: https://github.com/kiliankoe/swift-outdated
fetch: homebrew
- key:
token: dashlane-cli
type: formula
tap: dashlane/tap
stats:
30d: 60
90d: 190
365d: 909
description: Command-line interface for Dashlane
definition: https://github.com/dashlane/homebrew-tap/blob/HEAD/Formula/dashlane-cli.rb
file_paths:
- Formula/dashlane-cli.rb
fetch: repo_direct
- key:
token: gz-plugin3
type: formula
tap: osrf/simulation
stats:
30d: 60
90d: 192
365d: 560
description: Plugin libraries for robotics applications
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-plugin3.rb
file_paths:
- Formula/gz-plugin3.rb
fetch: repo_direct
- key:
token: gitu
type: formula
stats:
30d: 60
90d: 409
365d: 1858
description: TUI Git client inspired by Magit
homepage: https://github.com/altsem/gitu
fetch: homebrew
- key:
token: pivy
type: formula
stats:
30d: 60
90d: 86
365d: 86
description: Python bindings to coin3d
homepage: https://github.com/coin3d/pivy
fetch: homebrew
- key:
token: man2html
type: formula
stats:
30d: 60
90d: 303
365d: 1881
description: Convert nroff man pages to HTML
homepage: https://savannah.nongnu.org/projects/man2html/
fetch: homebrew
- key:
token: logdy
type: formula
stats:
30d: 60
90d: 315
365d: 1209
description: Web based real-time log viewer
homepage: https://logdy.dev
fetch: homebrew
- key:
token: todo-txt
type: formula
stats:
30d: 60
90d: 266
365d: 930
description: Minimal, todo.txt-focused editor
homepage: http://todotxt.org/
fetch: homebrew
- key:
token: osmosis
type: formula
stats:
30d: 60
90d: 192
365d: 1071
description: Command-line OpenStreetMap data processor
homepage: https://wiki.openstreetmap.org/wiki/Osmosis
fetch: homebrew
- key:
token: joe
type: formula
stats:
30d: 60
90d: 190
365d: 762
description: Full featured terminal-based screen editor
homepage: https://joe-editor.sourceforge.io/
fetch: homebrew
- key:
token: php@8.5-debug
type: formula
tap: shivammathur/php
stats:
30d: 59
90d: 183
365d: 329
description: General-purpose scripting language
definition: https://github.com/shivammathur/homebrew-php/blob/HEAD/Formula/php@8.5-debug.rb
version: 8.5.0
file_paths:
- Formula/php@8.5-debug.rb
fetch: repo_direct
- key:
token: simple-scan
type: formula
stats:
30d: 59
90d: 165
365d: 881
description: GNOME document scanning application
homepage: https://gitlab.gnome.org/GNOME/simple-scan
fetch: homebrew
- key:
token: aspectj
type: formula
stats:
30d: 59
90d: 126
365d: 719
description: Aspect-oriented programming for Java
homepage: https://eclipse.dev/aspectj/
fetch: homebrew
- key:
token: mednafen
type: formula
stats:
30d: 59
90d: 219
365d: 574
description: Multi-system emulator
homepage: https://mednafen.github.io/
fetch: homebrew
- key:
token: artillery
type: formula
stats:
30d: 59
90d: 275
365d: 1773
description: Cloud-native performance & reliability testing for developers and SREs
homepage: https://www.artillery.io/
fetch: homebrew
- key:
token: dzr
type: formula
stats:
30d: 59
90d: 168
365d: 1348
description: Command-line Deezer.com player
homepage: https://github.com/yne/dzr
fetch: homebrew
- key:
token: eg-examples
type: formula
stats:
30d: 59
90d: 148
365d: 425
description: Useful examples at the command-line
homepage: https://github.com/srsudar/eg
fetch: homebrew
- key:
token: xapian
type: formula
stats:
30d: 59
90d: 206
365d: 1195
description: C++ search engine library
homepage: https://xapian.org/
fetch: homebrew
- key:
token: displayplacer
type: formula
tap: jakehilborn/jakehilborn
stats:
30d: 59
90d: 134
365d: 843
description: Utility to configure multi-display resolutions and arrangements
homepage: https://github.com/jakehilborn/displayplacer
definition: https://github.com/jakehilborn/homebrew-jakehilborn/blob/HEAD/Formula/displayplacer.rb
file_paths:
- Formula/displayplacer.rb
fetch: repo_direct
- key:
token: getoptions
type: formula
tap: ko1nksm/getoptions
stats:
30d: 59
90d: 70
365d: 204
description: An elegant option parser for shell scripts
definition: https://github.com/ko1nksm/homebrew-getoptions/blob/HEAD/getoptions.rb
file_paths:
- getoptions.rb
fetch: repo_direct
- key:
token: collada-dom
type: formula
stats:
30d: 59
90d: 70
365d: 444
description: C++ library for loading and saving COLLADA data
homepage: https://www.khronos.org/collada/wiki/Portal:COLLADA_DOM
fetch: homebrew
- key:
token: nanomsg
type: formula
stats:
30d: 59
90d: 80
365d: 158
description: Socket library in C
homepage: https://nanomsg.org/
fetch: homebrew
- key:
token: textcleaner
type: formula
tap: emil7051/textcleaner
stats:
30d: 59
90d: 59
365d: 59
description: Text cleaning tool for LLM processing
definition: https://github.com/emil7051/homebrew-textcleaner/blob/HEAD/Formula/textcleaner.rb
file_paths:
- Formula/textcleaner.rb
fetch: repo_direct
- key:
token: berkeley-db@5
type: formula
stats:
30d: 59
90d: 248
365d: 1083
description: High performance key/value database
homepage: https://www.oracle.com/database/technologies/related/berkeleydb.html
fetch: homebrew
- key:
token: whisperkit-cli
type: formula
stats:
30d: 59
90d: 242
365d: 862
description: Swift native on-device speech recognition with Whisper for Apple Silicon
homepage: https://github.com/argmaxinc/WhisperKit
fetch: homebrew
- key:
token: webtorrent-cli
type: formula
stats:
30d: 59
90d: 188
365d: 907
description: Command-line streaming torrent client
homepage: https://webtorrent.io/
fetch: homebrew
- key:
token: libslax
type: formula
stats:
30d: 59
90d: 62
365d: 113
description: Implementation of the SLAX language (an XSLT alternative)
homepage: https://github.com/Juniper/libslax/wiki
fetch: homebrew
- key:
token: gz-math8
type: formula
tap: osrf/simulation
stats:
30d: 59
90d: 194
365d: 589
description: Math API for robotic applications
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-math8.rb
file_paths:
- Formula/gz-math8.rb
fetch: repo_direct
- key:
token: wtfutil
type: formula
stats:
30d: 59
90d: 289
365d: 1265
description: Personal information dashboard for your terminal
homepage: https://wtfutil.com
fetch: homebrew
- key:
token: libgnt
type: formula
stats:
30d: 59
90d: 165
365d: 699
description: NCurses toolkit for creating text-mode graphical user interfaces
homepage: https://keep.imfreedom.org/libgnt/libgnt
fetch: homebrew
- key:
token: curlpp
type: formula
stats:
30d: 59
90d: 125
365d: 248
description: C++ wrapper for libcURL
homepage: https://www.curlpp.org/
fetch: homebrew
- key:
token: uds@0.6.1
type: formula
tap: defenseunicorns/tap
stats:
30d: 59
90d: 154
365d: 881
description: CLI for Unicorn Delivery Service
definition: https://github.com/defenseunicorns/homebrew-tap/blob/HEAD/uds@0.6.1.rb
version: 0.6.1
file_paths:
- uds@0.6.1.rb
fetch: repo_direct
- key:
token: tuist@4.45.1
type: formula
tap: tuist/tuist
stats:
30d: 59
90d: 59
365d: 59
description: Create, maintain, and interact with Xcode projects at scale
definition: https://github.com/tuist/homebrew-tuist/blob/HEAD/Formula/tuist@4.45.1.rb
file_paths:
- Formula/tuist@4.45.1.rb
fetch: repo_direct
- key:
token: avro-c
type: formula
stats:
30d: 59
90d: 158
365d: 1272
description: Data serialization system
homepage: https://avro.apache.org/
fetch: homebrew
- key:
token: netcdf-cxx
type: formula
stats:
30d: 59
90d: 175
365d: 675
description: C++ libraries and utilities for NetCDF
homepage: https://www.unidata.ucar.edu/software/netcdf/
fetch: homebrew
- key:
token: chatblade
type: formula
stats:
30d: 59
90d: 133
365d: 1223
description: CLI Swiss Army Knife for ChatGPT
homepage: https://github.com/npiv/chatblade
fetch: homebrew
- key:
token: tabulate
type: formula
stats:
30d: 59
90d: 156
365d: 256
description: Table Maker for Modern C++
homepage: https://github.com/p-ranav/tabulate
fetch: homebrew
- key:
token: gptline
type: formula
stats:
30d: 59
90d: 147
365d: 961
description: ChatGPT client with native iTerm2 support
homepage: https://github.com/gnachman/gptline
fetch: homebrew
- key:
token: imagick@8.4
type: formula
tap: shivammathur/extensions
stats:
30d: 59
90d: 134
365d: 260
description: Imagick PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/imagick@8.4.rb
file_paths:
- Formula/imagick@8.4.rb
fetch: repo_direct
- key:
token: gocryptfs
type: formula
stats:
30d: 58
90d: 130
365d: 264
description: Encrypted overlay filesystem written in Go
homepage: https://nuetzlich.net/gocryptfs/
fetch: homebrew
- key:
token: libfreenect
type: formula
stats:
30d: 58
90d: 192
365d: 736
description: Drivers and libraries for the Xbox Kinect device
homepage: https://openkinect.org/
fetch: homebrew
- key:
token: polymake
type: formula
tap: apaffenholz/polymake
stats:
30d: 58
90d: 179
365d: 638
description: Tool for computations in algorithmic discrete geometry
definition: https://github.com/apaffenholz/homebrew-polymake/blob/HEAD/Formula/polymake.rb
file_paths:
- Formula/polymake.rb
fetch: repo_direct
- key:
token: hamlib
type: formula
stats:
30d: 58
90d: 334
365d: 804
description: Ham radio control libraries
homepage: http://www.hamlib.org/
fetch: homebrew
- key:
token: snakefmt
type: formula
stats:
30d: 58
90d: 72
365d: 259
description: Snakemake code formatter
homepage: https://github.com/snakemake/snakefmt/
fetch: homebrew
- key:
token: davmail
type: formula
stats:
30d: 58
90d: 188
365d: 768
description: POP/IMAP/SMTP/Caldav/Carddav/LDAP exchange gateway
homepage: https://davmail.sourceforge.net/
fetch: homebrew
- key:
token: gz-common5
type: formula
tap: osrf/simulation
stats:
30d: 58
90d: 175
365d: 676
description: Common libraries for robotics applications
definition: https://github.com/osrf/homebrew-simulation/blob/HEAD/Formula/gz-common5.rb
file_paths:
- Formula/gz-common5.rb
fetch: repo_direct
- key:
token: redress
type: formula
stats:
30d: 58
90d: 223
365d: 412
description: Tool for analyzing stripped Go binaries compiled with the Go compiler
homepage: https://github.com/goretk/redress
fetch: homebrew
- key:
token: pgxnclient
type: formula
stats:
30d: 58
90d: 144
365d: 627
description: Command-line client for the PostgreSQL Extension Network
homepage: https://pgxn.github.io/pgxnclient/
fetch: homebrew
- key:
token: sigrok-cli
type: formula
stats:
30d: 58
90d: 146
365d: 702
description: Sigrok command-line interface to use logic analyzers and more
homepage: https://sigrok.org/
fetch: homebrew
- key:
token: openfpgaloader
type: formula
stats:
30d: 58
90d: 212
365d: 774
description: Universal utility for programming FPGA
homepage: https://github.com/trabucayre/openFPGALoader
fetch: homebrew
- key:
token: anubis
type: formula
stats:
30d: 58
90d: 58
365d: 58
description: Protect resources from scraper bots
homepage: https://anubis.techaro.lol
fetch: homebrew
- key:
token: ns-3
type: formula
stats:
30d: 58
90d: 112
365d: 587
description: Discrete-event network simulator
homepage: https://www.nsnam.org/
fetch: homebrew
- key:
token: mailcatcher
type: formula
stats:
30d: 58
90d: 193
365d: 1050
description: Catches mail and serves it through a dream
homepage: https://mailcatcher.me
fetch: homebrew
- key:
token: restate
type: formula
tap: restatedev/tap
stats:
30d: 58
90d: 149
365d: 315
description: Restate CLI
definition: https://github.com/restatedev/homebrew-tap/blob/HEAD/Formula/restate.rb
version: 1.3.0
file_paths:
- Formula/restate.rb
fetch: repo_direct
- key:
token: triton
type: formula
stats:
30d: 58
90d: 157
365d: 588
description: Joyent Triton CLI
homepage: https://www.npmjs.com/package/triton
fetch: homebrew
- key:
token: credstash
type: formula
stats:
30d: 58
90d: 145
365d: 880
description: Little utility for managing credentials in the cloud
homepage: https://github.com/fugue/credstash
fetch: homebrew
- key:
token: bosh-cli
type: formula
tap: cloudfoundry/tap
stats:
30d: 58
90d: 318
365d: 1723
description: Cloud Foundry BOSH CLI v2
homepage: https://bosh.io/docs/cli-v2/
definition: https://github.com/cloudfoundry/homebrew-tap/blob/HEAD/bosh-cli.rb
version: 7.9.4
file_paths:
- bosh-cli.rb
fetch: repo_direct
- key:
token: nestopia-ue
type: formula
stats:
30d: 58
90d: 101
365d: 405
description: NES emulator
homepage: http://0ldsk00l.ca/nestopia/
fetch: homebrew
- key:
token: nu
type: formula
stats:
30d: 58
90d: 239
365d: 861
description: Object-oriented, Lisp-like programming language
homepage: https://programming.nu/
fetch: homebrew
- key:
token: audiowaveform
type: formula
tap: bbc/audiowaveform
stats:
30d: 58
90d: 157
365d: 422
description: Generate waveform data and render waveform images from audio files
definition: https://github.com/bbc/homebrew-audiowaveform/blob/HEAD/audiowaveform.rb
file_paths:
- audiowaveform.rb
fetch: repo_direct
- key:
token: go-critic
type: formula
stats:
30d: 58
90d: 187
365d: 546
description: Opinionated Go source code linter
homepage: https://go-critic.com
fetch: homebrew
- key:
token: ata
type: formula
stats:
30d: 58
90d: 223
365d: 1311
description: ChatGPT in the terminal
homepage: https://github.com/rikhuijzer/ata
fetch: homebrew
- key:
token: dnsx
type: formula
stats:
30d: 58
90d: 271
365d: 602
description: DNS query and resolution tool
homepage: https://github.com/projectdiscovery/dnsx
fetch: homebrew
- key:
token: needle
type: formula
stats:
30d: 58
90d: 168
365d: 969
description: Compile-time safe Swift dependency injection framework with real code
homepage: https://github.com/uber/needle
fetch: homebrew
- key:
token: runit
type: formula
stats:
30d: 58
90d: 127
365d: 515
description: Collection of tools for managing UNIX services
homepage: https://smarden.org/runit/
fetch: homebrew
- key:
token: libpeas@1
type: formula
stats:
30d: 58
90d: 185
365d: 1318
description: GObject plugin library
homepage: https://wiki.gnome.org/Projects/Libpeas
fetch: homebrew
- key:
token: libzim
type: formula
stats:
30d: 58
90d: 110
365d: 572
description: Reference implementation of the ZIM specification
homepage: https://github.com/openzim/libzim
fetch: homebrew
- key:
token: west
type: formula
stats:
30d: 58
90d: 185
365d: 870
description: Zephyr meta-tool
homepage: https://github.com/zephyrproject-rtos/west
fetch: homebrew
- key:
token: zsync
type: formula
stats:
30d: 57
90d: 158
365d: 518
description: File transfer program
homepage: https://web.archive.org/web/20241223233525/http://zsync.moria.org.uk/
fetch: homebrew
- key:
token: pythran
type: formula
stats:
30d: 57
90d: 118
365d: 714
description: Ahead of Time compiler for numeric kernels
homepage: https://pythran.readthedocs.io/
fetch: homebrew
- key:
token: wasmer
type: formula
stats:
30d: 57
90d: 218
365d: 4527
description: Universal WebAssembly Runtime
homepage: https://wasmer.io
fetch: homebrew
- key:
token: swoole@8.3
type: formula
tap: shivammathur/extensions
stats:
30d: 57
90d: 95
365d: 331
description: Swoole PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/swoole@8.3.rb
file_paths:
- Formula/swoole@8.3.rb
fetch: repo_direct
- key:
token: psgrep
type: formula
stats:
30d: 57
90d: 135
365d: 436
description: Shortcut for the 'ps aux | grep' idiom
homepage: https://github.com/jvz/psgrep
fetch: homebrew
- key:
token: imap@8.3
type: formula
tap: shivammathur/extensions
stats:
30d: 57
90d: 173
365d: 698
description: Imap PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/imap@8.3.rb
file_paths:
- Formula/imap@8.3.rb
fetch: repo_direct
- key:
token: kerl
type: formula
stats:
30d: 57
90d: 205
365d: 1233
description: Easy building and installing of Erlang/OTP instances
homepage: https://github.com/kerl/kerl
fetch: homebrew
- key:
token: unrtf
type: formula
stats:
30d: 57
90d: 162
365d: 1008
description: RTF to other formats converter
homepage: https://www.gnu.org/software/unrtf/
fetch: homebrew
- key:
token: sound-touch
type: formula
stats:
30d: 57
90d: 110
365d: 297
description: Audio processing library
homepage: https://www.surina.net/soundtouch/
fetch: homebrew
- key:
token: rhash
type: formula
stats:
30d: 57
90d: 206
365d: 1133
description: Utility for computing and verifying hash sums of files
homepage: https://sourceforge.net/projects/rhash/
fetch: homebrew
- key:
token: tt
type: formula
stats:
30d: 57
90d: 185
365d: 721
description: Command-line utility to manage Tarantool applications
homepage: https://github.com/tarantool/tt
fetch: homebrew
- key:
token: consul-k8s
type: formula
tap: hashicorp/tap
stats:
30d: 57
90d: 120
365d: 617
description: Consul K8s
definition: https://github.com/hashicorp/homebrew-tap/blob/HEAD/Formula/consul-k8s.rb
version: 1.6.3
file_paths:
- Formula/consul-k8s.rb
fetch: repo_direct
- key:
token: m-cli
type: formula
stats:
30d: 57
90d: 186
365d: 759
description: Swiss Army Knife for macOS
homepage: https://github.com/rgcr/m-cli
fetch: homebrew
- key:
token: ninvaders
type: formula
stats:
30d: 57
90d: 124
365d: 407
description: Space Invaders in the terminal
homepage: https://ninvaders.sourceforge.net/
fetch: homebrew
- key:
token: telegram-downloader
type: formula
stats:
30d: 57
90d: 294
365d: 1285
description: Telegram Messenger downloader/tools written in Golang
homepage: https://docs.iyear.me/tdl/
fetch: homebrew
- key:
token: bore-cli
type: formula
stats:
30d: 57
90d: 278
365d: 966
description: Modern, simple TCP tunnel in Rust that exposes local ports to a remote
server
homepage: https://github.com/ekzhang/bore
fetch: homebrew
- key:
token: xboard
type: formula
stats:
30d: 57
90d: 150
365d: 658
description: Graphical user interface for chess
homepage: https://www.gnu.org/software/xboard/
fetch: homebrew
- key:
token: minizinc
type: formula
stats:
30d: 57
90d: 235
365d: 843
description: Medium-level constraint modeling language
homepage: https://www.minizinc.org/
fetch: homebrew
- key:
token: oauth2_proxy
type: formula
stats:
30d: 57
90d: 181
365d: 437
description: Reverse proxy for authenticating users via OAuth 2 providers
homepage: https://oauth2-proxy.github.io/oauth2-proxy/
fetch: homebrew
- key:
token: sui-prover
type: formula
tap: asymptotic-code/sui-prover
stats:
30d: 57
90d: 57
365d: 57
description: Prover - a tool for verifying Move smart contracts on the Sui blockchain
definition: https://github.com/asymptotic-code/homebrew-sui-prover/blob/HEAD/Formula/sui-prover.rb
version: 0.2.24
file_paths:
- Formula/sui-prover.rb
fetch: repo_direct
- key:
token: kaskade
type: formula
stats:
30d: 57
90d: 300
365d: 1125
description: TUI for Kafka
homepage: https://github.com/sauljabin/kaskade
fetch: homebrew
- key:
token: aliyunpan
type: formula
stats:
30d: 57
90d: 196
365d: 755
description: Command-line client tool for Alibaba aDrive disk
homepage: https://github.com/tickstep/aliyunpan
fetch: homebrew
- key:
token: pyqt-builder
type: formula
stats:
30d: 57
90d: 350
365d: 1400
description: Tool to build PyQt
homepage: https://pyqt-builder.readthedocs.io/
fetch: homebrew
- key:
token: tre
type: formula
stats:
30d: 57
90d: 243
365d: 630
description: Lightweight, POSIX-compliant regular expression (regex) library
homepage: https://github.com/laurikari/tre
fetch: homebrew
- key:
token: spr
type: formula
tap: ejoffe/tap
stats:
30d: 57
90d: 97
365d: 247
description: Submit pull requests for individual, amendable, rebaseable commits
to GitHub
homepage: https://spacedentist.github.io/spr/
definition: https://github.com/ejoffe/homebrew-tap/blob/HEAD/spr.rb
version: 0.15.0
file_paths:
- spr.rb
fetch: repo_direct
- key:
token: charmcraft
type: formula
stats:
30d: 57
90d: 190
365d: 829
description: Tool to build charms and publish them on Charmhub
homepage: https://charmhub.io
fetch: homebrew
- key:
token: pinact
type: formula
tap: suzuki-shunsuke/pinact
stats:
30d: 57
90d: 101
365d: 195
description: Pins GitHub Actions to full hashes and versions
homepage: https://github.com/suzuki-shunsuke/pinact
definition: https://github.com/suzuki-shunsuke/homebrew-pinact/blob/HEAD/pinact.rb
version: 3.0.3
file_paths:
- pinact.rb
fetch: repo_direct
- key:
token: mecab-ko
type: formula
stats:
30d: 57
90d: 131
365d: 296
description: See mecab
homepage: https://bitbucket.org/eunjeon/mecab-ko
fetch: homebrew
- key:
token: sceptre
type: formula
stats:
30d: 57
90d: 134
365d: 664
description: Build better AWS infrastructure
homepage: https://docs.sceptre-project.org/
fetch: homebrew
- key:
token: ahoy
type: formula
stats:
30d: 57
90d: 180
365d: 482
description: Creates self documenting CLI programs from commands in YAML files
homepage: https://github.com/ahoy-cli/ahoy/
fetch: homebrew
- key:
token: nrm
type: formula
stats:
30d: 56
90d: 131
365d: 278
description: NPM registry manager, fast switch between different registries
homepage: https://github.com/Pana/nrm
fetch: homebrew
- key:
token: wgcf
type: formula
stats:
30d: 56
90d: 349
365d: 1193
description: Generate WireGuard profile from Cloudflare Warp account
homepage: https://github.com/ViRb3/wgcf
fetch: homebrew
- key:
token: libgphoto2
type: formula
stats:
30d: 56
90d: 209
365d: 2001
description: Gphoto2 digital camera library
homepage: http://www.gphoto.org/proj/libgphoto2/
fetch: homebrew
- key:
token: node@16
type: formula
stats:
30d: 56
90d: 220
365d: 75625
description: Platform built on V8 to build network applications
homepage: https://nodejs.org/
fetch: homebrew
- key:
token: megahit
type: formula
tap: brewsci/bio
stats:
30d: 56
90d: 138
365d: 217
description: Ultra-fast SMP/GPU succinct DBG metagenome assembly
definition: https://github.com/brewsci/homebrew-bio/blob/HEAD/Formula/megahit.rb
file_paths:
- Formula/megahit.rb
fetch: repo_direct
- key:
token: quilt
type: formula
stats:
30d: 56
90d: 157
365d: 781
description: Work with series of patches
homepage: https://savannah.nongnu.org/projects/quilt
fetch: homebrew
- key:
token: ical-buddy
type: formula
stats:
30d: 56
90d: 175
365d: 615
description: Get events and tasks from the macOS calendar database
homepage: https://hasseg.org/icalBuddy/
fetch: homebrew
- key:
token: center-im
type: formula
stats:
30d: 56
90d: 151
365d: 819
description: Text-mode multi-protocol instant messaging client
homepage: https://github.com/petrpavlu/centerim5
fetch: homebrew
- key:
token: sipcalc
type: formula
stats:
30d: 56
90d: 175
365d: 681
description: Advanced console-based IP subnet calculator
homepage: https://www.routemeister.net/projects/sipcalc/
fetch: homebrew
- key:
token: azure-functions-core-tools
type: formula
tap: azure/functions
stats:
30d: 56
90d: 171
365d: 596
description: Azure Functions Core Tools 2.0
definition: https://github.com/azure/homebrew-functions/blob/HEAD/Formula/azure-functions-core-tools.rb
file_paths:
- Formula/azure-functions-core-tools.rb
fetch: repo_direct
- key:
token: git-duet
type: formula
tap: git-duet/tap
stats:
30d: 56
90d: 217
365d: 902
description: Pairing tool for Git
definition: https://github.com/git-duet/homebrew-tap/blob/HEAD/git-duet.rb
version: 0.10.0
file_paths:
- git-duet.rb
fetch: repo_direct
- key:
token: lensfun
type: formula
stats:
30d: 56
90d: 141
365d: 633
description: Remove defects from digital images
homepage: https://lensfun.github.io/
fetch: homebrew
- key:
token: lsl
type: formula
tap: labstreaminglayer/tap
stats:
30d: 56
90d: 134
365d: 454
description: Library for multi-modal time-synched data transmission over the network
definition: https://github.com/labstreaminglayer/homebrew-tap/blob/HEAD/Formula/lsl.rb
version: 1.16.2
file_paths:
- Formula/lsl.rb
fetch: repo_direct
- key:
token: unox
type: formula
tap: eugenmayer/dockersync
stats:
30d: 56
90d: 164
365d: 543
description: A layer for unison-fsmonitor arround either macfsevents or watchdog
for usage with unison
definition: https://github.com/eugenmayer/homebrew-dockersync/blob/HEAD/Formula/unox.rb
file_paths:
- Formula/unox.rb
fetch: repo_direct
- key:
token: gulp-cli
type: formula
stats:
30d: 56
90d: 182
365d: 1287
description: Command-line utility for Gulp
homepage: https://github.com/gulpjs/gulp-cli
fetch: homebrew
- key:
token: pyroscope
type: formula
tap: pyroscope-io/brew
stats:
30d: 56
90d: 115
365d: 602
description: Open source continuous profiling software
definition: https://github.com/pyroscope-io/homebrew-brew/blob/HEAD/Formula/pyroscope.rb
version: 1.12.1
file_paths:
- Formula/pyroscope.rb
fetch: repo_direct
- key:
token: minipro
type: formula
stats:
30d: 56
90d: 204
365d: 1401
description: Open controller for the MiniPRO TL866xx series of chip programmers
homepage: https://gitlab.com/DavidGriffith/minipro/
fetch: homebrew
- key:
token: drone
type: formula
tap: drone/drone
stats:
30d: 56
90d: 113
365d: 405
definition: https://github.com/drone/homebrew-drone/blob/HEAD/Formula/drone.rb
version: latest
file_paths:
- Formula/drone.rb
fetch: repo_direct
- key:
token: mariadb-connector-odbc
type: formula
stats:
30d: 56
90d: 191
365d: 678
description: Database driver using the industry standard ODBC API
homepage: https://mariadb.org/download/?tab=connector&prod=connector-odbc
fetch: homebrew
- key:
token: cw
type: formula
tap: lucagrulla/tap
stats:
30d: 56
90d: 165
365d: 654
description: The best way to tail AWS Cloudwatch Logs from your terminal
definition: https://github.com/lucagrulla/homebrew-tap/blob/HEAD/Formula/cw.rb
version: 4.1.3
file_paths:
- Formula/cw.rb
fetch: repo_direct
- key:
token: vvenc
type: formula
stats:
30d: 56
90d: 77
365d: 295
description: Fraunhofer Versatile Video Encoder
homepage: https://github.com/fraunhoferhhi/vvenc
fetch: homebrew
- key:
token: sokit
type: formula
tap: rangaofei/saka
stats:
30d: 56
90d: 209
365d: 777
description: The origin author and page:\nhttps://github.com/sinpolib/sokit\nfamous
tool for debug with socket\n ----by saka
definition: https://github.com/rangaofei/homebrew-saka/blob/HEAD/Formula/sokit.rb
version: 1.1.1
file_paths:
- Formula/sokit.rb
fetch: repo_direct
- key:
token: acronym
type: formula
stats:
30d: 56
90d: 99
365d: 144
description: Python-based tool for creating English-ish acronyms from your fancy
project
homepage: https://github.com/bacook17/acronym
fetch: homebrew
- key:
token: sambamba
type: formula
stats:
30d: 56
90d: 136
365d: 388
description: Tools for working with SAM/BAM data
homepage: https://lomereiter.github.io/sambamba/
fetch: homebrew
- key:
token: sqlite-analyzer
type: formula
stats:
30d: 56
90d: 525
365d: 1947
description: Analyze how space is allocated inside an SQLite file
homepage: https://www.sqlite.org/
fetch: homebrew
- key:
token: mkvdts2ac3
type: formula
stats:
30d: 56
90d: 147
365d: 924
description: Convert DTS audio to AC3 within a matroska file
homepage: https://github.com/JakeWharton/mkvdts2ac3
fetch: homebrew
- key:
token: helmify
type: formula
tap: arttor/tap
stats:
30d: 56
90d: 181
365d: 912
description: Create Helm chart from Kubernetes yaml
homepage: https://github.com/arttor/helmify
definition: https://github.com/arttor/homebrew-tap/blob/HEAD/Formula/helmify.rb
version: 0.4.18
file_paths:
- Formula/helmify.rb
fetch: repo_direct
- key:
token: erofs-utils
type: formula
stats:
30d: 56
90d: 118
365d: 454
description: Utilities for Enhanced Read-Only File System
homepage: https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git
fetch: homebrew
- key:
token: build2
type: formula
stats:
30d: 56
90d: 126
365d: 301
description: C/C++ Build Toolchain
homepage: https://build2.org
fetch: homebrew
- key:
token: quicktype
type: formula
stats:
30d: 56
90d: 224
365d: 1585
description: Generate types and converters from JSON, Schema, and GraphQL
homepage: https://github.com/glideapps/quicktype
fetch: homebrew
- key:
token: nuxeo
type: formula
stats:
30d: 56
90d: 161
365d: 984
description: Enterprise Content Management
homepage: https://nuxeo.github.io/
fetch: homebrew
- key:
token: naabu
type: formula
stats:
30d: 56
90d: 267
365d: 1086
description: Fast port scanner
homepage: https://docs.projectdiscovery.io/tools/naabu/overview
fetch: homebrew
- key:
token: pcb
type: formula
stats:
30d: 56
90d: 146
365d: 746
description: Interactive printed circuit board editor
homepage: http://pcb.geda-project.org/
fetch: homebrew
- key:
token: gtkspell3
type: formula
stats:
30d: 56
90d: 164
365d: 875
description: Gtk widget for highlighting and replacing misspelled words
homepage: https://gtkspell.sourceforge.net/
fetch: homebrew
- key:
token: rpm
type: formula
tap: msyfls123/repo
stats:
30d: 56
90d: 178
365d: 730
description: Standard unix software packaging tool
homepage: https://rpm.org/
definition: https://github.com/msyfls123/homebrew-repo/blob/HEAD/Formula/rpm.rb
file_paths:
- Formula/rpm.rb
fetch: repo_direct
- key:
token: mit-scheme
type: formula
stats:
30d: 56
90d: 212
365d: 1186
description: MIT/GNU Scheme development tools and runtime library
homepage: https://www.gnu.org/software/mit-scheme/
fetch: homebrew
- key:
token: qwt
type: formula
stats:
30d: 56
90d: 195
365d: 1084
description: Qt Widgets for Technical Applications
homepage: https://qwt.sourceforge.io/
fetch: homebrew
- key:
token: gabedit
type: formula
stats:
30d: 55
90d: 156
365d: 757
description: GUI to computational chemistry packages like Gamess-US, Gaussian, etc.
homepage: https://gabedit.sourceforge.net/
fetch: homebrew
- key:
token: mssql-tools@14.0.6.0
type: formula
tap: microsoft/mssql-release
stats:
30d: 55
90d: 182
365d: 905
description: Sqlcmd and Bcp for Microsoft(R) SQL Server(R)
definition: https://github.com/microsoft/homebrew-mssql-release/blob/HEAD/Formula/mssql-tools@14.0.6.0.rb
version: 14.0.6.0
file_paths:
- Formula/mssql-tools@14.0.6.0.rb
fetch: repo_direct
- key:
token: gambit-scheme
type: formula
stats:
30d: 55
90d: 508
365d: 5018
description: Implementation of the Scheme Language
homepage: https://gambitscheme.org/
fetch: homebrew
- key:
token: xpipe
type: formula
stats:
30d: 55
90d: 99
365d: 213
description: Split input and feed it into the given utility
homepage: https://www.netmeister.org/apps/xpipe.html
fetch: homebrew
- key:
token: pdftohtml
type: formula
stats:
30d: 55
90d: 161
365d: 739
description: Utility which converts PDF files into HTML and XML formats
homepage: https://pdftohtml.sourceforge.net/
fetch: homebrew
- key:
token: nspr
type: formula
stats:
30d: 55
90d: 225
365d: 1480
description: Platform-neutral API for system-level and libc-like functions
homepage: https://hg.mozilla.org/projects/nspr
fetch: homebrew
- key:
token: datalad
type: formula
stats:
30d: 55
90d: 184
365d: 1282
description: Data distribution geared toward scientific datasets
homepage: https://www.datalad.org
fetch: homebrew
- key:
token: wavpack
type: formula
stats:
30d: 55
90d: 408
365d: 723
description: Hybrid lossless audio compression
homepage: https://www.wavpack.com/
fetch: homebrew
- key:
token: vit
type: formula
stats:
30d: 55
90d: 185
365d: 487
description: Full-screen terminal interface for Taskwarrior
homepage: https://github.com/vit-project/vit
fetch: homebrew
- key:
token: lambroll
type: formula
tap: fujiwara/tap
stats:
30d: 55
90d: 164
365d: 532
description: lambroll is a minimal deployment tool for AWS Lambda.
definition: https://github.com/fujiwara/homebrew-tap/blob/HEAD/lambroll.rb
version: 1.2.2
file_paths:
- lambroll.rb
fetch: repo_direct
- key:
token: mapcrafter
type: formula
stats:
30d: 55
90d: 69
365d: 336
description: Minecraft map renderer
homepage: https://github.com/mapcrafter/mapcrafter
fetch: homebrew
- key:
token: pushpin
type: formula
stats:
30d: 55
90d: 129
365d: 701
description: Reverse proxy for realtime web services
homepage: https://pushpin.org/
fetch: homebrew
- key:
token: alpscore
type: formula
stats:
30d: 55
90d: 99
365d: 713
description: Applications and libraries for physics simulations
homepage: https://alpscore.org
fetch: homebrew
- key:
token: besu
type: formula
tap: hyperledger/besu
stats:
30d: 55
90d: 164
365d: 736
description: hyperledger besu ethereum client
definition: https://github.com/hyperledger/homebrew-besu/blob/HEAD/besu.rb
file_paths:
- besu.rb
fetch: repo_direct
- key:
token: chipmunk
type: formula
stats:
30d: 55
90d: 70
365d: 127
description: 2D rigid body physics library written in C
homepage: https://chipmunk-physics.net/
fetch: homebrew
- key:
token: byacc
type: formula
stats:
30d: 55
90d: 325
365d: 1063
description: "(Arguably) the best yacc variant"
homepage: https://invisible-island.net/byacc/
fetch: homebrew
- key:
token: mac
type: formula
stats:
30d: 55
90d: 98
365d: 98
description: Monkey's Audio lossless codec
homepage: https://www.monkeysaudio.com
fetch: homebrew
- key:
token: tsui
type: formula
stats:
30d: 55
90d: 55
365d: 55
description: TUI for configuring and monitoring Tailscale
homepage: https://neuralink.com/tsui
fetch: homebrew
- key:
token: mongodb@8.3
type: formula
tap: shivammathur/extensions
stats:
30d: 55
90d: 96
365d: 444
description: Mongodb PHP extension
definition: https://github.com/shivammathur/homebrew-extensions/blob/HEAD/Formula/mongodb@8.3.rb
file_paths:
- Formula/mongodb@8.3.rb
fetch: repo_direct
- key:
token: pgsync
type: formula
stats:
30d: 55
90d: 185
365d: 811
description: Sync Postgres data between databases
homepage: https://github.com/ankane/pgsync
fetch: homebrew
- key:
token: kin
type: formula
stats:
30d: 55
90d: 171
365d: 783
description: Sane PBXProj files
homepage: https://github.com/Serchinastico/Kin
fetch: homebrew
- key:
token: hck
type: formula
stats:
30d: 55
90d: 116
365d: 356
description: Sharp cut(1) clone
homepage: https://github.com/sstadick/hck
fetch: homebrew
- key:
token: opensaml
type: formula
stats:
30d: 55
90d: 62
365d: 255
description: Library for Security Assertion Markup Language
homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/Home
fetch: homebrew
- key:
token: util-macros
type: formula
stats:
30d: 55
90d: 206
365d: 1222
description: 'X.Org: Set of autoconf macros used to build other xorg packages'
homepage: https://www.x.org/
fetch: homebrew
- key:
token: truffle
type: formula
stats:
30d: 55
90d: 111
365d: 688
description: Development environment, testing framework and asset pipeline for Ethereum
homepage: https://trufflesuite.com
fetch: homebrew
- key:
token: zouxian
type: formula
tap: catme0w/tap
stats:
30d: 55
90d: 83
365d: 478
description: Permanent Apple Intelligence + Xcode Predictive Code Completion for
Chinese-market Mac computers
definition: https://github.com/catme0w/homebrew-tap/blob/HEAD/Formula/zouxian.rb
file_paths:
- Formula/zouxian.rb
fetch: repo_direct
- key:
token: fnt
type: formula
stats:
30d: 55
90d: 197
365d: 864
description: Apt for fonts, the missing font manager for macOS/linux
homepage: https://github.com/alexmyczko/fnt
fetch: homebrew
- key:
token: osslsigncode
type: formula
stats:
30d: 55
90d: 137
365d: 1145
description: OpenSSL based Authenticode signing for PE/MSI/Java CAB files
homepage: https://github.com/mtrojnar/osslsigncode
fetch: homebrew
- key:
token: trezor-agent
type: formula
stats:
30d: 55
90d: 103
365d: 739
description: Hardware SSH/GPG agent for Trezor and Ledger
homepage: https://github.com/romanz/trezor-agent
fetch: homebrew
- key:
token: ncnn
type: formula
stats:
30d: 55
90d: 140
365d: 1420
description: High-performance neural network inference framework
homepage: https://github.com/Tencent/ncnn
fetch: homebrew
- key:
token: beanquery
type: formula
stats:
30d: 55
90d: 89
365d: 89
description: Customizable lightweight SQL query tool
homepage: https://github.com/beancount/beanquery
fetch: homebrew
- key:
token: patat
type: formula
stats:
30d: 55
90d: 95
365d: 305
description: Terminal-based presentations using Pandoc
homepage: https://github.com/jaspervdj/patat
fetch: homebrew
- key:
token: md2pdf
type: formula
stats:
30d: 55
90d: 158
365d: 158
description: CLI utility that generates PDF from Markdown
homepage: https://github.com/solworktech/mdtopdf
fetch: homebrew
- key:
token: tty-clock
type: formula
stats:
30d: 55
90d: 152
365d: 610
description: Digital clock in ncurses
homepage: https://github.com/xorg62/tty-clock
fetch: homebrew
- key:
token: opencbm
type: formula
stats:
30d: 55
90d: 110
365d: 211
description: Provides access to various floppy drive formats
homepage: https://spiro.trikaliotis.net/opencbm
fetch: homebrew
- key:
token: gaster
type: formula
tap: d235j/ios-restore-tools
stats:
30d: 55
90d: 170
365d: 515
description: Tool for placing iOS devices in a checkm8-pwned state
definition: https://github.com/d235j/homebrew-ios-restore-tools/blob/HEAD/Formula/gaster.rb
file_paths:
- Formula/gaster.rb
fetch: repo_direct
- key:
token: svu
type: formula
tap: caarlos0/tap
stats:
30d: 55
90d: 149
365d: 379
description: Semantic Version Utility
definition: https://github.com/caarlos0/homebrew-tap/blob/HEAD/Formula/svu.rb
version: 3.2.3
file_paths:
- Formula/svu.rb
fetch: repo_direct
- key:
token: boost-bcp
type: formula
stats:
30d: 55
90d: 82
365d: 469
description: Utility for extracting subsets of the Boost library
homepage: https://www.boost.org/doc/tools/bcp/
fetch: homebrew
- key:
token: trailscraper
type: formula
stats:
30d: 55
90d: 68
365d: 209
description: Tool to get valuable information out of AWS CloudTrail
homepage: https://github.com/flosell/trailscraper
fetch: homebrew
- key:
token: diskonaut
type: formula
stats:
30d: 54
90d: 149
365d: 582
description: Terminal visual disk space navigator
homepage: https://github.com/imsnif/diskonaut
fetch: homebrew
- key:
token: slides
type: formula
stats:
30d: 54
90d: 206
365d: 1495
description: Terminal based presentation tool
homepage: https://maaslalani.com/slides/
fetch: homebrew
- key:
token: httm
type: formula
stats:
30d: 54
90d: 332
365d: 1138
description: Interactive, file-level Time Machine-like tool for ZFS/btrfs
homepage: https://github.com/kimono-koans/httm
fetch: homebrew
- key:
token: bashdb
type: formula
stats:
30d: 54
90d: 143
365d: 558
description: Bash shell debugger
homepage: https://bashdb.sourceforge.net/
fetch: homebrew
- key:
token: kapp
type: formula
tap: vmware-tanzu/carvel
stats:
30d: 54
90d: 104
365d: 774
description: CLI tool for Kubernetes users to group and manage bulk resources
homepage: https://carvel.dev/kapp/
definition: https://github.com/vmware-tanzu/homebrew-carvel/blob/HEAD/kapp.rb
version: v0.64.1
file_paths:
- kapp.rb
fetch: repo_direct
- key:
token: goocanvas
type: formula
stats:
30d: 54
90d: 160
365d: 942
description: Canvas widget for GTK+ using the Cairo 2D library for drawing
homepage: https://wiki.gnome.org/Projects/GooCanvas
fetch: homebrew
- key:
token: rarian
type: formula
stats:
30d: 54
90d: 76
365d: 219
description: Documentation metadata library
homepage: https://rarian.freedesktop.org/
fetch: homebrew
- key:
token: translate-toolkit
type: formula
stats:
30d: 54
90d: 246
365d: 988
description: Toolkit for localization engineers
homepage: https://toolkit.translatehouse.org/
fetch: homebrew
- key:
token: pokerstove
type: formula
stats:
30d: 54
90d: 62
365d: 314
description: Poker evaluation and enumeration software
homepage: https://github.com/andrewprock/pokerstove
fetch: homebrew
- key:
token: lsix
type: formula
stats:
30d: 54
90d: 154
365d: 1275
description: Shows thumbnails in terminal using sixel graphics
homepage: https://github.com/hackerb9/lsix
fetch: homebrew
- key:
token: tracy
type: formula
stats:
30d: 54
90d: 125
365d: 748
description: Real-time, nanosecond resolution frame profiler
homepage: https://github.com/wolfpld/tracy
fetch: homebrew
- key:
token: krunkit
type: formula
tap: slp/krunkit
stats:
30d: 54
90d: 111
365d: 294
description: A CLI tool to start Linux KVM or macOS Hypervisor framework virtual
machines using the libkrun platform.
definition: https://github.com/slp/homebrew-krunkit/blob/HEAD/Formula/krunkit.rb
file_paths:
- Formula/krunkit.rb
fetch: repo_direct
- key:
token: ryelang
type: formula
stats:
30d: 54
90d: 167
365d: 506
description: Rye is a homoiconic programming language focused on fluid expressions
homepage: https://ryelang.org/
fetch: homebrew
- key:
token: icdiff
type: formula
stats:
30d: 54
90d: 192
365d: 1154
description: Improved colored diff
homepage: https://www.jefftk.com/icdiff
fetch: homebrew
- key:
token: qt-mariadb
type: formula
stats:
30d: 54
90d: 151
365d: 757
description: Qt SQL Database Driver
homepage: https://www.qt.io/
fetch: homebrew
- key:
token: fastly
type: formula
stats:
30d: 54
90d: 81
365d: 81
description: Build, deploy and configure Fastly services
homepage: https://www.fastly.com/documentation/reference/cli/
fetch: homebrew
- key:
token: gl2ps
type: formula
stats:
30d: 54
90d: 154
365d: 628
description: OpenGL to PostScript printing library
homepage: https://www.geuz.org/gl2ps/
fetch: homebrew
- key:
token: showkey
type: formula
stats:
30d: 54
90d: 183
365d: 792
description: Simple keystroke visualizer
homepage: http://www.catb.org/~esr/showkey/
fetch: homebrew
- key:
token: hmap
type: formula
tap: milend/taps
stats:
30d: 54
90d: 167
365d: 231
description: Tool for working with Clang header map files
definition: https://github.com/milend/homebrew-taps/blob/HEAD/Formula/hmap.rb
file_paths:
- Formula/hmap.rb
fetch: repo_direct
- key:
token: vue-language-server
type: formula
stats:
30d: 54
90d: 212
365d: 265
description: Vue.js language server
homepage: https://github.com/vuejs/language-tools
fetch: homebrew
- key:
token: carla
type: formula
stats:
30d: 54
90d: 133
365d: 807
description: Audio plugin host supporting LADSPA, LV2, VST2/3, SF2 and more
homepage: https://kx.studio/Applications:Carla
fetch: homebrew
- key:
token: libiscsi
type: formula
stats:
30d: 54
90d: 172
365d: 1183
description: Client library and utilities for iscsi
homepage: https://github.com/sahlberg/libiscsi
fetch: homebrew
- key:
token: epr
type: formula
stats:
30d: 54
90d: 108
365d: 413
description: Command-line EPUB reader
homepage: https://github.com/wustho/epr
fetch: homebrew
- key:
token: chrony
type: formula
stats:
30d: 54
90d: 161
365d: 781
description: Versatile implementation of the Network Time Protocol (NTP)
homepage: https://chrony-project.org
fetch: homebrew
- key:
token: gpp
type: formula
stats:
30d: 54
90d: 156
365d: 805
description: General-purpose preprocessor with customizable syntax
homepag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment