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.

Step 1

Deploy ZeroShare Gateway

Choose your deployment method. Your data never leaves your infrastructure.

Prerequisites
DockerDocker Compose

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-eula

The 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.

or

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
What this deploys
  • 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
Step 2

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 Documentation
Step 3

Connect 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 Guides
Step 4

Optional: 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 Agent
Step 5

Verify 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 Documentation

Ready 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.

View PricingContact Sales

We use cookies to analyze site traffic and improve your experience. Learn more in our Privacy Policy.