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
psygreg avatar

psygreg/linuxtoys

0
View on GitHub↗
1,243 stars·73 forks·Python·GPL-3.0·12 viewslinux.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.

Star history

Star history chart for psygreg/linuxtoysStar history chart for psygreg/linuxtoys

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Linuxtoys

Similar open-source projects, ranked by how many features they share with Linuxtoys.
  • 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
  • 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
  • premake/premake-corepremake avatar

    premake/premake-core

    3,566View on 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
    View on GitHub↗3,566
  • jetify-com/devboxjetify-com avatar

    jetify-com/devbox

    12,105View on 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
    View on GitHub↗12,105
See all 30 alternatives to Linuxtoys→

Frequently asked questions

What does psygreg/linuxtoys do?

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.

What are the main features of psygreg/linuxtoys?

The main features of psygreg/linuxtoys are: Cross-Platform Build Systems, Linux Package Generators, Development Environment Management, Portable System Utilities, Build Isolation Environments, Standalone Binaries, System Dependency Managers, Distribution and Packaging.

What are some open-source alternatives to psygreg/linuxtoys?

Open-source alternatives to psygreg/linuxtoys include: 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…