awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Tencent avatar

Tencent/GT

0
View on GitHub↗
4,407 stars·1,015 forks·Java·19 viewsgt.qq.com↗

GT

GT is an on-device mobile debugging tool designed to capture network packets, analyze system logs, and profile hardware performance directly on a smartphone. It provides a portable suite of utilities for identifying software bugs and processing bottlenecks without requiring a connection to a host computer.

The project features a plugin-based debugging framework that allows for the development of custom functional extensions to implement project-specific debugging logic. It also enables real-time parameter tuning and injection, allowing internal application settings to be modified during execution to test different configurations.

The tool covers several core observability and diagnostic areas, including hardware performance profiling for CPU, memory, battery, and frame rate metrics. It includes capabilities for intercepting and analyzing network traffic and API communications, as well as utilities for aggregating and analyzing both application and system-level crash logs.

Features

  • On-Device Runtime Debugging - Executes an integrated debug environment directly on the smartphone to remove the need for a host computer.
  • Plugin-Based Debugging Extensions - Implements a plugin system allowing developers to extend debugging capabilities with custom rules and UI panels.
  • Debugging Extension Frameworks - Ships a framework specifically designed for creating custom plugins to extend debugging and diagnostics.
  • Mobile Application Debugging - Provides tools for real-time inspection of logs, network traffic, and UI hierarchies directly on mobile devices.
  • On-Device Network Monitoring - Analyzes network interactions directly on a mobile device without requiring external proxy software.
  • Local Packet Captures - Intercepts and records network packets locally on the mobile device without requiring root privileges.
  • Packet Capture Implementations - Implements mechanisms for intercepting and recording raw network packets directly on a mobile device for API debugging.
  • Traffic Interceptors - Captures and inspects network traffic at the device level for visibility and API debugging.
  • Mobile Performance Monitoring - Tracks runtime performance bottlenecks and resource utilization specifically within mobile applications.
  • Mobile Resource Optimization - Measures CPU, memory, and frame rate on-device to identify bottlenecks and improve application efficiency.
  • Log Analyzers - Parses and reviews detailed application and system crash logs directly on the mobile device.
  • Log Analysis - Parses and interprets system log files on-device to extract insights into software failures.
  • Mobile Debugging Tools - Provides a portable suite for capturing network packets and analyzing system logs and crash reports from mobile devices.
  • Device Performance Monitors - Provides a dashboard for monitoring device-level CPU, memory, battery, and frame rate metrics on smartphones.
  • Application Crash Logging - Captures application-level failure data and crash logs on-device for troubleshooting stability.
  • System Logging - Collects and manages diagnostic logs from system components for on-device failure diagnosis.
  • Mobile Diagnostic Collectors - Collects system logs and diagnostic bug reports directly from mobile hardware.
  • Hardware Resource Profiling - Provides tools for measuring actual on-device hardware resource consumption and execution timing.
  • Code Execution Profilers - Includes tools to measure execution time of specific code blocks to identify processing bottlenecks on hardware.
  • Real-Time Variable Controllers - Provides a graphical interface for the real-time manipulation of application variables during development.
  • Runtime Logic Tuning - Allows modification of internal application settings and tracking of code execution timing on-device.
  • Device Efficiency Suites - Ships a system for measuring CPU, memory, power, and fluency to improve mobile application efficiency.
  • Performance Monitoring - A professional mobile performance testing and debugging tool.

Star history

Star history chart for tencent/gtStar history chart for tencent/gt

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to GT

Similar open-source projects, ranked by how many features they share with GT.
  • zixun/godeyezixun avatar

    zixun/GodEye

    3,879View on GitHub↗

    GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a mobile application debugger and in-process diagnostic overlay, providing a visual interface rendered directly over active applications to monitor metrics and inspect system states without requiring changes to the original source code. The framework enables real-time analysis through a suite of debugging workflows. It captures diagnostic data using method swizzling and system-level hooking to intercept function calls and monitor internal application behavior. The tool covers s

    Swift
    View on GitHub↗3,879
  • jz-darkal/androidhttpcaptureJZ-Darkal avatar

    JZ-Darkal/AndroidHttpCapture

    4,598View on GitHub↗

    AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on an Android device. It functions as a local proxy server and traffic interceptor to capture and monitor requests and responses from other installed mobile applications. The tool provides capabilities for MITM HTTPS decryption through root certificate installation and supports exporting captured network sessions as HAR files for external analysis. It allows for real-time response body injection and the modification of request headers via user agent spoofing. The project includes

    Java
    View on GitHub↗4,598
  • cyb3rward0g/helkCyb3rWard0g avatar

    Cyb3rWard0g/HELK

    3,926View on GitHub↗

    HELK is a containerized security information and event management environment and threat hunting platform. It provides a security-focused deployment of the ELK stack, combining Elasticsearch, Logstash, and Kibana into a specialized platform for investigating logs and discovering hidden patterns in network and system security data. The project functions as a security data science suite, integrating interactive computational notebooks and distributed processing tools to run machine learning and graph analytics on security logs. This allows for the identification of hidden attack patterns and an

    Jupyter Notebook
    View on GitHub↗3,926
  • facebook/sonarfacebook avatar

    facebook/Sonar

    13,481View on GitHub↗

    Sonar is a mobile app debugging platform and extensible toolkit that allows developers to inspect the internal state, network traffic, and system logs of mobile devices via a desktop interface. It functions as a centralized system for monitoring application behavior and troubleshooting logic and performance issues. The platform is distinguished by a plugin-based extension system that enables the development of custom debugging tools. These plugins can visualize specific application data and facilitate event exchange between a mobile device and a computer. The toolkit covers several core obse

    TypeScript
    View on GitHub↗13,481
See all 30 alternatives to GT→

Frequently asked questions

What does tencent/gt do?

GT is an on-device mobile debugging tool designed to capture network packets, analyze system logs, and profile hardware performance directly on a smartphone. It provides a portable suite of utilities for identifying software bugs and processing bottlenecks without requiring a connection to a host computer.

What are the main features of tencent/gt?

The main features of tencent/gt are: On-Device Runtime Debugging, Plugin-Based Debugging Extensions, Debugging Extension Frameworks, Mobile Application Debugging, On-Device Network Monitoring, Local Packet Captures, Packet Capture Implementations, Traffic Interceptors.

What are some open-source alternatives to tencent/gt?

Open-source alternatives to tencent/gt include: zixun/godeye — GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a… jz-darkal/androidhttpcapture — AndroidHttpCapture is a mobile application for intercepting and analyzing HTTP and HTTPS network traffic directly on… cyb3rward0g/helk — HELK is a containerized security information and event management environment and threat hunting platform. It provides… facebook/sonar — Sonar is a mobile app debugging platform and extensible toolkit that allows developers to inspect the internal state,… r0ysue/r0capture — r0capture is a tool for intercepting network traffic from Android applications. It serves as a traffic interceptor,… opnsense/core — This project is the core management framework for a security appliance, providing the primary infrastructure for…