awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to andrewdavey/immutable-devtools

Open-source alternatives to Immutable Devtools

21 open-source projects similar to andrewdavey/immutable-devtools, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Immutable Devtools alternative.

  • django-extensions/django-extensionsdjango-extensions 的头像

    django-extensions/django-extensions

    6,808在 GitHub 上查看↗

    django-extensions is a specialized toolset for the Django framework providing utilities for database visualization, application debugging, development environment management, and custom management command execution. It functions as a collection of tools designed to automate development tasks and inspect the internal state of an application. The project provides a database visualization tool for generating diagrams of data models and comparing schemas to map complex relationships. It also includes a debugging utility to intercept email traffic and audit user permissions to troubleshoot applica

    Python
    在 GitHub 上查看↗6,808
  • flyerhzm/bulletflyerhzm 的头像

    flyerhzm/bullet

    7,327在 GitHub 上查看↗

    Bullet is an Active Record performance monitor and query profiler for Ruby on Rails applications. It serves as a diagnostic utility to identify inefficient database access patterns, flag redundant requests, and suggest eager loading strategies to improve response times. The tool specifically detects N+1 queries, missing counter caches, and unused eager loading. It monitors these patterns across both standard web requests and background jobs, identifying records that are fetched but never accessed to reduce memory usage and query overhead. Analysis is supported by a system that intercepts dat

    Ruby
    在 GitHub 上查看↗7,327
  • apollographql/apollo-client-devtoolsapollographql 的头像

    apollographql/apollo-client-devtools

    1,524在 GitHub 上查看↗

    Apollo Client browser developer tools.

    TypeScript
    在 GitHub 上查看↗1,524
  • brendankenny/call-tracebrendankenny 的头像

    brendankenny/call-trace

    43在 GitHub 上查看↗

    Instruments a JavaScript file to record its call graph and (optionally) time spent in each function. When the file is run in the browser, a trace can be converted to the Chrome CPU profile format for viewing in DevTools.

    JavaScript
    在 GitHub 上查看↗43

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • electron/devtronelectron 的头像

    electron/devtron

    1,774在 GitHub 上查看↗

    An Electron DevTools Extension

    TypeScript
    在 GitHub 上查看↗1,774
  • ezra-obiwale/laraquickezra-obiwale 的头像

    ezra-obiwale/laraquick

    36在 GitHub 上查看↗

    A collection of classes to be extended/used in laravel apps for quick development

    PHP
    在 GitHub 上查看↗36
  • facebook/react-devtoolsfacebook 的头像

    facebook/react-devtools

    11,012在 GitHub 上查看↗

    React DevTools is a set of web browser developer tools integrated into Chrome and Firefox. It functions as a component inspector and UI debugger designed to visualize the component hierarchy and analyze the runtime behavior of React applications. The project includes a performance profiler used to detect unnecessary component re-renders and improve rendering efficiency. It also provides utilities for mapping virtual component trees to the physical DOM and linking rendered UI elements directly to their corresponding source code files and line numbers. The toolset covers component hierarchy vi

    在 GitHub 上查看↗11,012
  • gaearon/redux-devtoolsgaearon 的头像

    gaearon/redux-devtools

    14,355在 GitHub 上查看↗

    Redux DevTools is a state management debugger and visualizer for Redux applications. It provides a set of interfaces for inspecting state trees, monitoring real-time state changes, and dispatching actions. The project features a state time travel debugger that allows for rewinding and replaying sequences of dispatched actions to reproduce specific application states. It includes a remote state monitor to track state changes from sources in environments where local browser access is unavailable. The toolset covers action history replay, state change inspection, and hot-reload development work

    TypeScript
    在 GitHub 上查看↗14,355
  • ghirro/graphql-networkGhirro 的头像

    Ghirro/graphql-network

    320在 GitHub 上查看↗

    Chrome Devtool that provides a "network"-style tab for GraphQL requests to allow developers to debug more easily.

    JavaScript
    在 GitHub 上查看↗320
  • hirak/prestissimohirak 的头像

    hirak/prestissimo

    6,122在 GitHub 上查看↗

    Prestissimo is a plugin for the PHP Composer package manager that implements parallel dependency downloading to reduce total installation time. It serves as an extension for the PHP ecosystem, acting as a concurrent dependency downloader. The project optimizes the retrieval of external libraries by replacing the standard sequential download process with parallel HTTP requests. This concurrency allows multiple dependency archives to be fetched simultaneously. The plugin handles the PHP dependency management workflow by managing concurrent HTTP streams and using asynchronous I/O processing to

    PHP
    在 GitHub 上查看↗6,122
  • infinitered/reactotroninfinitered 的头像

    infinitered/reactotron

    15,513在 GitHub 上查看↗

    Reactotron is a desktop-based development environment designed for inspecting, monitoring, and manipulating mobile and web applications in real time. It functions as a centralized hub that connects to a running application via a persistent WebSocket connection, allowing developers to observe internal state, network traffic, and console output without manual instrumentation. The tool distinguishes itself through a modular plugin architecture that enables custom debugging commands and specialized extensions. It provides advanced diagnostic capabilities, including the ability to overlay design m

    TypeScriptdebuggingdesktopreact-native
    在 GitHub 上查看↗15,513
  • jakubroztocil/httpiejakubroztocil 的头像

    jakubroztocil/httpie

    38,212在 GitHub 上查看↗

    HTTPie is a command-line HTTP client and REST API debugger used for sending requests to web services. It functions as a network tool for managing headers, authentication sessions, and file uploads, with a specific focus on the transmission and reception of JSON data. The tool utilizes a custom parsing layer to translate simplified command-line input into structured HTTP parameters. It provides ANSI-based terminal formatting to apply color and structural indentation to raw responses, improving human readability for web debugging. The project covers request construction and previewing, multipa

    Python
    在 GitHub 上查看↗38,212
  • jhen0409/react-native-debuggerjhen0409 的头像

    jhen0409/react-native-debugger

    10,460在 GitHub 上查看↗

    React Native Debugger is a standalone developer application for inspecting and debugging JavaScript runtimes in mobile applications built with React Native. It provides a dedicated interface to monitor the runtime state, network requests, and console logs of a remote mobile environment. The tool integrates specialized inspectors for Redux state management and GraphQL client debugging, allowing for time-traveling state transitions and the analysis of queries, mutations, and local cache. It also features a component hierarchy viewer for visualizing and modifying UI properties in real time. Bro

    JavaScript
    在 GitHub 上查看↗10,460
  • kdzwinel/betwixtkdzwinel 的头像

    kdzwinel/betwixt

    4,562在 GitHub 上查看↗

    Betwixt is a system-wide network monitor and web debugging proxy that captures network requests from any installed application. It functions as an HTTPS traffic inspector, routing operating system and command line interface traffic through a local proxy for analysis. The tool utilizes a Chrome DevTools compatible interface to render captured traffic, allowing for the inspection of requests and responses from non-browser sources. It performs man-in-the-middle HTTPS decryption by generating a trusted root certificate to inspect encrypted communication between clients and servers. The project c

    JavaScript
    在 GitHub 上查看↗4,562
  • pmdartus/snaplinepmdartus 的头像

    pmdartus/snapline

    401在 GitHub 上查看↗

    Unleash your screenshots stored in Chrome Devtool timeline files

    JavaScript
    在 GitHub 上查看↗401
  • ptondereau/laravel-packmeptondereau 的头像

    ptondereau/laravel-packme

    62在 GitHub 上查看↗

    A CLI starter pack for developing a package with Laravel 5

    PHP
    在 GitHub 上查看↗62
  • thlorenz/cpuprofilifythlorenz 的头像

    thlorenz/cpuprofilify

    169在 GitHub 上查看↗

    Converts output of various profiling/sampling tools to the .cpuprofile format so it can be loaded into Chrome DevTools.

    JavaScript
    在 GitHub 上查看↗169
  • tightenco/lambotightenco 的头像

    tightenco/lambo

    614在 GitHub 上查看↗

    Super-powered laravel new for Laravel and Valet

    PHP
    在 GitHub 上查看↗614
  • 3dparallax/insight3Dparallax 的头像

    3Dparallax/insight

    914在 GitHub 上查看↗

    A helpful Chrome extension for WebGL development

    JavaScript
    在 GitHub 上查看↗914
  • webpack-contrib/webpack-servewebpack-contrib 的头像

    webpack-contrib/webpack-serve

    1,091在 GitHub 上查看↗

    Repository has moved:

    JavaScript
    在 GitHub 上查看↗1,091
  • acacha/llumacacha 的头像

    acacha/llum

    108在 GitHub 上查看↗

    Llum (light in catalan language) illuminates your Laravel projects speeding up your Github/Laravel development workflow

    PHP
    在 GitHub 上查看↗108