Skip to main content

Installation

Choose your preferred installation method to run DataKit locally.

Quick Start

# macOS (Recommended)
brew tap datakitpage/datakit && brew install datakit && datakit

# Any Platform
docker run -p 8080:80 datakitpage/datakit

All Installation Methods

MethodCommandBest For
Homebrewbrew tap datakitpage/datakit && brew install datakitmacOS users
Dockerdocker run -p 8080:80 datakitpage/datakitAll platforms
Pythonpip install datakit-localAll platforms
Node.jsnpm install -g datakit-cliAll platforms

System Requirements

  • RAM: 4GB minimum (8GB recommended for large files)
  • Browser: Chrome (preferably), Firefox, Safari, or Edge
  • Files: Supports CSV, JSON, Excel, Parquet

What You Get

All methods provide the same features:

  • SQL queries with DuckDB
  • Data visualizations
  • Data preview
  • Data inspection
  • Complete privacy (local processing)
  • Export results

After Installation

  1. Start DataKit using your chosen method
  2. Open your browser (usually auto-opens)
  3. Upload a CSV/JSON/PARQUET file to begin analyzing

Need Help?