Releases: Skillful-Fox-Studio/grey-fox-community
Releases · Skillful-Fox-Studio/grey-fox-community
Release title: GreyFox Community Edition 0.1.0
GreyFox Community Edition 0.1.0
Initial public Community Edition release.
GreyFox Community Edition is a local Docker-first AI traffic proxy and operator
console. It is designed for teams that want to route OpenAI-compatible AI
traffic through a local control box, enforce token limits, observe request
history, reuse exact cached responses, and keep operational visibility inside
their own infrastructure.
Docker Image
ghcr.io/skillful-fox-studio/grey-fox-community:0.1.0
The immutable image digest must be copied from GitHub Container Registry after
the image is pushed.
Quick Start
Create compose.yaml from this release package, then run:
docker compose pull
docker compose up -dOpen:
http://localhost:8080
Health check:
curl http://localhost:8080/api/healthExpected response:
{"status":"ok","service":"proxy-api"}Included
- Local Admin UI and OpenAI-compatible proxy endpoint in one Docker container
- Mock mode for zero-cost local onboarding
- Provider mode for OpenAI-compatible upstream APIs
- Per-user token quota enforcement via
X-App-User-Id - Exact response cache for repeated non-streaming requests
- Traffic history with source-aware filters
- Dashboard token analytics and cache-savings view
- Manual traffic cost calculator based on operator-entered token rates
- Users workspace for managed and observed users
- Safe Maintenance workspace for cache/log cleanup and diagnostics
- Docs and About workspaces with support, privacy, and update guidance
Community Edition Limits
- Up to 5 active managed users
- Token monitoring is the authoritative usage signal
- Manual cost estimates are informational only
- No hosted GreyFox control plane
- No automatic update checks
- No automatic Docker container updates
- No request detail drawer, exports, deeper diagnostics, or live traffic metrics
Privacy Notes
- GreyFox runs locally in the operator environment.
- Prompts, completions, logs, settings, provider keys, and metrics stay in the
local deployment unless the operator sends them elsewhere. - Manual update checks make one browser request to GitHub Releases.
- Connected upstream providers still process any traffic sent to them.
Support
Public issues and Community releases:
https://github.com/skillful-fox-studio/grey-fox-community
Direct operator inquiries:
support@skilful-fox.com
GreyFox is currently maintained by a solo indie developer. Email replies may
take up to 3 days.