Anthrosevka Mono is an Iosevka custom build inspired by the look and feel of Anthropic Mono.
Install with Homebrew:
brew install --cask nanxstats/tap/font-anthrosevka-monoPrebuilt fonts are available in the GitHub releases.
The idea is to ship sensible, opinionated defaults for a better experience out of the box:
- Set spacing to "terminal". This forces special symbols such as arrows to fit a strict, narrow one-column layout and fixes rendering issues in terminals.
- Weights 400 and 700 as the defaults.
- Width 600 as the default; no condensed version.
- Unhinted TTF, because you deserve to use a high-resolution display.
Follow building Iosevka from source to set up the build environment.
git clone https://github.com/be5invis/Iosevka.git --depth 1
git clone https://github.com/nanxstats/anthrosevka.git
cd anthrosevka/
IOSEVKA_DIR=/path/to/Iosevka
./patches/apply-patches.sh "$IOSEVKA_DIR"
cp private-build-plans.toml "$IOSEVKA_DIR/private-build-plans.toml"
cd "$IOSEVKA_DIR"
npm install
npm run build -- ttf-unhinted::AnthrosevkaMonoThe built fonts will be in $IOSEVKA_DIR/dist/AnthrosevkaMono/TTF-Unhinted/.
Anthrosevka Mono is an independent third-party project not endorsed by, affiliated with, or supported by Anthropic PBC.
Anthrosevka Mono is licensed under the SIL Open Font License, Version 1.1.

