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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
psygreg avatar

psygreg/linuxtoys

0
View on GitHub↗
1,243 estrellas·73 forks·Python·GPL-3.0·8 vistaslinux.toys↗

Linuxtoys

Linuxtoys is a cross-distribution build system and package orchestrator designed to automate the creation of software for various Linux environments. It functions as a framework for compiling source code into native package formats, such as DEB and RPM files, while simultaneously providing the capability to generate standalone binaries that bypass complex host-level dependency management.

The project distinguishes itself by utilizing isolated, container-based environments to ensure build consistency regardless of the underlying host configuration. It integrates host-aware dependency resolution to automatically detect system requirements and provision necessary libraries or utilities, facilitating reproducible development workflows.

Beyond its core build capabilities, the toolset includes management utilities that operate as portable, standalone executables. These utilities allow for the dynamic generation of shell environments and the automation of system-level tasks, enabling consistent development and deployment processes across diverse Linux distributions.

Features

  • Cross-Platform Build Systems - Acts as a cross-distribution build system for compiling source code into native Linux package formats.
  • Linux Package Generators - Orchestrates the creation of distribution-specific software packages within isolated containerized environments.
  • Development Environment Management - Manages reproducible development environments by configuring shells and automating system dependency installation.
  • Portable System Utilities - Provides portable system utilities that run as standalone executables without requiring formal installation.
  • Build Isolation Environments - Encapsulates compilation toolchains within isolated containers to ensure consistent binary outputs across different host configurations.
  • Standalone Binaries - Packages software as self-contained executables to bypass complex host-level dependency management.
  • System Dependency Managers - Detects host operating systems to automatically install and configure necessary system-level software dependencies.
  • Distribution and Packaging - Provides methods for packaging and distributing software across diverse Linux distributions using native formats.
  • Build Automation - Automates cross-distribution build workflows by orchestrating processes within isolated container environments.
  • Dependency Resolution - Automates the discovery and provisioning of required system libraries and utilities based on the host operating system.
  • Environment Provisioning - Automates the setup of consistent shell environments and required dependencies for development workflows.
  • Reproducible Build Environments - Ensures consistent shell environments and dependency states to keep build processes reliable across machines.
  • Ephemeral Environments - Provisions short-lived, reproducible execution contexts for software development and build tasks.

Historial de estrellas

Gráfico del historial de estrellas de psygreg/linuxtoysGráfico del historial de estrellas de psygreg/linuxtoys

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Linuxtoys

Proyectos open-source similares, clasificados según cuántas características comparten con Linuxtoys.
  • cake-build/cakeAvatar de cake-build

    cake-build/cake

    4,179Ver en 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
    Ver en GitHub↗4,179
  • nuke-build/nukeAvatar de nuke-build

    nuke-build/nuke

    3,707Ver en 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
    Ver en GitHub↗3,707
  • premake/premake-coreAvatar de premake

    premake/premake-core

    3,566Ver en GitHub↗

    Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine that transforms scripted workspace definitions into native project files for multiple build toolsets and compilers. Additionally, it can generate JSON-formatted compilation databases for use with language servers and static analysis tools. The project distinguishes itself through a programmable runtime that allows for internal function hooking and the interception of build logic. This extensibility enables users to create custom toolset generators, implement modular extensions f

    Cchacktoberfestlua
    Ver en GitHub↗3,566
  • jetify-com/devboxAvatar de jetify-com

    jetify-com/devbox

    12,105Ver en GitHub↗

    Devbox is a development environment orchestrator designed to create reproducible, isolated workspaces for software projects. By leveraging declarative configuration files and the Nix package manager, it ensures that project dependencies, environment variables, and tooling remain consistent across different machines and team members. It functions as a central manager for project-specific environments, providing isolated shell execution that prevents conflicts with host system software. The project distinguishes itself through its ability to bridge local development and cloud-hosted infrastruct

    Gobuild-systembuild-toolbuildpack
    Ver en GitHub↗12,105
Ver las 30 alternativas a Linuxtoys→

Preguntas frecuentes

¿Qué hace psygreg/linuxtoys?

Linuxtoys is a cross-distribution build system and package orchestrator designed to automate the creation of software for various Linux environments. It functions as a framework for compiling source code into native package formats, such as DEB and RPM files, while simultaneously providing the capability to generate standalone binaries that bypass complex host-level dependency management.

¿Cuáles son las características principales de psygreg/linuxtoys?

Las características principales de psygreg/linuxtoys son: Cross-Platform Build Systems, Linux Package Generators, Development Environment Management, Portable System Utilities, Build Isolation Environments, Standalone Binaries, System Dependency Managers, Distribution and Packaging.

¿Qué alternativas de código abierto existen para psygreg/linuxtoys?

Las alternativas de código abierto para psygreg/linuxtoys incluyen: cake-build/cake — Cake is a cross-platform build automation system and scripting framework that allows users to define software build… nuke-build/nuke — Nuke is a build automation system for defining software compilation and deployment pipelines using a strongly typed C#… premake/premake-core — Premake is a build system generator and cross-platform build configuration tool. It functions as a scripting engine… jetify-com/devbox — Devbox is a development environment orchestrator designed to create reproducible, isolated workspaces for software… pypa/sampleproject — This project is a reference implementation and tutorial designed to demonstrate the end-to-end workflow of building,… mamba-org/mamba — Mamba is a package manager for scientific and data science workflows that implements a high-performance dependency…