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 ruslo/hunter

Open-source alternatives to Hunter

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

  • microsoft/vcpkgmicrosoft avatar

    microsoft/vcpkg

    27,179View on GitHub↗

    This project is a cross-platform package manager designed to automate the acquisition, compilation, and integration of third-party software libraries into native development projects. It functions as a manifest-driven dependency manager, utilizing declarative configuration files to define project requirements and resolve them into consistent, versioned dependency graphs across Windows, Linux, and macOS. The system distinguishes itself through port-based build automation, which uses standardized scripts to fetch, patch, and compile source code, and triplets-based configuration files that encap

    CMakeccmakecplusplus
    View on GitHub↗27,179
  • ninja-build/ninjaninja-build avatar

    ninja-build/ninja

    13,034View on GitHub↗

    Ninja is a low-level build system and executable designed to function as a backend for higher-level build generators. It serves as a build graph processor that evaluates build files to determine the optimal execution order for target dependencies and binaries. The tool focuses on fast software compilation by executing commands based on dependency graphs to transform source code into binaries. It operates as an incremental build tool, utilizing file timestamps to manage build operations and recompile only the modified parts of a project. The system manages build automation through automated d

    C++
    View on GitHub↗13,034
  • pfultz2/cgetpfultz2 avatar

    pfultz2/cget

    463View on GitHub↗

    C++ package retrieval

    Pythonccgetcmake
    View on GitHub↗463
  • iauns/cpmiauns avatar

    iauns/cpm

    750View on GitHub↗

    C++ Package Manager

    CMake
    View on GitHub↗750

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
  • thelartians/cpmTheLartians avatar

    TheLartians/CPM

    4,026View on GitHub↗

    CPM is a source-based package manager and build tool for CMake that downloads, versions, and integrates external C++ dependencies without requiring an external installation. It functions as a script-based resolution system that fetches remote source code and configures project targets for immediate use within the build process. The project ensures reproducible build workflows through lockfile version pinning and cryptographic hash-based integrity verification of downloaded archives. It supports concurrent development by allowing remote resources to be overridden with local filesystem paths an

    CMake
    View on GitHub↗4,026
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • anotherfoxguy/pmmAnotherFoxGuy avatar

    AnotherFoxGuy/pmm

    17View on GitHub↗

    :package: :mailboxwithno_mail: It's the C++ Package Manager Manager

    CMake
    View on GitHub↗17
  • adamierymenko/huffandpuffA

    adamierymenko/huffandpuff

    0View on GitHub↗
    View on GitHub↗0
  • apple/swift-package-managerapple avatar

    apple/swift-package-manager

    10,172View on GitHub↗

    Swift Package Manager is a cross-platform build tool, dependency resolver, and package distributor. It compiles Swift source code into native executable binaries for multiple operating systems and manages the resolution and linking of external Swift code packages. The tool facilitates Swift package distribution by sharing and distributing reusable source code through public or private channels. It orchestrates Swift projects by managing external code libraries and versioning to ensure consistent builds across different development environments.

    Swift
    View on GitHub↗10,172
  • appimagecrafters/appimage-builderAppImageCrafters avatar

    AppImageCrafters/appimage-builder

    377View on GitHub↗

    GNU/Linux packaging made easy! ™

    Python
    View on GitHub↗377
  • aptly-dev/aptlyaptly-dev avatar

    aptly-dev/aptly

    2,844View on GitHub↗

    aptly - Debian repository management tool

    Go
    View on GitHub↗2,844
  • atgreen/trivial-system-loaderatgreen avatar

    atgreen/trivial-system-loader

    12View on GitHub↗

    A system installation/loading abstraction for Common Lisp

    Common Lisp
    View on GitHub↗12
  • attractivechaos/klibattractivechaos avatar

    attractivechaos/klib

    4,679View on GitHub↗

    klib is a comprehensive C standard library extension and data structure toolkit. It provides a set of fundamental tools for memory management, data organization, and general-purpose utility functions for standalone C applications. The project features specialized capabilities for bioinformatics sequence analysis, including the parsing of FASTA, FASTQ, and Newick formats and the implementation of Smith-Waterman sequence alignment and Hidden Markov Models. It also includes a mathematical computation library for numerical routines and expression evaluation, as well as a lightweight HTTP and FTP

    C
    View on GitHub↗4,679
  • aurapm/auraaurapm avatar

    aurapm/aura

    1,901View on GitHub↗

    A multilingual package manager for Arch Linux and the AUR.

    Haskell
    View on GitHub↗1,901
  • andrewrk/libsoundioandrewrk avatar

    andrewrk/libsoundio

    2,089View on GitHub↗

    C library for cross-platform real-time audio input and output

    C
    View on GitHub↗2,089
  • berkshelf/berkshelfberkshelf avatar

    berkshelf/berkshelf

    1,069View on GitHub↗

    A Chef Cookbook manager

    Ruby
    View on GitHub↗1,069
  • balde/baldeB

    balde/balde

    0View on GitHub↗
    View on GitHub↗0
  • appimage/appimagekitAppImage avatar

    AppImage/AppImageKit

    9,348View on GitHub↗

    AppImageKit is a system of tools and utilities for bundling Linux desktop applications into single-file, portable executables. It functions as a packager that converts application directories into self-mounting binaries, allowing software to run across multiple Linux distributions without a formal installation process. The project enables portable software distribution by isolating application configurations and home directories from the host system, which allows applications to run from removable media. It includes a filesystem manager for extracting, inspecting, and mounting the embedded im

    C
    View on GitHub↗9,348
  • bntzio/wipe-modulesbntzio avatar

    bntzio/wipe-modules

    357View on GitHub↗

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

    Shell
    View on GitHub↗357
  • boltpkg/boltboltpkg avatar

    boltpkg/bolt

    2,421View on GitHub↗

    ⚡️ Super-powered JavaScript project management

    JavaScript
    View on GitHub↗2,421
  • buildbot/buildbotbuildbot avatar

    buildbot/buildbot

    5,452View on GitHub↗

    Buildbot is a Python-based continuous integration framework and distributed build orchestrator. It functions as a build automation engine that coordinates the retrieval of source code, the execution of build steps, and the reporting of results through a central controller and a network of remote worker agents. The system is distinguished by a plugin-based extensibility architecture and a master-worker distribution model. It allows for dynamic build modification at runtime and supports a pluggable database backend for persisting system state and historical build data. The project covers a bro

    Python
    View on GitHub↗5,452
  • buildout/buildoutbuildout avatar

    buildout/buildout

    615View on GitHub↗

    Buildout is a deployment automation tool written in and extended with Python

    Python
    View on GitHub↗615
  • cacalabs/libcacacacalabs avatar

    cacalabs/libcaca

    675View on GitHub↗

    💩 Colour ASCII Art Library

    C
    View on GitHub↗675
  • camgunz/cmpcamgunz avatar

    camgunz/cmp

    367View on GitHub↗

    An implementation of the MessagePack serialization format in C / msgpack.orgC

    C
    View on GitHub↗367
  • capitaomorte/yasnippetcapitaomorte avatar

    capitaomorte/yasnippet

    2,949View on GitHub↗

    A template system for Emacs

    Emacs Lisp
    View on GitHub↗2,949
  • cargo-bins/cargo-binstallcargo-bins avatar

    cargo-bins/cargo-binstall

    2,493View on GitHub↗

    cargo-binstall is a toolchain extension and binary artifact manager designed to install pre-compiled Rust binaries from releases. Its primary purpose is to avoid the time and resource costs associated with compiling software from source by fetching pre-built executables. The tool provides mechanisms for discovering and downloading binaries across different architectures and platforms. It includes capabilities for verifying the authenticity and integrity of downloaded packages using cryptographic signature verification against public keys. The system supports automated installation in continu

    Rustbinaryinstallerrust
    View on GitHub↗2,493
  • cargo-generate/cargo-generatecargo-generate avatar

    cargo-generate/cargo-generate

    2,423View on GitHub↗

    cargo, make me a project

    Rustcargocargo-generateliquid
    View on GitHub↗2,423
  • carthage/carthageCarthage avatar

    Carthage/Carthage

    15,174View on 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
    View on GitHub↗15,174
  • caskroom/homebrew-caskcaskroom avatar

    caskroom/homebrew-cask

    22,077View on GitHub↗

    This project is a macOS binary package manager and command line interface used to automate the installation and removal of prebuilt graphical applications. It functions as a software installer and orchestrator, providing a terminal-based workflow for managing the lifecycle of third-party binaries. The tool focuses on macOS application installation and system administration, allowing for the setup and deployment of software via scripts to avoid manual downloads. It covers the management of binary software and the automation of graphical application setups on macOS.

    Ruby
    View on GitHub↗22,077
  • b-k/apopheniab-k avatar

    b-k/apophenia

    207View on GitHub↗

    A C library for statistical and scientific computing

    C
    View on GitHub↗207