Releases: Gaurav-Gosain/cider
Release list
v0.1.1
cider v0.1.1
Apple Foundation Models, in Go. On-device, private, no cgo.
Installation
Homebrew (macOS 26+, Apple silicon):
brew install Gaurav-Gosain/tap/ciderOne-shot curl installer:
curl -fsSL https://raw.githubusercontent.com/Gaurav-Gosain/cider/main/install.sh | bashGo install (requires building the Swift dylib separately, see README):
go install github.com/Gaurav-Gosain/cider@v0.1.1Manual download:
Grab the cider_0.1.1_Darwin_arm64.tar.gz archive below.
It contains both cider and libFoundationModels.dylib. Place
them side by side, or set CIDER_LIB_PATH to the directory
holding the dylib.
Requirements
- macOS 26 (Tahoe) or newer on Apple silicon.
- Apple Intelligence enabled in System Settings.
Changelog
Full Changelog: v0.1.0...v0.1.1
v0.1.0
cider v0.1.0
Apple Foundation Models, in Go. On-device, private, no cgo.
Installation
Homebrew (macOS 26+, Apple silicon):
brew install Gaurav-Gosain/tap/ciderOne-shot curl installer:
curl -fsSL https://raw.githubusercontent.com/Gaurav-Gosain/cider/main/install.sh | bashGo install (requires building the Swift dylib separately, see README):
go install github.com/Gaurav-Gosain/cider@v0.1.0Manual download:
Grab the cider_0.1.0_Darwin_arm64.tar.gz archive below.
It contains both cider and libFoundationModels.dylib. Place
them side by side, or set CIDER_LIB_PATH to the directory
holding the dylib.
Requirements
- macOS 26 (Tahoe) or newer on Apple silicon.
- Apple Intelligence enabled in System Settings.
Changelog
Other Changes
- 53ee94d: Initial commit (Gaurav Gosain gauravgosain01@gmail.com)
Full Changelog: ...v0.1.0