First public Community release. Native database IDE for macOS (Apple Silicon + Intel) and Windows with six databases, AI chat, SSH tunneling, backup/restore, and import/export.
- Native macOS app (Swift, AppKit) for Apple Silicon and Intel.macOS
- Native Windows app (C++, WinUI 3) for Windows 10/11 x64.Windows
- PostgreSQL adapter via PostgresNIO — parameterized queries, SSL/TLS, full schema inspection.
- MySQL adapter via MySQLNIO — character set handling, SSL support.
- SQLite adapter — in-process, WAL mode, zero config.
- Redis adapter via RediStack — key browser, SCAN filter, Server INFO dashboard, Slow Log viewer, TTL management.
- MongoDB adapter via MongoKitten — BSON document editor, NDJSON export/restore, aggregation pipeline.
- SQL Server adapter via TDS 7.4 protocol — stored procedures with parameter signatures, native BACKUP DATABASE.
- AI Chat with Anthropic Claude, OpenAI GPT, Google Gemini, and local Ollama. Streaming responses with schema-aware context.
- Multi-tab Query Editor with syntax highlighting, query history, and Chrome-style tab bar grouped by connection.
- Table Editor with inline cell editing, filtering, sorting, pagination, and change tracking.
- SSH tunnel support with password and private-key auth via swift-nio-ssh.macOS
- SSH tunnel support with password and key auth for remote database access.Windows
- Import CSV with column mapping and type detection. Import SQL dumps.
- Export to CSV, JSON, SQL (INSERT), and full DDL with sequences and indices.
- Backup/Restore: pg_dump, mysqldump, SQLite file copy, MongoDB NDJSON, Redis JSON snapshot, MSSQL native BACKUP.
- ER Diagram with auto-layout, zoom, pan, FK relationship lines, and double-click to open table.
- Multi-window support (Cmd+N) — work with multiple databases simultaneously.macOS
- SQL Formatter with Format (Ctrl+Shift+F) and Minify.
- Autocomplete engine with fuzzy matching, scoring, and schema-aware suggestions.macOS
- Table structure editor — inline editing of columns, indexes, foreign keys, constraints.
- Create Table view with column, index, FK, and CHECK constraint editors.
- Dark mode native on both platforms.
- Release pipeline: build, sign, notarize, staple, DMG packaging. Intel cross-compilation support.macOS
- Release pipeline via Velopack installer generation.Windows
- All credentials stored in macOS Keychain — never on disk.macOS
- All credentials stored in Windows Credential Manager — never on disk.Windows