awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to mattn/gom

Open-source alternatives to Mattn Gom

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

  • carthage/carthageالصورة الرمزية لـ Carthage

    Carthage/Carthage

    15,174عرض على GitHub↗

    Carthage is a decentralized dependency manager for Cocoa projects and an automation tool for Xcode builds. It functions as a Git-based framework manager and binary distribution tool used to fetch, build, and manage external libraries. The project distinguishes itself by supporting the production and distribution of platform-independent binary frameworks and static libraries. It utilizes Git tags and submodules to lock specific versions of external libraries and provides mechanisms to distribute prebuilt binaries via zipped release archives. The system covers dependency resolution and version

    Swift
    عرض على GitHub↗15,174
  • golang/depالصورة الرمزية لـ golang

    golang/dep

    12,737عرض على GitHub↗

    This project is a dependency management tool for Go designed to track and lock package versions to ensure reproducible builds across different environments. It functions as a version lock file manager, recording complete snapshots of the dependency graph to prevent version drift, and as a semantic version constraint resolver that calculates compatible package versions. The tool orchestrates a local vendor directory, mirroring external source code to enable offline builds and source auditing. It utilizes a combination of static analysis to discover required libraries and a logic engine to inte

    Godependency-managergolangpackage-manager
    عرض على GitHub↗12,737
  • lyricalsecurity/gigoL

    LyricalSecurity/gigo

    0عرض على GitHub↗
    عرض على GitHub↗0
  • damnwidget/vengoD

    DamnWidget/VenGO

    0عرض على GitHub↗
    عرض على GitHub↗0
  • nitrous-io/goopN

    nitrous-io/goop

    0عرض على GitHub↗
    عرض على GitHub↗0

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Find more with AI search
  • jingweno/nutJ

    jingweno/nut

    0عرض على GitHub↗
    عرض على GitHub↗0
  • gpmgo/gopmالصورة الرمزية لـ gpmgo

    gpmgo/gopm

    2,445عرض على GitHub↗

    Go Package Manager (gopm) is a package manager and build tool for Go.

    Go
    عرض على GitHub↗2,445
  • lunny/gopL

    lunny/gop

    0عرض على GitHub↗
    عرض على GitHub↗0
  • pote/gpmالصورة الرمزية لـ pote

    pote/gpm

    1,175عرض على GitHub↗

    Barebones dependency manager for Go.

    Shell
    عرض على GitHub↗1,175
  • vividcortex/johnny-depsV

    VividCortex/johnny-deps

    0عرض على GitHub↗
    عرض على GitHub↗0
  • tools/godepالصورة الرمزية لـ tools

    tools/godep

    5,513عرض على GitHub↗

    godep is a dependency manager for Go that records, restores, and updates package versions to ensure reproducible builds across different environments. It functions as a version lock tool, tracking specific package revisions in a manifest file to synchronize development workspaces and build states. The tool includes vendoring capabilities that copy external Go source code into a local directory, enabling projects to be built without active network access. The system manages the full dependency lifecycle, covering version locking, workspace synchronization, and the updating of tracked packages

    Go
    عرض على GitHub↗5,513
  • raydac/mvn-golangR

    raydac/mvn-golang

    0عرض على GitHub↗
    عرض على GitHub↗0
  • masterminds/glideالصورة الرمزية لـ Masterminds

    Masterminds/glide

    8,095عرض على GitHub↗

    Glide is a Go dependency management tool that fetches, pins, and vendors external packages to enable reproducible builds across environments. It stores project-specific copies of Go packages in a vendor directory, isolating dependencies per project to avoid version conflicts, and supports fetching packages from Git, Mercurial, Bazaar, and Subversion repositories. The tool resolves dependency versions using semantic versioning ranges and operators, and generates a lock file that records exact commit IDs for all transitive dependencies. Glide distinguishes itself with an interactive version wiz

    Gogogolangpackage-management
    عرض على GitHub↗8,095
  • kardianos/govendorالصورة الرمزية لـ kardianos

    kardianos/govendor

    4,895عرض على GitHub↗

    govendor is a toolset for Go dependency management that enables the replication of external packages into a local directory to ensure reproducible builds without requiring active network access. It functions as a dependency vendor tool and version manager, fetching specific git revisions, tags, or branches of remote packages. The project includes a dependency auditor to identify missing, modified, or outdated packages compared to their remote sources. It also provides a license extraction utility that discovers and lists the legal licenses associated with project import paths and dependencies

    Gogogolangvendor
    عرض على GitHub↗4,895
  • roots/bedrockالصورة الرمزية لـ roots

    roots/bedrock

    6,531عرض على GitHub↗

    WordPress boilerplate with Composer and Git, easier configuration, and an improved folder structure

    PHPbedrockcomposerphp
    عرض على GitHub↗6,531
  • composer/installersالصورة الرمزية لـ composer

    composer/installers

    1,435عرض على GitHub↗

    A Multi-Framework Composer Library Installer

    PHP
    عرض على GitHub↗1,435
  • cocoapods/cocoapodsالصورة الرمزية لـ CocoaPods

    CocoaPods/CocoaPods

    14,823عرض على GitHub↗

    CocoaPods is a dependency manager for Swift and Objective-C projects that integrates third-party libraries via configuration files. It serves as a project workspace orchestrator, coordinating the build process and linking external dependencies through centralized workspace configurations. To ensure environment consistency across different development machines, it employs a manifest-based version locking system. The project provides a version-controlled library specification registry for managing and distributing metadata and source paths for reusable code modules. It includes tools for extern

    Ruby
    عرض على GitHub↗14,823
  • bntzio/wipe-modulesالصورة الرمزية لـ bntzio

    bntzio/wipe-modules

    357عرض على GitHub↗

    🗑️ Easily remove the node_modules folder of non-active projects

    Shell
    عرض على GitHub↗357
  • cnpm/npminstallالصورة الرمزية لـ cnpm

    cnpm/npminstall

    505عرض على GitHub↗

    npm-image: https://img.shields.io/npm/v/npminstall.svg?style=flat-square npm-url: https://npmjs.org/package/npminstall codecov-image: https://codecov.io/gh/cnpm/npminstall/branch/master/graph/badge.svg codecov-url: https://codecov.io/gh/cnpm/npminstall snyk-image:…

    JavaScript
    عرض على GitHub↗505
  • cnpm/cnpmjs.orgالصورة الرمزية لـ cnpm

    cnpm/cnpmjs.org

    3,527عرض على GitHub↗

    cnpmjs.org

    JavaScript
    عرض على GitHub↗3,527
  • berkshelf/berkshelfالصورة الرمزية لـ berkshelf

    berkshelf/berkshelf

    1,069عرض على GitHub↗

    A Chef Cookbook manager

    Ruby
    عرض على GitHub↗1,069
  • aptly-dev/aptlyالصورة الرمزية لـ aptly-dev

    aptly-dev/aptly

    2,844عرض على GitHub↗

    aptly - Debian repository management tool

    Go
    عرض على GitHub↗2,844
  • cweagans/composer-patchesالصورة الرمزية لـ cweagans

    cweagans/composer-patches

    1,708عرض على GitHub↗

    Simple patches plugin for Composer

    PHP
    عرض على GitHub↗1,708
  • depcheck/depcheckالصورة الرمزية لـ depcheck

    depcheck/depcheck

    4,935عرض على GitHub↗

    depcheck is a project dependency auditor and npm dependency analyzer for the JavaScript ecosystem. It functions as an abstract syntax tree parser that scans source code to identify unused packages or missing declarations within a project manifest file. The tool distinguishes itself by parsing multiple language syntaxes and file formats to locate dependency imports. It can identify dependencies declared within tool-specific configuration files for build tools, linters, and test runners, and supports extensibility through custom detectors and parsers. The system provides capabilities for depen

    JavaScript
    عرض على GitHub↗4,935
  • dereuromark/composer-prefer-lowestالصورة الرمزية لـ dereuromark

    dereuromark/composer-prefer-lowest

    22عرض على GitHub↗

    Checks prefer-lowest installation for actually defined min versions in composer.json

    PHP
    عرض على GitHub↗22
  • devxoul/cocoaseedsD

    devxoul/CocoaSeeds

    0عرض على GitHub↗
    عرض على GitHub↗0
  • digikar99/asdf-dependency-graphالصورة الرمزية لـ digikar99

    digikar99/asdf-dependency-graph

    8عرض على GitHub↗

    A minimal wrapper around dot available at least on Linux systems to generate dependency-graphs.

    Common Lisp
    عرض على GitHub↗8
  • drkjeff16/pipenv.nvimالصورة الرمزية لـ DrKJeff16

    DrKJeff16/pipenv.nvim

    8عرض على GitHub↗

    Asynchronous Pipenv management from within Neovim.

    Lua
    عرض على GitHub↗8
  • easybuilders/easybuild-easyconfigsالصورة الرمزية لـ easybuilders

    easybuilders/easybuild-easyconfigs

    446عرض على GitHub↗

    A collection of easyconfig files that describe which software to build using which build options with EasyBuild.

    Python
    عرض على GitHub↗446
  • cutehacks/qpmالصورة الرمزية لـ Cutehacks

    Cutehacks/qpm

    419عرض على GitHub↗

    A package manager for Qt.

    Go
    عرض على GitHub↗419