zeno

Standalone / Self-Hosting

While Zeno is optimized for Cloudflare Workers (Edge), the core logic is universal.

Docker / Node.js

You can run Zeno on any Node.js compatible runtime (including Docker).

  1. Build:
    npm run build:server
    
  2. Run: The adapter in src/server handles the fetch event. For Node.js, you would need a small wrapper (e.g., Fastify/Express) that proxies requests to the worker entry point or re-implements the router.ts logic.

Storage Adapters

The current implementation uses R2. For standalone: