Skip to content

Server v0.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 14 Aug 17:44
· 23 commits to main since this release
43e626f

Docker Images

Tag Image
CPU (multi-arch) dvcdsys/code-index:v0.13.0
CUDA 12.8 dvcdsys/code-index:v0.13.0-cu128

macOS (Apple Silicon)

The same server for a Mac, installed and managed by
cix.app.
The app downloads it on its own — the tarball is attached so the
checksums cover it, not because it needs downloading by hand.

Asset Contents
cix-runtime-*-darwin-arm64.tar.gz cix-server, the cix CLI, Metal llama-server

What's Changed

  • docs(mac): lead the macOS install with the one command that skips both Gatekeeper blocks by @dvcdsys in #239
  • docs(mac): publish the macOS install instructions by @dvcdsys in #240
  • feat(dashboard): rewrite the frontend on the cream & ink design system by @dvcdsys in #241
  • feat: Resources tab — report memory/disk usage and reclaim orphaned storage by @dvcdsys in #242
  • fix(site): stop a missing asset from poisoning caches with HTML by @dvcdsys in #244
  • fix(dashboard): let Enter submit the auth forms again by @dvcdsys in #245
  • feat: reclaim wasted space in the SQLite database by @dvcdsys in #243
  • feat(server): replace chromem-go with a SQLite-BLOB vector store by @dvcdsys in #246
  • release: develop → main (SQLite vector store, database maintenance, Resources) by @dvcdsys in #247

Full Changelog: mac/v0.1.0...server/v0.13.0