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

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

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

Open-source alternatives to Github

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

  • github-tools/githubgithub-tools 的头像

    github-tools/github

    3,728在 GitHub 上查看↗

    Octokit is a JavaScript API client and REST API wrapper designed for executing authenticated requests to GitHub from browser-based environments. It serves as a programmatic interface for managing repositories, issues, pull requests, and user profiles. The library provides a high-level wrapper that organizes API functionality into resource-specific namespaces. It implements an asynchronous promise interface and includes mechanisms for pagination-aware data fetching and rate-limit tracking to prevent service interruptions. The tool covers a broad range of administrative capabilities, including

    JavaScript
    在 GitHub 上查看↗3,728
  • octokit/octokit.rboctokit 的头像

    octokit/octokit.rb

    3,945在 GitHub 上查看↗

    Octokit.rb is a Ruby client library and REST API wrapper used to programmatically interact with GitHub. It provides a structured interface for automating workflows, managing repositories, and transforming raw HTTP responses into Ruby objects. The library differentiates itself through hypermedia-driven navigation, which uses URI templates and link relations to discover resources dynamically. It also implements automated result pagination to combine paginated responses into single arrays and uses fingerprint-based caching to reduce redundant network requests. The tool covers a broad range of c

    Rubygithubgithub-apihacktoberfest
    在 GitHub 上查看↗3,945
  • octokit/octokit.jsoctokit 的头像

    octokit/octokit.js

    7,795在 GitHub 上查看↗

    Octokit.js is a GitHub API SDK used to interact with GitHub via REST and GraphQL interfaces. It serves as a client for executing typed queries and mutations, managing authenticated REST requests, and handling signed webhooks across Node.js, Deno, and browser environments. The library features a plugin-based request pipeline and an adapter-based HTTP client, allowing the interception of requests and responses across different runtimes. It employs strategy-based authentication to separate credential management from request logic, supporting static tokens, OAuth flows, and GitHub App installatio

    TypeScriptgithubhacktoberfestjavascript
    在 GitHub 上查看↗7,795

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • actions/github-scriptactions 的头像

    actions/github-script

    4,975在 GitHub 上查看↗

    github-script is a GitHub Actions JavaScript runner that executes asynchronous scripts to interact with the GitHub API. It serves as a JavaScript workflow scripting runtime and API client, providing a pre-configured authenticated client for automating tasks within GitHub Actions pipelines. The project enables the implementation of custom workflow logic that exceeds standard YAML syntax, including the ability to perform REST API calls and execute GraphQL queries for complex data extraction. It supports the management of multiple authenticated clients to facilitate cross-organization repository

    TypeScript
    在 GitHub 上查看↗4,975
  • carguo/gsy_github_app_flutterCarGuo 的头像

    CarGuo/gsy_github_app_flutter

    15,457在 GitHub 上查看↗

    This project is an open-source Flutter GitHub client and cross-platform mobile application. It serves as a GitHub GraphQL client and OAuth mobile app, providing a mobile interface for browsing repositories, issues, and user profiles. It is also designed as an open-source architecture reference to demonstrate Flutter best practices, state management, and multi-language localization. The application distinguishes itself by using GraphQL queries to retrieve nested repository and user information, reducing network requests and over-fetching. It utilizes a shared Dart codebase to provide a consist

    Dartandroidcross-platformdart
    在 GitHub 上查看↗15,457
  • pockethub/pockethubpockethub 的头像

    pockethub/PocketHub

    9,363在 GitHub 上查看↗

    PocketHub is an Android mobile client and Git client designed for managing GitHub repositories, issues, and pull requests. It functions as a mobile interface and API wrapper that interacts with the GitHub REST API to facilitate account and repository management on mobile devices. The application enables a mobile Git workflow, allowing users to track development progress and review code changes. This includes capabilities for GitHub repository administration and the management of user profiles and account activity. The project implements a mobile interface for interacting with GitHub via REST

    Java
    在 GitHub 上查看↗9,363
  • k0shk0sh/fasthubk0shk0sh 的头像

    k0shk0sh/FastHub

    5,737在 GitHub 上查看↗

    FastHub is a native Android mobile client designed for managing GitHub repositories, issues, and pull requests. It provides a visual interface for interacting with Git version control, acting as a repository manager for editing files, tracking project milestones, and handling account administration from a handheld device. The application supports multi-account authentication, allowing users to connect via tokens or passwords to access different user profiles and enterprise accounts. It distinguishes itself with offline repository browsing, utilizing local database caching to view project data

    Javaandroidandroid-appandroid-application
    在 GitHub 上查看↗5,737
  • pygithub/pygithubPyGithub 的头像

    PyGithub/PyGithub

    7,735在 GitHub 上查看↗

    PyGithub is a Python library that serves as an object-oriented wrapper for the GitHub REST API. It functions as a specialized client that translates API endpoints into a hierarchy of Python classes, allowing for the programmatic management of GitHub repositories, user profiles, and organizations. The library manages the serialization of requests and responses, converting JSON data into structured object attributes. It utilizes lazy-loading for property retrieval and employs generators to handle pagination when iterating over large remote datasets. This toolkit enables the automation of GitHu

    Python
    在 GitHub 上查看↗7,735
  • getpaseo/paseogetpaseo 的头像

    getpaseo/paseo

    9,118在 GitHub 上查看↗

    Paseo is an LLM coding agent orchestrator and multi-agent workflow manager designed to coordinate multiple AI agents across isolated git worktrees. It provides a unified control interface for managing these agents and their associated environments to execute complex programming tasks. The system distinguishes itself through a remote agent daemon that enables secure access to local coding agents via encrypted relays. It employs a git worktree environment manager to isolate parallel tasks into dedicated directories and branch-based server URLs, preventing file collisions and network port confli

    TypeScriptadeagentsclaude-code
    在 GitHub 上查看↗9,118
  • microsoft/vscode-pull-request-githubmicrosoft 的头像

    microsoft/vscode-pull-request-github

    2,541在 GitHub 上查看↗

    This project is a GitHub pull request and issue management extension that integrates version control workflows directly into the code editor. It functions as a combined code review tool and issue tracker, allowing users to manage remote repository data without leaving their development environment. The extension supports both GitHub and GitHub Enterprise accounts. It distinguishes itself by enabling a code-to-issue workflow, where users can automatically generate trackable GitHub issues from todo comments and markers written within the source code. The toolset covers peer review functionalit

    TypeScriptcode-reviewgithubpull-requests
    在 GitHub 上查看↗2,541
  • ice-hazymoon/mikutoolsIce-Hazymoon 的头像

    Ice-Hazymoon/MikuTools

    4,366在 GitHub 上查看↗

    MikuTools is a multi-purpose web utility suite and AI multimedia generation platform. It provides a collection of lightweight, browser-based tools for creating and editing images, video, and audio using various artificial intelligence models. The platform distinguishes itself through integrated AI content translation and editing capabilities, including face swapping, background removal, high-resolution upscaling, and voice cloning. It also enables the generation of professional digital assets such as business cards, email signatures, and stylized code screenshots. The toolkit covers a broad

    JavaScriptmikutoolstools
    在 GitHub 上查看↗4,366
  • homerchen19/nba-gohomerchen19 的头像

    homerchen19/nba-go

    3,716在 GitHub 上查看↗

    nba-go is a basketball analytics tool and data aggregator that provides a command line interface for retrieving professional basketball league information, player statistics, and team performance metrics. The application enables game analysis through team statistics comparisons and pregame metric evaluations to predict outcomes. It also provides player analysis utilities to evaluate and compare athletic performance metrics across multiple individuals. The tool covers a broad range of data retrieval capabilities, including game schedules, live scoreboards with play-by-play updates, and post-g

    JavaScriptbasketballbox-scorecli
    在 GitHub 上查看↗3,716
  • rest-client/rest-clientrest-client 的头像

    rest-client/rest-client

    5,215在 GitHub 上查看↗

    This is a Ruby HTTP client designed for REST API integration, resource modeling, and automated network communication. It provides a set of tools for managing headers, cookies, and SSL configurations, along with a dedicated command-line interface for executing one-off HTTP commands and managing interactive API testing sessions. The project differentiates itself through its resource modeling capabilities, which allow for the definition of persistent base URLs and credentials to construct nested subresource endpoints. It also features a multipart request handler that detects MIME types to upload

    Ruby
    在 GitHub 上查看↗5,215
  • gitify-app/gitifygitify-app 的头像

    gitify-app/gitify

    5,272在 GitHub 上查看↗

    Gitify is a cross-platform desktop application for monitoring GitHub alerts and activity through a native system tray or menu bar interface. It functions as a specialized API client that connects to both GitHub cloud and GitHub Enterprise servers on macOS, Windows, and Linux. The application manages multiple GitHub accounts and servers simultaneously from a single interface. It focuses on reducing notification noise by allowing users to filter alerts and prioritize important updates, moving monitoring away from the web browser. Users can customize alert behaviors through visual themes, nativ

    TypeScriptelectrongithubgithub-api
    在 GitHub 上查看↗5,272
  • youtube/api-samplesyoutube 的头像

    youtube/api-samples

    6,000在 GitHub 上查看↗

    This repository is a collection of implementation examples and reference scripts for integrating with the YouTube Data, Analytics, and Live Streaming APIs. It provides code samples for automating video platform workflows and interacting with REST endpoints to manage channel content and metadata. The project distinguishes itself by providing specific implementation patterns for secure OAuth 2.0 authorization flows, including token exchange and credential management. It also includes specialized samples for handling large-scale data transfers via resumable upload protocols and managing real-tim

    Java
    在 GitHub 上查看↗6,000
  • platane/snkPlatane 的头像

    Platane/snk

    5,899在 GitHub 上查看↗

    Snk is a GitHub profile readme widget that generates an animated snake visualization from a user's contribution graph data. It transforms the familiar contribution grid into a sequence where a snake moves across the cells, consuming them in order, and outputs the result as an animated SVG or GIF file. The project automates the entire workflow through a daily cron-triggered job, fetching contribution data via the GitHub GraphQL API, constructing the snake animation frame by frame, and exporting the final image. Users can customize the color palette of both the snake and the grid cells to match

    TypeScriptgifgithub-actionsgithub-contribution-graph
    在 GitHub 上查看↗5,899
  • leichunfeng/mvvmreactivecocoaleichunfeng 的头像

    leichunfeng/MVVMReactiveCocoa

    3,692在 GitHub 上查看↗

    MVVMReactiveCocoa is an iOS application that functions as a Git repository browser and GitBucket client. It is structured as an MVVM application, utilizing the Model-View-ViewModel architectural pattern to separate business logic from the user interface. The project is powered by ReactiveCocoa, employing functional reactive programming to manage asynchronous data streams and bind data models directly to the user interface. This approach uses observer-based state management to synchronize UI components. The application provides capabilities for Git repository management, including searching f

    Objective-C
    在 GitHub 上查看↗3,692
  • actions/toolkitactions 的头像

    actions/toolkit

    5,772在 GitHub 上查看↗

    The GitHub ToolKit for developing GitHub Actions.

    TypeScript
    在 GitHub 上查看↗5,772
  • hcengineering/huly-selfhosthcengineering 的头像

    hcengineering/huly-selfhost

    2,992在 GitHub 上查看↗

    This project is a self-hosted project management platform and collaboration tool designed for private deployment on owned servers. It provides a workspace for tracking tasks and issues, utilizing a container-based application stack to orchestrate the deployment of backend services and databases. The platform functions as a unified workspace that synchronizes data from GitHub repositories and integrates Gmail accounts. It incorporates conversational AI chatbots and translation tools for automated text and voice interactions, alongside a real-time communication hub featuring audio and video cal

    Shell
    在 GitHub 上查看↗2,992
  • ever-co/gauzyever-co 的头像

    ever-co/gauzy

    3,732在 GitHub 上查看↗

    Gauzy is an open business management platform and multi-tenant enterprise resource planning system. It provides a modular business framework designed to manage core organizational operations through a unified web interface or as a headless business API. The platform is distinguished by its integration with the Model Context Protocol, allowing it to act as a server that exposes business data and system functions as tools for AI assistants. It utilizes a dynamic plugin architecture and a dedicated marketplace to extend core business entities and services. The system covers a broad range of ope

    TypeScript
    在 GitHub 上查看↗3,732
  • laymonage/giscuslaymonage 的头像

    laymonage/giscus

    11,830在 GitHub 上查看↗

    Giscus is an open-source discussion widget and website commenting system that uses GitHub Discussions as its backend for storing and managing conversations. It provides an embeddable web component that connects static or dynamic websites to the GitHub API, allowing users to authenticate and write responses using a Markdown-based commenting engine. The system operates by mapping specific website page paths to unique remote discussion threads. This integration enables community engagement and social interaction on websites without the requirement of hosting a private database or backend server.

    TypeScript
    在 GitHub 上查看↗11,830
  • brickspert/blogbrickspert 的头像

    brickspert/blog

    4,131在 GitHub 上查看↗

    This project is a technical blogging platform and Git-based content management system that uses GitHub Issues for publishing and storing articles. It functions as a Markdown technical blog where content is created and edited as issues within a version control repository. The system enables serverless content publishing by using a version control platform's issue tracker as the primary database instead of a traditional content management system. This allows for the maintenance of a searchable archive of technical documentation and tutorials. The platform utilizes API-driven static generation

    在 GitHub 上查看↗4,131
  • donnemartin/gitsomedonnemartin 的头像

    donnemartin/gitsome

    7,674在 GitHub 上查看↗

    Gitsome is a command-line interface tool for managing repositories, issues, and pull requests via the GitHub and GitHub Enterprise APIs. It provides an interactive shell environment featuring an embedded Python interpreter for programmatic automation and dynamic scripting, alongside a project bootstrapping utility for generating standard license and gitignore templates. The tool distinguishes itself with a schema-driven autocomplete engine that parses remote API definitions in real-time to provide context-aware command suggestions. It also implements an index-based navigation system that allo

    Python
    在 GitHub 上查看↗7,674
  • huangjianke/gitterhuangjianke 的头像

    huangjianke/Gitter

    3,681在 GitHub 上查看↗

    Gitter is a GitHub API client and mobile interface designed to provide mobile access to repositories and user profiles. It functions as a GitHub WeChat Mini Program client, allowing users to browse software projects and read documentation within a lightweight mobile environment. The project includes a dedicated poster generator that uses canvas-based image generation to create shareable visual summaries of repositories for social media promotion. The application covers open source discovery through repository search and trending project filtering. It also features a markdown renderer to conv

    JavaScript
    在 GitHub 上查看↗3,681
  • kamranahmedse/githuntkamranahmedse 的头像

    kamranahmedse/githunt

    3,089在 GitHub 上查看↗

    GitHub Hunt is a client-side web application that serves as a browser for discovering the most popular GitHub repositories, sorted by their weekly star counts. It fetches trending project data from the GitHub API and caches it locally to avoid redundant network requests during a session. The interface allows users to filter the displayed projects by programming language, focusing on repositories relevant to a specific tech stack. It also provides the ability to switch between list and grid view modes, arranging project cards in a responsive layout using CSS Grid properties for the grid view.

    JavaScriptchrome-extensiongithub-extensiontrending-repositories
    在 GitHub 上查看↗3,089
  • linsomniac/spotify_to_ytmusiclinsomniac 的头像

    linsomniac/spotify_to_ytmusic

    4,573在 GitHub 上查看↗

    spotifytoytmusic is a music library migration tool designed to transfer playlists and liked songs from Spotify to YouTube Music. It functions as a cross-platform sync utility that recreates music libraries by matching song metadata and titles between the two streaming providers. The tool provides capabilities for full playlist migration and liked song transfer, ensuring that curated collections are rebuilt on the target service. It also serves as a backup utility, allowing users to export music metadata and playlist contents to local files to prevent data loss during provider changes. The

    Python
    在 GitHub 上查看↗4,573
  • binance/binance-spot-api-docsbinance 的头像

    binance/binance-spot-api-docs

    4,812在 GitHub 上查看↗

    This project provides technical documentation and reference guides for spot trading, including specifications for REST, WebSocket, and FIX protocols. It serves as a comprehensive resource for integrating with spot trading endpoints to execute trades, query account data, and fetch market statistics. The project distinguishes itself by supporting institutional-grade connectivity through the Financial Information eXchange standard and simple binary encoding to reduce latency and payload size. It also includes a dedicated sandbox environment for validating trading logic and strategies without fin

    binance-apidocumentationfix-api
    在 GitHub 上查看↗4,812
  • denvercoder1/github-readme-streak-statsDenverCoder1 的头像

    DenverCoder1/github-readme-streak-stats

    6,923在 GitHub 上查看↗

    This project is a GitHub contribution streak tracker and profile README statistic generator. It functions as a deployable server that calculates consecutive days of commits, pull requests, and issues to produce dynamic visual cards displaying a user's total, current, and longest activity streaks. The tool generates customizable SVG activity stat cards that can be embedded directly into profile overviews. It features a parameter-driven theme engine for modifying colors and borders, as well as localization support for translating labels and formatting dates. The system includes configurable st

    PHP
    在 GitHub 上查看↗6,923
  • careywang/sub-webCareyWang 的头像

    CareyWang/sub-web

    6,402在 GitHub 上查看↗

    Sub-web is a browser-based web interface that converts raw proxy subscription links into structured configuration files compatible with the Clash proxy client. It acts as a frontend for the subconverter backend service, enabling users to generate, manage, and export proxy configurations directly from their browser without server-side processing. The tool distinguishes itself by offering a complete configuration management workflow that includes generating Clash-compatible files from subscription URLs, caching generated configurations in browser local storage with configurable expiration, and

    JavaScript
    在 GitHub 上查看↗6,402
  • github/personal-websitegithub 的头像

    github/personal-website

    7,616在 GitHub 上查看↗

    This project is a developer portfolio generator and static site generator designed to transform markdown files and external API data into a professional website. It functions as a GitHub Pages template that renders dated articles through a markdown blog engine and creates static HTML pages for web hosting. The system distinguishes itself by acting as a GitHub API portfolio, automatically importing and displaying repository data and user profiles to populate portfolio elements. It utilizes API-driven content injection to automate updates to the project showcase and professional profile. The f

    HTML
    在 GitHub 上查看↗7,616