Releases: Veesker-Cloud/veesker-community-edition
Veesker v0.5.0-beta.3
Veesker v0.5.0-beta.3 — DuckDB cross-OS hotfix
Veesker v0.5.0-beta.2
fix(ci): drop macos-13 from release matrix (#94) GitHub Actions macos-13 runner pool is saturated (Intel Mac decommission), causing release.yml runs to wait 6h+ in queue before macos-13 job starts. macos-14 (Apple Silicon) covers arm64 target. x86_64-apple-darwin builds will be produced manually until pool stabilizes or matrix gains cross-compile. Ref: failed run 25841747083 (v0.5.0-beta.2 retag, macos-13 queued 6h20m without starting). Co-authored-by: Geraldo Ferreira Viana Júnior <geraldovianajr@veesker.cloud>
Veesker v0.5.0-beta.1
Veesker v0.5.0-beta.1
First public beta of Phase 1. Schema browser, safety gates, and HMAC-chained audit log — production-grade foundations for safe Oracle work.
What's new in Phase 1
🛡️ Safety gates for PROD work
- Workspace classification (DEV / STAGING / PROD) with per-env policies
- Confirmation prompts on destructive operations
- DDL preview before commit
- Session-level guardrails against accidental data loss
🔍 Schema browser
- Tables, views, sequences, procedures, functions, packages, triggers, types
- Per-schema vector indicator (Oracle 23ai)
- System schema toggle
- Object kind counts and smart filtering
📜 HMAC-chained audit log
- Every action recorded with cryptographic chain (tamper-evident)
- Activity tab for review and export
- No telemetry — all audit data stays local
🧰 Table inspector
- Columns, indexes, related objects (FKs, dependents, constraints, grants)
- DataFlow graph including PL/SQL body scans
- Quick actions: preview data, count rows, view DDL
Downloads
Windows (x64)
Veesker_0.5.0-beta.1_x64-setup.exe— NSIS installer (40.4 MB)
macOS (Apple Silicon / arm64)
Veesker_0.5.0-beta.1_aarch64.dmg— drag-and-drop installer (41.8 MB)Veesker_aarch64.app.tar.gz— app bundle (41.4 MB)
macOS (Intel / x86_64)
- Pending — see CI status. For now, Apple Silicon build runs on Intel Macs via Rosetta 2.
Linux (x86_64)
Veesker_0.5.0-beta.1_amd64.deb— Debian / Ubuntu (57.8 MB)Veesker-0.5.0-beta.1-1.x86_64.rpm— Fedora / RHEL / openSUSE (57.8 MB)
SHA-256 checksums
latest.json 812e79fca5cdee7e86f6b7496b479577b1eda21ea2c75a7e19e8e3d2e26...
Veesker_0.5.0-beta.1_x64-setup.exe f9a67b493e2c7ee04c813903970984870710b5982bb9df918680be2b2a7...
Veesker_0.5.0-beta.1_x64-setup.exe.sig b158bf60e0808e91fc0d838ef5468f83157dda3e951e9c65f28f2834ffb...
Veesker_0.5.0-beta.1_aarch64.dmg b94563afb084cd263e1ffef645a9ff4d2d0574d8f9334b8ca4b9ea96bfc...
Veesker_aarch64.app.tar.gz 27b1aa89dc0dcd255a4723340380a3399c906a6124d4f212d0920545cc9...
Veesker_aarch64.app.tar.gz.sig b0b11d193ef8785383d7286331712b6a0409ecc8949c1739ecc970fe86c...
Veesker_0.5.0-beta.1_amd64.deb a21fecabead7fe0d3ccc7888fe609a30c0ae40e69a5bb7395810645e6ea...
Veesker_0.5.0-beta.1_amd64.deb.sig 9bbb15e4baddd35640cc0039c06fadd1a55740612e3441c231c56c5f413...
Veesker-0.5.0-beta.1-1.x86_64.rpm 245792f3df25839e2fe87f63c1077e840fec12672a13a3d75feea4be115...
Veesker-0.5.0-beta.1-1.x86_64.rpm.sig b19b43fcf5006e4a80ee4acb654600b1cdabc105b57986f5df368de3fa4...
Full digests visible in the asset list above. To verify locally:
Windows PowerShell:
Get-FileHash Veesker_0.5.0-beta.1_x64-setup.exe -Algorithm SHA256macOS / Linux:
shasum -a 256 Veesker_0.5.0-beta.1_aarch64.dmg
Auto-updater
This release ships with Ed25519-signed .sig files for every installer. Future Veesker releases will be delivered as automatic in-app updates (no manual download required).
Known issues
- Directory detail panel — even with
SELECT on DBA_DIRECTORIESprivilege, the inspector shows "Directory details not available" instead of displaying directory metadata. The directory list works correctly. Fix planned for v0.5.x. - macOS Intel build — currently pending in CI. Will be added to this release once the build completes. Apple Silicon build is functional on Intel Macs via Rosetta 2 in the meantime.
Build from source
git clone https://github.com/Veesker-Cloud/veesker-community-edition.git
cd veesker-community-edition
bun install
cd sidecar && bun install && cd ..
bun run tauri buildRequirements: Bun 1.0+, Rust 1.75+, Node.js 20+.
Full changelog
See CHANGELOG.md for the complete commit history.
Reporting issues
Open an issue and include:
- Veesker version
- Oracle version (
SELECT * FROM v$version) - Steps to reproduce
- Error messages from the Activity tab
License
Apache 2.0. The "Veesker" name and sheep mascot are protected under the Trademark Policy.
Veesker Community Edition is free forever. No telemetry. No license server. No kill-switch.
Built by Geraldo Viana Jr · Senior Oracle Engineer · São Paulo, Brazil
Veesker v0.2.5
fix(misc): wallet 1MB file cap; cancel-vs-execute deadlock test; doc …
Veesker v0.2.4
chore(release): bump version to 0.2.4
Veesker v0.2.3
ci(release): add contents write permission to GITHUB_TOKEN
Veesker v0.2.2
Auto-update flow validation release. Signing key rotation confirmed working.
Veesker v0.2.1
Oracle Performance Helper — auto-analysis of every SELECT/DML with cost badge in the editor gutter, red-flag detection (full scans, cartesian joins, stale stats), and "Why Slow?" AI explanation. Also: SQL autocomplete from live schema, connection search/filter, DDL spinner, per-connection safety guards, and CI hardening (Dependabot, CodeQL, OSV-Scanner).
Veesker v0.2.0
Initial public release.
What's included
- Multi-statement SQL editor with PL/SQL-aware splitter and virtualized grids
- Veesker AI — live SELECT queries against your schema
- Vector search studio (HNSW/IVF, Ollama/OpenAI/Voyage embeddings, 2D PCA scatter)
- PL/SQL Debugger (breakpoints, step in/over/out, watch variables)
- VRAS — REST API Studio (auto-CRUD, custom SQL endpoints, Oracle ORDS)
- Production-safe guards: DML confirmation, audit log, EXPLAIN PLAN preview
- Auto-update built in (Ed25519-signed)
Windows
Download Veesker_0.2.0_x64-setup.exe. SmartScreen will warn — code signing in progress. Click "More info" → "Run anyway".
Verify (optional)
Get-FileHash -Algorithm SHA256 .\Veesker_0.2.0_x64-setup.exeSHA-256 hash and Ed25519 signature published with this release.