awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pbatard avatar

pbatard/Fido

0
View on GitHub↗
2,773 نجوم·249 تفرعات·PowerShell·gpl-3.0·8 مشاهدات

Fido

Fido is a command-line tool for automating the retrieval of official Windows installation images and UEFI shell files. It provides a script-driven interface to download these system images directly from remote servers without the use of a web browser.

The project utilizes LZMA compression to embed scripts within executable binaries for smaller distribution sizes. It incorporates security utilities for generating and verifying cryptographic digital signatures, ensuring the integrity and authenticity of downloaded files via public-key verification.

The tool covers automated file deployment and ISO retrieval, mapping command-line arguments for version and architecture to specific remote API patterns. These capabilities allow for the programmatic collection of retail installation images and low-level boot images used for system diagnostics and maintenance.

Features

  • ISO Download Automations - Automates the generation of download links and transfers for specific OS versions, editions, and architectures.
  • Command Line Interfaces - Provides a terminal interface for automating system image retrieval without a browser.
  • Command-Line File Transfers - Provides a script-driven interface for the automated transfer of large system images from remote servers.
  • Windows ISO Downloaders - Automates the retrieval of official Windows installation images and retail ISOs via the command line.
  • Cryptographic Signing Methods - Generates and verifies cryptographic signatures using private keys and hashing to ensure file authenticity.
  • Installation Script Verification - Uses cryptographic signatures to ensure that downloaded scripts have not been tampered with before execution.
  • Cryptographic Signers - Includes a security utility for generating and verifying digital signatures on files to ensure download integrity.
  • Public Key Verifiers - Validates cryptographic hashes against trusted public keys to ensure file authenticity before execution.
  • File Compression - Reduces script file size using LZMA compression and embeds the original size within the binary.
  • Script Compression and Embedding - Shrinks scripts using LZMA compression and embeds them into an executable binary for distribution.
  • Binary Script Embedding - Compresses script source code using LZMA and stores it within a binary for smaller distribution sizes.
  • Script Compression - Reduces the storage size of automation scripts using LZMA compression for easier distribution.
  • Boot Image Retrieval - Downloads bootable shell images and diagnostic environments for low level system recovery.
  • UEFI Shell Image Retrieval - Provides the capability to download bootable shell images for system diagnostics and maintenance.

سجل النجوم

مخطط تاريخ النجوم لـ pbatard/fidoمخطط تاريخ النجوم لـ pbatard/fido

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

الأسئلة الشائعة

ما هي وظيفة pbatard/fido؟

Fido is a command-line tool for automating the retrieval of official Windows installation images and UEFI shell files. It provides a script-driven interface to download these system images directly from remote servers without the use of a web browser.

ما هي الميزات الرئيسية لـ pbatard/fido؟

الميزات الرئيسية لـ pbatard/fido هي: ISO Download Automations, Command Line Interfaces, Command-Line File Transfers, Windows ISO Downloaders, Cryptographic Signing Methods, Installation Script Verification, Cryptographic Signers, Public Key Verifiers.

ما هي البدائل مفتوحة المصدر لـ pbatard/fido؟

تشمل البدائل مفتوحة المصدر لـ pbatard/fido: builtbybel/flyoobe. awesome-selfhosted/awesome-selfhosted — This project is a community-curated directory of open-source software designed for deployment in private server… quarkusio/quarkus — Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications.… gopasspw/gopass — gopass is a terminal-based password manager and GPG secret store used for generating, storing, and retrieving… aws/aws-sam-cli — The AWS SAM Command Line Interface is a development toolkit used to define, emulate, and manage the lifecycle of… fastapi/typer — This project is a Python framework for building command-line interfaces by converting standard functions into…

بدائل مفتوحة المصدر لـ Fido

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Fido.
  • builtbybel/flyoobeالصورة الرمزية لـ builtbybel

    builtbybel/FlyOOBE

    7,015عرض على GitHub↗
    C#belimfly-oo-beeflyby11
    عرض على GitHub↗7,015
  • awesome-selfhosted/awesome-selfhostedالصورة الرمزية لـ awesome-selfhosted

    awesome-selfhosted/awesome-selfhosted

    299,516عرض على GitHub↗

    This project is a community-curated directory of open-source software designed for deployment in private server environments and home labs. It serves as a comprehensive resource for discovering independent, self-hosted alternatives to mainstream cloud services, enabling users to maintain full data ownership and control over their digital infrastructure. The directory is structured through a hierarchical taxonomy that organizes a vast collection of applications into logical categories, ranging from media management and data analytics to private communication and team productivity tools. It dis

    awesomeawesome-listcloud
    عرض على GitHub↗299,516
  • quarkusio/quarkusالصورة الرمزية لـ quarkusio

    quarkusio/quarkus

    15,479عرض على GitHub↗

    Quarkus is a Kubernetes-native Java framework designed for building high-performance, memory-efficient applications. It utilizes ahead-of-time native compilation to transform Java code into standalone, optimized binaries that eliminate the need for a virtual machine, enabling rapid startup and reduced memory consumption. By performing code augmentation during the build phase, it shifts heavy processing tasks away from runtime, ensuring that applications are optimized for cloud-native environments. The framework distinguishes itself through a unified approach to reactive and imperative program

    Javacloud-nativehacktoberfestjava
    عرض على GitHub↗15,479
  • aws/aws-sam-cliالصورة الرمزية لـ aws

    aws/aws-sam-cli

    6,732عرض على GitHub↗

    The AWS SAM Command Line Interface is a development toolkit used to define, emulate, and manage the lifecycle of serverless infrastructure. It serves as an infrastructure as code tool and a wrapper for AWS CloudFormation, allowing users to describe cloud resources through declarative templates. The project differentiates itself by providing a local serverless emulator that uses containers to execute and debug functions before they are deployed. It also enables rapid cloud iteration through real-time synchronization, which monitors local source code for changes and automatically pushes updates

    Pythonapi-gatewayawsdocker
    عرض على GitHub↗6,732
  • عرض جميع البدائل الـ 30 لـ Fido→