Requires Docker with at least 8GB of RAM allocated.
curl https://files.kinetica.com/install/kinetica.sh -o kinetica && chmod u+x kinetica && ./kinetica start
Install and run Kinetica on your local machine as a Docker container or you can use our Kinetica serverless with free forever 10gb of storage and up to burstable compute capacity up to 4 cores.
Getting Started
Get Kinetica running on your machine in minutes.
Requires Docker with at least 8GB of RAM allocated.
curl https://files.kinetica.com/install/kinetica.sh -o kinetica && chmod u+x kinetica && ./kinetica start
The Kinetica shell script manages your installation, starts, and stops the database.
For GPU instances:
./kinetica --gpu start
For CPU instances:
./kinetica start
Teach Claude Code to write correct Kinetica SQL, build applications, and interactively operate the database.
npx skills add kineticadb/agent-skills
Workbench is an interactive notebook environment for querying, analyzing and visualizing your data with SQL. You can launch it via your browser using the following link localhost:8000/workbench/
The default username is admin.
Stop Kinetica
./kinetica stop
Change password
./kinetica alter-password
The default username is "admin." You will be prompted to set a password for this username during the installation process. To change it later, use the command below.
For more commands and configuration options:
./kinetica --help
Having installation issues? Or want to ask a question?
To provide the best experiences, we use technologies like cookies to store and/or access device information. Consenting to these technologies will allow us to process data such as browsing behavior or unique IDs on this site. Not consenting or withdrawing consent, may adversely affect certain features and functions. Cookie Policy