| id | linux-installation | ||
|---|---|---|---|
| title | Installing Keploy on Linux | ||
| sidebar_label | Linux Installation | ||
| description | A quick guide to installing Keploy on Linux. | ||
| tags |
|
||
| keywords |
|
Keploy uses eBPF to intercept API calls on network layer and generates test cases and mocks/stubs. Installing Keploy on Linux is super easy it works on any Linux distribution with a simple one-click installation 🚀
Run the following command in your terminal:
curl --silent -O -L https://keploy.io/install.sh && source install.shAfter installation, check if Keploy is working by running:
keploy version✅ If you see the version number, Keploy has been installed successfully!
You’ve successfully installed Keploy on Linux.
Begin recording your API calls and automatically generate test cases with Keploy.