Full Code of ProxymanApp/Proxyman for AI

master ddb307cca912 cached
5 files
3.6 KB
1.1k tokens
1 requests
Download .txt
Repository: ProxymanApp/Proxyman
Branch: master
Commit: ddb307cca912
Files: 5
Total size: 3.6 KB

Directory structure:
gitextract_tbop6skg/

├── .github/
│   └── ISSUE_TEMPLATE/
│       ├── 1-Bug_report.md
│       ├── 2-Question.md
│       └── 3-Feature-Request.md
├── .gitignore
└── README.md

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/ISSUE_TEMPLATE/1-Bug_report.md
================================================
---
name: Bug Report
about: You're having technical issues. 🐞
labels: 'bug'
---

## Description
<!--- Description for the bug? -->

## Steps to Reproduce

<!-- Add relevant code and/or a live example -->

1.
2.
3.
4.

## Current Behavior

<!--- What went wrong? -->

## Expected Behavior

<!--- What should have happened? -->

## Environment

- App version: e.g Proxyman 3.9.0
- macOS version: e.g macOS Monterey

================================================
FILE: .github/ISSUE_TEMPLATE/2-Question.md
================================================
---
name: Question
about: Ask a question.❓
labels: 'question'
---

## Description

<!-- What do you need help with? -->

================================================
FILE: .github/ISSUE_TEMPLATE/3-Feature-Request.md
================================================
---
name: Feature Request
about: Missing some feature❓
labels: 'enhancement'
---

## Description

<!-- A brieft of what feature/change? -->

## Why this feature/change is important?

<!-- Explain why Proxyman needs this feature/change? -->

================================================
FILE: .gitignore
================================================
.DS_Store


================================================
FILE: README.md
================================================

<p align="center">
  <img src="/screenshots/banner_v2.png" alt="Proxyman: Debug HTTP Like a Pro banner" width="100%" height="auto"/>
</p>

<p align="center">
  <a aria-label="Follow Proxyman on Twitter" href="https://twitter.com/proxyman_app">
    <img alt="" src="https://img.shields.io/badge/Follow-%40proxyman__app-black.svg?style=for-the-badge&logo=Twitter">
  </a>
</p>

<img src="/screenshots/new_dashboard_macOS_26.jpg" alt="Proxyman Dashboard UI for macOS 26 Tahoe" width="100%" height="auto"/>

## Features
* 💻 Native macOS app. Written by Swift. Powered by Apple SwiftNIO for high-performance network applications.
* 🍎 Fully supports Apple Chip (e.g M1, M2, M3, M4, etc). 
* 💫 Built for macOS 26 Tahoe
* ✅ Capture HTTP/HTTPS requests/responses and WebSocket from Web Browsers, iOS, and Android devices with a few clicks.
* ✅ Modern and intuitive UI
* 🔍 Multiple filters
* Command Palette — Quickly search and access requests, responses, scripts, and more. Work faster without leaving your keyboard!
* Comprehensive Guidelines to set up with iOS simulator and iOS and Android devices.
* Basic debugging tools: Compose, Repeat, Wildcard/Regex Filter, Multiple Filters, Customize Columns, Toolbar...
* Advanced Tools: Breakpoint, Map Local, Map Remote, Backlist, External Proxying, No Caching, Protobuf, Clear Cache, Custom Certificates, Scripting, Network Conditions, Reverse Proxy, Diff, Access Control, DNS Spoofing, etc
* Automatic Setup for Backend Development: Auto capture HTTP(s) traffic from NodeJS, Ruby, and Python.
* Supported macOS 13+ or later

## Proxyman Team Workspace (Team Subscription only)
- Sign in using **Proxyman Team Workspace**: Manage your team workspace account and active the PRO license.
- Share Proxyman logs or HAR files with your team and review them online with role-based access control (Admin, Developers, and Public)
- Role-based access control with secure authentication

## Download
* [Proxyman 6.7.0](https://proxyman.com/release/osx/Proxyman_latest.dmg)
* [Full Changelogs](https://github.com/ProxymanApp/Proxyman/releases)

```
brew install --cask proxyman
```

### Proxyman for iOS
- 🍎 Native iOS app. 
- ⚡️ Directly capture HTTPS Traffic from your iOS device. No MacBook is needed.
- ✅ Block List, Map Local, and Breakpoint are ready
- Screenshot: https://proxyman.com/ios
- Download from App Store: https://apps.apple.com/us/app/proxyman/id1551292695

## Have a problem?

- Open a GitHub ticket
- 👉 Technical issues on [Proxyman Discord](https://discord.gg/tjWEq6Da42)
- nghia@proxyman.com & support@proxyman.com

---

Proxyman is developed by a small engineering team, but we're dedicated to shipping Proxyman that tailored for each platform (macOS, iOS, and Windows). It facilitates how we debug apps and brings all developers joy and pleasure.

We're genuinely happy if you purchase a license to support the development ❤️

Proxyman team.
Download .txt
gitextract_tbop6skg/

├── .github/
│   └── ISSUE_TEMPLATE/
│       ├── 1-Bug_report.md
│       ├── 2-Question.md
│       └── 3-Feature-Request.md
├── .gitignore
└── README.md
Condensed preview — 5 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (4K chars).
[
  {
    "path": ".github/ISSUE_TEMPLATE/1-Bug_report.md",
    "chars": 412,
    "preview": "---\nname: Bug Report\nabout: You're having technical issues. 🐞\nlabels: 'bug'\n---\n\n## Description\n<!--- Description for th"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/2-Question.md",
    "chars": 119,
    "preview": "---\nname: Question\nabout: Ask a question.❓\nlabels: 'question'\n---\n\n## Description\n\n<!-- What do you need help with? -->"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/3-Feature-Request.md",
    "chars": 239,
    "preview": "---\nname: Feature Request\nabout: Missing some feature❓\nlabels: 'enhancement'\n---\n\n## Description\n\n<!-- A brieft of what "
  },
  {
    "path": ".gitignore",
    "chars": 10,
    "preview": ".DS_Store\n"
  },
  {
    "path": "README.md",
    "chars": 2896,
    "preview": "\n<p align=\"center\">\n  <img src=\"/screenshots/banner_v2.png\" alt=\"Proxyman: Debug HTTP Like a Pro banner\" width=\"100%\" he"
  }
]

About this extraction

This page contains the full source code of the ProxymanApp/Proxyman GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 5 files (3.6 KB), approximately 1.1k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!