awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to eclipse/egit-github

Open-source alternatives to Egit Github

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

  • danlucraft/git.jsdanlucraft avatar

    danlucraft/git.js

    1,305View on GitHub↗

    pure-Javascript Git implementation

    JavaScript
    View on GitHub↗1,305
  • defunct/github4jdefunct avatar

    defunct/github4j

    3View on GitHub↗

    GITHUB4J UPLOADER

    Java
    View on GitHub↗3
  • ernstsson/githubobjcE

    ernstsson/GitHubObjC

    0View on GitHub↗
    View on GitHub↗0
  • fengdeng/rxgithubapiFengDeng avatar

    FengDeng/RxGitHubAPI

    72View on GitHub↗

    a GitHubAPI base Stream by RxSwift

    Swift
    View on GitHub↗72
  • gabek/gityourfeedbackgabek avatar

    gabek/GitYourFeedback

    59View on GitHub↗

    A lot of organizations run on GitHub, not just for the code repositories, but also for the heavy use of Issues, the bug tracking/feedback reporting tool. Instead of routing your users to GitHub and expecting them to file issues, this is an option to support it right from inside your iOS application.

    Swift
    View on GitHub↗59
  • geoffgarside/cocoagitgeoffgarside avatar

    geoffgarside/cocoagit

    84View on GitHub↗

    An Objective-C/Foundation implementation of the Git version control software.

    C
    View on GitHub↗84

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
  • geoffgarside/git.frameworkgeoffgarside avatar

    geoffgarside/Git.framework

    132View on GitHub↗

    Git.framework - Mac OS X GIT Repository Framework An implementation of Git in Objective-C & Foundation framework for embedding in Mac OS X and potentially iPhone OS Applications.

    Objective-C
    View on GitHub↗132
  • google/go-githubG

    google/go-github

    0View on GitHub↗

    go-github is a Go client library for accessing the GitHub API v3[].

    View on GitHub↗0
  • henon/gitsharphenon avatar

    henon/GitSharp

    663View on GitHub↗

    A Git implementation for .Net and Mono

    C#
    View on GitHub↗663
  • jindulys/githubpilotjindulys avatar

    jindulys/GithubPilot

    55View on GitHub↗

    This is a Swift Github API Wrapper, it could make your life a little easier if you want to make an App with Github's wonderful data.

    Swift
    View on GitHub↗55
  • joeyh/github-backupJ

    joeyh/github-backup

    0View on GitHub↗
    View on GitHub↗0
  • knplabs/php-github-apiKnpLabs avatar

    KnpLabs/php-github-api

    2,202View on GitHub↗

    A simple PHP GitHub API client, Object Oriented, tested and documented.

    PHP
    View on GitHub↗2,202
  • libgit2/libgit2libgit2 avatar

    libgit2/libgit2

    10,485View on GitHub↗

    libgit2 is a portable, cross-platform C library that provides a programmatic interface for integrating Git version control directly into applications. It serves as a linkable implementation of Git internals, allowing developers to manage repositories and manipulate version control data without requiring a system installation of the Git command line tool. The library functions as an embedded API and object database manager capable of reading and writing commits, trees, blobs, and tags. It includes a network transport client to handle the transfer of repository data over protocols such as SSH a

    C
    View on GitHub↗10,485
  • libgit2/libgit2sharplibgit2 avatar

    libgit2/libgit2sharp

    3,439View on GitHub↗

    Git .NET = ❤

    C#dotnetdotnet-coregit
    View on GitHub↗3,439
  • libgit2/pygit2libgit2 avatar

    libgit2/pygit2

    1,725View on GitHub↗

    Bindings to the libgit2 shared library, implements Git plumbing. Supports Python 3.11 to 3.14 and PyPy3 7.3+

    Python
    View on GitHub↗1,725
  • mbleigh/ruby-githubmbleigh avatar

    mbleigh/ruby-github

    58View on GitHub↗

    A Ruby library for getting information from the GitHub API.

    Ruby
    View on GitHub↗58
  • michael/githubmichael avatar

    michael/github

    3,729View on GitHub↗

    This project is a GitHub API client and resource manager designed for interacting with GitHub REST and GraphQL APIs. It serves as a programmatic interface for automating the management of repositories, issues, and pull requests. The library functions as a workflow automation tool, providing a simplified interface to handle repository data and account settings. It enables the creation of custom scripts to streamline repetitive tasks and data retrieval from the GitHub platform. The implementation provides a wrapper for external API calls that operates across both browser and server environment

    JavaScript
    View on GitHub↗3,729
  • modocache/giftmodocache avatar

    modocache/Gift

    252View on GitHub↗

    Status](https://travis-ci.org/modocache/Gift.svg?branch=master)](https://travis-ci.org/modocache/Gift)

    Swift
    View on GitHub↗252
  • node-gitlab/node-gitlabnode-gitlab avatar

    node-gitlab/node-gitlab

    1,721View on GitHub↗

    My open source work is supported by the community Special thanks to:

    TypeScript
    View on GitHub↗1,721
  • nodegit/nodegitnodegit avatar

    nodegit/nodegit

    5,753View on GitHub↗

    NodeGit is a native Node.js binding library that wraps the libgit2 C API, providing direct Git repository operations from JavaScript without shelling out to the Git command-line interface. It exposes Git operations such as cloning remote repositories, opening local repositories, reading file contents from specific commits, and walking through commit history, all through a Promise-based asynchronous API that prevents event loop starvation by offloading blocking operations to a worker pool. The library distinguishes itself by bridging the C/JavaScript boundary through N-API, with reference-coun

    JavaScript
    View on GitHub↗5,753
  • owainhunt/uagithubengineowainhunt avatar

    owainhunt/uagithubengine

    219View on GitHub↗

    by Owain R Hunt

    Objective-C
    View on GitHub↗219
  • peter-murach/githubpeter-murach avatar

    peter-murach/github

    1,189View on GitHub↗

    gitter: https://gitter.im/piotrmurach/githubapi gem: http://badge.fury.io/rb/githubapi travis: http://travis-ci.org/piotrmurach/github codeclimate: https://codeclimate.com/github/piotrmurach/github/maintainability coverage: https://coveralls.io/r/piotrmurach/github inchpages:…

    Ruby
    View on GitHub↗1,189
  • pygithub/pygithubPyGithub avatar

    PyGithub/PyGithub

    7,735View on 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
    View on GitHub↗7,735
  • samypesse/gitkit-jsSamyPesse avatar

    SamyPesse/gitkit-js

    605View on GitHub↗

    Pure JavaScript implementation of Git backed by immutable models and promises.

    JavaScript
    View on GitHub↗605
  • schacon/erlangitschacon avatar

    schacon/erlangit

    73View on GitHub↗

    ErlanGit

    Erlang
    View on GitHub↗73
  • schacon/objective-gitschacon avatar

    schacon/objective-git

    88View on GitHub↗

    Objective Git

    Objective-C
    View on GitHub↗88
  • sigmavirus24/github3.pysigmavirus24 avatar

    sigmavirus24/github3.py

    1,252View on GitHub↗

    .. image:: https://raw.github.com/sigmavirus24/github3.py/master/docs/img/gh3-logo.png

    Python
    View on GitHub↗1,252
  • swiftgit2/swiftgit2SwiftGit2 avatar

    SwiftGit2/SwiftGit2

    704View on GitHub↗

    Swift bindings to libgit2.

    Swift
    View on GitHub↗704