Last active
July 16, 2026 13:38
-
-
Save nagae/5efd5fe39b9206d984b5725540e1c8d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Codec library for encoding and decoding AV1 video streams | |
| brew "aom" | |
| # Cryptography and SSL/TLS Toolkit | |
| brew "openssl@3" | |
| # Spell checker with better logic than ispell | |
| brew "aspell" | |
| # Collection of portable C++ source libraries | |
| brew "boost" | |
| # Core application library for C | |
| brew "glib" | |
| # GNU Transport Layer Security (TLS) Library | |
| brew "gnutls" | |
| # Validating, recursive, caching DNS resolver | |
| brew "unbound" | |
| # GNU Emacs text editor | |
| brew "emacs" | |
| # Emacs dependency management | |
| brew "cask" | |
| # Migemo is a tool that supports Japanese incremental search with Romaji | |
| brew "cmigemo" | |
| # C++ template library for linear algebra | |
| brew "eigen" | |
| # Play, record, convert, and stream select audio and video codecs | |
| brew "ffmpeg" | |
| # GNU database manager | |
| brew "gdbm" | |
| # OpenType text shaping engine | |
| brew "harfbuzz" | |
| # Library for JPEG-2000 image manipulation | |
| brew "openjpeg" | |
| # Image processing and image analysis library | |
| brew "leptonica" | |
| # Framework for layout and rendering of i18n text | |
| brew "pango" | |
| # OCR (Optical Character Recognition) engine | |
| brew "tesseract" | |
| # Command-line utility for uploading Gists | |
| brew "gist" | |
| # Distributed revision control system | |
| brew "git" | |
| # Git extension for versioning large files | |
| brew "git-lfs" | |
| # GNU version of the tar archiving utility | |
| brew "gnu-tar" | |
| # GNU Privacy Guard (OpenPGP) | |
| brew "gnupg" | |
| # Package compiler and linker metadata toolkit | |
| brew "pkgconf" | |
| # Generate introspection data for GObject libraries | |
| brew "gobject-introspection" | |
| # Apply a diff file to an original | |
| brew "gpatch" | |
| # ISO/IEC 23008-12:2017 HEIF file format decoder and encoder | |
| brew "libheif" | |
| # Tools and libraries to manipulate images in select formats | |
| brew "imagemagick" | |
| # Open-source implementation of JPEG2000 Part-15 (or JPH or HTJ2K) | |
| brew "openjph" | |
| # High dynamic-range image file format | |
| brew "openexr" | |
| # New file format for still image compression | |
| brew "jpeg-xl" | |
| # Clean C library for processing UTF-8 Unicode data | |
| brew "utf8proc" | |
| # Fast, Dynamic Programming Language | |
| brew "julia" | |
| # Open-source, cross-platform JavaScript runtime environment | |
| brew "node" | |
| # Swiss-army knife of markup format conversion | |
| brew "pandoc" | |
| # Interactive environments for writing and running code | |
| brew "jupyterlab" | |
| # LHA implementation to decompress .lzh and .lzs archives | |
| brew "lhasa" | |
| # Subtitle renderer for the ASS/SSA subtitle format | |
| brew "libass" | |
| # Library for reading RAW files from digital photo cameras | |
| brew "libraw" | |
| # Next-gen compiler infrastructure | |
| brew "llvm" | |
| # Text-to-HTML conversion tool | |
| brew "markdown" | |
| # Ambitious Vim-fork focused on extensibility and agility | |
| brew "neovim" | |
| # Image manipulation | |
| brew "netpbm" | |
| # Network Kanji code conversion Filter (NKF) | |
| brew "nkf" | |
| # PDF rendering library (based on the xpdf-3.0 code base) | |
| brew "poppler" | |
| # Generic syntax highlighter | |
| brew "pygments" | |
| # Tools for and transforming and inspecting PDF files | |
| brew "qpdf" | |
| # Utility that provides fast incremental file transfer | |
| brew "rsync" | |
| # Tool for downloading RTMP streaming media | |
| brew "rtmpdump" | |
| # Powerful, clean, object-oriented scripting language | |
| brew "ruby" | |
| # SKK dictionary maintenance tools | |
| brew "skktools" | |
| # Secure Reliable Transport | |
| brew "srt" | |
| # SSL tunneling program | |
| brew "stunnel", restart_service: :changed | |
| # Version control system designed to be a better CVS | |
| brew "subversion" | |
| # Generate scripting interfaces to C/C++ code | |
| brew "swig" | |
| # Enables extra languages support for Tesseract | |
| brew "tesseract-lang" | |
| # Extremely fast LaTeX formatter written in Rust | |
| brew "tex-fmt" | |
| # Vi 'workalike' with many additional features | |
| brew "vim" | |
| # Pager/text based browser | |
| brew "w3m" | |
| # Internet file retriever | |
| brew "wget" | |
| # Feature-rich command-line audio/video downloader | |
| brew "yt-dlp" | |
| # Tool to customise input devices and automate computer systems | |
| cask "bettertouchtool" | |
| # Multi-platform client-side cloud file encryption tool | |
| cask "cryptomator" | |
| # Server and cloud storage browser | |
| cask "cyberduck" | |
| # Text editor | |
| cask "emacs-app" | |
| # Desktop client for GitHub repositories | |
| cask "github" | |
| # Client for the Google Drive storage service | |
| cask "google-drive" | |
| # Programming language for technical computing | |
| cask "julia-app" | |
| # Desktop application for JupyterLab | |
| cask "jupyterlab-app" | |
| # File system integration | |
| cask "macfuse" | |
| # SKK Input Method | |
| cask "macskk" | |
| # Full TeX Live distribution with GUI applications | |
| cask "mactex" | |
| # App to write, plan, collaborate, and get organised | |
| cask "notion" | |
| # Open-source software for live streaming and screen recording | |
| cask "obs" | |
| # Knowledge base that works on top of a local folder of plain text Markdown files | |
| cask "obsidian" | |
| # PDF reader and note-taking application | |
| cask "skim" | |
| # Team communication and collaboration software | |
| cask "slack" | |
| # Graphical client for Git version control | |
| cask "sourcetree" | |
| # Open-source code editor | |
| cask "visual-studio-code" | |
| # Multimedia player | |
| cask "vlc" | |
| # Video communication and virtual meeting platform | |
| cask "zoom" | |
| vscode "aaron-bond.better-comments" | |
| vscode "asvetliakov.vscode-neovim" | |
| vscode "batisteo.vscode-django" | |
| vscode "docker.docker" | |
| vscode "donjayamanne.python-environment-manager" | |
| vscode "donjayamanne.python-extension-pack" | |
| vscode "github.codespaces" | |
| vscode "james-yu.latex-workshop" | |
| vscode "julialang.language-julia" | |
| vscode "kevinrose.vsc-python-indent" | |
| vscode "ms-azuretools.vscode-containers" | |
| vscode "ms-azuretools.vscode-docker" | |
| vscode "ms-ceintl.vscode-language-pack-ja" | |
| vscode "ms-python.debugpy" | |
| vscode "ms-python.python" | |
| vscode "ms-python.vscode-pylance" | |
| vscode "ms-python.vscode-python-envs" | |
| vscode "ms-toolsai.jupyter" | |
| vscode "ms-toolsai.jupyter-keymap" | |
| vscode "ms-toolsai.jupyter-renderers" | |
| vscode "ms-toolsai.vscode-jupyter-cell-tags" | |
| vscode "ms-toolsai.vscode-jupyter-slideshow" | |
| vscode "ms-vscode-remote.remote-containers" | |
| vscode "njpwerner.autodocstring" | |
| vscode "shd101wyy.markdown-preview-enhanced" | |
| vscode "streetsidesoftware.code-spell-checker" | |
| vscode "visualstudioexptteam.intellicode-api-usage-examples" | |
| vscode "visualstudioexptteam.vscodeintellicode" | |
| vscode "wholroyd.jinja" | |
| vscode "yzhang.markdown-all-in-one" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment