Docs README Contact

About ETL Studio

ETL Studio is a free, browser-based data preparation tool powered by DuckDB WASM. Clean, filter, transform, and analyze your data entirely in your browser — 100% private, with nothing ever uploaded to any server.

Key Features

Use Cases

How It Works

ETL Studio loads DuckDB — a high-performance, embeddable SQL OLAP database — directly in your browser via WebAssembly. When you load a file, it's read locally and imported into an in-memory DuckDB database. All SQL queries and transformations run on your machine. Nothing is sent over the network. When you're done, export your results as a file download.

Privacy

Your data never leaves your device. There is no server, no analytics, no accounts, no tracking. ETL Studio is a purely client-side application — all processing happens in your browser's WebAssembly runtime.

License

MIT — do whatever you want. Attribution appreciated.