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
·
E

everettjf/AppleTrace

0
View on GitHub↗
0 stars·0 forks·4 views

AppleTrace

Features

  • Debugging and Inspection - Objective-C message tracing tool for performance analysis.
  • Performance Monitoring - A tool for tracing and visualizing app performance events.

Star history

Star history chart for everettjf/appletraceStar history chart for everettjf/appletrace

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 AppleTrace

Similar open-source projects, ranked by how many features they share with AppleTrace.
  • tencent/matrixTencent avatar

    Tencent/matrix

    12,020View on GitHub↗

    Matrix is a suite of mobile application performance management and analysis tools. It provides a plugin-based monitoring system for capturing crashes, lags, and memory leaks, alongside a static binary auditor for reducing installation package size and a bytecode instrumentation tool for performance tracking. The project distinguishes itself through native memory debugging and a SQLite query linter that identifies inefficient database patterns. It employs native interception techniques to detect memory leaks and heap corruption without requiring source code recompilation, and uses a custom run

    Javaandroidapm-clientwechat
    View on GitHub↗12,020
  • 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
  • meitu/mthawkeyemeitu avatar

    meitu/MTHawkeye

    1,503View on GitHub↗

    Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...)

    Objective-C
    View on GitHub↗1,503
  • square/workflow-kotlinsquare avatar

    square/workflow-kotlin

    1,120View on GitHub↗

    Workflow-kotlin is a cross-platform state management and UI binding framework for Kotlin that models application navigation, background tasks, and screen rendering through composable, hierarchical state machines. The architecture drives application behavior by flowing immutable data downward to declarative user interfaces and routing user interactions upward through named event handlers. The library includes multiplatform target support for compiling shared code across operating systems, along with asynchronous operation execution that handles background tasks safely outside render passes. I

    Kotlinandroidkotlinreactive
    View on GitHub↗1,120
See all 30 alternatives to AppleTrace→

Frequently asked questions

What are the main features of everettjf/appletrace?

The main features of everettjf/appletrace are: Debugging and Inspection, Performance Monitoring.

What are some open-source alternatives to everettjf/appletrace?

Open-source alternatives to everettjf/appletrace include: tencent/matrix — Matrix is a suite of mobile application performance management and analysis tools. It provides a plugin-based… zixun/godeye — GodEye is a runtime instrumentation tool and observability framework for Swift mobile applications. It functions as a… meitu/mthawkeye — Profiling / Debugging assist tools for iOS. (Memory Leak, OOM, ANR, Hard Stalling, Network, OpenGL, Time Profile ...). pastelsky/bundlephobia — Bundlephobia is a suite of tools for analyzing the composition and size of JavaScript dependencies from the npm… square/workflow-kotlin — Workflow-kotlin is a cross-platform state management and UI binding framework for Kotlin that models application… armszhou/performancetestinghelper.