flamegate
v0.1.0
Published
FlameGate — self-hostable LLM proxy, intelligent router, and WebAssembly extension runtime
Maintainers
Readme
flamegate (NPM Package)
NPM wrapper distribution for FlameGate — self-hostable LLM proxy, intelligent router, and WebAssembly extension runtime.
Installation
Global Installation
npm install -g flamegate
# or
bun install -g flamegate
# or
pnpm add -g flamegateRun directly with NPX / Bunx
npx flamegate
# or
bunx flamegateQuick Start
Bootstrap an API key:
flamegate bootstrapStart the gateway:
flamegateOpen the dashboard: Navigate to
http://localhost:20180in your browser.
For full documentation, source code, and release notes, visit FlameGate on GitHub.
