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
·
Back to wojteklu/watchdog

Open-source alternatives to Watchdog

30 open-source projects similar to wojteklu/watchdog, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Watchdog alternative.

  • cosmo/tinyconsoleCosmo avatar

    Cosmo/TinyConsole

    1,943View on GitHub↗

    TinyConsole is a micro-console that can help you log and display information inside an iOS application, where having a connection to a development computer is not possible.

    Swift
    View on GitHub↗1,943
  • emaloney/cleanroomloggeremaloney avatar

    emaloney/CleanroomLogger

    1,318View on GitHub↗

    CleanroomLogger provides an extensible Swift-based logging API that is simple, lightweight and performant

    Swift
    View on GitHub↗1,318
  • swiftybeaver/swiftybeaverSwiftyBeaver avatar

    SwiftyBeaver/SwiftyBeaver

    6,066View on GitHub↗

    SwiftyBeaver is an extensible logging framework for Swift that routes log output to multiple destinations simultaneously, including the Xcode console, local files, and remote cloud services. It supports recording messages at distinct severity levels with corresponding visual styling, and can attach arbitrary contextual data such as numbers, arrays, or dictionaries to log entries without requiring manual string conversion. The framework distinguishes itself through destination-based log routing, where each output target can have its own independent format and filter configuration managed by a

    Swift
    View on GitHub↗6,066
  • onevcat/rainbowonevcat avatar

    onevcat/Rainbow

    1,939View on GitHub↗

    Delightful console output for Swift developers.

    Swift
    View on GitHub↗1,939
  • bannzai/gedatsubannzai avatar

    bannzai/Gedatsu

    532View on GitHub↗

    Gedatsu provide readable format about AutoLayout error console log

    Swiftcocoapodsswiftswiftpackagemanager
    View on GitHub↗532

AI search

Explore more awesome repositories

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

Find more with AI search
  • nike-inc/willowNike-Inc avatar

    Nike-Inc/Willow

    1,374View on GitHub↗

    Willow is a powerful, yet lightweight logging library written in Swift.

    Swift
    View on GitHub↗1,374
  • davewoodcom/xcgloggerDaveWoodCom avatar

    DaveWoodCom/XCGLogger

    3,986View on GitHub↗

    XCGLogger is a logging framework for Swift applications designed to capture events and system state for debugging and troubleshooting. It automatically includes metadata such as timestamps, line numbers, function names, and filenames in every log entry. The framework minimizes CPU overhead through deferred string evaluation, which delays expensive interpolation until the active log level is verified. To prevent blocking the main execution thread during I/O tasks, it utilizes an asynchronous log router that offloads writing operations to background queues. The system supports multi-destinatio

    Swift
    View on GitHub↗3,986
  • j4wg/interview-coder-withoupaywall-opensourcej4wg avatar

    j4wg/interview-coder-withoupaywall-opensource

    1,907View on GitHub↗

    This application is an automated coding assistant designed to support users during technical assessments by capturing screen content and generating real-time solutions. It functions as a specialized desktop environment that extracts requirements and error messages from web-based coding platforms, providing immediate debugging feedback and code generation through integrated artificial intelligence models. The tool distinguishes itself through a stealth-focused architecture that includes a transparent, top-level overlay window designed to remain invisible to standard screen recording and monito

    TypeScript
    View on GitHub↗1,907
  • pickleboxer/dev-chatgpt-promptsPickleBoxer avatar

    PickleBoxer/dev-chatgpt-prompts

    2,236View on GitHub↗

    This project is a curated library of structured prompts designed to assist software developers in automating technical workflows. It functions as a specialized assistant for large language models, providing standardized instructions to streamline programming, testing, and system design tasks. The library utilizes structured text patterns to guide model outputs, ensuring consistency across development activities. By employing iterative refinement loops and context-injection techniques, the prompts help align generated content with specific project constraints and technical requirements. The c

    chatgptchatgpt4code
    View on GitHub↗2,236
  • diwu/dwurecyclingalertD

    diwu/DWURecyclingAlert

    0View on GitHub↗
    View on GitHub↗0
  • domesticcatsoftware/dcintrospectdomesticcatsoftware avatar

    domesticcatsoftware/DCIntrospect

    2,169View on GitHub↗

    Small library of visual debugging tools for iOS.

    Objective-C
    View on GitHub↗2,169
  • drewkiino/atlantisDrewKiino avatar

    DrewKiino/Atlantis

    196View on GitHub↗

    A powerful input-agnostic swift logging framework made to speed up development with maximum readability.

    Swift
    View on GitHub↗196
  • esqarrouth/qorumlogsEsqarrouth avatar

    Esqarrouth/QorumLogs

    781View on GitHub↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Swift
    View on GitHub↗781
  • facebook/chiselfacebook avatar

    facebook/chisel

    9,179View on GitHub↗

    Chisel is a collection of LLDB debugging extensions and tools for inspecting and manipulating the user interface of iOS applications. It provides utilities for tracing responder chains, traversing view hierarchies, and modifying UI elements during runtime. The toolset distinguishes itself through specialized visual debugging capabilities, including a suite for toggling view visibility and borders to isolate layout issues, as well as a system to export colors and images from a running app to a desktop previewer for asset verification. The project covers a broad range of UI diagnostic capabili

    Python
    View on GitHub↗9,179
  • flipboard/flexFlipboard avatar

    Flipboard/FLEX

    14,610View on GitHub↗

    FLEX is an in-app debugging tool and runtime exploration environment for iOS applications. It provides an integrated suite for inspecting and modifying the internal state of a running process without the use of an external debugger. The project includes a runtime inspector for browsing the memory heap and calling methods dynamically, alongside a view hierarchy debugger for visualizing and adjusting layout structures in real time. It features a network traffic monitor to log and analyze HTTP request history, headers, and responses, as well as a sandbox manager for viewing and editing files and

    Objective-C
    View on GitHub↗14,610
  • fpillet/nsloggerfpillet avatar

    fpillet/NSLogger

    4,988View on GitHub↗

    NSLogger is a remote logging framework and binary data logger designed to stream application traces from devices to a dedicated network log viewer. It enables the transmission of system traces over a network, utilizing SSL encryption to ensure secure telemetry transmission. The system distinguishes itself by supporting the embedding of raw binary data and images directly into log streams for visual inspection within the viewer. It also includes an offline log buffer that stores traces locally during network outages and automatically transmits them once connectivity is restored. The framework

    Objective-C
    View on GitHub↗4,988
  • gabime/spdloggabime avatar

    gabime/spdlog

    28,922View on GitHub↗

    spdlog is a high-performance C++ logging library designed to record diagnostic messages and application events. It serves as an asynchronous logging framework and thread-safe library that coordinates access across concurrent threads to maintain message integrity. The project functions as a multi-target log router, distributing single events to multiple destinations such as consoles, files, and system daemons. It includes a log rotation manager that handles file lifecycles through basic, rotating, or daily rollover strategies to prevent disk exhaustion. The library covers a broad range of cap

    C++cppcpp11header-only
    View on GitHub↗28,922
  • goktugyil/qorumlogsgoktugyil avatar

    goktugyil/QorumLogs

    781View on GitHub↗

    :closed_book: Swift Logging Utility for Xcode & Google Docs

    Swift
    View on GitHub↗781
  • hemangshah/printerhemangshah avatar

    hemangshah/printer

    68View on GitHub↗

    A fancy logger yet lightweight, and configurable. 🖨

    Swift
    View on GitHub↗68
  • ihsanbal/logginginterceptorihsanbal avatar

    ihsanbal/LoggingInterceptor

    1,356View on GitHub↗

    An OkHttp interceptor which has pretty logger for request and response. +Mock support

    Kotlin
    View on GitHub↗1,356
  • jakewharton/hugoJakeWharton avatar

    JakeWharton/hugo

    7,892View on GitHub↗

    Hugo is an annotation-based debugging tool and Java method logging library. It functions as a method execution tracker that records method arguments, return values, and execution durations during application runtime. The project differentiates itself by using annotation-driven instrumentation and bytecode-level aspect injection to capture telemetry without requiring manual print statements. It employs post-compilation bytecode manipulation and aspect-oriented wrapping to insert interception logic around annotated method boundaries. The library covers observability and monitoring capabilities

    Java
    View on GitHub↗7,892
  • jakewharton/timberJakeWharton avatar

    JakeWharton/timber

    10,833View on GitHub↗

    Timber is an extensible logging framework and wrapper for Android applications. It provides an interface that extends the standard Android logging class to enable customizable output destinations and routing logic. The system uses a tree-based dispatch model and a plugin system to direct log messages to multiple external handlers. This allows for custom log routing to external services or files based on the current environment or specific criteria. The project includes tools for monitoring and observability, specifically a performance validator that analyzes logging calls to detect inefficie

    Kotlin
    View on GitHub↗10,833
  • jhomlala/catcherJ

    jhomlala/catcher

    0View on GitHub↗
    View on GitHub↗0
  • johnmyleswhite/log4rjohnmyleswhite avatar

    johnmyleswhite/log4r

    100View on GitHub↗

    A fast & lightweight approach to logging in R based on the widely-emulated Apache Log4j project.

    R
    View on GitHub↗100
  • johnno1962/swifttracejohnno1962 avatar

    johnno1962/SwiftTrace

    747View on GitHub↗

    Trace Swift and Objective-C method invocations

    Swift
    View on GitHub↗747
  • kean/pulsekean avatar

    kean/Pulse

    7,052View on GitHub↗

    Pulse is an Apple platform network logger used for recording and inspecting network traffic and system logs directly within applications. It functions as an on-device network inspector and traffic export tool, allowing for the capture of outgoing requests and the transmission of logs to external systems. The project includes a remote log streamer for the real-time transmission of device logs to an external viewer for live monitoring. It further provides an integrated interface for viewing recorded network requests and system logs on the device without the requirement of an external proxy. Th

    Swift
    View on GitHub↗7,052
  • kevlar700/elogskevlar700 avatar

    kevlar700/elogs

    0View on GitHub↗

    Embedded logging absent of runtime errors

    Ada
    View on GitHub↗0
  • kitura/heliumloggerKitura avatar

    Kitura/HeliumLogger

    176View on GitHub↗

    A lightweight logging framework for Swift

    Swift
    View on GitHub↗176
  • krzysztofzablocki/kzassertsK

    krzysztofzablocki/KZAsserts

    0View on GitHub↗
    View on GitHub↗0
  • krzysztofzablocki/kzbootstrapK

    krzysztofzablocki/KZBootstrap

    0View on GitHub↗
    View on GitHub↗0