Skip to content
veloxdbBeta

Database management,built for developers

Six engines. Paste any connection URI and go.PostgreSQL, MySQL, MongoDB, Redis, SQLite & DuckDB — in one native app, 17–30MB depending on platform.

$xattr -cr /Applications/veloxdb.app
VeloxDB product demo
6engines
9themes
17-30MBdownload
0electron

Ask Veloxy AI

AI that respects your privacy

Generate SQL from plain language using your own OpenRouter API key. No telemetry, no sign-in, no data collection — your queries stay on your machine. Chat-style conversations with full history for iterative refinement.

Your own API key
Zero telemetry
No sign-in required
Markdown-rich responses
Ask Veloxy
You ask
Show me all users who signed up this month
Veloxy responds
SELECT * FROM users
WHERE signup_date >= date_trunc('month', CURRENT_DATE)
ORDER BY signup_date DESC;
Powered by your own OpenRouter key

Features

Everything you need.
Nothing you don't.

Six Database Engines

PostgreSQL, MySQL, MongoDB, Redis, SQLite, and DuckDB — plus 9 wire-compatible cloud flavors like Supabase, PlanetScale, and Atlas.

Paste & Connect

Drop in any postgresql://, mysql://, redis://, mongodb(+srv)://, or sqlite:// URI. Engine, host, port, and credentials auto-detect.

Inferred Schema

MongoDB collections and Redis keys get an inferred structure with field presence percentages — no fixed schema required.

Partition-Aware Diagrams

PostgreSQL partitioned tables show parent tables only. The inspector panel auto-hides when nothing's selected.

Nine Built-in Themes

Light, Dark, System, Sepia, Ocean, Forest, Rose, Slate, and Amber — a palette for every kind of session.

Native Auto-Updates

Background release checks run natively via Rust. Semantic version comparison with an Update Available badge in Settings.

Refactored Rust Backend

Typed error handling, a per-engine trait system, and 138 regression tests across all six engines.

JSON-Driven Config

Connection forms are entirely config-driven. Adding a new database engine takes about 20 lines.

Zero-Migration Upgrades

Upgrade from any 0.1.x release with no config changes and no breaking changes.

Visual Designer

Design your database visually

Stop writing DDL by hand. Drag, drop, and connect tables to build your schema. A full visual designer — built right in. No separate tools, no extra cost.

  • Visual ER diagrams with automatic layout
  • Drag-and-drop table relationships
  • Inferred schema for MongoDB collections and Redis keys
  • Inspector panel with full column, index, and constraint details
  • Export to SQL, PNG, or PDF
VeloxDB visual model designer with tables, relationships, and a column inspector

Comparison

Why you should switch

VeloxDB compared with pgAdmin and DBeaver
FeatureVeloxDBpgAdmin / DBeaver
Download Size17-30MB200MB - 600MB+
Memory Usage~50MB300MB - 1GB+
Startup Time<1 second5-15 seconds
Built withRust / TauriElectron / Java
Themes9 built-inPartial / plugin
Model designerBuilt-inSeparate tool
Auto-completeSchema-awareBasic
KeychainNativeNone

Privacy

No telemetry. Local first.

VeloxDB runs entirely on your machine. No telemetry, no analytics, no cloud sync. Your schemas, queries, and credentials stay local.

No telemetry
Local-first
Encrypted
SSH tunneling
Encrypted connections
SSL / TLS
On
SSH tunneling
Bastion host
Connected
Keychain storage
macOS Keychain
Secure
Auto-lock
Idle after 15min

Get VeloxDB

Ready to try it?

macOS, Windows & Linux available now. Free and open-source under MIT.

Also on Homebrew and AUR— coming soon

VeloxDB is free and open-source. If it saves you time, consider sponsoring the project to keep it independent and ad-free.

Open Source

Star us on GitHub

Help support the project — every star counts!