---
title: "CLI · Daniel Farina"
description: "Agent harnesses, evals, and the layer around the model."
canonical: https://danielfarina.com/cli/
last-updated: "2026-08-30"
---

# CLI · Daniel Farina

Source: https://danielfarina.com/cli/

# Official CLI

The official command-line tool for danielfarina.com is `danielfarina`. It is published as a Homebrew formula and as a GitHub npx package. No API keys. Read-only: llms.txt, site identity, selected work, writing index.

## Homebrew

```
brew install daniel-farina/tap/danielfarina
danielfarina
danielfarina work
```

Formula source: [github.com/daniel-farina/homebrew-tap](https://github.com/daniel-farina/homebrew-tap).

## npx

```
npx github:daniel-farina/danielfarina
npx github:daniel-farina/danielfarina --help
```

Package source: [github.com/daniel-farina/danielfarina](https://github.com/daniel-farina/danielfarina).

Full developer docs: [/developers](https://danielfarina.com/developers).
