Skip to content

Releases: justrach/codedb

v0.2.2

01 Apr 17:41

Choose a tag to compare

What's new

Bug fixes

  • Linux stack overflow fixed — 64MB thread trampoline prevents segfault on startup (#88, closes #84)
  • Conditional codesigncodesign only runs on macOS, no more build failures on Linux (#88)
  • CLI deps command — uses correct JSON field (imported_by) (#91)
  • CLI root mismatch — detects when daemon serves wrong repo and restarts (#91)

New features

  • codedb-cli — thin bash CLI client for the codedb HTTP daemon
  • --help / --version flags for codedb-cli
  • systemd servicescripts/codedb.service for running as a user service
  • CLI docsdocs/cli.md

Downloads

Platform Binary Size
macOS arm64 codedb-macos-arm64 1.2MB
Linux x86_64 codedb-linux-x86_64 6.5MB

Both binaries are statically linked with zero runtime dependencies.

Full changelog

  • #88 fix: stack overflow on Linux + conditional codesign
  • #91 fix(cli): deps field, root mismatch, add --help/--version
  • Closes #84, #90

v0.2.1

01 Apr 09:09
b236e4c

Choose a tag to compare

Changes

  • fix: reject filesystem root (/) as MCP project root (Cursor startup fix)
  • feat: add .claude to watcher skip list
  • feat: 16 MCP tools (added bundle, remote, projects, index)
  • feat: BSD-3 license with derivative optimization clause
  • feat: website redesign with real benchmarks from BENCHMARK.md
  • feat: privacy page
  • rename: codedb2 → codedb everywhere

Benchmarks (openclaw, 7,364 files, 128MB)

Tool Latency vs raw tools
codedb_status 0.1ms -
codedb_word 0.2ms 325x faster
codedb_outline 0.7ms 38x faster
codedb_deps 1.3ms 469x faster, 92x fewer bytes
codedb_symbol 3.9ms 200x faster
codedb_tree 29ms 3x faster
codedb_search 49ms 6x faster

Cold start: 2.9s for 7,364 files.

codedb v0.2.0

31 Mar 08:11
732a3bd

Choose a tag to compare

codedb v0.2.0

Install

curl -fsSL https://codedb.codegraff.com/install.sh | sh

Assets

Platform Asset
macOS ARM64 (Apple Silicon) codedb-darwin-arm64
macOS x86_64 (Intel) codedb-darwin-x86_64
Linux ARM64 codedb-linux-arm64
Linux x86_64 codedb-linux-x86_64

v0.1.0

24 Mar 18:36

Choose a tag to compare

codedb linux binary