Find Related products on Amazon

Shop on Amazon

Show HN: AGX – Open-Source Data Exploration for ClickHouse (The New Standard?)

Published on: 2025-06-09 16:51:14

agx agx is a desktop application built with Tauri and SvelteKit that provides a modern interface for exploring and querying data using ClickHouse's embedded database engine (chdb). Preview Features Native desktop application performance with web technologies Interactive SQL query editor with syntax highlighting Schema browser for exploring data structure Results displayed in a tabular format Support for drag & drop file operations Cross-platform compatibility (macOS, Linux, Windows) Prerequisites Node.js (v16 or later) Rust toolchain System dependencies for Tauri Getting Started → Live https://agx.app → Local Clone the repository: git clone https://github.com/agnosticeng/agx cd agx Run with docker compose: docker compose up Access the application via http://localhost:8080 → Native Clone the repository: git clone https://github.com/agnosticeng/agx cd agx Download and setup chdb library: ./src-tauri/update_libchdb.sh Install dependencies: npm install Run in ... Read full article.