awesome-repositories.comBlog
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPBlogSitemapPrivacyTerms
Source Code Pruning Tools · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesSource Code Pruning Tools

Utilities for removing specific components or binary blobs from source code during build preparation.

Distinguishing note: Focuses on pre-build source cleanup, distinct from general code refactoring.

Explore 1 awesome GitHub repository matching software engineering & architecture · Source Code Pruning Tools. Refine with filters or upvote what's useful.

  1. Home
  2. Software Engineering & Architecture
  3. Source Code Pruning Tools

Awesome Source Code Pruning 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.
  • ungoogled-software/ungoogled-chromium

    ungoogled-software/ungoogled-chromium

    25,794View on GitHub↗

    Ungoogled Chromium is a desktop web browser derived from the open-source Chromium codebase, modified to remove all background communication with external services and proprietary dependencies. It functions as a privacy-focused distribution that ensures user data remains local by eliminating telemetry hooks and data collection integrations. The project distinguishes itself through extensive source-code pruning and domain-substitution patching, which replace hardcoded service URLs with non-functional placeholders to prevent unauthorized data transmission. It further hardens the browser runtime

    Removes non-free binary blobs and tracking-heavy components from the upstream codebase during build preparation.

    Pythonchromiumcontrolgoogle-chromium
    25,794View on GitHub↗