awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

10 repository-uri

Awesome GitHub RepositoriesPortable Binaries

Self-contained software packages that include all dependencies for standalone execution.

Distinguishing note: Focuses on portability and lack of external infrastructure requirements.

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

Awesome Portable Binaries GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • chubin/wttr.inAvatar chubin

    chubin/wttr.in

    29,882Vezi pe GitHub↗

    This project is a network-accessible weather information service designed specifically for command-line environments. It delivers real-time meteorological data directly to terminal interfaces through simple HTTP requests, allowing users to retrieve weather reports without leaving their development environment or using a web browser. The service distinguishes itself through a stateless architecture that utilizes content negotiation to provide the optimal output format based on the client request. Whether a user requires plain text, ANSI-colored terminal output, structured JSON for programmatic

    Includes all necessary dependencies to run a standalone data server without external infrastructure.

    Goascii-artcurlterminal
    Vezi pe GitHub↗29,882
  • elysiajs/elysiaAvatar elysiajs

    elysiajs/elysia

    18,531Vezi pe GitHub↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    Compiles applications into portable binaries to eliminate external dependencies and reduce memory usage.

    TypeScriptbunframeworkhttp
    Vezi pe GitHub↗18,531
  • scipy/scipyAvatar scipy

    scipy/scipy

    14,474Vezi pe GitHub↗

    SciPy is a scientific computing library for Python that provides a comprehensive collection of mathematical algorithms and numerical tools for research and engineering. It functions as a high-performance numerical analysis framework, bridging high-level Python code with compiled C and Fortran routines to execute complex computations at hardware speeds. The library is built upon array-based data structures that utilize strided memory layouts to enable efficient data manipulation and slicing. By employing vectorized operation dispatch and linking to optimized hardware-specific linear algebra li

    Bundles compiled artifacts into portable formats for easy installation without local build environments.

    Pythonalgorithmsclosemberpython
    Vezi pe GitHub↗14,474
  • probonopd/appimagekitAvatar probonopd

    probonopd/AppImageKit

    9,348Vezi pe GitHub↗

    AppImageKit is a set of utility tools for the portable Linux application format, designed to bundle desktop applications into single executable binaries that run across multiple Linux distributions without requiring a system-wide installation. The toolkit provides specialized utilities for packaging applications into standalone binaries, extracting embedded filesystem images for inspection or execution, and signing binaries with cryptographic signatures to verify authenticity and integrity. The project covers binary packaging and deployment, embedded filesystem management, and digital packag

    Packages desktop applications into single executable files that run across multiple Linux distributions without installation.

    C
    Vezi pe GitHub↗9,348
  • ublue-os/bazziteAvatar ublue-os

    ublue-os/bazzite

    7,876Vezi pe GitHub↗

    Bazzite is an immutable, atomic-image-based operating system designed for gaming performance and handheld hardware. It utilizes a read-only root filesystem and versioned images to provide atomic updates and instant system rollbacks, ensuring a stable core environment. The system is distinguished by its deep optimization for portable gaming devices, featuring dedicated handheld hardware management for CPU undervolting, fan control, and display refresh rate overclocking. It includes a specialized gaming mode that boots directly into a console-like interface with integrated input mapping and a t

    Integrates standalone binaries into the desktop environment and tracks available updates for them.

    Shelldesktopfedora-kinoitefedora-linux
    Vezi pe GitHub↗7,876
  • lunatic-solutions/lunaticAvatar lunatic-solutions

    lunatic-solutions/lunatic

    4,867Vezi pe GitHub↗

    Lunatic este un runtime WebAssembly și un manager de procese concurente care implementează un model inspirat de Erlang de concurență ușoară și toleranță la erori. Funcționează ca un sistem de actori distribuit unde procesele izolate comunică prin transmiterea de mesaje într-o rețea de noduri conectate. Sistemul utilizează un mediu sandbox WebAssembly pentru a izola memoria și a restricționa permisiunile de apel de sistem pentru fiecare proces individual. Acest model de securitate bazat pe capabilități asigură că procesele sunt izolate pentru a executa în siguranță cod neîncredere. Platforma oferă un arbore de supraveghere tolerant la erori pentru monitorizarea ierarhică și repornirea automată a proceselor care eșuează. Gestionează sarcinile de lucru cu concurență ridicată folosind un scheduler preemptiv de tip work-stealing pentru a executa mii de thread-uri ușoare (green threads). Runtime-ul suportă coordonarea sistemelor distribuite prin gruparea nodurilor pe diferite mașini fizice și gestionează traficul de rețea pentru protocoale precum TCP și WebSockets.

    Ships as a single compiled binary that executes across different hardware architectures and operating systems without recompilation.

    Rustactorsassemblyscripterlang
    Vezi pe GitHub↗4,867
  • skeeto/w64devkitAvatar skeeto

    skeeto/w64devkit

    4,568Vezi pe GitHub↗

    w64devkit este un kit de dezvoltare C/C++ MinGW-w64 portabil și un toolchain GCC auto-conținut pentru Windows. Oferă un mediu de build nativ pentru compilarea codului sursă C, C++ și Fortran în binare executabile x86 și x64, fără a necesita instalare la nivel de sistem sau modificări ale regiștrilor și variabilelor de mediu ale gazdei. Toolchain-ul este distribuit ca o suită auto-conținută de compilatoare, linkere și assemblere care rulează din orice director. Include un wrapper de mediu bazat pe shell pentru a configura automat calea către binarele sale și utilizează link-area statică pentru a elimina conflictele de dependență de runtime externe. Dincolo de compilare, kit-ul include un toolkit de debugging pentru inspectarea memoriei și analizarea proceselor care rulează, precum și utilitare pentru inspectarea binară PE pentru a decoda tabelele de import și export. De asemenea, acoperă automatizarea fluxului de lucru de build, semnarea codului binar și crearea pachetelor de instalare Windows.

    Ships as a self-contained package with minimal dependencies to ensure the environment runs on any Windows version without setup.

    C++
    Vezi pe GitHub↗4,568
  • nixos/patchelfAvatar NixOS

    NixOS/patchelf

    4,211Vezi pe GitHub↗

    patchelf este o suită de utilitare administrative pentru modificarea linker-ului dinamic și a căilor de căutare runtime în executabilele ELF. Acesta funcționează ca un modificator de binare ELF și manager de dependențe, permițând editarea căilor interpretorului și gestionarea dependențelor de biblioteci partajate. Proiectul oferă instrumente specializate pentru actualizarea căii interpretorului în vederea specificării unui loader dinamic diferit la runtime și un instrument de gestionare RPATH pentru adăugarea sau eliminarea căilor de căutare a bibliotecilor în header-ele binarelor. Include, de asemenea, capabilități pentru modificarea identificatorilor interni ai bibliotecilor dinamice și gestionarea intrărilor necesare ale unui binar pentru a adăuga, elimina sau înlocui dependențele declarate. Aceste utilitare acoperă o gamă largă de sarcini de modificare a binarelor, inclusiv actualizarea secțiunii dinamice și a header-elor programului, extinderea tabelelor de string-uri și rescrierea binarelor in-place. Setul de instrumente suportă, de asemenea, pre-rezolvarea dependențelor pentru a reduce căutările în sistemul de fișiere în timpul pornirii aplicației.

    Modifies the RPATH of compiled binaries so they can run on different systems without global library installations.

    C
    Vezi pe GitHub↗4,211
  • x-cmd/x-cmdAvatar x-cmd

    x-cmd/x-cmd

    4,037Vezi pe GitHub↗

    x-cmd is an AI agent orchestrator, cloud infrastructure CLI, and cross-platform package manager that provides an enhanced POSIX shell toolkit. It integrates large language models directly into the terminal for chatting, code generation, and the execution of agentic workflows, while offering a framework for building interactive terminal user interface components. The project distinguishes itself by deploying containerized AI agents within isolated sandboxes, provisioning them with specialized skills and headless browser automation capabilities. It further streamlines development through a unif

    Downloads and installs pre-compiled portable binaries from remote releases to enable tool usage without root privileges.

    Shellagentaibash
    Vezi pe GitHub↗4,037
  • aefyr/saiAvatar Aefyr

    Aefyr/SAI

    3,430Vezi pe GitHub↗

    SAI is a binary package bundler and application manager designed for Android and iOS. It functions as an installer and export tool that packages application source files and metadata into a proprietary format for portable distribution and backup. The project features a rootless application deployment pipeline, allowing the installation of third-party packages on mobile devices without requiring system-level root access. It includes a split archive reconstructor to reassemble fragmented application files into complete installation directories during deployment. The tool covers Android split A

    Wraps application source files and descriptive metadata into a proprietary format for portable distribution.

    Java
    Vezi pe GitHub↗3,430
  1. Home
  2. DevOps & Infrastructure
  3. Portable Binaries

Explorează sub-etichetele

  • Proprietary Application ContainersCustom binary formats that encapsulate application files and metadata for portable distribution. **Distinct from Portable Binaries:** Distinct from general portable binaries by using a proprietary container format that bundles source files and metadata together.