shimmy 1.4.2

Lightweight sub-20MB Ollama alternative with native SafeTensors support. No Python dependencies, 2x faster loading. Now with GitHub Spec-Kit integration for systematic development.
1
2
3
4
5
6
7
8
9
10
11
12
13
# Render.com deployment configuration for Shimmy
services:
  - type: web
    name: shimmy
    env: docker
    dockerfilePath: ./deploy/Dockerfile
    envVars:
      - key: RUST_LOG
        value: info
      - key: PORT
        value: 11434
    healthCheckPath: /health
    autoDeploy: false