# Install fabric-ai with Homebrew, Nix, scoop

Open-source framework for augmenting humans using AI. Version 1.4.455 via Homebrew; verified 2026-06-09.

## Install

```sh
sudo av install brew:fabric-ai
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install fabric-ai
```

  Evidence: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#fabric-ai
```

  Evidence: nixpkgs package indexes: pkgs/by-name/fa/fabric-ai/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

### Windows

- Scoop (92%):

```sh
scoop install main/fabric-ai
```

  Evidence: Scoop official bucket manifest trees: bucket/fabric-ai.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

## Package facts

- **Package key:** brew:fabric-ai
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/fabric-ai>
- **Version:** 1.4.455
- **Source summary:** Open-source framework for augmenting humans using AI
- **Homepage:** <https://github.com/danielmiessler/fabric>
- **Repository:** <https://github.com/danielmiessler/fabric>
- **Upstream docs:** <https://github.com/danielmiessler/fabric#readme>
- **License:** MIT
- **Source archive:** <https://github.com/danielmiessler/fabric/archive/refs/tags/v1.4.455.tar.gz>
- **Last updated:** 2026-06-09T23:53:36Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- fabric-ai (cli)
- fabric-ai (alias)

## Build dependencies

- go

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 1.4.455
- Package-manager updated: 2026-06-09
- Local data: ok
- Upstream repository: https://github.com/danielmiessler/fabric
- Upstream latest detected: v1.4.455 (current)
## Project history and usage

Fabric is Daniel Miessler's open-source framework for organizing reusable AI prompts, called patterns, and running them from a CLI or related interfaces.

### Project history

Fabric was created after the late-2022 surge in modern AI tools. Its README argues that AI had an integration problem rather than a capabilities problem, and presents Fabric as a way to organize prompts by real-world task so they can be reused across workflows.

The project started publicly in early 2024 and grew rapidly around the idea that prompt collections could be packaged like command-line tools. The README describes Fabric as both a pattern library and, for command-line-focused users, an interface for running those patterns directly.

The current project is implemented and distributed as a fast-moving CLI with release binaries, shell completions, a REST API server, provider integrations, and package-manager installs. Its README notes that Homebrew and Arch Linux package the executable as `fabric-ai`, with an alias suggested for users who want to type `fabric`.

### Adoption history

Fabric's adoption followed the broader CLI-and-LLM trend: users wanted prompt workflows they could pipe text into, version in Git, and invoke from shells instead of only using web chat interfaces. The README points to intro videos and a large set of patterns for summarization, paper analysis, code explanation, social posts, and other repeatable tasks.

The project has kept widening provider support. The README update log lists additions for OpenAI Codex, Azure AI Gateway, Microsoft 365 Copilot, DigitalOcean GenAI, GitHub Models, Venice AI, Z AI, Abacus, Anthropic model updates, internationalization, Windows ARM and Linux ARM binaries, and Swagger API docs.

### How it is used

The core usage model is to select a pattern and feed it content. Users can run Fabric from the CLI, install or update patterns, create custom patterns, map patterns to models, add shell aliases, or run its REST API server for local integrations.

Because Fabric treats prompts as named assets, it behaves like a package of workflows rather than a single chatbot. That makes it useful for people who want repeatable LLM operations in shell pipelines, note-taking systems, coding workflows, or personal knowledge processes.

### Why package nerds care

Fabric is package-nerd significant because it turns prompts into installable, inspectable command-line artifacts. It is part of the 2024-2026 wave of LLM tooling where package managers distribute not only compilers and CLIs, but also opinionated prompt workflows.

The `fabric-ai` Homebrew naming detail is also notable: it avoids colliding with the older Python `fabric` package while preserving the upstream tool's identity through a recommended alias.

### Timeline

- 2024: The Fabric repository is created.
- 2025: Releases add new binary targets, provider integrations, internationalization, and REST API documentation.
- 2026: README update log lists Microsoft 365 Copilot, Azure AI Gateway, OpenAI Codex backend, and Anthropic model support updates.

### Related projects

- Fabric integrates with LLM providers and backends such as OpenAI, Anthropic, Azure OpenAI, Google Vertex AI, AWS Bedrock, Ollama, GitHub Models, and others.
- The Homebrew package is named `fabric-ai` to distinguish it from Python Fabric.

### Sources

- <https://api.github.com/repos/danielmiessler/fabric>
- <https://github.com/danielmiessler/fabric>
- <https://github.com/danielmiessler/fabric/blob/main/README.md>
- <https://github.com/danielmiessler/fabric/releases>
- <https://github.com/danielmiessler/fabric/tree/main/docs>


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals


## 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

- Unix: ~/.config/fabric/config.yaml

## Credential files

- Unix: ~/.config/fabric/.env
## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** fabric-ai
- **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:** head, stable

## Other Package-Manager Records

- Nix - fabric-ai: normalized package name match | nixpkgs package indexes: pkgs/by-name/fa/fabric-ai/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Scoop - main/fabric-ai: normalized package name match | Scoop official bucket manifest trees: bucket/fabric-ai.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [MCP tool packages](https://www.automicvault.com/pkg/mcp-tools/) - Mentions MCP or Model Context Protocol.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [go](https://www.automicvault.com/pkg/brew/go/) - Build dependency declared by Homebrew.
- [gptscript](https://www.automicvault.com/pkg/brew/gptscript/) - Shares av.db curated category or tags: ai, automation, cli, developer-tools, llm.
- [context7-mcp](https://www.automicvault.com/pkg/brew/context7-mcp/) - Shares av.db curated category or tags: ai, cli, developer-tools, llm.
- [gollama](https://www.automicvault.com/pkg/brew/gollama/) - Shares av.db curated category or tags: ai, cli, developer-tools, llm.
- [gptme](https://www.automicvault.com/pkg/brew/gptme/) - Shares av.db curated category or tags: ai, cli, developer-tools, llm.
- [localai](https://www.automicvault.com/pkg/brew/localai/) - Shares av.db curated category or tags: ai, cli, developer-tools, llm.
- [mods](https://www.automicvault.com/pkg/brew/mods/) - Shares av.db curated category or tags: ai, cli, developer-tools, llm.
- [repomix](https://www.automicvault.com/pkg/brew/repomix/) - Shares av.db curated category or tags: ai, cli, developer-tools, llm.
- [tmuxai](https://www.automicvault.com/pkg/brew/tmuxai/) - Shares av.db curated category or tags: ai, automation, cli, developer-tools.
- [cai](https://www.automicvault.com/pkg/brew/cai/) - Local package facts share a topical domain. Shared terms: ai, cli, developer, developer-tools, llm.
- [mcphost](https://www.automicvault.com/pkg/brew/mcphost/) - Local package facts share a topical domain. Shared terms: ai, cli, developer, developer-tools, llm.

## Combined YAML source

View the package source record on GitHub. [combined/fabric-ai.yml](https://github.com/automic-vault/db/blob/main/combined/fabric-ai.yml)


## Sources

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