这是indexloc提供的服务,不要输入任何密码
Skip to content

Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in.

License

Notifications You must be signed in to change notification settings

superagent-ai/vibekit

 
 

Repository files navigation

VibeKit is the safety layer for your coding agent 🖖

Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in.


WebsiteDocsDiscord


🚀 Quick Start

Install the VibeKit CLI globally:

npm install -g vibekit

Run claude code with enhanced security and tracking

vibekit claude

⚡️ Key Features

🐳 Local sandbox - Runs agent output in isolated Docker containers — zero risk to your local setup

🔒 Built-in redaction - Auto-removes secrets, api keys, and other sensitive data completions

📊 Observability - Complete visibility into agent operations with real-time logs, traces, and metrics

🌐 Universal agent support - Works with Claude Code, Gemini CLI, Grok CLI, Codex CLI, OpenCode, and more

💻 Works offline & locally - No cloud dependencies or internet required — works entirely on your machine

🌐 Proxy Server Deployment

VibeKit includes a proxy server for secure API routing with built-in data redaction. Deploy it as a service:

Local Development

# Run proxy directly with npx (recommended)
npx vibekit-proxy start

# Or with specific commands
npx vibekit-proxy stop              # Stop proxy  
npx vibekit-proxy status            # Check status

# Or install globally and run
npm install -g @vibe-kit/proxy
vibekit-proxy start

Docker Deployment

# Use the published image
docker run -p 8080:8080 -e PORT=8080 vibekit/proxy

# Or build from source
docker build -t vibekit-proxy packages/proxy
docker run -p 8080:8080 vibekit-proxy

Environment Variables

  • PORT or VIBEKIT_PROXY_PORT - Proxy port (default: 8080)
  • VIBEKIT_PROXY_TARGET_URL - Target API URL

Cloud Deployment

Deploy to any container platform (AWS ECS, Google Cloud Run, Azure Container Instances, etc.):

# Example with Google Cloud Run
gcloud run deploy vibekit-proxy --image vibekit-proxy --port 8080

📦 Related Packages

Looking to integrate VibeKit into your application? Check out these packages:

Run coding agents in secure sandboxes with full control and monitoring.

npm install @vibe-kit/sdk

Perfect for building applications that need to execute AI-generated code safely.

Use your MAX subscriptions in AI Apps.

npm install @vibe-kit/auth

Handle authentication flows for your VibeKit-powered applications.

🤝 Contributing

Contributions welcome! Open an issue, start a discussion, or submit a pull request.

📄 License

MIT — see LICENSE for details.

© 2025 Superagent Technologies Inc.

About

Run Claude Code, Gemini, Codex — or any coding agent — in a clean, isolated sandbox with sensitive data redaction and observability baked in.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 18