Important
TalaDB now lives at github.com/taladb/taladb.
This repo was not transferred — it was re-created under the project's own organization — so
GitHub does not redirect from here. Stars, watches, issues, and existing git remote URLs do
not follow automatically. Please update your links and remotes using the table below.
TalaDB is an embedded vector database for on-device AI. Documents plus similarity search, built in Rust, running where your model runs — browser (WASM + OPFS), Node.js, and React Native. No cloud, no server, no network round-trip.
→ Documentation, guides, API reference, and benchmarks: taladb.dev
| What | Old | New |
|---|---|---|
| Repository | thinkgrid-labs/taladb |
taladb/taladb |
| Issues | this repo | taladb/taladb/issues |
| Discussions | this repo | taladb/taladb/discussions |
| Releases & CLI binaries | this repo | taladb/taladb/releases |
| Docs site | thinkgrid-labs.github.io/taladb |
taladb.dev |
| Sponsorship | github.com/sponsors/thinkgrid-labs |
github.com/sponsors/taladb |
Package names are unchanged — nothing to do if you install from a registry:
npm install taladb # core client — name unchanged
npm install @taladb/web # browser (WASM + OPFS)
npm install @taladb/node # Node.js native binding
npm install @taladb/react-native # React Native binding
npm install @taladb/react # React hooks
npm install @taladb/next # Next.js integration
npm install @taladb/cloudflare # Cloudflare integration
npm install @taladb/sync-mongodb # MongoDB sync adapterReleases published before the move carry thinkgrid-labs repository links in their npm metadata.
Those links point here; everything from the next release forward points at the new organization.
git remote set-url origin https://github.com/taladb/taladb.git
git remote -v # verifyThe taladb-cli binaries are attached to GitHub Releases, so download URLs change:
# Old: https://github.com/thinkgrid-labs/taladb/releases/download/VERSION/...
curl -L https://github.com/taladb/taladb/releases/download/VERSION/taladb-macos-aarch64-VERSION.tar.gz \
| tar xzTalaDB started inside thinkgrid-labs alongside other projects. It has its own docs site, release
cadence, and users, so it now has its own organization — matching the taladb.dev
domain that fronts the project.
Everything else is the same: same maintainer, same Apache-2.0 license, same roadmap.
The code here is frozen at the last version published from this organization. It is left in place so old links resolve to this notice rather than a 404. Do not open issues or pull requests against this repository — they will not be seen. All development continues at taladb/taladb.
