Skip to content

Releases: Gaurav-Gosain/cider

Release list

v0.1.1

Choose a tag to compare

@Gaurav-Gosain Gaurav-Gosain released this 09 May 16:47

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/cider

One-shot curl installer:

curl -fsSL https://raw.githubusercontent.com/Gaurav-Gosain/cider/main/install.sh | bash

Go install (requires building the Swift dylib separately, see README):

go install github.com/Gaurav-Gosain/cider@v0.1.1

Manual 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

Choose a tag to compare

@github-actions github-actions released this 09 May 16:33

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/cider

One-shot curl installer:

curl -fsSL https://raw.githubusercontent.com/Gaurav-Gosain/cider/main/install.sh | bash

Go install (requires building the Swift dylib separately, see README):

go install github.com/Gaurav-Gosain/cider@v0.1.0

Manual 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


Full Changelog: ...v0.1.0