← Back to all sparks
C

Chroma

AI-ASSISTANTS
Velocity0.0

Open-source AI application embedding database (vector store)

Chroma stands up a standalone Rust CLI for its new Foundation line

vector-databaserustcli-toolingfoundationdeveloper-experiencealpha
Current state
Chroma is known as an open-source vector database, but its only recent visible activity is scaffolding a new "Foundation" surface — a standalone Rust CLI shipped in rapid alpha increments. The work is early: a clap v4 binary with version and shell-completion commands, build-time version injection, dedicated CI, and a tagged release pipeline.
Where it's heading
Building Foundation as a separate crate with its own CI workflow and tag-driven release process signals it is being treated as a first-class product, not a throwaway script. The CLI surface today is pure plumbing (version, completion), which is the groundwork an actual command set gets layered onto.
Prediction
Next alpha releases likely add real Foundation operations — auth, project, or data commands — now that the build and release machinery is in place.

Recent moves

  1. 1mo ago

    foundation-cli-v0.1.0-alpha.3

    A CI-only fix correcting the standalone-workspace binary path in the Foundation CLI release workflow — no user-facing change beyond unblocking the alpha pipeline.

    View source ↗
  2. 1mo ago

    foundation-cli-v0.1.0-alpha.2: [ENH] Scaffold foundation CLI project

    The first real scaffold of the Foundation CLI: a clap v4 Rust binary with version and shell-completion commands, build-time version injection, and dedicated CI/release workflows — the groundwork for a new standalone Chroma surface.

    View source ↗
  3. 1mo ago

    foundation-cli-v0.1.0-alpha.1: [ENH] Scaffold foundation CLI project

    The initial cut of the Foundation CLI crate (issue #7367), establishing the project skeleton that alpha.2 iterates on — the same scaffolding tagged as the first release.

    View source ↗