├── .DS_Store ├── .github ├── .DS_Store ├── ISSUE_TEMPLATE │ ├── 1-Bug_report.md │ ├── 2-Question.md │ └── 3-Feature_request.md └── pull_request_template.md ├── LICENSE └── README.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProxymanApp/proxyman-windows-linux/15c19754653532f56f15e3bffc6692ee67bd165f/.DS_Store -------------------------------------------------------------------------------- /.github/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ProxymanApp/proxyman-windows-linux/15c19754653532f56f15e3bffc6692ee67bd165f/.github/.DS_Store -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/1-Bug_report.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug report 3 | about: You're having technical issues. 🐞 4 | labels: 'bug' 5 | --- 6 | 7 | ## Description 8 | 9 | 10 | ## Steps to Reproduce 11 | 12 | 13 | 1. 14 | 15 | 2. 16 | 17 | 3. 18 | 19 | 4. 20 | 21 | ## Current Behavior 22 | 23 | 24 | ## Expected Behavior 25 | 26 | 27 | ## Environment 28 | 29 | - App version: 30 | - Windows/Linux version: 31 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/2-Question.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Question 3 | about: Ask a question.❓ 4 | labels: 'question' 5 | --- 6 | 7 | ## Description 8 | 9 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/3-Feature_request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Development Ticket 3 | about: For Proxyman Team. 4 | labels: 'enhancement' 5 | --- 6 | 7 | ## Description 8 | 9 | 10 | ## Acceptance Criteria 11 | -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- 1 | ### Description 2 | 3 | 4 | ### Ticket 5 | 6 | 7 | ### Changelogs 8 | 9 | 10 | ### How to test 11 | 12 | 13 | ### Screenshot/GIF 14 | 15 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Proxyman 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Proxyman for Windows & Linux 2 |

3 | 4 | 5 | 6 |

7 | 8 |

9 |

Modern and Delightful HTTP Debugging Proxy for Windows and Linux ⚡️

10 |

11 | 12 | ![Proxyman for Windows 11](https://user-images.githubusercontent.com/5878421/193379597-83a23bf3-2b4d-44bb-b3d8-000cefbbffdb.jpg) 13 | 14 | ## Features 15 | * ✅ Intercept HTTP/HTTPS requests/responses with ease. Generating, trusting a certificate, and automatically overriding the System Proxy is never easier. 16 | * ✅ Modern and intuitive UI 17 | * ✅ Fully support Windows 10 and Windows 11 18 | * ✅ Support Ubuntu 22 or later. 19 | * 🔍 Multiple Filters (URL, Header, Query, Body, etc) and Content-Type Filter (JSON, Form, XML, Image, etc) 20 | * ℹ️ SSL Proxying List, No Caching, Compose & Repeat, Repeat 21 | * 🛠 Debugging Tools: Map Local, Breakpoint, Diff, Scripting, Block List, Allow List, etc 22 | * 🛠 Active development. Our roadmap at https://github.com/ProxymanApp/proxyman-windows-linux/projects/1 23 | 24 | ### Proxyman for macOS 25 | - You're a macOS user? Try our native macOS build at https://github.com/ProxymanApp/Proxyman 26 | 27 | ## Download Windows 28 | * [Windows - Latest build - 2.24.0](https://proxyman.com/release/windows/Proxyman_latest.dmg) 29 | * [Linux - Latest build - 2.24.0](https://proxyman.com/release/linux/proxyman_latest) 30 | * [Build History](https://proxyman.com/changelog-windows) 31 | 32 | ## Have a problem? 33 | 34 | - Open the GitHub ticket 35 | - Technical issues on [Proxyman Discord](https://discord.gg/tjWEq6Da42) 36 | - nghia@proxyman.io & support@proxyman.com 37 | 38 | --- 39 | 40 | Proxyman is developed by a small engineering team, but we're dedicated to shipping Proxyman that tailors for each platform (macOS, iOS, Windows, and Linux). It facilitates how we debug apps and brings joy and pleasure to all developers. 41 | 42 | We're genuinely happy if you purchase a license to support the development ❤️ 43 | 44 | Proxyman team. 45 | --------------------------------------------------------------------------------