01 โ€” Install

One command, zero config

MeowGPT runs on Bun. Install it, start it, and you're ready to go. No API keys, no database, no external services.

terminal
$ bun add meowgpt
$ meowgpt serve

๐Ÿฑ MeowGPT server running at http://localhost:8787

CLI options

Customize host and port, or check the version.

terminal
$ meowgpt serve --host 0.0.0.0 --port 8080
$ meowgpt -v
0.1.0
$ meowgpt -h
๐Ÿฑ MeowGPT โ€” OpenAI-compatible mock server

Usage:
  meowgpt serve [options]
  meowgpt -h, --help
  meowgpt -v, --version

Cloudflare Workers

Deploy to Cloudflare with a single command. The same codebase runs locally and on the edge.

terminal
$ bun run deploy
# or
$ wrangler deploy