Quick start
Requirements: Node 20+, pnpm 9. Clone from GitHub — this website does not ship the runtime.
npm install -g @kev-ai/server
# or from source:
git clone https://github.com/arjun988/Kev.git
cd Kev && pnpm install && pnpm build
pnpm --filter @kev-ai/server start| Open | URL |
|---|---|
| Playground | http://127.0.0.1:3000/playground/ |
| Health | http://127.0.0.1:3000/health |
| OpenAPI | http://127.0.0.1:3000/openapi.json |
Local GPU (Ollama)
ollama pull qwen3.5:9b
# env for kev-server
KEV_BACKEND=ollama
KEV_OLLAMA_MODEL=qwen3.5:9bConfirm GPU with ollama ps → expect 100% GPU.
Full README and SDKs: github.com/arjun988/Kev