awesome-repositories.com
Blog
MCP
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
·
Back to swaagie/minimize

Open-source alternatives to Minimize

30 open-source projects similar to swaagie/minimize, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Minimize alternative.

  • imagemin/imageminAvatar imagemin

    imagemin/imagemin

    5,717Vezi pe GitHub↗

    imagemin is a Node.js image optimizer and minification tool designed to reduce the storage size of image assets. It functions as a build pipeline asset optimizer that employs both lossy and lossless compression to remove unnecessary metadata and optimize pixel data. The project uses a plugin-based architecture to extend its functionality, loading external modules that handle specific image formats and compression algorithms. This allows the tool to serve as a flexible toolkit for automating image compression within development pipelines. The system covers broad capabilities for web performan

    JavaScript
    Vezi pe GitHub↗5,717
  • mishoo/uglifyjsAvatar mishoo

    mishoo/UglifyJS

    13,392Vezi pe GitHub↗

    UglifyJS is a tool for JavaScript code minification, AST manipulation, and source beautification. Its primary purpose is to reduce the file size of JavaScript source code by removing whitespace and shortening variable names to optimize frontend build assets. The project differentiates itself through its ability to programmatically analyze and transform code using abstract syntax trees. It performs constant folding analysis and conditional compilation to eliminate unreachable or redundant code, and it employs a multi-pass compression pipeline to maximize total file size reduction. The tool pr

    JavaScript
    Vezi pe GitHub↗13,392
  • babel/minifyAvatar babel

    babel/minify

    4,376Vezi pe GitHub↗

    This project is an AST-based code optimizer and compressor for modern ECMAScript, JSX, and TypeScript source code. It functions as a JavaScript minifier that uses the Babel toolchain to reduce file size by removing unnecessary characters and whitespace while preserving program logic. The tool is distinguished by its ability to process experimental language proposals and transform modern syntax into browser-compatible versions. It provides specialized handling for React JSX transpilation and strips type annotations from TypeScript files to produce compressed production assets. The system cove

    JavaScript
    Vezi pe GitHub↗4,376

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Find more with AI search
  • clean-css/clean-cssAvatar clean-css

    clean-css/clean-css

    4,201Vezi pe GitHub↗

    Clean-CSS is a Node.js CSS optimizer that functions as a minifier, bundler, and post-processor. It is designed to decrease total stylesheet volume by removing whitespace, comments, and redundant code. The project provides a pipeline for applying custom transformations and browser compatibility adjustments. It allows for the programmatic modification of CSS rules and values through a plugin system and the use of custom optimization plugins. The tool covers a broad range of asset optimization capabilities, including stylesheet bundling, import rule inlining, and relative URL rebasing. It also

    JavaScript
    Vezi pe GitHub↗4,201
  • gregberge/svgrG

    gregberge/svgr

    11,043Vezi pe GitHub↗

    SVGR is a tool that transforms static SVG files into reusable React components for direct rendering within user interface trees. It functions as an AST-based code transformer and build-time asset pipeline, parsing SVG XML into an abstract syntax tree to modify elements before generating JavaScript source code. The project integrates an external optimization engine to strip redundant metadata and minify attributes, ensuring vector images are flexible and easy to style. It uses recursive tree traversal to apply these transformations to all nested graphic elements and employs attribute mapping t

    TypeScript
    Vezi pe GitHub↗11,043
  • cobrateam/django-htmlminAvatar cobrateam

    cobrateam/django-htmlmin

    543Vezi pe GitHub↗

    HTML minifier for Python frameworks (not only Django, despite the name).

    Python
    Vezi pe GitHub↗543
  • css/cssoAvatar css

    css/csso

    3,792Vezi pe GitHub↗

    csso is a CSS minifier and optimizer that reduces stylesheet file sizes through structural analysis and algebraic transformations. It functions as an abstract syntax tree processor, converting styles into a structured tree to perform deep analysis and semantic-preserving code transformations while maintaining the original visual presentation. The project distinguishes itself through usage-aware optimization, analyzing external HTML markup and class identifiers to prune unused styles and reorganize rules based on actual document usage. It also performs structural refactoring by identifying and

    JavaScript
    Vezi pe GitHub↗3,792
  • cssnano/cssnanoC

    cssnano/cssnano

    4,974Vezi pe GitHub↗

    cssnano is a CSS compression tool and minifier that reduces the file size and gzip footprint of stylesheets. It operates as a build pipeline optimizer and code transformer that removes whitespace and comments while shortening colors and gradients into their smallest possible representations. The tool uses a modular plugin architecture and preset-based optimization levels to balance compression intensity with browser compatibility. It allows for the adjustment of output based on a target list of supported browsers to ensure minified styles remain compatible across different environments. The

    CSS
    Vezi pe GitHub↗4,974
  • deanhume/html-minifierAvatar deanhume

    deanhume/html-minifier

    138Vezi pe GitHub↗

    A simple command line tool to minify your HTML, Razor views & Web Forms views

    C#
    Vezi pe GitHub↗138
  • django-compressor/django-compressorAvatar django-compressor

    django-compressor/django-compressor

    2,868Vezi pe GitHub↗

    Compresses linked and inline javascript or CSS into a single cached file.

    Python
    Vezi pe GitHub↗2,868
  • gruntjs/grunt-contrib-concatAvatar gruntjs

    gruntjs/grunt-contrib-concat

    799Vezi pe GitHub↗

    Concatenate files.

    JavaScript
    Vezi pe GitHub↗799
  • gruntjs/grunt-contrib-cssminAvatar gruntjs

    gruntjs/grunt-contrib-cssmin

    791Vezi pe GitHub↗

    Compress CSS files.

    JavaScript
    Vezi pe GitHub↗791
  • gruntjs/grunt-contrib-htmlminAvatar gruntjs

    gruntjs/grunt-contrib-htmlmin

    421Vezi pe GitHub↗

    Minify HTML.

    JavaScript
    Vezi pe GitHub↗421
  • gruntjs/grunt-contrib-imageminAvatar gruntjs

    gruntjs/grunt-contrib-imagemin

    1,208Vezi pe GitHub↗

    Minify PNG, JPG, GIF and SVG images.

    JavaScript
    Vezi pe GitHub↗1,208
  • gruntjs/grunt-contrib-uglifyAvatar gruntjs

    gruntjs/grunt-contrib-uglify

    1,473Vezi pe GitHub↗

    Minify files with UglifyJS.

    JavaScript
    Vezi pe GitHub↗1,473
  • jafarakhondali/tapneshAvatar JafarAkhondali

    JafarAkhondali/Tapnesh

    21Vezi pe GitHub↗

    CLI bash script to optimize images in parallel easily and efficiently!

    Shell
    Vezi pe GitHub↗21
  • jakubpawlowicz/clean-cssAvatar jakubpawlowicz

    jakubpawlowicz/clean-css

    4,202Vezi pe GitHub↗

    Clean-CSS is a Node.js CSS optimizer and minifier designed to reduce stylesheet file sizes and improve web performance. It functions as a CSS post-processor that removes unnecessary whitespace, comments, and redundant properties from stylesheets. The project utilizes an abstract syntax tree for parsing and a multi-pass optimization pipeline to restructure rules and simplify properties. It features a plugin interface for custom style transformations and provides compatibility-aware minification to ensure styles remain functional across specific legacy browser versions. Additional capabilities

    JavaScript
    Vezi pe GitHub↗4,202
  • jamiemason/grunt-imageoptimAvatar JamieMason

    JamieMason/grunt-imageoptim

    474Vezi pe GitHub↗

    Make ImageOptim, ImageAlpha and JPEGmini part of your automated build process

    JavaScript
    Vezi pe GitHub↗474
  • jamiemason/imageoptim-cliAvatar JamieMason

    JamieMason/ImageOptim-CLI

    3,520Vezi pe GitHub↗

    Make optimisation of images part of your automated build process

    TypeScript
    Vezi pe GitHub↗3,520
  • jarred-sumner/atbuildAvatar jarred-sumner

    jarred-sumner/atbuild

    35Vezi pe GitHub↗

    Use JavaScript to generate JavaScript

    TypeScript
    Vezi pe GitHub↗35
  • javascript-obfuscator/javascript-obfuscatorAvatar javascript-obfuscator

    javascript-obfuscator/javascript-obfuscator

    16,129Vezi pe GitHub↗

    This project is a JavaScript code protection tool designed to transform source code into a version that is difficult for humans to read. Its primary purpose is to protect intellectual property and prevent reverse engineering by altering the original program logic. The tool employs several advanced techniques to hinder analysis, including control flow flattening and the injection of dead code. It can compile functions into custom bytecode executed by an embedded virtual machine and encrypt string literals to prevent static analysis of text. Additional capabilities include anti-debugging mecha

    TypeScript
    Vezi pe GitHub↗16,129
  • jayxon/leanifyAvatar JayXon

    JayXon/Leanify

    852Vezi pe GitHub↗

    lightweight lossless file minifier/optimizer

    C++
    Vezi pe GitHub↗852
  • jazzband/django-pipelineAvatar jazzband

    jazzband/django-pipeline

    1,544Vezi pe GitHub↗

    Pipeline is an asset packaging library for Django.

    Python
    Vezi pe GitHub↗1,544
  • jney/grunt-htmlcompressorAvatar jney

    jney/grunt-htmlcompressor

    34Vezi pe GitHub↗

    grunt plugin for html compression, using htmlcompressor.jar

    JavaScript
    Vezi pe GitHub↗34
  • johncashmore/grunt-cssshrinkAvatar JohnCashmore

    JohnCashmore/grunt-cssshrink

    29Vezi pe GitHub↗

    A grunt wrapper for CSS Shrink

    JavaScript
    Vezi pe GitHub↗29
  • jonschlinkert/gulp-htmlminAvatar jonschlinkert

    jonschlinkert/gulp-htmlmin

    725Vezi pe GitHub↗

    Minify HTML

    HTML
    Vezi pe GitHub↗725
  • kangax/html-minifierAvatar kangax

    kangax/html-minifier

    5,045Vezi pe GitHub↗

    html-minifier is a Node.js utility designed to reduce HTML file size by optimizing markup, simplifying document structures, and compressing embedded CSS and JavaScript. It functions as an HTML markup compressor and web document optimizer that removes whitespace, comments, and redundant attributes. The tool distinguishes itself by acting as an embedded asset optimizer, processing content within style and script tags through specialized compression engines. It simplifies the final output by removing optional tags and replacing long doctypes with shorter versions. The project covers a range of

    JavaScript
    Vezi pe GitHub↗5,045
  • koajs/html-minifierAvatar koajs

    koajs/html-minifier

    32Vezi pe GitHub↗

    minify HTML responses like some crazy guy

    JavaScript
    Vezi pe GitHub↗32
  • lovell/sharpAvatar lovell

    lovell/sharp

    32,340Vezi pe GitHub↗

    Sharp is a high-performance image processing library for Node.js. It serves as a native extension and wrapper for the libvips framework, providing tools for image resizing, format conversion, and programmatic data manipulation. The project enables the transformation of images into web-friendly formats such as WebP and AVIF while preserving color profiles and alpha channels. It also provides capabilities for generating blank image buffers with specified dimensions and background colors. The library covers a broad range of image manipulation utilities, including rotation, extraction, compositi

    JavaScriptavifcropexif
    Vezi pe GitHub↗32,340
  • mozilla/mozjpegAvatar mozilla

    mozilla/mozjpeg

    5,685Vezi pe GitHub↗

    Mozjpeg is a high-performance C library for encoding, decoding, and transcoding JPEG images. It serves as a binary-compatible, drop-in replacement for standard JPEG libraries, maintaining existing function signatures to improve compression efficiency without requiring changes to application logic. The library functions as an image optimizer that reduces file sizes through lossless progressive encoding and coefficient optimization. It utilizes trellis-based quantization and SIMD-accelerated processing to optimize the trade-off between visual quality and file size. Its broader capabilities inc

    C
    Vezi pe GitHub↗5,685