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 kzu/gitinfo

Open-source alternatives to GitInfo

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

  • aarnott/nerdbank.gitversioningAArnott avatar

    AArnott/Nerdbank.GitVersioning

    1,568View on GitHub↗

    Stamp your assemblies, packages and more with a unique version generated from a single, simple version.json file and include git commit IDs for non-official builds.

    C#
    View on GitHub↗1,568
  • adojos/f51a3e908b0fe65340b4e99ce3bf3b8eA

    adojos/f51a3e908b0fe65340b4e99ce3bf3b8e

    0View on GitHub↗
    View on GitHub↗0
  • bazelbuild/bazelbazelbuild avatar

    bazelbuild/bazel

    25,529View on GitHub↗

    Bazel is a multi-language build automation engine designed to manage complex dependency graphs and execute compilation tasks for massive codebases. It functions as a hermetic build environment, utilizing sandboxed execution and content-addressable caching to ensure that build artifacts are reproducible and that identical tasks are never re-executed. By modeling dependencies as a directed acyclic graph, the system determines optimal execution order and identifies tasks that can run in parallel. The project distinguishes itself through its support for distributed build execution, allowing resou

    Javabazelbuildbuild-system
    View on GitHub↗25,529
  • brthor/dockerize.netbrthor avatar

    brthor/Dockerize.NET

    180View on GitHub↗

    .NET Cli Tool to package your .NET Core Application into a docker image: 'dotnet dockerize'

    C#
    View on GitHub↗180
  • cake-build/cakecake-build avatar

    cake-build/cake

    4,179View on GitHub↗

    Cake is a cross-platform build automation system and scripting framework that allows users to define software build pipelines using C# scripts. It functions as a CI/CD pipeline orchestrator and build runner, providing a strongly-typed domain-specific language to simplify the orchestration of compilation, testing, and packaging processes across Windows, Linux, and macOS. The system ensures reproducible build environments by pinning the versions of build tools, modules, and dependencies. It distinguishes itself by enabling a C# scripting workflow with full IDE support, including autocomplete, s

    C#build-automationbuild-automation-toolbuild-tool
    View on GitHub↗4,179

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
  • cosmtrek/aircosmtrek avatar

    cosmtrek/air

    23,694View on GitHub↗

    Air is a live reload tool and build automation utility for Go applications. It functions as a hot reloading orchestrator that monitors source files for changes to automatically recompile and restart application binaries. The tool distinguishes itself by offering a managed build and execution pipeline, allowing for custom build commands, environment variable injection, and platform-specific build overrides based on the host operating system. It further synchronizes the development cycle by using a proxy to signal web browsers to reload automatically when static files or source code are modifie

    Go
    View on GitHub↗23,694
  • docker/communitytools-image2docker-windocker avatar

    docker/communitytools-image2docker-win

    305View on GitHub↗

    Image2Docker is a PowerShell module which ports existing Windows application workloads to Docker. It supports multiple application types, but the initial focus is on IIS and ASP.NET apps. You can use Image2Docker to extract ASP.NET websites from a VM - or from the local machine or a remote…

    PowerShell
    View on GitHub↗305
  • dotnet/dotnet-dockerdotnet avatar

    dotnet/dotnet-docker

    4,828View on GitHub↗

    This project provides a collection of official base images for building and running .NET applications across various operating systems and hardware architectures. It includes standardized runtime environments, containerized development kits, and specialized images designed for isolated application execution. The collection is distinguished by its focus on image optimization and security hardening. It offers distroless images that remove shells and package managers to reduce the attack surface, as well as composite layering and ahead-of-time compilation to improve startup performance and lower

    Dockerfile
    View on GitHub↗4,828
  • dotnetcore/flubucoredotnetcore avatar

    dotnetcore/FlubuCore

    930View on GitHub↗

    A cross platform build and deployment automation system for building projects and executing deployment scripts using C# code.

    C#buildbuild-automationbuild-script
    View on GitHub↗930
  • go-task/taskgo-task avatar

    go-task/task

    15,721View on GitHub↗

    Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a dependency-based build system and cross-platform task automator, allowing users to execute shell commands across different operating systems using a declarative configuration file. The project operates as an incremental build tool, utilizing file fingerprints and checksums to track state and avoid redundant work by determining if tasks are up to date. It manages execution via a dependency graph to ensure prerequisites are completed before target commands run. The system includ

    Go
    View on GitHub↗15,721
  • gopinath-langote/1buildgopinath-langote avatar

    gopinath-langote/1build

    247View on GitHub↗

    Frictionless way of managing project-specific commands

    Goawesome-gobashcommand-line
    View on GitHub↗247
  • goyek/goyekgoyek avatar

    goyek/goyek

    690View on GitHub↗

    Task automation Go library

    Gogogolang
    View on GitHub↗690
  • gradle/gradlegradle avatar

    gradle/gradle

    18,687View on GitHub↗

    Gradle is a build automation tool for the Java Virtual Machine that functions as a polyglot build orchestrator. It automates the compilation, testing, and packaging of software across multiple programming languages using a structured workflow. The project acts as a build performance optimizer, utilizing daemon processes, parallel execution, and result caching to reduce redundant computation. It also serves as a dependency management system that resolves external libraries and plugins while verifying checksums to ensure integrity. The system coordinates complex build lifecycles and task depen

    Groovy
    View on GitHub↗18,687
  • guilhermecaruso/ankoGuilhermeCaruso avatar

    GuilhermeCaruso/anko

    43View on GitHub↗

    :crystal_ball: Simple application watcher

    Go
    View on GitHub↗43
  • joaope/localappveyorjoaope avatar

    joaope/LocalAppVeyor

    124View on GitHub↗

    Run your AppVeyor builds, locally

    C#
    View on GitHub↗124
  • joerdav/xcjoerdav avatar

    joerdav/xc

    1,371View on GitHub↗
    Gobuild-tooldocumentationgo
    View on GitHub↗1,371
  • kcmvp/gobkcmvp avatar

    kcmvp/gob

    15View on GitHub↗

    Golang project boot

    Gobuild-toolgit-hooksmultiple-versions
    View on GitHub↗15
  • magefile/magemagefile avatar

    magefile/mage

    4,666View on GitHub↗

    Mage is a build automation tool and workflow orchestrator that uses Go functions to define executable build targets instead of a custom domain-specific language. It functions as a compiled build system and task runner, mapping exported Go functions to command-line targets. The tool distinguishes itself by compiling build definitions into static binaries for distribution to dependency-free machines. It utilizes hashed binary caching to avoid redundant compilations and supports the packaging of the runtime and defined tasks into a single standalone executable. The platform covers dependency ma

    Gobuildscriptgogolang
    View on GitHub↗4,666
  • matiasinsaurralde/go-dotnetmatiasinsaurralde avatar

    matiasinsaurralde/go-dotnet

    493View on GitHub↗

    Go wrapper for the .NET Core Runtime.

    C++
    View on GitHub↗493
  • maxclaus/gapermaxclaus avatar

    maxclaus/gaper

    83View on GitHub↗

    Builds and restarts a Go project when it crashes or some watched file changes

    Go
    View on GitHub↗83
  • microsoft/msbuildMicrosoft avatar

    Microsoft/msbuild

    5,519View on GitHub↗

    MSBuild is a task-based build engine and programmatic framework used to compile and package .NET applications. It functions as a customizable orchestrator that executes sequences of targets to automate software compilation and deployment workflows using a structured XML-based configuration schema. The system allows for the creation of custom build tasks and reusable rules to handle unique compilation requirements. It supports multi-target framework development, enabling a single codebase to be compiled against various runtime versions to ensure compatibility across different platforms. The e

    C#
    View on GitHub↗5,519
  • microsoft/vsts-agentMicrosoft avatar

    Microsoft/vsts-agent

    1,900View on GitHub↗

    Azure Pipelines Agent 🚀

    C#
    View on GitHub↗1,900
  • nimojs/gulp-bookN

    nimojs/gulp-book

    0View on GitHub↗
    View on GitHub↗0
  • nuke-build/nukenuke-build avatar

    nuke-build/nuke

    3,707View on GitHub↗

    Nuke is a build automation system for defining software compilation and deployment pipelines using a strongly typed C# console application. It functions as a cross-platform build engine and pipeline orchestrator that treats build configurations as standard executable programs rather than static files. By leveraging a compiled language, the system provides type safety and IDE support for build script logic. This approach allows for the definition of automation and CI/CD pipelines using a professional programming language instead of YAML or shell scripts. The engine manages .NET project orches

    C#build-automationcontinuous-integrationnuke
    View on GitHub↗3,707
  • opserver/opserveropserver avatar

    opserver/Opserver

    4,564View on GitHub↗

    Opserver is a cross-platform monitoring server and infrastructure dashboard designed for tracking system health, performance metrics, and backend service availability. It functions as an external metric aggregator and enterprise health oversight tool, centralizing data from third-party monitoring sources into a single view. The system integrates with incident response services like PagerDuty to map user identities and manage notification workflows. It also connects with external directory and identity providers to handle user authentication and permission assignments. The platform covers sev

    C#bosundotnetelasticsearch
    View on GitHub↗4,564
  • platform-cuf/use-gulpPlatform-CUF avatar

    Platform-CUF/use-gulp

    835View on GitHub↗

    gulp资料收集

    gulplearning-gulp
    View on GitHub↗835
  • rexrun-dev/rexrexrun-dev avatar

    rexrun-dev/rex

    3View on GitHub↗

    Run anything, know nothing. Zero-config universal project runner.

    Go
    View on GitHub↗3
  • ruby/rakeruby avatar

    ruby/rake

    2,453View on GitHub↗

    A make-like build utility for Ruby.

    Rubyhacktoberfestrakerakefile
    View on GitHub↗2,453
  • taskctl/taskctltaskctl avatar

    taskctl/taskctl

    322View on GitHub↗

    Concurrent task runner, developer's routine tasks automation toolkit. Simple modern alternative to GNU Make 🧰

    Go
    View on GitHub↗322
  • tj/mmaketj avatar

    tj/mmake

    1,738View on GitHub↗

    Modern Make

    Gobuild-systembuild-toolmake
    View on GitHub↗1,738