ZIP
WinGet
Fabric
danielmiessler · 1.4.422 · x86
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
fabric_Windows_i386.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
danielmiessler.Fabric
Version
1.4.422
Description
Fabric is an open-source framework for augmenting humans using AI.
License
MIT
↗
Installer URL
https://github.com/danielmiessler/Fabric/releases/download/v1.4.422/fabric_Windows_i386.zip
Release Notes
Changes
PR #2031 by ksylvan: Web UI: Add Vendor Filter Dropdown to Model Selection UI
- Add a vendor selector dropdown to filter available models in the chat UI
- Introduce selectedVendor writable store and vendorNames derived store with sorted, unique vendor names
- Add filteredModels derived store to dynamically filter models by the selected vendor
- Fix model deduplication to use a vendor:name composite key, with models sorted by vendor then name (case-insensitive)
- Display the vendor prefix…