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

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

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

10 个仓库

Awesome GitHub RepositoriesPrebuilt Binary Installations

Download and install ready-to-use binaries of the JavaScript engine without compiling from source.

Distinct from Binary and Source Installation: Distinct from Binary and Source Installation: focuses specifically on the prebuilt binary installation path, not the source compilation option.

Explore 10 awesome GitHub repositories matching devops & infrastructure · Prebuilt Binary Installations. Refine with filters or upvote what's useful.

Awesome Prebuilt Binary Installations GitHub Repositories

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

    Homebrew/legacy-homebrew

    26,849在 GitHub 上查看↗

    This project is a command line package manager and dependency management engine used for installing, updating, and removing software packages across different operating systems. It functions as a package recipe system and software repository administrator, utilizing declarative scripts to define software sources, build arguments, and installation steps. The system operates as a binary distribution platform that compiles source code into pre-compiled binaries and distributes them through remote repositories. It includes an automated version tracker that monitors upstream software releases and

    Downloads and installs pre-compiled binary packages when they match the current system architecture.

    在 GitHub 上查看↗26,849
  • homebrew/homebrew-coreHomebrew 的头像

    Homebrew/homebrew-core

    15,383在 GitHub 上查看↗

    This project is a Ruby-based package definition repository that functions as a cross-platform package manager and software dependency resolver for macOS and Linux. It provides a centralized system for installing, updating, and managing software through a Git-based distribution model. The system distinguishes itself through a binary package distribution network that produces pre-compiled bottles to avoid local compilation from source. It utilizes a Ruby-based domain specific language to define installation recipes and employs a distributed version control architecture to synchronize these defi

    Automatically downloads and installs pre-compiled binary packages when a compatible bottle exists for the system architecture.

    Rubycoreformulaehacktoberfest
    在 GitHub 上查看↗15,383
  • nodesource/distributionsnodesource 的头像

    nodesource/distributions

    13,834在 GitHub 上查看↗

    This project is a Node.js binary distribution repository and Linux package repository. It provides a hosted set of pre-compiled JavaScript runtime binaries for various Linux distributions to simplify installation and version management through native package managers. The project includes a Node.js observability toolset and security policy manager. These components enable the gathering of runtime telemetry to monitor application health and performance via diagnostic dashboards, while providing a resource restriction layer that intercepts system calls to prevent unauthorized modules from acces

    Allows installation of ready-to-use Node.js binaries without the need for compiling from source.

    Shelljavascriptlinuxnode
    在 GitHub 上查看↗13,834
  • go-swagger/go-swaggergo-swagger 的头像

    go-swagger/go-swagger

    9,989在 GitHub 上查看↗

    go-swagger is a toolkit for working with Swagger/OpenAPI 2.0 specifications in Go. It generates server, client, and CLI code from a specification document, and can also produce a specification by scanning annotated Go source code. The project includes a static validation engine that checks documents against the schema and project-specific rules, and a specification transformation pipeline that resolves, flattens, and merges documents. The toolkit generates both client and server code from the same specification, ensuring consistency in request and response handling. It also produces a command

    Provides pre-built binaries for download and installation on the system PATH.

    Goapicode-generatorgo
    在 GitHub 上查看↗9,989
  • albertlauncher/albertalbertlauncher 的头像

    albertlauncher/albert

    7,945在 GitHub 上查看↗

    Albert is a keyboard launcher that opens files, applications, and runs commands by typing search queries into a search bar. It functions as a keyboard-driven workflow tool, enabling users to navigate their file system, launch installed applications, and execute shell commands without touching a mouse. The launcher processes user input through a plugin-based modular architecture, where functionality is extended by dynamically loaded C++ and Python plugins. Queries are dispatched to all enabled handlers in parallel, with results merged and ranked by a combination of match quality and historical

    Downloads and installs a ready-to-run binary for Linux or macOS without compiling from source.

    C++albertalbertlauncherapplication-launcher
    在 GitHub 上查看↗7,945
  • kenzok8/openwrt-packageskenzok8 的头像

    kenzok8/openwrt-packages

    7,132在 GitHub 上查看↗

    This project provides a curated collection of OpenWrt plugins and packages, offering a unified ecosystem for extending router functionality. It functions as both a package feed compatible with opkg and apk package managers and a source for custom firmware compilation, integrating directly with the OpenWrt build system through a script-based tool. The repository delivers daily pre-compiled binary packages organized by CPU architecture, enabling direct installation without requiring source compilation. These binaries are served through a globally distributed feed hosted on Cloudflare R2 edge no

    Lists ready-to-install packages organized by CPU architecture for direct download and installation.

    Shellalistddnstohomeproxy
    在 GitHub 上查看↗7,132
  • prodesire/python-guide-cnProdesire 的头像

    Prodesire/Python-Guide-CN

    4,432在 GitHub 上查看↗

    Python-Guide-CN is a Chinese translation of a comprehensive guide to idiomatic Python programming and software development. It serves as a curated programming tutorial and ecosystem reference, providing a structured path for learning Python syntax, standard libraries, and professional coding patterns. The project distinguishes itself by offering detailed instructions for setting up development environments across Windows, macOS, and Linux. It specifically focuses on the selection of interpreters and the management of virtual environments to ensure a consistent workspace. The guide covers a b

    Instructs on using prebuilt binary distributions to avoid the complexities of building libraries from source.

    Batchfile
    在 GitHub 上查看↗4,432
  • fo40225/tensorflow-windows-wheelfo40225 的头像

    fo40225/tensorflow-windows-wheel

    3,672在 GitHub 上查看↗

    This project provides precompiled TensorFlow binary distributions as Python wheels for Windows. It is designed to enable the installation of the TensorFlow framework without requiring manual compilation from source. The distribution specifically includes non-AVX builds, providing a machine learning runtime compatible with legacy or low-end CPUs that do not support AVX instructions. These packages facilitate machine learning environment setup and AI development workflows on Windows by offering ready-to-use binaries for rapid installation.

    Provides precompiled binary packages for TensorFlow to avoid manual compilation from source on Windows.

    Pythonbinarybuildcpp
    在 GitHub 上查看↗3,672
  • quickjs-ng/quickjsquickjs-ng 的头像

    quickjs-ng/quickjs

    2,703在 GitHub 上查看↗

    QuickJS is a lightweight, embeddable ECMAScript runtime that executes JavaScript programs conforming to the latest specification. It is designed as a compact, standards-compliant JavaScript engine suitable for resource-constrained environments and embedded systems, available both as prebuilt binaries and as source code that can be compiled for custom integration. The engine distinguishes itself through a minimal runtime footprint achieved by a single-pass compiler that produces compact bytecode, executed on a stack-based virtual machine. Memory management uses reference-counting garbage colle

    Offers ready-to-use binaries for quick installation without source compilation.

    C
    在 GitHub 上查看↗2,703
  • cargo-bins/cargo-binstallcargo-bins 的头像

    cargo-bins/cargo-binstall

    2,493在 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

    Downloads and installs pre-compiled Rust binaries from releases to eliminate local compilation time.

    Rustbinaryinstallerrust
    在 GitHub 上查看↗2,493
  1. Home
  2. DevOps & Infrastructure
  3. Deployment Management
  4. Installation and Package Management
  5. Binary and Source Installation
  6. Prebuilt Binary Installations