Important
This repository has been deprecated and is intended only for launching Instill Core projects up to version v0.13.0-beta
. Check the latest Instill Core project in the instill-ai/instill-core repository.
Explore ๐ฎ Instill Core, the open-source orchestrator comprising a collection of source-available projects designed to streamline every aspect of building versatile AI features with unstructured data.
-
macOS or Linux - Instill Core works on macOS or Linux, but does not support Windows yet.
-
Docker and Docker Compose - Instill Core uses Docker Compose (specifically,
Compose V2
andCompose specification
) to run all services locally. Please install the latest stable Docker and Docker Compose before using Instill Core.
Use stable release version
Execute the following commands to pull pre-built images with all the dependencies to launch:
$ git clone -b v0.13.0-beta https://github.com/instill-ai/deprecated-core.git && cd deprecated-core
# Launch all services
$ make all
๐ 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.
To shut down all running services:
$ make down
See the LICENSE file for licensing information.