@@ -34,18 +34,19 @@ Keploy uses eBPF to intercept API calls at the network layer and generate test c
3434
3535### Recommended: Keploy Proprietary CLI
3636
37- Use this if you want the fastest setup, browser-based sign-in, and access to Keploy’s proprietary capabilities.
37+ Use this if you want the ** fastest setup** , ** browser-based sign-in** , and access to Keploy's Enterprise capabilities.
3838
3939### Open-source only
4040
41- Use this if you want the pure OSS route and are okay with a more manual setup.
41+ Use this if you want the ** pure OSS route** and are okay with a more manual setup.
4242The recommended path below should be the default experience across docs, keploy.io, and GitHub.
4343
4444---
4545
4646## Recommended Setup: Keploy Proprietary CLI
4747
4848This is the preferred way to install and use Keploy.
49+
4950With this setup:
5051* you install the recommended Keploy binary
5152* you start using Keploy immediately
@@ -124,24 +125,40 @@ Use the recommended Keploy CLI if you want:
124125
125126::: info
126127The Open Source version is best for ** HTTP / REST** protocol.
128+
127129If you need support for ** gRPC, Redis, GraphQL, webhooks, and advanced integration workflows,** use the ** Proprietary** version.
128- For broader framework and protocol support, we recommend installing ** Paid / Pro** .
130+
131+ For broader framework and protocol support, we recommend installing Keploy Enterprise.
129132:::
130133
131134### Feature Comparison
132135
133- | Category | Feature | Open Source | Paid / Pro |
134- | -----------| ---------| -------------| ------------|
135- | Core Testing | Record & Replay | Yes | Yes |
136- | Core Testing | GraphQL Support | Yes | Yes |
137- | Core Testing | REST API Testing | Yes | Yes |
138- | Advanced Integrations | gRPC Incoming | Yes | Yes |
139- | Advanced Integrations | gRPC Outgoing | No | Yes |
140- | Advanced Integrations | Redis Support | No | Yes |
141- | Workflow & Automation | CI/CD Integration | Yes | Yes |
142- | Workflow & Automation | Implicit CLI Auto-Login | No | Yes |
143- | Enterprise Intelligence | AI-Driven Test Generation | No | Yes |
144- | Enterprise & Support | Team Collaboration | No | Yes |
136+ ### Feature Comparison
137+
138+ ### Feature Comparison
139+
140+ | Feature | Open Source | Enterprise |
141+ | ---------| -------------| ------------|
142+ | ** Dependencies** | | |
143+ | HTTP | Yes | Yes |
144+ | MySQL | Yes | Yes |
145+ | gRPC Outgoing | No | Yes |
146+ | Mongo | No | Yes |
147+ | Postgres | No | Yes |
148+ | Redis | No | Yes |
149+ | SQS | No | Yes |
150+ | Kafka | No | Yes |
151+ | HTTP2 | No | Yes |
152+
153+ | ** Incoming Tests** | | |
154+ | HTTP | Yes | Yes |
155+ | gRPC Incoming | Yes | Yes |
156+
157+ | ** Extra Features** | | |
158+ | Mock Upload | No | Yes |
159+ | Time Freezing | No | Yes |
160+ | Deduplication (Static + Codepath) | No | Yes |
161+ | Sandboxing for Existing E2E / Integration Tests | No | Yes |
145162
146163---
147164
0 commit comments