Terms of Use
Last updated on April 9, 2026
1. Introduction
Welcome to Zipic! These Terms of Use ("Terms") govern your use of the Zipic application and our website (collectively, "Zipic"). Zipic is owned and operated by 5KM Tech, LLC. By installing, accessing, or using Zipic, you agree to comply with and be bound by these Terms. If you do not agree to these Terms, you may not install or use Zipic.
2. License Grant
Zipic is commercial software. Subject to your compliance with these Terms and your purchase of a valid license where required, 5KM Tech, LLC grants you a personal, non-exclusive, non-transferable, revocable license to install and use Zipic on devices you own or control, for your own personal or internal business purposes.

You may not:

  • Reverse engineer, decompile, disassemble, or otherwise attempt to derive the source code of Zipic, except to the extent such restriction is expressly prohibited by applicable law;
  • Modify, adapt, translate, or create derivative works based on Zipic;
  • Rent, lease, lend, sell, redistribute, sublicense, or otherwise transfer Zipic or any portion thereof to any third party;
  • Share, publish, resell, or otherwise disclose your license key, activation code, or account credentials;
  • Remove or alter any copyright or other proprietary notices contained in Zipic;
  • Use Zipic to develop or distribute a competing product or service.
3. User Responsibility
You agree to use Zipic only for lawful purposes and in accordance with these Terms. You are responsible for the lawful and reasonable use of Zipic, and for any consequences resulting from improper use or violation of applicable laws and regulations.
4. Intellectual Property
Zipic, including its software code, design, user interface, graphics, icons, and documentation, is the proprietary work of 5KM Tech, LLC and is protected by applicable copyright laws. Except for the limited license expressly granted in Section 2 and the third-party open-source components listed in Section 10, no rights or licenses are granted to you under these Terms, whether by implication, estoppel, or otherwise.
5. Termination of License
The license granted in Section 2 is effective until terminated. Your rights under these Terms will terminate automatically and without notice from 5KM Tech, LLC if you fail to comply with any provision of these Terms. Upon termination, you must immediately cease all use of Zipic and destroy all copies, full or partial, in your possession or control. Sections 4, 6, 8, and 10 shall survive any termination of these Terms.
6. Limitation of Liability
To the fullest extent permitted by applicable law, 5KM Tech, LLC shall not be liable for any direct, indirect, incidental, special, consequential, or exemplary damages, including but not limited to damages for loss of profits, goodwill, use, data, or other intangible losses, arising out of or in connection with your use of or inability to use Zipic.
7. Changes to Terms
5KM Tech, LLC reserves the right to modify these Terms at any time. Any changes will be effective immediately upon posting the revised Terms on our website. Your continued use of Zipic after the posting of changes constitutes your acceptance of such changes. If you do not agree with the changes, please stop using Zipic.
8. Governing Law
These Terms shall be governed by and construed in accordance with the laws of the State of Delaware, United States, without regard to its conflict of law provisions. Any dispute arising out of or relating to these Terms or your use of Zipic shall be subject to the exclusive jurisdiction of the state and federal courts located in Delaware.
9. Contact Us
If you have any questions about these Terms, please contact us at [email protected]
10. Third-Party Open Source Software Statement
This section lists the open-source software that Zipic currently relies on, organized by integration model. We have reorganized this list to accurately reflect the codebase as of Zipic 1.9.3.

Alignment with published release notes — Our public v1.9.0 changelog described enhanced PDF compression through an optional Ghostscript integration (stronger PDF compression with font and stream optimization, plus clearer handling of encrypted PDFs; Pro). Our public v1.9.3 changelog states that PDF and GIF compression now use bundled proprietary pdfoptim and gifoptim, which replace those optional Ghostscript and gifski paths and are not open source. The summary below matches those version descriptions.

Group 1 — Open-source libraries developed by the Zipic team
  1. PNGOptimKit / pngoptim-swift: Native PNG quantization and APNG optimization engine. Replaces the previous external pngquant dependency since Zipic 1.9.0.
    MIT License
  2. SVGift 0.3.0: Native SVG optimization engine.
    MIT License
  3. FSWatcher: File system monitoring helper.
    MIT License
  4. NotchNotification: MacBook notch notification component.
    MIT License
  5. GeneralNotification: General-purpose notification component.
    MIT License

Note: Zipic also bundles in-house, closed-source compression components—including our native JPEG encoder, our PDF engine pdfoptim, and our GIF engine gifoptim. Those are proprietary first-party code, are not open source, and are not third-party dependencies, so they are not listed in this open-source inventory. They superseded optional Ghostscript and gifski paths; comparing output with other tools or builds may show differences in size, quality, or speed—that is expected.

Group 2 — Third-party Swift packages (statically linked, permissive licenses)
  1. Sparkle 2.9.0: Software update framework.
    MIT License
  2. SettingsAccess 2.1.0: macOS Settings scene access helper.
    MIT License
  3. AnyCodable 0.6.7: Type-erased Codable wrapper.
    MIT License
  4. keychain-swift 21.0.0: Keychain access helper.
    MIT License
  5. lemonsqueezy-swift: Payment processing SDK.
    MIT License
  6. Lottie 4.6.0: Animation rendering engine by Airbnb.
    Apache 2.0 License
  7. swift-argument-parser 1.7.0: Command-line argument parser by Apple.
    Apache 2.0 License
  8. webp.swift 1.1.2 / libwebp-ios 1.1.1: WebP codec wrappers around libwebp.
    BSD License
  9. jxl-coder-swift 1.9.1: JPEG XL codec wrapper.
    BSD License
  10. libavif: AVIF codec library.
    BSD License
Group 3 — Optional external CLI tools (downloaded by user on demand, invoked as separate processes)

Important integration note — Tools in this group are not bundled with Zipic, and they are neither statically nor dynamically linked into Zipic. They are downloaded by the user explicitly from their official upstream into the user's own directory, and Zipic invokes them only as separate operating-system processes via Process (NSTask).

  1. avifenc (libavif tools) 1.3.0
    BSD-2 License (AOMedia)
    Source: https://github.com/AOMediaCodec/libavif

These software are provided "as is", without warranty of any kind. By using this product, you accept the relevant license terms of these software.

Compliance & Acknowledgements

Zipic respects the open-source community. PDF and GIF compression uses our proprietary pdfoptim and gifoptim (not open source). Other image workflows combine the permissively licensed libraries above with additional proprietary components where noted. The optional avifenc CLI is used only as described in Group 3. We thank every author and maintainer listed here, and we thank the Ghostscript and gifski projects for their open-source work that supported optional PDF/GIF integration. If anything looks misclassified or missing, contact [email protected].