Get Started with ZeroShare
Deploy the gateway, open the Chat Portal for your team, and connect Claude Code and Cursor for your developers. All protected by the same security layer.
Deploy ZeroShare Gateway
Choose your deployment method. Your data never leaves your infrastructure.
Quick Install (interactive)
# Quick install (interactive — prompts for domain and license key)
curl -fsSL https://deployzeroshare.com/install/gateway.sh | bash -s -- --accept-eula
# Non-interactive with license key pre-set
ZEROSHARE_LICENSE_KEY=ZS-xxxx \
curl -fsSL https://deployzeroshare.com/install/gateway.sh | bash -s -- --accept-eulaThe installer pulls the latest images, prompts you for your domain and your license key, then starts all services. A license key is required for all tiers, including the free tier. Get yours at deployzeroshare.com/pricing.
Manual Install
# 1. Clone and configure
git clone https://github.com/zeroshare/zeroshare-gateway.git
cd zeroshare-gateway
cp .env.example .env
# Edit .env — set DOMAIN, ZEROSHARE_LICENSE_KEY, and AI provider keys
# 2. Start all services
docker compose -f docker-compose.production.yml up -d
# 3. Open https://your-domain and complete the setup wizard- ZeroShare Gateway (FastAPI) with PII redaction and secrets blocking
- PostgreSQL for audit logs and user management
- Redis for session caching
- Keycloak for SSO and authentication
Install with Helm
# Kubernetes deployment via Helm is coming soon.
# For now, use Docker Compose on any Linux server with Docker installed.
#
# See: https://deployzeroshare.com/docs/getting-started- ZeroShare Gateway (FastAPI) with PII redaction and secrets blocking
- PostgreSQL for audit logs and user management
- Redis for session caching
- Keycloak for SSO and authentication
The Helm chart includes sensible defaults for resource limits, health checks, and persistent volume claims. Customize with --values for production tuning.
Deploy through AWS Marketplace
Deploy through AWS Marketplace for consolidated billing and use your existing AWS credits. It is the same product with the same features -- just a different billing path through your existing AWS procurement process.
- ✓Use existing AWS credits and commit spend
- ✓Consolidated billing on your AWS invoice
- ✓Simplified procurement -- no new vendor onboarding
- ✓Same product, same features, same support
Open the Chat Portal
Open your browser to your gateway URL on port 3000. Log in with admin credentials from the setup wizard. Your team can start chatting with AI immediately — every message is scanned for PII and secrets before reaching any AI provider.
Chat Portal DocumentationConnect Claude Code & Cursor Beta
Point your developer tools at the gateway — one URL change, no proxy needed. Set ANTHROPIC_BASE_URL for Claude Code or configure the Base URL in Cursor settings. Every request gets the same PII redaction and secrets blocking.
View Integration GuidesOptional: Desktop Agent for Copilot Beta
Only needed for tools that don't support custom base URLs (GitHub Copilot, Codeium, Tabnine). The Desktop Agent runs a local proxy on port 8888 that routes these tools through your gateway.
Download Desktop AgentVerify Protection
Send a test message in the Chat Portal with intentional PII (like an email address) and confirm it gets redacted. Check the audit log to see every request scanned by the gateway.
View DocumentationReady to deploy?
Start with the free tier -- up to 5 users, full PII detection and secrets blocking. Get your license key at deployzeroshare.com/pricing.