macOS
brew install hexolocal Homebrew formula metadata
brew
Fast, simple & powerful blog framework. Version 8.1.2 via Homebrew; verified 2026-05-07.
install
brew install hexolocal Homebrew formula metadata
overview
Fast, simple & powerful blog framework
history
Hexo is a Node.js-powered static blog framework and site generator. Its package identity is built around a small CLI workflow: initialize a blog, write Markdown posts, generate static files, preview locally, and deploy with plugins.
The GitHub repository was created in September 2012, and npm registry metadata records the first hexo package publication in October 2012. The project presented itself early as a fast, simple, powerful blog framework powered by Node.js, with GitHub Flavored Markdown support, Octopress plugin compatibility, one-command deployment, and an extension API.
Hexo's architecture grew around a split between the core package and a CLI/package ecosystem. The documentation recommends installing hexo-cli globally for typical users, while advanced users may install the hexo package and run it with npx or a local node_modules binary path.
The configuration model became a recognizable part of Hexo sites: site settings live in _config.yml or an alternate config file, themes can have themes/<theme>/_config.yml, and Hexo 5 introduced dedicated _config.[theme].yml files as a way to keep theme overrides outside a forked theme.
Hexo's adoption path followed the Node/npm static-site-generator wave: npm gave JavaScript users a native install path, GitHub Pages and one-command deployment appealed to blog authors, and the official site grew plugin and theme indexes that made Hexo feel like an ecosystem rather than a single binary.
The official README points users to Awesome Hexo, the plugin list, the theme list, Google Group, Discord, Gitter, and Telegram, showing a community and extension culture around the package. The Homebrew formula adds a system package-manager path for users who prefer brew-managed developer tools.
Typical use starts with installing hexo-cli, running hexo init blog, entering the generated directory, starting hexo server, creating posts with hexo new, and generating static output with hexo generate. The docs describe Hexo as transforming Markdown or other markup into static files with a theme.
Hexo is especially attractive to package users who want a blog generator in the JavaScript ecosystem but do not want a full web application runtime on the deployed site. The package-manager shape is familiar: npm or Homebrew for the CLI, package.json for plugins, _config.yml for site behavior, and generated public/ output for deployment.
Hexo matters to package nerds because it is both a CLI and an ecosystem anchor. The package is not only a generator binary; it creates a project layout, loads plugins/themes, and delegates deployment to installable packages, so package managers become part of the authoring workflow.
It also illustrates the static-site-generator migration from Ruby-era tools such as Jekyll and Octopress toward JavaScript tooling. Hexo kept the blog-oriented mental model while making npm the extension distribution channel.
security posture
No matching local secret-handling manifest was found for hexo. Nucleus package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
_config.yml_config.[theme].ymlthemes/<theme>/_config.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
hexo | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:hexo |
|---|---|
| Version | 8.1.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/hexo |
| Homepage | https://hexo.io/ |
| Repository | https://github.com/hexojs/hexo |
| Upstream docs | https://hexo.io/docs |
| License | MIT |
| Source archive | https://registry.npmjs.org/hexo/-/hexo-8.1.2.tgz |
| Last updated | 2026-05-07T23:13:10Z |
| Pulse | updated |
| Dependencies | node |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | hexo |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.