Release notes
You can download Aerospike Voyager on the Downloads page.
Aerospike Voyager 0.2.2
Release date: April 27, 2026
Voyager launches as a Preview release. This is the first public version, shipping a visual data browser, a filter builder with Aerospike Expression Language support, an embedded MCP server for AI coding agents, and installers for macOS, Windows, and Linux.
Cluster connections
Connect to local, remote, and TLS-secured Aerospike clusters from a single UI. Test a connection before saving to catch bad host/port or TLS settings early. Save and manage multiple connection profiles; credentials are encrypted at rest with AES-256-GCM.
Visual data browser
Navigate namespaces, sets, and records from a tree sidebar with configurable pagination limits. Records render as expandable cards with type-aware badges on every bin, so the shape of nested lists and maps stays visible without jumping into a raw JSON view.
Record editing with SDK code generation
Create, edit, and delete records with type-preserving inline edits, so an integer never gets accidentally changed to a string. Destructive operations (delete-record, delete-bin, and truncate-set) go through a confirmation dialog. The Add new record dialog has an experimental Code snippets section that emits equivalent code in Go, Java, JavaScript, Python, and C++.
Filter builder
Build filters visually with 10 operators and AND/OR combinators, or drop into the raw expression editor for the full Aerospike Expression Language (AEL) surface, including CDT operations, metadata filters, and built-in functions.
Expression portability
Expressions built in the visual filter or the expression editor produce the exact same string format used by the Aerospike SDKs. Copy from Voyager, paste into production code, no rewrite.
Sample data
One-click load of 9 prebuilt datasets (600 records total) across ad tech, e-commerce, and user data domains. Useful for a first-run tour and for reproducing bug reports against a known dataset.
- Ad tech:
sample_audience,sample_campaign,sample_creative,sample_lineitem. - E-commerce:
sample_orders,sample_products. - User data:
sample_segment,sample_user_profile,sample_users.
Embedded MCP server
Voyager ships a Model Context Protocol server on Streamable HTTP with token authentication and two access profiles: full-access and read-only. 21 tools cover connections, cluster browsing, record CRUD, and info commands, so Claude Code, Cursor, and other MCP-aware agents can drive Voyager directly.
See Setting up the MCP server for the full tool list and agent configuration.
Guardrails
- In-flight query cancellation.
- Confirmation dialogs on every destructive operation.
- Request timeouts for MCP server (configurable per request).
Cross-platform
- macOS, Windows, and Linux builds.
- Auto-update with both automatic checks and a manual “Check for updates” action.