awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Package Packaging Tools · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesPackage Packaging Tools

Utilities and configurations for bundling software into distribution-specific package formats.

Distinguishing note: Specifically targets the creation of Snap packages for Linux distribution.

Explore 1 awesome GitHub repository matching devops & infrastructure · Package Packaging Tools. Refine with filters or upvote what's useful.

  1. Home
  2. DevOps & Infrastructure
  3. Package Packaging Tools

Awesome Package Packaging Tools GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • VSCodium/vscodium

    VSCodium/vscodium

    30,216View on GitHub↗

    VSCodium provides free, open-source binaries of the Visual Studio Code editor. It serves as a telemetry-free development environment, utilizing automated build pipelines to strip proprietary tracking and data collection components from the source code before generating ready-to-use installation artifacts. The project distinguishes itself by decoupling the editor from proprietary marketplaces, defaulting instead to the community-driven Open VSX Registry for plugin management. It maintains environment isolation through custom configuration logic, such as using independent registry paths for sys

    ``` # for the stable version cd ./stores/snapcraft/stable # for the insider version cd ./stores/snapcraft/insider # create the snap snapcraft --use-lxd # verify the snap review-tools.snap-review --allow-classic codium*.s

    Shelleditorflosside
    30,216View on GitHub↗