awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 Repos

Awesome GitHub RepositoriesStandalone Archive Deployment

Packaging applications as standalone executable archives for simplified installation and cross-platform execution.

Distinguishing note: Candidates focus on PaaS and cloud platforms, not standalone executable archives.

Explore 6 awesome GitHub repositories matching devops & infrastructure · Standalone Archive Deployment. Refine with filters or upvote what's useful.

Awesome Standalone Archive Deployment GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • gollum/gollumAvatar von gollum

    gollum/gollum

    14,279Auf GitHub ansehen↗

    Gollum is a Git-powered wiki engine and content management system that provides a web-based interface for editing and organizing files stored in a Git repository. It functions as a self-hosted documentation tool, using a Git-based storage backend to manage page content and track version history. The system is characterized by a pluggable markup rendering architecture that converts multiple markup languages and specialized notations into HTML. It supports a wide array of rich content, including mathematical typesetting, BibTeX bibliographies, and diagrams rendered via Mermaid. Broad capabilit

    Can be deployed as a standalone executable archive to simplify setup across different operating systems.

    Rubydocumentationdocumentation-toolgollum
    Auf GitHub ansehen↗14,279
  • nexe/nexeAvatar von nexe

    nexe/nexe

    13,571Auf GitHub ansehen↗

    Nexe is a cross-platform binary bundler and compiler that packages Node.js applications and their dependencies into single standalone executables. It functions as a runtime compiler that can build the Node.js runtime from source with custom flags and application snapshots to enable software distribution without requiring a pre-installed runtime. The system allows for cross-compilation across different operating systems and architectures from a single build environment. It includes a static asset bundler to embed external files and directories directly into the compiled binary for access at ru

    Provides the ability to package applications as standalone executable archives for simplified installation and cross-platform execution.

    TypeScriptbinariesbinarybundle
    Auf GitHub ansehen↗13,571
  • federatedai/fateAvatar von FederatedAI

    FederatedAI/FATE

    6,048Auf GitHub ansehen↗

    FATE is an open-source federated learning platform that enables multiple organizations to collaboratively train machine learning models without exposing raw data to any party. It provides a complete framework for private data collaboration, allowing participants to jointly compute on sensitive information while maintaining data privacy and security guarantees through secure multi-party computation protocols. The platform distinguishes itself through its comprehensive infrastructure management capabilities, supporting automated deployment of multi-party clusters using Ansible-driven provisioni

    Installs a single-machine version of the platform for local development and testing.

    Pythonalgorithmfatefederated-learning
    Auf GitHub ansehen↗6,048
  • gradleup/shadowAvatar von GradleUp

    GradleUp/shadow

    4,204Auf GitHub ansehen↗

    Shadow ist ein Gradle-Plugin zum Erstellen von Fat-JARs durch Bündelung einer JVM-Anwendung und aller ihrer Laufzeitabhängigkeiten in ein einziges ausführbares Archiv. Es fungiert als Dependency-Bundler und Archiv-Generator und vereinfacht die Distribution durch Zusammenführen mehrerer Library-Dateien in ein Artefakt. Das Projekt zeichnet sich durch die Fähigkeit aus, Bytecode-Package-Relocation durchzuführen, wodurch Package-Pfade und Import-Statements umbenannt werden, um Classpath-Versionskonflikte zu verhindern. Es bietet zudem Resource-Merging-Tools, die Dateien mit identischen Pfaden mittels benutzerdefinierter Text- oder XML-Transformer kombinieren, und erzeugt reproduzierbare Builds durch Normalisierung von Datei-Zeitstempeln und Berechtigungen. Das Plugin deckt ein breites Spektrum an Funktionen ab, einschließlich Archiv-Content-Filterung, Manifest-Management und der Generierung von Start-Skripten für das Deployment. Es handhabt zudem Artefakt-Publishing durch metadatengesteuerte Workflows und bietet Diagnose-Utilities für die Erkennung doppelter Einträge und die Lokalisierung von Classpath-Ressourcen.

    Bundles combined archives with startup scripts and supporting files into compressed folders for distribution.

    Kotlinbuildbundlingfat-jar
    Auf GitHub ansehen↗4,204
  • aws/aws-lambda-goAvatar von aws

    aws/aws-lambda-go

    3,798Auf GitHub ansehen↗

    This project provides a Go runtime and SDK for building and deploying serverless functions within the AWS Lambda environment. It consists of a library for managing the function runtime and a collection of predefined event type definitions for structured data handling. The toolkit includes utilities for packaging compiled Go binaries into the specific archive formats and naming conventions required for cloud deployment. It uses an interface-based handler mapping system to bind user-defined functions to a runtime wrapper that manages input and output serialization. The project covers event-dri

    Bundles compiled executables into the specific archive formats and naming conventions required for deployment.

    Go
    Auf GitHub ansehen↗3,798
  • dependencytrack/dependency-trackAvatar von DependencyTrack

    DependencyTrack/dependency-track

    3,612Auf GitHub ansehen↗

    Dependency-Track is a software composition analysis tool and vulnerability management system designed to track dependencies and supply chain risk. It functions as a platform for ingesting and analyzing CycloneDX software bills of materials to identify known vulnerabilities and license compliance issues within third-party software components. The system distinguishes itself by mirroring external vulnerability databases locally to enable fast offline analysis and using VEX documents to differentiate between technical vulnerabilities and actual contextual risks. It also integrates with identity

    Ships the application as a standalone executable archive with a bundled servlet container for simplified installation.

    Javaappsecbill-of-materialsbom
    Auf GitHub ansehen↗3,612
  1. Home
  2. DevOps & Infrastructure
  3. Standalone Archive Deployment

Unter-Tags erkunden

  • Deployment Archive BundlingPackaging combined archives with startup scripts and configuration files for production deployment. **Distinct from Standalone Archive Deployment:** Focuses on the creation of the deployment bundle including scripts, rather than just the executable archive itself.