| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| checksums-sha256.txt | 2026-02-16 | 412 Bytes | |
| rvf-darwin-arm64 | 2026-02-16 | 1.1 MB | |
| rvf-darwin-x64 | 2026-02-16 | 1.2 MB | |
| rvf-linux-arm64 | 2026-02-16 | 1.0 MB | |
| rvf-linux-x64 | 2026-02-16 | 1.2 MB | |
| rvf-windows-x64.exe | 2026-02-16 | 1.3 MB | |
| README.md | 2026-02-16 | 776 Bytes | |
| RVF CLI rvf-v0.1.0 source code.tar.gz | 2026-02-16 | 64.8 MB | |
| RVF CLI rvf-v0.1.0 source code.zip | 2026-02-16 | 69.4 MB | |
| Totals: 9 Items | 140.1 MB | 0 | |
RVF CLI Release
Standalone vector database CLI for creating, querying, and managing RVF stores.
Download
| Platform | Binary |
|---|---|
| Linux x64 | rvf-linux-x64 |
| Linux ARM64 | rvf-linux-arm64 |
| macOS x64 (Intel) | rvf-darwin-x64 |
| macOS ARM64 (Apple Silicon) | rvf-darwin-arm64 |
| Windows x64 | rvf-windows-x64.exe |
Quick start
:::bash
# Download (macOS ARM64 example)
curl -L -o rvf https://github.com/ruvnet/ruvector/releases/download/rvf-v0.1.0/rvf-darwin-arm64
chmod +x rvf
# Create a store and query
./rvf create mydb.rvf --dimension 128 --metric cosine
./rvf status mydb.rvf
See the CLI README for full documentation.