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

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

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

3 个仓库

Awesome GitHub RepositoriesJavaScript-Native Implementations

Version control implementations written entirely in JavaScript to avoid system binary dependencies.

Distinct from Git: Distinct from Git: focuses on the specific implementation language (JavaScript) and its ability to run without a system binary.

Explore 3 awesome GitHub repositories matching devops & infrastructure · JavaScript-Native Implementations. Refine with filters or upvote what's useful.

Awesome JavaScript-Native Implementations GitHub Repositories

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

    Vinzent03/obsidian-git

    11,352在 GitHub 上查看↗

    obsidian-git is a version control integration for personal knowledge management that enables local file versioning and synchronization. It provides Git-based tracking for local files to allow for history auditing, document reversion, and the backup of notes to remote servers. The project automates the version control process through scheduled background syncing, which triggers automatic commits and pushes at set intervals or during application startup. It facilitates collaborative editing by using branches and synchronization to manage contributions and merge changes. The toolset covers comp

    Performs all version control operations using a JavaScript library instead of relying on a system-installed Git binary.

    TypeScriptgitobsidianobsidian-md
    在 GitHub 上查看↗11,352
  • isomorphic-git/isomorphic-gitisomorphic-git 的头像

    isomorphic-git/isomorphic-git

    8,259在 GitHub 上查看↗

    Isomorphic-git is a full implementation of the Git version control system written in JavaScript. It serves as a programmatic client library that allows developers to perform core version control operations without requiring a system-level Git binary installation. The library is designed as an isomorphic codebase, meaning it runs identically across both client-side web browser environments and server-side Node.js runtimes. It achieves this by using a filesystem-agnostic storage model and a pure JavaScript implementation of the Git core logic and the Smart HTTP protocol. The project covers a c

    Provides a full implementation of Git core logic written entirely in JavaScript to remove native binary dependencies.

    JavaScript
    在 GitHub 上查看↗8,259
  • creationix/js-gitcreationix 的头像

    creationix/js-git

    3,844在 GitHub 上查看↗

    js-git is a modular JavaScript implementation of the Git protocol and object model. It provides a content-addressable storage engine that manages blobs, trees, and commits using cryptographic hashes, allowing version control functionality to operate without external system dependencies. The project features a pluggable repository interface and storage layer, enabling Git data to be persisted across diverse mediums such as browser databases or local file systems. It includes a streaming packfile processor for packing and unpacking objects to facilitate efficient data transfer. The library cov

    Provides a complete implementation of the Git protocol and object model written entirely in JavaScript.

    JavaScript
    在 GitHub 上查看↗3,844
  1. Home
  2. DevOps & Infrastructure
  3. Version Control and Management
  4. Version Control
  5. Git
  6. JavaScript-Native Implementations