Showing 19 open source projects for "essential-static"

View related business solutions
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    LZ4

    LZ4

    Extremely fast compression algorithm

    ...A high compression derivative, called LZ4_HC, is available, trading customizable CPU time for compression ratio. LZ4 library is provided as open-source software using a BSD license. This benchmark simulates simple "static content transfer" scenario such as OS Kernel compression or video game's static assets (text/images/tables/scripts/etc) which loading from Flash Memory / HDD / SSD. In this case, compression time is completely ignored. Because only content developers compress the data at once and usually they don't care about its computational cost. ...
    Downloads: 225 This Week
    Last Update:
    See Project
  • 2
    Dufs

    Dufs

    A file server that supports static serving, uploading, searching

    Dufs is a compact Rust-based file server for sharing and managing files through a browser, command line, or WebDAV client. It can serve static content, upload files and folders, search directories, create or edit files, and package folders as downloadable archives. Transfers support resumable and partial uploads or downloads, which is useful for large files and unstable connections. Account-based rules provide read-only or read-write permissions for specific paths, including anonymous access when desired. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Papra

    Papra

    The minimalistic document archiving platform

    Papra is a minimalist document management and archiving platform created to help individuals and teams store, organize, and retrieve digital documents with simplicity and accessibility at its core. Papra provides basic yet essential capabilities like uploading files, managing archives, creating organizations for shared access, and performing full-text searches, all within a responsive and user-friendly interface that works across devices. The project’s focus on long-term storage and retrieval — like a personal digital archive — means it’s designed for ease of use without unnecessary complexity, making it suitable for small groups, families, or individuals who want a centralized repository for important receipts, warranties, and records. ...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Android File Transfer For Linux

    Android File Transfer For Linux

    Android File Transfer for Linux (and macOS!)

    Android File Transfer for Linux — a reliable MTP client with a minimalistic UI similar to Android File Transfer.
    Downloads: 7 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    OpenArchiver

    OpenArchiver

    An open-source platform for legally compliant email archiving

    OpenArchiver is a comprehensive, self-hosted email archiving and compliance platform built to help organizations ingest, index, store, and search email communication data across diverse sources like Gmail, Microsoft 365, IMAP, PST, and more. It’s designed for scenarios where reliable, tamper-proof archiving and full-text search across both emails and attachments are essential for legal discovery, compliance, or long-term records retention. The platform combines a modern web UI with powerful backend services, including fast indexing, deduplication, encryption at rest, and asynchronous ingestion workflows, making it suitable for both small teams and enterprise deployments. Beyond simply capturing email, it emphasizes security and auditability with features like secure storage formats, file integrity verification, and detailed audit trails of user interactions.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6
    h5ai

    h5ai

    HTTP web server index for Apache httpd, lighttpd and nginx

    ...Requires PHP 7.0+ and works fine with Apache httpd, lighttpd and nginx. Best user experience with the latest versions of Chromium-based browsers, Firefox, Safari and Edge, but a static fallback is provided for older browsers or if JavaScript is disabled.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 7
    Dinky

    Dinky

    Dinky makes files smaller

    ...It supports flexible configuration, allowing users to connect to different model providers and adjust parameters as needed. Dinky also emphasizes speed, enabling rapid iteration cycles that are essential for prompt engineering and prototyping. Its design avoids unnecessary complexity while still providing enough functionality for practical use. Overall, Dinky serves as a compact and efficient tool for exploring and testing AI-driven interactions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    SCP for GitHub Actions

    SCP for GitHub Actions

    GitHub Action that copy files and artifacts via SSH

    SCP for GitHub Actions is a GitHub Action for copying files and build artifacts to remote servers over SSH. It is useful for deployment workflows that need to move compiled assets, configuration files, static sites, or release packages after a build. The action supports both password-based access and SSH key authentication, making it adaptable to different server setups. It can upload to one server or multiple servers, and it includes options for proxies, timeouts, path handling, and target cleanup. It also works with GitHub artifact workflows and can be paired with changed-file detection for incremental transfers. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    HD Tune

    HD Tune

    Hard disk / SSD utility with many functions

    ...It has been available since 2004 and remains popular due to its reliable diagnostics and minimal system resource usage. Regular updates have improved compatibility, added features, and fixed display issues like temperature readings. Overall, HD Tune is an essential tool for maintaining hard drive health and optimizing storage performance.
    Downloads: 74 This Week
    Last Update:
    See Project
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • 10
    Open Resilience

    Open Resilience

    Achieve true organizational resilience with open resilience

    ...Aligned with ISO 22301 standards. Open Resilience is an open-source Software-as-a-Service (SaaS) platform built to help organizations of all sizes move beyond spreadsheets and static PDFs. Developed to align with leading industry standards like ISO 22301, it provides a unified interface for the entire resilience lifecycle. By centralizing Business Impact Analysis (BIA), Risk Management, and Incident Response, Open Resilience ensures that your organization is not just prepared for disruptions, but capable of thriving through them. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Annoy

    Annoy

    Approximate Nearest Neighbors in C++/Python optimized for memory usage

    ...There are some other libraries to do nearest neighbor search. Annoy is almost as fast as the fastest libraries, (see below), but there is actually another feature that really sets Annoy apart: it has the ability to use static files as indexes. In particular, this means you can share index across processes. Annoy also decouples creating indexes from loading them, so you can pass around indexes as files and map them into memory quickly. Another nice thing of Annoy is that it tries to minimize memory footprint so the indexes are quite small.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    archiver

    archiver

    Easily create & extract archives, and compress & decompress files

    ...Extract only specific files from archives. Insert (append) into .tar files. Numerous archive and compression formats supported. Extensible (add more formats just by registering them) Cross-platform, static binary. Pure Go (no cgo). Multithreaded Gzip. Adjust compression levels. Automatically add compressed files to zip archives without re-compressing Open password-protected RAR archives.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Dynomite

    Dynomite

    A generic dynamo implementation for different k-v storage engines

    Dynomite, inspired by Dynamo whitepaper, is a thin, distributed dynamo layer for different storage engines and protocols. Currently these include Redis and Memcached. Dynomite supports multi-datacenter replication and is designed for high availability. The ultimate goal with Dynomite is to be able to implement high availability and cross-datacenter replication on storage engines that do not inherently provide that functionality. The implementation is efficient, not complex (few moving...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Disk Usage Reports
    Disk Usage Reports is a web-based way to view disk usage on remote computers or servers, or to provide usage reports to users who store files on your server. Reports are stored as static files which are retrieved via AJAX. No database is required.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A modified version of the vshadow.exe program originally bundled with Microsoft SDK that implements the essential for taking advantage of Volume Shadow Copy Service, without unnecessary stuff. It should come in handy in Windows scripts.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    Smart Publisher is a web-based application which helps you to publish a static or dynamic website on the internet. Compare files and database (MySQL) between local and remote systems. Uploading only the difference between the two systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Marx Explorer project is a web file manager developed in Java, which main function is to help manage static files of an intranet or website and to integrate with other systems to help the end user to select, preview and modify an picture for a news system
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    minihuff is a data compression library that enables the creation of a static frequency table to be stored at both ends of a connection. This allows effective compression even for very small pieces of data that maintain similar entropy characteristics.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Bookmark.inc is a PHP class that provides the essential functions to manage a bookmark. It provides an (multilingual) administrator interface, and allows the personalization of the bookmark visualization through a simple template system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo