Keploy Installation
Quick Installation Using CLI
Quick Installation Using CLI
Keploy uses eBPF to intercept API calls on network layer and generates test cases and mocks/stubs.
🛠️ Platform-Specific Requirements for Keploy
Keploy can be installed in two ways:
As of now there are two ways to use Keploy eBPF in MacOS, i.e. using Colima
On Windows, WSL is required to run Keploy Binary. You must be running Windows 10 version 2004 and higher (Build 19041
Keploy uses eBPF to intercept API calls on network layer and generates test cases and mocks/stubs. Keploy does not natively support Windows. However, you can still run it using Wsl or Docker.
eBPF (Extended Berkeley Packet Filter) is a Linux kernel technology that Keploy uses to capture socket-level network I/O via kernel hooks with near-zero overhead — enabling production behavior replay, dependency virtualization, legacy application testing, and infrastructure mocking without code changes.
Keploy can be installed in two ways: