Requirements
- macOS with Docker Desktop, or Linux with Docker Engine and Docker Compose.
- A model provider API key for the backend you choose during setup.
- Network access to fetch the CLI package and container images.
- A shell where the OpenNeko binary can be placed on PATH.
Demo install
The fastest first run is the public bootstrap installer followed by demo setup. Demo mode starts the core services and an AdventureWorks sample database so you can test customer-data queries without connecting production systems.
curl -fsSL https://openneko.app/install.sh | sh
mkdir -p ~/openneko && cd ~/openneko
openneko setup --mode demoThe setup wizard can run in the terminal or open a browser flow at http://localhost:3000. It collects the admin database password, GraphJin URL, agent backend, model provider key, and optional research provider settings.
First checks
openneko status
openneko logs
open http://localhost:3000