GitHub
Star the repo, report issues, and contribute code.
github.com/zeptodb/zeptodb
Discussions
Ask questions, share use cases, and discuss features with the community.
GitHub Discussions
Discord
Real-time chat with the team and community members.
Join Discord
Twitter / X
Follow for release announcements and updates.
@zeptodb
We welcome contributions of all kinds:
git clone https://github.com/zeptodb/zeptodb.git
mkdir -p build && cd build
cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_C_COMPILER=clang-19 -DCMAKE_CXX_COMPILER=clang++-19
ninja zepto_tests && ./tests/zepto_tests
See the public roadmap for upcoming features and priorities.
- Agent Memory examples that combine live time-series tables with context retrieval
- AgentOps dashboards for runs, retrieval events, cache events, LLM calls, and tool calls
- Snapshot latency and failure metrics for Agent Memory
- Web UI / Admin Console
- JDBC / ODBC drivers
- Managed cloud offering
- Cluster-consistent Agent Memory routing and replicated memory writes
- Stronger ANN index families for million-memory deployments
- MQTT / OPC-UA connectors for Industrial IoT
- ROS2 plugin for robotics and Physical AI
- CAN / vehicle-bus ingestion for automotive
- Geo-replication for multi-region operators
- Arrow Flight improvements
- Optional server-managed embedding providers as an Enterprise feature
- Context trace and replay for agent explainability
- DSL AOT compilation (Nuitka / Cython)
- ClickHouse wire protocol compatibility
- Cloud marketplace listings (AWS, GCP, Azure)
Have a feature request? Open a discussion.