🍺 BREW Explorer

← all formulae

woff2

brew install woff2 v1.0.2 MIT

Utilities to create and convert Web Open Font File (WOFF) files

688
30-day installs · #1522
2.1k
90-day · #1569
7.1k
365-day · #1659
1.8k
★ GitHub stars · updated 4mo ago

Runtime dependencies

Build dependencies

Links

Raw metadata
{
  "aliases": [],
  "alternatives": [],
  "build_dependencies": [
    "cmake"
  ],
  "categories": [],
  "caveats": null,
  "conflicts_with": [],
  "dependencies": [
    "brotli"
  ],
  "deprecated": 0,
  "deprecation_reason": null,
  "desc": "Utilities to create and convert Web Open Font File (WOFF) files",
  "disable_reason": null,
  "disabled": 0,
  "enrichment_fetched_at": "2026-06-20T23:41:31+00:00",
  "first_seen": "2026-06-20T23:34:18+00:00",
  "full_name": "woff2",
  "github_default_branch": "master",
  "github_last_commit_at": "2026-04-16T01:13:55Z",
  "github_readme_excerpt": "\ufeffThis is a README for the font compression reference code. There are several\ncompression related modules in this repository.\n\nbrotli/ contains reference code for the Brotli byte-level compression\nalgorithm. Note that it is licensed under the MIT license.\n\nsrc/ contains the C++ code for compressing and decompressing fonts.\n\n# Build \u0026 Run\n\nThis document documents how to run the compression reference code. At this\nwriting, the code, while it is intended to produce a bytestream that can be\nreconstructed into a working font, the reference decompression code is not\ndone, and the exact format of that bytestream is subject to change.\n\nThe build process depends on the g++ compiler.\n\n## Build\n\nOn a standard Unix-style environment:\n\n```\ngit clone --recursive https://github.com/google/woff2.git\ncd woff2\nmake clean all\n```\n\nAlternatively, if Brotli is already installed on your system you can use CMake\nto build executables and libraries:\n\n```\ngit clone https://github.com/google/woff2.git\ncd woff2\nmkdir out\ncd out\ncmake ..\nmake\nmake install\n```\n\nBy default, shared libraries are built. To use static linkage, do:\n\n```\ncd woff2\nmkdir out-static\ncmake -DBUILD_SHARED_LIBS=OFF ..\nmake\nmake install\n```\n\n## Run\n\nEnsure the binaries from the build process are in your $PATH, then:\n\n```\nwoff2_compress myfont.ttf\nwoff2_decompress myfont.woff2\n```\n\n# References\n\nhttp://www.w3.org/TR/WOFF2/\nhttp://www.w3.org/Submission/MTX/\n\nAlso please refer to documents (currently Google Docs):\n\nWOFF Ultra Condensed file format: proposals and discussion of wire format\nissues (PDF is in docs/ directory)\n\nWIFF Ultra Condensed: more discussion of results and compression techniques.\nThis tool was used to prepare the data in that document.\n",
  "github_repo": "google/woff2",
  "github_stars": 1791,
  "github_topics": [],
  "homepage": "https://github.com/google/woff2",
  "homepage_og_description": null,
  "homepage_og_image": null,
  "homepage_title": null,
  "installs_30d": 688,
  "installs_365d": 7121,
  "installs_90d": 2080,
  "keg_only": 0,
  "keg_only_reason": null,
  "last_seen": "2026-06-20T23:34:18+00:00",
  "license": "MIT",
  "llm_generated_at": null,
  "llm_model": null,
  "name": "woff2",
  "oldnames": [],
  "one_liner": null,
  "optional_dependencies": [],
  "rank_30d": 1522,
  "rank_365d": 1659,
  "rank_90d": 1569,
  "raw_hash": "16c0239226dc90cb",
  "recommended_dependencies": [],
  "revision": 0,
  "ruby_source_path": "Formula/w/woff2.rb",
  "tap": "homebrew/core",
  "test_dependencies": [],
  "uses_from_macos": [],
  "version_head": null,
  "version_stable": "1.0.2",
  "versioned_formulae": [],
  "why_use_this": null
}