MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows

github.com/Squirrel/Squirrel.Windows @2.0.1

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.0.1 ↗ · + Follow
5,219 symbols 9,381 edges 109 files 889 documented · 17% updated 1y ago2.0.1 · 2020-09-27★ 7,980368 open issues

Browse by type

Functions 4,731 Types & classes 488
What it actually does AI analysis from the code graph — generated when you open this
loading…
README
README.md

Contributors Needed

We are looking for help with maintaining this important project - please read the discussion in #1470 for more information.


Squirrel: It's like ClickOnce but Works™

Build Status

Squirrel is both a set of tools and a library, to completely manage both installation and updating your Desktop Windows application, written in either C# or any other language (i.e., Squirrel can manage native C++ applications).

Squirrel uses NuGet packages to create installation and update packages, which means that you probably already know most of what you need to create an installer.

What Do We Want?

Windows apps should be as fast and as easy to install and update as apps like Google Chrome. From an app developer's side, it should be really straightforward to create an installer for my app, and publish updates to it, without having to jump through insane hoops.

  • Integrating an app to use Squirrel should be extremely easy, provide a client API, and be developer friendly.
  • Packaging is really easy, can be automated, and supports delta update packages.
  • Distributing should be straightforward, use simple HTTP updates, and provide multiple "channels" (a-la Chrome Dev/Beta/Release).
  • Installing is Wizard-Free™, with no UAC dialogs, does not require reboot, and is .NET Framework friendly.
  • Updating is in the background, doesn't interrupt the user, and does not require a reboot.

Refer to our full list of goals for integrating, packaging, distributing, installing, and updating.

Documentation

See the documentation Table of Contents for an overview of the available documentation for Squirrel.Windows. It includes a Getting Started Guide as well as additional topics related to using Squirrel in your applications.

Building Squirrel

For the impatient:

git clone --recursive https://github.com/squirrel/squirrel.windows
cd squirrel.windows
.\.NuGet\NuGet.exe restore
msbuild /p:Configuration=Release

See Contributing for additional information on building and contributing to Squirrel.

License and Usage

See COPYING for details on copyright and usage of the Squirrel.Windows software.

Extension points exported contracts — how you extend this code

Core symbols most depended-on inside this repo

Shape

Method 3,962
Function 769
Class 429
Enum 38
Interface 21

Languages

C++79%
C#21%

Modules by API surface

src/Setup/wtl90/atlctrls.h1,251 symbols
src/Setup/wtl90/atldlgs.h411 symbols
src/Setup/wtl90/atlgdi.h385 symbols
src/Setup/wtl90/atlribbon.h253 symbols
src/Setup/wtl90/atlwince.h237 symbols
src/Setup/wtl90/atlctrlx.h230 symbols
src/Setup/wtl90/atlmisc.h199 symbols
src/Setup/wtl90/atlctrlw.h145 symbols
src/Setup/wtl90/atlframe.h137 symbols
src/Setup/wtl90/atluser.h124 symbols
src/Setup/wtl90/atlapp.h124 symbols
src/Setup/wtl90/atlscrl.h122 symbols

For agents

$ claude mcp add Squirrel.Windows \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page