OSS Tanbou

Keploy — turn application traffic into API tests and data mocks

About these scores

OSS scale score is an unbounded metric that log-compresses and weights Stars, Watchers, Forks, and Contributors. Discovery score is the current OSS scale score minus the score at discovery. Update pace is commits in the last 30 days, growth momentum is the OSS scale score difference within the recent observation window, and OSS health is a 0–100 rating based on available recency, Community Health, and release data.

Stars
18,468
Primary language
Go
License
Apache-2.0
Repository last updated
Sep 20, 2026

Overview

Keploy is a testing platform that records API calls, database queries, and streaming interactions at the network layer using eBPF-style instrumentation, then replays them as test cases and data mocks with minimal application-code changes.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Generate tests and mocks from application traffic

keploy record captures runtime interactions so flows can later be replayed as regression tests.

Sources: [2]

Apply integration testing across languages without SDK changes

Network-layer capture reduces dependence on language-specific instrumentation and can be introduced around existing applications.

Sources: [2][3]

For converting real API traffic into regression-test assets

It fits backend/API teams that want to preserve realistic integration flows without manually recreating every test fixture.

Sources: [2]

Verify feature boundaries between the OSS binary and Community Edition

Current source messaging says the Community Edition adds protocols, AI test generation, sandbox replay, and MCP. Confirm the distribution required for your use case.

Sources: [4]

Official sources

  1. [1]keploy/keploy repository(2026-09-21)
  2. [2]Keploy README(2026-09-21)
  3. [3]Keploy documentation(2026-09-21)
  4. [4]Keploy OSS/Community Edition notice in source(2026-09-21)
  5. [5]Keploy Apache-2.0 license(2026-09-21)
Supplemental curator note

Keploy's distinctive approach is to capture network interactions without requiring SDK changes in application code, then turn those interactions into tests and mocks. Current source messaging distinguishes the OSS binary from a free Community Edition that adds protocols plus AI test generation, sandbox replay, and MCP, so verify which distribution contains the capabilities you need.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/keploy/keploy.git
  2. 2

    Enter the repository

    cd keploy
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

18,468 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
85
Open PRs
380

Development activity is still being collected.

Built with

Categories and tags

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • testing
  • test-automation
  • api-testing
  • testing-tools
  • test-automation-framework
  • test-generation
  • testing-library
  • mock
  • mock-data-generator
  • mock-framework
  • agentic-ai
  • ai-testing-tool
Stars
18,468
Forks
2,361
Watchers
50
Open issues
362
Contributors
138
Primary language
Go
License
Apache-2.0
Repository last updated
Sep 20, 2026
Write a related article

Share a guide or use case for this OSS in Markdown. Articles are published after administrator approval.

Report incorrect information

Tell us if any listing information is incorrect or outdated.