← Package directory
Available on winget

Install Fabric

Fabric is an open-source framework for augmenting humans using AI.

Install with winget
winget install --id danielmiessler.Fabric
Upgrade
winget upgrade --id danielmiessler.Fabric
Uninstall
winget uninstall --id danielmiessler.Fabric

About Fabric

Fabric is an open-source framework for augmenting humans using AI.

What's new in 1.4.470

Changes PR #2186 by giodamelio: Update Nixpkgs version for newer Go version - Updated the Nixpkgs version to provide a Go release that satisfies the go.mod requirement of Go >= 1.26.0, as the previously pinned Nixpkgs only shipped Go 1.25.4.

Read release notes

Version history

Version Updated Notes
1.4.470 Unknown Changes PR #2186 by giodamelio: Update Nixpkgs version for newer Go version - Updated the Nixpkgs version to provide a Go release that satisfies the go.mod requirement of Go >= 1.26.0, as the previously pinned Nixpkgs on...
1.4.469 Unknown Changes PR #2185 by ksylvan: feat(web): replace PDF.js pipeline with pdf-inspector WASM worker - Replaced the PDF.js processing pipeline with the new pdf-inspector.worker.ts, backed by @firecrawl/pdf-inspector-wasm. The...
1.4.468 Unknown Changes PR #2182 by drawliin: fix(ollama): close stream channel on errors - Fix(ollama): close stream channel on errors
1.4.467 Unknown Changes PR #2171 by OdinKral: feat(scripts): add pattern/maintenance audit script - Adds scripts/audit-patterns.sh, a dependency-free audit tool for the patterns library that detects thin patterns (under 15 lines), bloat...
1.4.466 Unknown Changes PR #2116 by ksylvan and dependabot: fix(web): repair the chat page and modernize the build toolchain - Modernized the web stack by upgrading Tailwind, Skeleton, SvelteKit, Vite, and supporting dependencies. - Rep...
1.4.465 Unknown Changes PR #2180 by ksylvan: fix: include Grok in localized --search help text - Fix: Updated all 11 locale entries in the i18n message catalog to include "Grok" in the enable_web_search_tool help text, ensuring Grok (xA...
1.4.463 Unknown Changes PR #2168 by ksylvan: fix: complete localized setup and error messages for supported locales - Fix: complete localized setup and error messages across supported locales - Translate Bedrock setup prompts across nin...
1.4.462 Unknown Changes PR #2123 by ksylvan and OdinKral: fix: block path traversal in pattern name lookup - Security Fix: Blocked path traversal attacks in pattern name lookup (closes #2094) — pattern names containing .. could previous...
1.4.460 Unknown Changes PR #2166 by ksylvan: feat: add Claude Opus 5 support and refresh dependencies - Add Claude Opus 5 to the supported model selection. - Disable sampling parameters for Claude Opus 5 requests. - Restrict one-million...
1.4.459 Unknown Changes PR #2135 by octo-patch: feat: upgrade MiniMax default model to M3 - Upgraded the MiniMax default model to M3, making it the new flagship selection. - Added MiniMax-M3 to the static model list as the first entry,...
1.4.458 Unknown Changes PR #2161 by ksylvan: fix: respect Anthropic chat option max token overrides - Fix: respect Anthropic chat option max token overrides - Use configured Anthropic max tokens as default - Apply chat option max tokens...
1.4.457 Unknown Changes PR #2155 by ksylvan: Claude Sonnet 5 Anthropic support - Add Claude Sonnet 5 to supported Anthropic models - Enable one-million-token context beta for Claude 5 models - Omit sampling parameters for Claude Sonnet...
1.4.455 Unknown Changes PR #2138 by ksylvan: New Claude Fable model + cache OpenAI model discovery and handle provider rate limits - Add persistent cache for provider model discovery results, improving performance and reliability of pro...
1.4.454 Unknown Changes PR #2136 by ksylvan: chore: extend sampling param exclusion to Opus 4.8 models - Extends the sampling parameter exclusion logic to cover Opus 4.8 models, ensuring consistent behavior alongside the existing Opus 4...
1.4.453 Unknown Changes PR #2132 by ksylvan: Add Claude Opus 4.8 model and bump Go toolchain and dependencies - Add Claude Opus 4.8 to the list of supported models. - Upgrade the Go toolchain to version 1.26.0. - Bump anthropic-sdk-go t...
1.4.452 Unknown Changes PR #2111 by ksylvan: fix: omit Anthropic sampling params for Claude Opus 4.7 - Fix: Omit Anthropic sampling parameters for Claude Opus 4.7 to ensure compatibility. - Add a sampling parameter guard specifically fo...
1.4.451 Unknown Changes PR #2079 by teamsincetoday: Add 3 commerce intelligence patterns: affiliate extraction, video entities, monetization - Added extract_affiliate_products pattern to surface both sponsored and organic affiliate oppo...
1.4.448 Unknown Changes Direct commits - Fix: fall back to streamed delta text when completed Codex response is empty - Prefer extracted completed text only when content stays non-empty - Fall back to accumulated streamed delta text oth...
1.4.446 Unknown Changes PR #2093 by alecjmckanna: feat: add --readpattern flag to print pattern contents to terminal - Adds a new --readpattern <name> CLI flag that prints the raw contents of a named pattern's system.md file to stdout,...
1.4.445 Unknown Changes PR #2091 by jimscard and ksylvan: Update Dockerfile for best practices and critical CVE fixes - Pins Alpine 3.21 and Go 1.25.9 explicitly for reproducible, auditable builds. - Installs the Go toolchain directly i...