awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

8 dépôts

Awesome GitHub RepositoriesLinux Deployment Tools

Utilities for packaging and deploying applications on Linux distributions.

Distinguishing note: Focuses on the deployment aspect of cross-platform UI frameworks.

Explore 8 awesome GitHub repositories matching devops & infrastructure · Linux Deployment Tools. Refine with filters or upvote what's useful.

Awesome Linux Deployment Tools GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • avaloniaui/avaloniaAvatar de AvaloniaUI

    AvaloniaUI/Avalonia

    30,986Voir sur GitHub↗

    Avalonia is a cross-platform desktop framework that enables the creation of native-feeling applications for Windows, macOS, and Linux from a single codebase. It functions as a declarative UI toolkit, allowing developers to define complex visual hierarchies and interface structures using a markup-based syntax that maps directly to underlying object properties. By utilizing the Model-View-ViewModel architectural pattern, the framework facilitates a clean separation between application logic and user interface layout, which simplifies unit testing and component maintenance. The framework disting

    Deploys applications across various desktop distributions using graphical display protocols or direct hardware access.

    C#androidapp-frameworkavalonia
    Voir sur GitHub↗30,986
  • end-4/dots-hyprlandAvatar de end-4

    end-4/dots-hyprland

    12,857Voir sur GitHub↗

    This project is a configuration suite for the Hyprland Wayland compositor, providing a set of automated scripts and files to deploy a consistent desktop environment across Linux distributions. It functions as an automation tool that synchronizes system settings, software packages, and interface themes to ensure a uniform workspace state. The environment distinguishes itself through deep integration with language models, allowing users to access local or cloud-based AI assistants directly from the desktop interface for tasks such as text translation and content generation. Visual consistency i

    Automates the synchronization of system settings and software packages across Linux distributions.

    QMLdotfileshyprlandlinux
    Voir sur GitHub↗12,857
  • linebender/druidAvatar de linebender

    linebender/druid

    9,710Voir sur GitHub↗

    Druid is a native user interface toolkit and 2D graphics engine for the Rust programming language. It functions as a retained-mode, data-driven framework for building graphical user interfaces that run across Linux, macOS, and web browsers via WebAssembly. The toolkit distinguishes itself through a data-first approach to UI design, utilizing lenses to isolate subsets of global application state and synchronize them with specific widgets. This allows the visual layout to update automatically when the underlying data model changes. Its capability surface includes a constraint-based box layout

    Renders user interfaces on Linux distributions using X11 or Wayland windowing protocols.

    Rust
    Voir sur GitHub↗9,710
  • flynn/flynnAvatar de flynn

    flynn/flynn

    7,850Voir sur GitHub↗

    Flynn is an open-source Platform as a Service (PaaS) that automates the full lifecycle of containerized applications across any infrastructure. It functions as a container orchestration platform, scheduling and managing application containers with isolated filesystem and network stacks, while also providing a health-checked service discovery router that directs traffic only to healthy container instances. The platform is built around a Git-push deployment model, where pushing code to a configured repository triggers an automated build-test-deploy cycle. It supports declarative scaling, allowi

    Runs any Linux-compatible workload, including stateful services and databases, not just stateless web apps.

    Go
    Voir sur GitHub↗7,850
  • sandstorm-io/sandstormAvatar de sandstorm-io

    sandstorm-io/sandstorm

    7,037Voir sur GitHub↗

    Sandstorm is an open-source platform that packages and runs web applications in security-hardened sandboxes on a personal server, functioning as a self-hosted web app operating system. It provides a curated app store where users discover and install sandboxed web applications with one-click ease, while each application runs in an isolated container that uses Linux kernel security features to separate it from the host and other apps. The platform includes a centralized authentication layer so users sign in once and gain access to all installed applications without managing separate accounts per

    Runs any Linux-compatible web application with optional sandbox modifications.

    JavaScriptcapnprotodecentralizedhacktoberfest
    Voir sur GitHub↗7,037
  • v2fly/fhs-install-v2rayAvatar de v2fly

    v2fly/fhs-install-v2ray

    6,756Voir sur GitHub↗

    fhs-install-v2ray is a shell script that automates the deployment of V2Ray, a network proxy tool, on Linux servers. It downloads precompiled binaries and geographic data from a release server, places them into standard Linux filesystem directories, and registers V2Ray as a persistent background service managed by systemd. The script is designed to be idempotent, meaning repeated runs do not overwrite custom configurations, and uninstallation removes all installed files and services completely. The tool distinguishes itself by enforcing a Filesystem Hierarchy Standard (FHS) layout, mapping bin

    Places V2Ray binaries and configuration files into standard Linux directory paths for consistent cross-distribution layout.

    Shellinstallerscriptv2ray
    Voir sur GitHub↗6,756
  • google/clusterfuzzAvatar de google

    google/clusterfuzz

    5,574Voir sur GitHub↗

    ClusterFuzz is an automated platform that runs coverage-guided fuzzers at scale to find security and stability bugs in software. It orchestrates libFuzzer and AFL++ across distributed clusters of worker bots, collecting coverage feedback to guide input mutation and discover crashes. The platform provides a web-based dashboard for configuring fuzzing jobs, monitoring progress, and inspecting crash reports, with role-based access control to restrict sensitive features. The system automates the full fuzzing lifecycle, from build pipeline integration and corpus management to crash triage and bug

    Deploys Linux bots optimized for fuzzing with sanitizer support and preemptible instances for cost efficiency.

    Pythonfuzzingsecuritystability
    Voir sur GitHub↗5,574
  • mcp-ui-org/mcp-uiAvatar de MCP-UI-Org

    MCP-UI-Org/mcp-ui

    4,949Voir sur GitHub↗

    mcp-ui is a toolkit and framework for rendering interactive web components and managing communication between Model Context Protocol servers and host applications. It serves as a client interface library and a sandboxed web component renderer designed to move AI tool interactions beyond text-based outputs into visual interfaces. The project is distinguished by its secure rendering system, which utilizes a double-iframe architecture and a proxy layer to isolate guest user interfaces from the host application. It employs a JSON-RPC bridge to synchronize state and route user intents, ensuring bi

    Routes tool calls and intents from rendered UI snippets to the host application.

    TypeScriptaifrontendllm
    Voir sur GitHub↗4,949
  1. Home
  2. DevOps & Infrastructure
  3. Linux Deployment Tools

Explorer les sous-tags

  • Any-Workload Deployments1 sous-tagDeployment capabilities that support running any Linux-compatible workload, including stateful services and databases. **Distinct from Linux Deployment Tools:** Distinct from Linux Deployment Tools: focuses on workload-agnostic deployment beyond just packaging, covering stateful services.
  • FHS-Compliant DeployersDeployment tools that place binaries and configuration files into standard Linux directory paths for consistent cross-distribution layout. **Distinct from Linux Deployment Tools:** Distinct from Linux Deployment Tools: specifically enforces Filesystem Hierarchy Standard layout, not just general Linux deployment.
  • Fuzzing Bot DeploymentsDeploys Linux bots optimized for fuzzing with full sanitizer and engine support, using preemptible instances for cost efficiency. **Distinct from Linux Deployment Tools:** Distinct from Linux Deployment Tools: specifically targets fuzzing bot deployment with sanitizer support and preemptible instances.
  • Linux UI Rendering1 sous-tagSpecific implementation of UI rendering for Linux using X11 or Wayland protocols. **Distinct from Linux Deployment Tools:** Distinguishes native visual rendering from general package deployment tools