Skip to content

haryandb/ZipDatabase

Repository files navigation

ZipCache: Fast ZIP Archive Content Search & Extraction

ZipCache is a desktop application built with Tauri (Rust backend, TypeScript/HTML/CSS frontend) designed to efficiently cache and search the contents of large ZIP archives. It allows users to quickly find specific files within numerous ZIP files without extracting them all, and provides convenient extraction and file location features.

Features:

  • Cache Building: Scan a specified directory to build a searchable cache of all files contained within .zip archives.
  • Fast Search: Quickly search for files by name across all cached ZIP archives.
  • Paginated Results: Browse search results with pagination (20, 50, or 150 items per page).
  • Individual File Extraction: Extract any found file directly from its ZIP archive to your Downloads folder.
  • Reveal in File Explorer: After extraction, automatically open the extracted file's location in your operating system's file explorer (Finder on macOS, Explorer on Windows, etc.).
  • Fullscreen Mode: Launches in fullscreen for an immersive experience.

Demo

Technologies Used:

  • Tauri: For building cross-platform desktop applications with web technologies.
  • Rust: For the high-performance backend logic, including ZIP archive processing and SQLite database management.
  • TypeScript: For the interactive and dynamic frontend.
  • SQLite: For caching file metadata for fast search operations.
  • Pico.css: A minimal CSS framework for a clean UI.

Recommended IDE Setup:

Getting Started:

  1. Clone the repository:
    git clone [YOUR_REPOSITORY_URL]
    cd ZipCache/ZipDatabase
  2. Install dependencies:
    npm install
  3. Run in development mode:
    npm run tauri dev
  4. Build for production:
    npm run tauri build

Note: This project is a demonstration of Tauri capabilities for handling large file archives and is open-source.

License

MIT License

Copyright (c) 2025 Haryan Dwi Baharna

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Disclaimer

This project, ZipCache, has been developed with the assistance of Artificial Intelligence (AI) tools. While efforts have been made to ensure its functionality and correctness, the use of AI in its development means that certain aspects may reflect patterns or outputs generated by these tools.

Purpose: This application is primarily intended for personal and internal work-related use to assist with file management tasks.

No Warranty: THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Limitation of Liability: By using this application, you acknowledge and agree that the developers, including any AI tools involved, shall not be held responsible 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 (even if the developers have been advised of the possibility of such damages), resulting from:

  • The use or the inability to use the application;
  • The cost of procurement of substitute goods and services resulting from any goods, data, information, or services purchased or obtained or messages received or transactions entered into through or from the application;
  • Unauthorized access to or alteration of your transmissions or data;
  • Statements or conduct of any third party on the application;
  • Any other matter relating to the application.

Use at Your Own Risk: You understand and agree that your use of the application is at your sole risk. You are solely responsible for any damage to your computer system or loss of data that results from the download or use of any material.


This disclaimer is intended to supplement, not replace, any other licenses or terms of use associated with this project.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages