Automic VaultAutomic Vault

brew

Install alexjs with Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

Catch insensitive, inconsiderate writing. Version 11.0.1 via Homebrew; verified from local package data.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install alexjs

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install alex

MacPorts ports tree · devel/alex/Portfile · source: api.github.com

Linux

Alpine Linux apkverified · 92%
sudo apk add alex

Alpine Linux edge package indexes · alex · source: dl-cdn.alpinelinux.org

Debian aptverified · 92%
sudo apt install alex

Debian stable package indexes · alex · source: deb.debian.org

Fedora dnfverified · 92%
sudo dnf install alex

Fedora Rawhide package metadata · alex · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#alex

nixpkgs package indexes · alex · source: raw.githubusercontent.com

Arch Linux pacmanverified · 92%
sudo pacman -S alex

Arch Linux sync databases · alex · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install alex

openSUSE Tumbleweed package metadata · alex · source: download.opensuse.org

overview

Package summary

Catch insensitive, inconsiderate writing

Commands and aliases

  • alex

history

Project history and usage

alex is a command-line and JavaScript API tool for catching insensitive or inconsiderate writing. It belongs to the text-linting ecosystem around unified, retext, and markdown tooling, but its subject matter is inclusive language rather than syntax style.

Project history

The official website and README describe alex as a tool that flags gender-favoring, polarizing, race-related, ableist, profane, or otherwise unequal phrasing and suggests alternatives. It reads plain text, Markdown, MDX, and HTML, and exposes both a CLI and JavaScript APIs.

The README records preliminary work in 2015, Titus Wormer as author, and an origin story crediting a raised problem and Sindre Sorhus's inspiration. The alexjs.com page carries a 2015 publication date and presents an online demo, CLI examples, and integrations.

Technically, alex composes existing natural-language processing packages: the README points users to `retext-equality` and `retext-profanities` for the rules and uses VFile messages as the API result shape. That places it squarely inside the unified/retext package family.

Adoption history

alex's official README lists integrations for Sublime, Gulp, Slack, Ember, Probot, GitHub Actions, Vim, browser extensions, Contentful, Figma, and VS Code. The official site also lists earlier editor and workflow integrations.

The supplied package facts show unusually broad distribution for a Node writing tool: Homebrew as `alexjs`, and distro packages as `alex` in apk, Debian, Fedora, MacPorts, Nix, Arch, Ubuntu, and openSUSE. That breadth reflects a CLI useful in documentation repos, CI checks, and editorial workflows.

How it is used

Typical CLI usage is `alex example.md` or `alex .`, with warnings reported by source position, rule id, and suggested wording. The README also documents Markdown comments for inline disables and enables.

Configuration can live in `.alexrc`, `.alexrc.yml`, `.alexrc.yaml`, `.alexrc.js`, or an `alex` field in `package.json`; directory scanning can be controlled with `.alexignore`. API users call functions such as `markdown`, `mdx`, `html`, or `text` and inspect returned VFile messages.

Why package nerds care

alex is package-nerd significant because it helped make inclusive-language checking feel like linting: install a CLI, add a dotfile, wire it into CI, and treat prose issues like structured diagnostics.

It also shows why package naming matters. The upstream project and executable are `alex`, while Homebrew packages it as `alexjs`, likely to avoid name ambiguity in a global formula namespace.

Timeline

  • 2015: Preliminary work and publication date recorded by official README and alexjs.com metadata.
  • 2015: Launch attracted social and press attention according to the README origin story.
  • 2015 onward: Editor, build-tool, chat, GitHub, and browser integrations accumulated around the CLI.
  • Current README: alex supports plain text, Markdown, MDX, and HTML inputs with CLI and JavaScript APIs.

Related projects

  • The official README names retext-equality and retext-profanities as rule sources and VFile as the diagnostics container.
  • alex sits near prose linters, markdown tooling, and editor/CI lint integrations rather than conventional grammar checkers.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 8 platform targets.
  • Installs with 1 runtime dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

local files

Configuration and credential file locations

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.

Configuration files

Config paths the tool may read or write during local use.

Unix
.alexrc.alexrc.yml.alexrc.yaml.alexrc.jspackage.json#alex.alexignore

executables

Installed executables

CommandKindExposureNote
alexcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version11.0.1
manager updated
local dataok
upstreamcurrent
latest detected11.0.1

https://github.com/get-alex/alex

  • infoNo package-manager update timestamp was available.low confidence

install metadata

Package metadata

Package keybrew:alexjs
Version11.0.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/alexjs
Homepagehttps://alexjs.com
Repositoryhttps://github.com/get-alex/alex
Upstream docshttps://alexjs.com
LicenseMIT
Source archivehttps://github.com/get-alex/alex/archive/refs/tags/11.0.1.tar.gz
Dependenciesnode
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namealexjs
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

MacPorts94%

alex

sudo port install alex
  • installed executable or alias match
  • Matched by: Alex
MacPorts ports tree · api.github.com · MacPorts ports tree: devel/alex/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Debian apt92%

alex 3.4.0.1-1+b1

lexical analyser generator for Haskell

http://www.haskell.org/alex/

sudo apt install alex
  • Section: haskell
  • Architecture: amd64
  • Source Package: alex
  • 4 dependencies
  • installed executable or alias match
  • Matched by: Alex
Debian stable package indexes · deb.debian.org · Debian stable package indexes: alex from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Nix92%

alex

nix profile install nixpkgs#alex
  • installed executable or alias match
  • Matched by: Alex
nixpkgs package indexes · raw.githubusercontent.com · nixpkgs package indexes: alex from https://raw.githubusercontent.com/NixOS/nixpkgs/master/pkgs/top-level/all-packages.nix
Ubuntu apt92%

alex 3.3.0.0-1

lexical analyser generator for Haskell

http://www.haskell.org/alex/

sudo apt install alex
  • Section: universe/devel
  • Architecture: amd64
  • 3 dependencies
  • installed executable or alias match
  • Matched by: Alex
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: alex from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
apk92%

alex 3.5.4.0-r1

Lexical analyser generator for Haskell

https://www.haskell.org/alex/

sudo apk add alex
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: alex
  • 1 dependencies
  • 1 provides
  • installed executable or alias match
  • Matched by: Alex
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: alex from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk92%

alex-doc 3.5.4.0-r1

Lexical analyser generator for Haskell (documentation)

https://www.haskell.org/alex/

sudo apk add alex-doc
  • License: BSD-3-Clause
  • Architecture: x86_64
  • Source Package: alex
  • installed executable or alias match
  • Matched by: Alex
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: alex-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf92%

alex 3.5.4.0-1.fc44

Tool for generating lexical analysers in Haskell

https://hackage.haskell.org/package/alex

sudo dnf install alex
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: alex
  • 6 dependencies
  • 1 provides
  • installed executable or alias match
  • Matched by: Alex
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: alex from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman92%

alex 3.5.3.0-1

Lexical analyser generator for Haskell

https://hackage.haskell.org/package/alex

sudo pacman -S alex
  • License: BSD-3-Clause
  • Architecture: x86_64
  • 1 dependencies
  • installed executable or alias match
  • Matched by: Alex
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: alex from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper92%

alex 3.5.4.0-1.5

Alex is a tool for generating lexical analysers in Haskell

https://hackage.haskell.org/package/alex

sudo zypper install alex
  • License: BSD-3-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: alex
  • 5 dependencies
  • 1 provides
  • installed executable or alias match
  • Matched by: Alex
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: alex from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment