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

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

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

740 个仓库

Awesome GitHub Repositories开发工具

用于构建、代码检查(linting)和调试应用程序的实用程序。

Explore 740 awesome GitHub repositories matching part of an awesome list · 开发工具. Refine with filters or upvote what's useful.

Awesome 开发工具 GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • obra/superpowersobra 的头像

    obra/superpowers

    229,538在 GitHub 上查看↗

    Superpowers 是一个基于浏览器的游戏开发引擎和协作集成开发环境。它提供了一个用于构建二维交互体验的统一工作区,允许用户直接在 Web 浏览器中管理代码、资产和场景逻辑,而无需本地编译器或沉重的桌面软件。 该平台通过模块化的、基于组件的脚本架构脱颖而出,其中游戏对象由附加的逻辑和视觉属性定义。它支持实时同步,使多个开发者能够同时在同一个项目上工作。该环境旨在作为一种教育工具,通过图形、音频和逻辑的集成创建来教授编程概念。 该系统包括一个全面的构建流水线,处理静态站点 Markdown 编译和基于文件系统的路由。它通过在构建时解析依赖、注入可复用的 UI 组件并管理资产流水线来自动化开发工作流,以确保高效的资源交付。

    Guides development workflows and feature implementation.

    Shell
    在 GitHub 上查看↗229,538
  • sst/opencodesst 的头像

    sst/opencode

    175,436在 GitHub 上查看↗

    OpenCode is an autonomous software developer and LLM coding agent designed to write code and manage development workflows. It functions as an AI development automator that executes multi-step coding tasks and modifies project files to build software automatically from high-level instructions. The system employs a task orchestrator to decompose goals into sequences of tool calls and autonomous execution steps. It features a recursive research loop for conducting deep technical searches and a restricted read-only mode for analyzing and exploring large codebases to plan changes without modifying

    AI coding agent for the terminal.

    TypeScript
    在 GitHub 上查看↗175,436
  • anthropics/skillsanthropics 的头像

    anthropics/skills

    151,506在 GitHub 上查看↗

    This project provides a standardized framework for extending the functional range of artificial intelligence agents through a registry of modular, declarative instructions. It enables agentic workflow automation by allowing developers to define task-specific behaviors and operational constraints that guide how agents interact with external tools and execute multi-step processes. The system distinguishes itself through a directory-based discovery model and a plugin-registry architecture that facilitates the distribution of specialized workflows. By utilizing a schema-driven specification that

    Suite for creating multi-component frontend web artifacts.

    Pythonagent-skills
    在 GitHub 上查看↗151,506
  • genymobile/scrcpyGenymobile 的头像

    Genymobile/scrcpy

    143,637在 GitHub 上查看↗

    This project provides a desktop-based interface for remote control and screen mirroring of Android devices. It functions by establishing a persistent, multiplexed communication channel over the Android Debug Bridge, allowing for the transmission of raw binary data streams between a host computer and a connected mobile device. The tool distinguishes itself by injecting a lightweight binary into the mobile runtime to access system-level APIs for direct screen buffer capture and input event injection. By translating desktop mouse and keyboard signals into native Linux kernel events, it enables r

    Displays and controls Android devices via USB or TCP/IP.

    Candroidcffmpeg
    在 GitHub 上查看↗143,637
  • godotengine/godotgodotengine 的头像

    godotengine/godot

    112,618在 GitHub 上查看↗

    Godot is a comprehensive, node-based game engine designed for building interactive 2D and 3D applications. It provides an integrated development environment that utilizes a hierarchical scene system to organize objects, propagate spatial transformations, and manage lifecycle events. The engine functions as a cross-platform development suite, allowing developers to author, test, and export software to desktop, mobile, and web environments from a single, unified codebase. The engine distinguishes itself through a modular, component-based architecture that relies on signals-based decoupling for

    Game engine editor for creating games on mobile.

    C++game-developmentgame-enginegamedev
    在 GitHub 上查看↗112,618
  • openai/codexopenai 的头像

    openai/codex

    91,445在 GitHub 上查看↗

    Codex is an automated programming tool and generative code assistant designed to interpret developer intent through a natural language interface. It functions as a machine learning model trained on public code repositories to provide intelligent code completion, suggestions, and refactoring within development environments. By translating human instructions into executable code snippets, the system bridges the gap between high-level technical requirements and functional software implementation. The engine utilizes transformer-based sequence modeling and supervised fine-tuning to align its outp

    Lightweight terminal-based coding agent.

    Rust
    在 GitHub 上查看↗91,445
  • storybookjs/storybookstorybookjs 的头像

    storybookjs/storybook

    90,415在 GitHub 上查看↗

    Storybook is a development environment for building, testing, and documenting user interface components in isolation. By rendering components within a sandboxed environment, it decouples them from the host application's global state and dependencies, allowing developers to verify complex states and edge cases without running the full application. The platform utilizes a framework-agnostic bridge layer to support various frontend technologies and features a modular, addon-based architecture that allows for custom UI panels and toolbar controls. It captures component states as declarative metad

    Environment for building UI components in isolation.

    TypeScriptangularcomponentsdesign-systems
    在 GitHub 上查看↗90,415
  • vitejs/vitevitejs 的头像

    vitejs/vite

    81,611在 GitHub 上查看↗

    Vite is a frontend build toolchain that provides a unified development and production pipeline for modern web applications. It functions as a modular, environment-agnostic build engine that leverages native ES modules to serve source code directly to the browser, eliminating the need for expensive bundling during the development phase. By maintaining an environment-aware module graph, it supports concurrent development across client, server, and custom runtime environments. The project distinguishes itself through a high-performance development server that utilizes a hot module replacement pr

    Next-generation frontend build and development tool.

    TypeScriptbuild-tooldev-serverfrontend
    在 GitHub 上查看↗81,611
  • jesseduffield/lazygitjesseduffield 的头像

    jesseduffield/lazygit

    79,339在 GitHub 上查看↗

    Lazygit is a terminal-based user interface designed to simplify version control operations through a keyboard-driven workflow. It functions as a visual abstraction layer that bridges native commands with an interactive environment, allowing users to manage repository history, branches, and commit workflows without relying solely on manual command-line input. The tool distinguishes itself by automating complex version control tasks that typically require multiple manual steps. It provides specialized interfaces for interactive rebasing, commit history amendment, and binary search-based regress

    Simple terminal UI for Git commands.

    Gocligitterminal
    在 GitHub 上查看↗79,339
  • aaif-goose/gooseaaif-goose 的头像

    aaif-goose/goose

    49,637在 GitHub 上查看↗

    Goose is an autonomous coding assistant and extensible AI agent framework designed to automate software development workflows. It functions as an orchestration engine that can install, execute, and test code, as well as manage local files and shell commands. The platform is model-agnostic, providing a flexible interface to connect with diverse cloud-based or self-hosted large language model providers. It distinguishes itself through a standardized context protocol for integrating external tools and extensions, and a recipe system that allows users to define and repeat complex, multi-step AI w

    Local AI agent for automating engineering workflows.

    Rust
    在 GitHub 上查看↗49,637
  • skylot/jadxskylot 的头像

    skylot/jadx

    49,088在 GitHub 上查看↗

    Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable source code. It functions as a static analysis workbench, providing a graphical interface for navigating, searching, and inspecting the internal logic of complex software packages. By utilizing a bytecode-to-Java pipeline, the project reconstructs high-level logical structures from low-level binary instructions, making it a primary tool for Android application reverse engineering. The project distinguishes itself through a sophisticated control flow reconstruction engine and

    Decompile APKs into readable Java source code.

    Javaandroiddecompilerdex
    在 GitHub 上查看↗49,088
  • lecoupa/awesome-cheatsheetsLeCoupa 的头像

    LeCoupa/awesome-cheatsheets

    46,029在 GitHub 上查看↗

    👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.

    Quick reference guides for essential command-line and development utilities.

    JavaScriptbackendbashcheatsheet
    在 GitHub 上查看↗46,029
  • usebruno/brunousebruno 的头像

    usebruno/bruno

    44,931在 GitHub 上查看↗

    Bruno is a local-first API client designed for building, testing, and managing network requests across a wide range of protocols. By storing all collections and configurations as plain-text files directly on the local filesystem, it enables native version control and offline access, ensuring that project data remains under user control without requiring cloud synchronization. The platform distinguishes itself through a declarative approach to API management, utilizing a domain-specific language to define request parameters and metadata. This architecture supports a robust testing environment

    Git-friendly, offline-first API client for GraphQL.

    JavaScriptapi-clientapi-testingautomation
    在 GitHub 上查看↗44,931
  • parcel-bundler/parcelparcel-bundler 的头像

    parcel-bundler/parcel

    44,032在 GitHub 上查看↗

    Parcel is a web application bundler designed to automate the packaging of project assets for production. It functions as a zero-configuration tool that detects dependencies and transforms source files into optimized output without requiring manual setup files. The project includes a built-in development server that supports incremental builds and hot module replacement to reflect code changes during the development cycle. The core of the system is a dependency graph resolver that maps relationships between modules to determine the structure of output bundles. This is supported by a modular as

    Zero-configuration web application bundler.

    JavaScriptassetsbuild-toolcommonjs
    在 GitHub 上查看↗44,032
  • jiahaog/nativefierjiahaog 的头像

    jiahaog/nativefier

    35,315在 GitHub 上查看↗

    Nativefier is a cross-platform desktop application builder that converts web URLs into standalone executables for Windows, macOS, and Linux. It functions as a web-to-desktop application converter, wrapping web pages in a dedicated browser window with its own launcher and identity. The tool uses an Electron-based wrapper to embed websites within a Chromium browser instance and Node.js runtime. It differentiates itself through automatic branding, extracting application names and icons from target websites to configure the desktop wrapper. The system provides mechanisms for custom styling and b

    Create desktop applications from websites.

    TypeScript
    在 GitHub 上查看↗35,315
  • casey/justcasey 的头像

    casey/just

    34,302在 GitHub 上查看↗

    This project is a command-line task runner designed to manage project-specific workflows through a centralized, configuration-driven interface. It functions as a declarative tool for organizing build logic, environment variables, and task dependencies into a structured format, enabling the automation of complex development pipelines. The tool distinguishes itself by providing a shell-agnostic execution layer that ensures consistent behavior across Windows, macOS, and Linux. It supports advanced workflow orchestration by constructing directed acyclic graphs to manage task prerequisites, while

    Command runner for project-specific tasks.

    Rust
    在 GitHub 上查看↗34,302
  • dandavison/deltadandavison 的头像

    dandavison/delta

    31,136在 GitHub 上查看↗

    Delta is a command-line pager that enhances the readability of terminal output by applying syntax highlighting and structured formatting to text streams. It functions as a specialized interface for version control systems, transforming standard output into color-coded, human-readable views. The tool distinguishes itself through its ability to render side-by-side diff comparisons and visualize merge conflicts with clear, semantic highlighting. It dynamically calculates column widths and text alignment to fit complex file comparisons within the constraints of a terminal window, while allowing u

    Syntax-highlighting pager for git and diff output.

    Rustcolor-themesdeltadiff
    在 GitHub 上查看↗31,136
  • jdx/misejdx 的头像

    jdx/mise

    29,929在 GitHub 上查看↗

    Mise is a development environment orchestrator that manages software runtimes, environment variables, and task execution. It functions as a version manager and task runner, providing a unified interface to synchronize project-specific configurations and dependencies across different machines. By automating the installation and switching of tools, it ensures that development environments remain consistent and reproducible. The project distinguishes itself through a hierarchical configuration system that automatically discovers settings by traversing the directory tree. It uses shim-based comma

    Polyglot tool version manager and task runner.

    Rust
    在 GitHub 上查看↗29,929
  • square/leakcanarysquare 的头像

    square/leakcanary

    29,923在 GitHub 上查看↗

    LeakCanary is a diagnostic tool designed to identify memory leaks by monitoring object lifecycles and analyzing heap snapshots. It automatically detects objects that fail to be garbage collected after their expected lifespan, providing developers with actionable insights to prevent performance degradation and application crashes. The project distinguishes itself by offloading memory-intensive heap parsing to a separate background process, which minimizes performance impact on the main application during runtime. It includes sophisticated deobfuscation capabilities that map obfuscated stack tr

    Detect and identify memory leaks during development.

    Kotlinandroidjavakotlin
    在 GitHub 上查看↗29,923
  • jj-vcs/jjjj-vcs 的头像

    jj-vcs/jj

    29,746在 GitHub 上查看↗

    Jujutsu is a distributed version control engine designed to manage project history through mutable commits and a persistent operation log. By treating the working directory as a mutable commit, it eliminates the need for manual staging areas, allowing users to modify repository history directly without checking out specific branches. The system maintains full compatibility with existing remote repositories, ensuring that local workflows remain interoperable with standard version control ecosystems. A defining characteristic of the project is its conflict-aware architecture, which treats merge

    Git-compatible version control system with advanced conflict handling.

    Rustcligitjj
    在 GitHub 上查看↗29,746
上一个123456…37下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Development Tools