awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to rvflash/goup

Open-source alternatives to Goup

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

  • roots/bedrockroots avatar

    roots/bedrock

    6,531View on GitHub↗

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

    PHPbedrockcomposerphp
    View on GitHub↗6,531
  • composer/installerscomposer avatar

    composer/installers

    1,435View on GitHub↗

    A Multi-Framework Composer Library Installer

    PHP
    View on GitHub↗1,435
  • composer/satiscomposer avatar

    composer/satis

    3,280View on GitHub↗

    Simple static Composer repository generator - For a full private Composer repo use Private Packagist

    PHP
    View on GitHub↗3,280
  • composer-unused/composer-unusedcomposer-unused avatar

    composer-unused/composer-unused

    1,681View on GitHub↗

    Show unused composer dependencies by scanning your code

    PHP
    View on GitHub↗1,681
  • cweagans/composer-patchescweagans avatar

    cweagans/composer-patches

    1,708View on GitHub↗

    Simple patches plugin for Composer

    PHP
    View on GitHub↗1,708
  • damnwidget/vengoD

    DamnWidget/VenGO

    0View on GitHub↗
    View on GitHub↗0

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
  • dereuromark/composer-prefer-lowestdereuromark avatar

    dereuromark/composer-prefer-lowest

    22View on GitHub↗

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

    PHP
    View on GitHub↗22
  • devxoul/cocoaseedsD

    devxoul/CocoaSeeds

    0View on GitHub↗
    View on GitHub↗0
  • drkjeff16/pipenv.nvimDrKJeff16 avatar

    DrKJeff16/pipenv.nvim

    8View on GitHub↗

    Asynchronous Pipenv management from within Neovim.

    Lua
    View on GitHub↗8
  • ergebnis/composer-normalizeergebnis avatar

    ergebnis/composer-normalize

    1,111View on GitHub↗

    🎵 Provides a composer plugin for normalizing composer.json.

    PHP
    View on GitHub↗1,111
  • friendsofphp/pickleFriendsOfPHP avatar

    FriendsOfPHP/pickle

    1,651View on GitHub↗

    PHP Extension installer

    PHP
    View on GitHub↗1,651
  • golang/depgolang avatar

    golang/dep

    12,737View on 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
    View on GitHub↗12,737
  • gomods/athensgomods avatar

    gomods/athens

    4,773View on GitHub↗

    Athens is a Go module proxy server and dependency cache that provides a persistent storage system for Go dependencies. It acts as a mirror and datastore to ensure reproducible build environments by storing immutable copies of external packages, protecting against upstream deletions or outages. The project distinguishes itself by serving as a secure gateway for private Go module hosting, utilizing authentication tokens, SSH keys, and GitHub Apps to retrieve dependencies from private version control systems. It further enables software dependency compliance through request filtering and checksu

    Goathensdependenciesdependency-manager
    View on GitHub↗4,773
  • goproxy/goproxy.cngoproxy avatar

    goproxy/goproxy.cn

    7,082View on GitHub↗

    goproxy.cn is a Go module proxy and checksum database proxy designed to manage the availability and integrity of Go software modules. It provides a regional mirror of modules to ensure reliable dependency downloads for build pipelines and CI/CD optimization. The service utilizes a content delivery network for module mirroring and distribution to reduce latency. It employs a lazy-loading proxy cache that retrieves and stores modules from primary sources on demand to optimize storage. The platform includes software download analytics to track version-specific download counts and usage trends.

    HTMLchinagogoproxy
    View on GitHub↗7,082
  • goproxyio/goproxygoproxyio avatar

    goproxyio/goproxy

    5,871View on GitHub↗

    goproxy is a Go module proxy server that caches and serves Go module dependencies to accelerate builds and improve reliability. It acts as an HTTP server that proxies requests to upstream sources, caching downloaded modules locally so repeated requests are served instantly without re-downloading. The project provides a mirror that stores a read-only copy of public Go modules for offline or accelerated access, and can bypass checksum database verification for private or unrecognized modules. The proxy is configured entirely through Go environment variables like GOPROXY, GONOSUMCHECK, and GONOS

    Gogogolanggoproxy
    View on GitHub↗5,871
  • gpmgo/gopmgpmgo avatar

    gpmgo/gopm

    2,445View on GitHub↗

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

    Go
    View on GitHub↗2,445
  • jankuca/swmJ

    jankuca/swm

    0View on GitHub↗
    View on GitHub↗0
  • jesperlundberg/projektgunnar.nvimJesperLundberg avatar

    JesperLundberg/projektgunnar.nvim

    20View on GitHub↗

    Gunnar is the nice old Swedish man who helps you add projects or packages to dotnet solutions so you can take a Fika(tm) instead of having to remember how to do the different dotnet commands.

    Lua
    View on GitHub↗20
  • jingweno/nutJ

    jingweno/nut

    0View on GitHub↗
    View on GitHub↗0
  • kardianos/govendorkardianos avatar

    kardianos/govendor

    4,895View on 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
    View on GitHub↗4,895
  • kylebanks/gogglesK

    KyleBanks/goggles

    0View on GitHub↗
    View on GitHub↗0
  • lunny/gopL

    lunny/gop

    0View on GitHub↗
    View on GitHub↗0
  • lyricalsecurity/gigoL

    LyricalSecurity/gigo

    0View on GitHub↗
    View on GitHub↗0
  • maglnet/composerrequirecheckermaglnet avatar

    maglnet/ComposerRequireChecker

    1,002View on GitHub↗

    A CLI tool to check whether a specific composer package uses imported symbols that aren't part of its direct composer dependencies

    PHP
    View on GitHub↗1,002
  • masterminds/glideMasterminds avatar

    Masterminds/glide

    8,095View on 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
    View on GitHub↗8,095
  • mattn/gommattn avatar

    mattn/gom

    1,373View on GitHub↗

    Go Manager - bundle for go

    Go
    View on GitHub↗1,373
  • nitrous-io/goopN

    nitrous-io/goop

    0View on GitHub↗
    View on GitHub↗0
  • owenthereal/goupowenthereal avatar

    owenthereal/goup

    597View on GitHub↗
    Gogolanginstallerversion-manager
    View on GitHub↗597
  • php/piephp avatar

    php/pie

    1,886View on GitHub↗

    🥧 The PHP Installer for Extensions

    PHP
    View on GitHub↗1,886
  • piersolenski/import.nvimpiersolenski avatar

    piersolenski/import.nvim

    262View on GitHub↗

    An import picker that learns from your codebase

    Lua
    View on GitHub↗262