Skip to content

GYPengDev/devpeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DevPeek

Local HTTPS proxy & mobile web debugging — one workflow from capture to page-level inspection

Website · Documentation · Changelog · Pricing · Releases

Download DevPeek for Windows DevPeek quick start

中文说明

DevPeek logo


DevPeek is a Windows desktop app for developers and QA who debug mobile H5, Hybrid Apps, and WebView traffic through a local HTTP(S) proxy.

It is built around one idea:

Proxy + param transform + visual Mock + built-in mobile debug panels

—not packet capture alone.

About this repository: Official distribution, docs index, and feedback hub. Application source code is proprietary and not published here.


Why not stop at Charles or Fiddler?

Classic proxy tools excel at TLS interception and API inspection. DevPeek targets the gap after that:

Scenario Typical pain DevPeek angle
Body is HTTPS-plain but fields are AES/Base64 Copy ciphertext between proxy, scripts, and Postman Param transform — edit plaintext in-app, re-encrypt on send
Bug only reproduces on a real phone DevTools on desktop cannot see the embedded page Mobile debug panels mirror proxied HTML on your PC
Mock rules are tedious to hand-write Regex and JSON editing for every endpoint Visual Mock from a captured request
Teammate needs the same session Export files, sync timestamps manually LAN collaboration & session share

See also: Charles Proxy alternative — when to pick DevPeek


Screenshots

DevPeek HTTPS capture list with per-client tabs
Capture — per-device tabs, decrypted HTTPS bodies

DevPeek param transform rule wizard for encrypted API fields
Param transform — rule wizard for encrypted request fields

DevPeek visual Mock rule builder
Visual Mock — pick traits from a live request


Core capabilities

Capture & inspection

  • Local HTTP(S) MITM proxy (generated CA, host-based decrypt rules)
  • Client tabs by IP — phone, browser, test app stay separated
  • Response-body search (regex, case options)
  • Breakpoints, throttling, lifecycle scripts

Param transform (differentiator)

  • Rules for Base64, AES, custom scripts
  • Details, Mock, and debug APIs default to plaintext; outbound requests re-encrypt automatically
  • GitHub guide · Full docs on website

Mock & routing

  • Request-only or response-only intercept
  • Map Route / forward rules for local backends

Mobile web debugging

Also included

  • LAN collaboration · Chromium extension import · SQLite history · auto-update

Core desktop features are free forever. Pro & Team tiers: pricing.


Quick start (5 minutes)

  1. Download the Windows installer (or GitHub Releases).
  2. Set the phone Wi‑Fi proxy to PC_LAN_IP:8888 (port shown in the title bar; one-click copy).
  3. Install & fully trust the DevPeek root CA; add target hosts to SSL decrypt scope.
  4. Capture tab → inspect traffic. Debug tab → select the phone client, refresh the page to mirror.

Checklist & troubleshooting: docs/quick-start.md · Website quick start


Download

Channel URL
Official (recommended) https://devpeek.ypgao.com/
GitHub Releases https://github.com/GYPengDev/devpeek/releases
Install & certificates https://devpeek.ypgao.com/en/docs/install/

Windows builds are published today. Other platforms — see release notes.


Docs on GitHub vs website

This repo hosts short, scenario-focused guides for discovery and search. Step-by-step manuals with videos and figures live on the website.

Topic GitHub (summary) Website (full manual)
Quick start docs/quick-start.md EN · ZH
Charles alternative docs/charles-alternative.md Capture docs
Param transform docs/param-transform.md EN · ZH
Mobile H5 debug docs/mobile-h5-debugging.md EN · ZH
Mock, SSL, FAQ docs index

Changelog

Recent release highlights: CHANGELOG.md

Canonical, version-by-version notes: devpeek.ypgao.com/changelog


Feedback


Related

Repository Role
devpeek-site Official website (Nuxt)
examples/ Config samples index (rules & transforms)

Who is it for?

Mobile frontend · Hybrid / uni-app · React Native & Flutter WebView · H5 inside native shells · QA engineers doing joint debugging on real devices.


License

DevPeek is proprietary software. All rights reserved.

This repository contains documentation, release metadata, and community templates — not application source code.

About

Local HTTPS proxy & mobile web debugging — param transform, Mock, built-in debug panels. Windows.

Topics

Resources

License

Security policy

Stars

7 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors