âĸ Use Windows Subsystem for Linux (WSL2) âĸ Install latest yq from GitHub Repository âĸ Install latest Docker Desktop and enable WSL2 integration (tutorial) âĸ (Optional) Install cuda-toolkit on WSL2 (NVIDIA tutorial)
All Systems
âĸ Docker Engine v25 or later âĸ Docker Compose v2 or later âĸ Install latest stable Docker and Docker Compose
Spin up Instill Core
Execute the following commands to pull pre-built images with all the dependencies to launch:
bash
git clone -b v0.58.1 https://github.com/instill-ai/instill-core.git && cd instill-core
# Launch all services
make run
That's it! Once all the services are up with health status, the UI is ready to go at http://localhost:3000. Please find the default login credentials in the documentation.