ZIP
WinGet
Fabric
danielmiessler · 1.4.381 · x64
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_x86_64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
danielmiessler.Fabric
Version
1.4.381
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.381/fabric_Windows_x86_64.zip
Release Notes
Changes
PR #1940 by ksylvan: Rewrite Ollama chat handler to support proper streaming responses
- Refactor Ollama chat handler to support proper streaming responses with real-time SSE data parsing
- Replace single-read body parsing with streaming bufio.Scanner approach and implement writeOllamaResponse helper function
- Add comprehensive error handling improvements including proper HTTP error responses instead of log.Fatal to prevent server crashes
- Fix upstream error handling to return stringif…