Software Alternatives, Accelerators & Startups

Squoosh

Compress and compare images with different codecs, right in your browser.

Squoosh

Squoosh Reviews and Details

This page is designed to help you find out whether Squoosh is good and if it is the right choice for you.

Screenshots and images

  • Squoosh Landing page
    Landing page //
    2024-08-13

Features & Specs

  1. Free to Use

    Squoosh is a free web application, which makes it accessible to anyone without the need for a subscription or payment.

  2. User-Friendly Interface

    The application features an intuitive and easy-to-navigate interface that simplifies the image compression process.

  3. Multiple Formats Support

    Squoosh supports a wide range of image formats including JPEG, PNG, WebP, and AVIF, allowing for versatile usage.

  4. Real-Time Comparison

    Users can compare the original and compressed images side-by-side in real time, providing immediate visual feedback on the compression quality.

  5. Customization Options

    The app allows users to adjust various parameters such as quality, resizing, and other advanced settings for greater control over the compression.

  6. Open Source

    Squoosh is an open-source project, meaning that its code is transparent and can be reviewed, modified, and improved by the community.

  7. Offline Capability

    The application can also be used offline, adding a layer of convenience for users who may not always have consistent internet access.

Badges & Trophies

Promote Squoosh. You can add any of these badges on your website.

SaaSHub badge
Show embed code
SaaSHub badge
Show embed code

Videos

Jumbo Squoosh-oโ€™s Review! #SLIMESTAGRAM #JumboSquooshos

DIY Stress Balls | *NEW* Galaxy Squoosh-O's Unboxing & Review!! | Sneak Peek

Jumbo Squoosh-O's DIY Stress Toy Kit: Unboxing, Setup & Review

Reviews

  1.  
    Best tool to make images smaller or to figure out the right setting for batch work

    The only negative thing about this web app, is that it's not clear which formats are supported in which browsers.

    ๐Ÿ‘ Pros:    Intuitive|Easy user interface|User-friendly|Great user experience|Web app|Offline mode|Fast ui|Fast

Post a review

Social recommendations and mentions

We have tracked the following product recommendations or mentions on various public social media platforms and blogs. They can help you see what people think about Squoosh and what they use it for.
  • Can you build a recognizable World Map in under 500 bytes?
    Its a fun challenge. I used https://squoosh.app to make a pretty good one. Mostly just a resize and then OxiPNG for compression. Managed a 124x62 black/white image. OP has a resolution of 195x53, so I had very similar, but slightly worse I think? Mostly a different aspect ratio + map projection I think. Playing with Squoosh.app is very fun, and you can very easily see how the jump from 500b to ~1.5kb turns a map... - Source: Hacker News / 10 days ago
  • Speed Up Your WordPress Site in 30 Minutes: A No-Plugin Performance Guide
    Use a free tool like Squoosh (by Google) to batch convert your existing images to WebP. - Source: dev.to / about 2 months ago
  • Free Browser Tools for Developers Who Make Content
    Every image goes through Squoosh before it lands in any repo I own. Drag the file in, pick WebP or AVIF, drag the quality slider until the preview still looks clean, download. The size reduction is usually 60โ€“80% with no visible quality loss. It runs entirely locally in your browser โ€” nothing is uploaded anywhere. For a performance-conscious developer this matters. Best for: Pre-commit image optimisation, blog... - Source: dev.to / 3 months ago
  • Rust WASM vs TypeScript Performance: Why the 'Faster' Language Lost by 25% [2026]
    The Squoosh image compression app from Google is a great example. It runs codecs like MozJPEG and WebP entirely in WASM, processing large image buffers with minimal boundary crossings. Near-native compression performance, right in the browser. - Source: dev.to / 4 months ago
  • Flutter App Taking Too Long to Start? Here's What You're Doing Wrong
    For images, tools like TinyPNG or Squoosh can reduce file sizes dramatically, often by 60-80%, with little to no visible quality difference. For your splash screen specifically, consider using a simple vector image (SVG) or even a plain color with your logo instead of a heavy raster image. Flutter's native splash screen supports this out of the box and it's blazing fast. - Source: dev.to / 5 months ago
  • SVG vs PNG vs ICO: Choosing the Right Icon Format in 2025
    Optimizing PNGs: Always compress PNGs before using them on the web. Tools like ImageOptim, TinyPNG, or Squoosh can reduce file sizes dramatically. - Source: dev.to / 5 months ago
  • Show HN: FaceCrop โ€“ Align and crop portrait photos with face detection
    Thanks, that's a good shout! Two thoughts: 1) I'm not 100% sure what to do when the ratio can't be complied with because the original photo has a certain shape, but I'm definitely thinking about it; in general, how to get as much as a consistent crop is the main reason for FaceCrop; 2) trying to keep the UX as simple as possible, so I assume (in this MVP) that the user wants to crop pictures at the same... - Source: Hacker News / 5 months ago
  • Tool for Lazy Web Devs
    Always used Squoosh [1] for that. It does the job perfectly but its a bit heavy as its an electron app, I would not be paying for an image convert app, but I guess Mac users are more used to pay for everything. It seems that it can do bulk, I'm not sure squoosh can though (After searching I can't find the Electron version, did it disappear?) [1] https://squoosh.app/. - Source: Hacker News / 7 months ago
  • Dithering โ€“ Part 1
    Use Google's Squoosh.app: https://squoosh.app When editing an image you can choose the 'Reduce palette' option to bring up a way to reduce the number of images used, and the palette reduction panel will let you optionally apply dithering or not. The dithering algorithm is not selectable but it's worth trying to see if you like it. - Source: Hacker News / 9 months ago
  • Show HN: A fast, privacy-first image converter that runs in browser
    Https://squoosh.app/ has long been my go-to. UI is fantastic for letting me do the thing I most often am looking for, shrinking down large image files. - Source: Hacker News / 9 months ago
  • 13 Game-Changing Performance Fixes Every Front-End Developer Shouldย Know
    โœ… Use TinyPNG or Squoosh before uploading images. - Source: dev.to / about 1 year ago
  • Overengineering OpenGraph image generation on Vercel
    Use Squoosh to compress those static assets. I find turning everything to JPEG via MozJPEG the best option for size/quality balance. - Source: dev.to / 12 months ago
  • How to actually optimize your website
    Reduce the image file size with Squoosh. - Source: dev.to / 12 months ago
  • My Best Web Development and Design Resources for 2025
    Pro Tip: Optimize your images with Squoosh to ensure fast-loading websites without sacrificing quality. - Source: dev.to / 12 months ago
  • Predictions for the Future of Programming Future in 2030
    Squoosh app: the image converter and compressor created by Google. - Source: dev.to / over 1 year ago
  • Show HN: I Built ImgFiber-Better Image Optimizer. Free No Limits
    As an alternative to this, I quite like https://squoosh.app/ - Also works on-device, but additionally it's open source, supports multiple output formats, and exposes all the speed / quality / transparency options. - Source: Hacker News / over 1 year ago
  • Minimal CSS-only blurry image placeholders
    We need to embrace WebP v2 for this kind of stuff. I took one of their images, resized it to 24x16px, and compressed it with Squoosh at 65% quality. It compresses to just 144 bytes. And it looks way way way better than these CSS gradients. https://squoosh.app/. - Source: Hacker News / over 1 year ago
  • The Best 100 Free UI/UX Resources for Every Designer & Developer
    Squoosh Squoosh.app An Open-source image compression tool by Google. - Source: dev.to / over 1 year ago
  • Show HN: Design Directory with over 1000 Curated Design Tools
    Is there a way to submit a tool without registering? I would like to add offline browser jpeg resizer and minimizer https://squoosh.app/. - Source: Hacker News / over 1 year ago
  • Taming the Beast: Performance Optimization for Smooth User Experiences
    Large images are the enemy of speed. Use tools like Squoosh or online compression services to reduce file sizes without sacrificing quality. - Source: dev.to / over 1 year ago
  • Some Developer Tools I've Created
    Most importantly, it is implemented using frontend technologies, requiring no server costs, so you don't need to worry about privacy issues. Its implementation is similar to squoosh, both leveraging WebAssembly. - Source: dev.to / over 1 year ago

Do you know an article comparing Squoosh to other products?
Suggest a link to a post with product alternatives.

Suggest an article

Squoosh discussion

Log in or Post with
  1. User avatar
    VocaIQ
    ยท 2 days ago
    ยท Reply
    1 product.

Is Squoosh good? This is an informative page that will help you find out. Moreover, you can review and discuss Squoosh here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.