awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
squirrel avatar

squirrel/squirrel.windows

0
View on GitHub↗
7,968 星标·1,049 分支·C++·MIT·6 次浏览

Squirrel.windows

Squirrel.Windows is a framework for installing and updating Windows desktop applications via HTTP. It functions as an application installer, background software updater, and distribution system that operates without the use of traditional installation wizards.

The framework uses NuGet packages to distribute software and reduce download sizes through delta updates. It manages software releases by organizing updates into distinct HTTP channels to control how different user groups receive new versions.

The system handles deployment through user-mode directory installation to avoid administrative prompts and system reboots. It manages the software lifecycle using atomic update swapping, where new versions are prepared in temporary folders before being applied silently in the background.

Features

  • Desktop Application Installers - Provides a framework for packaging and distributing desktop software specifically for Windows machines.
  • Automatic Software Updates - Automatically detects and applies the latest software versions to local installations without manual intervention.
  • User-Level Installers - Deploys application files to user-writable directories to bypass administrative prompts and installation wizards.
  • Release Channel Management - Enables the organization of software updates into distinct HTTP channels for controlled release stages.
  • Release Channel Managers - Manages different software update streams through HTTP channels to control versioning for user groups.
  • Binary Delta Generators - Calculates byte-level differences between software releases to create delta update packages that reduce download sizes.
  • Windows Installers - Deploys desktop software to Windows machines without traditional installation wizards or system reboots.
  • NuGet-Based Distributions - Uses the NuGet package format for consistent versioning and delivery of application binaries over HTTP.
  • User-Mode Installations - Installs software into the local app data folder to bypass the need for elevated system permissions.
  • Update Channels - Provides the ability to organize updates into distinct HTTP channels to control how different user groups receive new versions.
  • Background Update Execution - Provides a silent mechanism for applying new software versions in the background.
  • Application Update Managers - Applies software updates silently in the background to prevent user interruptions and avoid system restarts.
  • Atomic Installation Swaps - Implements atomic update swapping by preparing new versions in temporary folders before replacing the active installation.
  • Installation Tools - Manages installation and updates for desktop apps.

Star 历史

squirrel/squirrel.windows 的 Star 历史图表squirrel/squirrel.windows 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Squirrel.windows 的开源替代方案

相似的开源项目,按与 Squirrel.windows 的功能重合度排序。
  • blackboardsh/electrobunblackboardsh 的头像

    blackboardsh/electrobun

    5,534在 GitHub 上查看↗

    Electrobun is a desktop application framework and webview-based GUI toolkit used for building cross-platform desktop apps. It provides a TypeScript-based runtime and a native system webview to create interfaces that integrate embedded browser views with host-process logic. The project features a native GPU integration layer with direct FFI bindings, allowing for high-performance GPU surfaces and compute workloads to run within a desktop application. It also includes an inter-process communication bridge using a typed RPC system to exchange data and execute functions between the native backend

    C++
    在 GitHub 上查看↗5,534
  • chocolatey/chocochocolatey 的头像

    chocolatey/choco

    11,414在 GitHub 上查看↗

    Chocolatey is a Windows package manager and command-line software automator. It serves as a system configuration tool designed to automate the installation, upgrading, and removal of software packages on Windows operating systems through a terminal interface. The project utilizes a NuGet-based software distribution model to manage and version applications. This approach replaces manual downloads and interactive installer wizards with scripted, repeatable deployments. The tool covers broad capability areas including automated system provisioning, Windows package deployment, and software manag

    C#
    在 GitHub 上查看↗11,414
  • rust-lang/rustuprust-lang 的头像

    rust-lang/rustup

    6,940在 GitHub 上查看↗

    rustup is a programming language toolchain manager that automates the installation, versioning, and configuration of the Rust compiler and its associated build tools. It serves as a toolchain installer and version manager, enabling the deployment of the language ecosystem across different operating systems. The system manages multiple compiler versions across stable, beta, and nightly release channels, allowing users to switch between these versions to meet different environment requirements. It also functions as a cross-compilation manager by installing pre-compiled standard libraries to bui

    Rust
    在 GitHub 上查看↗6,940
  • beekeeper-studio/beekeeper-studiobeekeeper-studio 的头像

    beekeeper-studio/beekeeper-studio

    22,030在 GitHub 上查看↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    TypeScriptbigquerycassandracockroachdb
    在 GitHub 上查看↗22,030
查看 Squirrel.windows 的所有 30 个替代方案→

常见问题解答

squirrel/squirrel.windows 是做什么的?

Squirrel.Windows is a framework for installing and updating Windows desktop applications via HTTP. It functions as an application installer, background software updater, and distribution system that operates without the use of traditional installation wizards.

squirrel/squirrel.windows 的主要功能有哪些?

squirrel/squirrel.windows 的主要功能包括:Desktop Application Installers, Automatic Software Updates, User-Level Installers, Release Channel Management, Release Channel Managers, Binary Delta Generators, Windows Installers, NuGet-Based Distributions。

squirrel/squirrel.windows 有哪些开源替代品?

squirrel/squirrel.windows 的开源替代品包括: blackboardsh/electrobun — Electrobun is a desktop application framework and webview-based GUI toolkit used for building cross-platform desktop… chocolatey/choco — Chocolatey is a Windows package manager and command-line software automator. It serves as a system configuration tool… rust-lang/rustup — rustup is a programming language toolchain manager that automates the installation, versioning, and configuration of… beekeeper-studio/beekeeper-studio — Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It… mherrmann/fbs — fbs is a Python desktop application packager and cross-platform application installer. It serves as a utility for… eugeny/tabby — Tabby is a cross-platform terminal emulator and desktop application suite designed for managing command-line workflows…