KNotJev : Kev

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
OpenURL
Playgroundhttp://127.0.0.1:3000/playground/
Healthhttp://127.0.0.1:3000/health
OpenAPIhttp://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:9b

Confirm GPU with ollama ps → expect 100% GPU.

Full README and SDKs: github.com/arjun988/Kev