Chocolatey
Squirrel
Chocolatey | Squirrel | |
---|---|---|
396 | 38 | |
10,723 | 7,579 | |
1.4% | 0.9% | |
8.9 | 2.6 | |
13 days ago | 9 months ago | |
C# | C++ | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Chocolatey
-
Create Your Custom WSL from any Linux Distribution (Part-1)
While the ArchWSL and Fedora WSL at MS Store may seem great at first before installing, these distros have often showed compatibility issues and sometimes very weird bugs; even conflicts with scoop or chocolatey apps.
- Puro — Uma forma eficiente de gerenciar as versões flutter
-
Let’s build AI-tools with the help of AI and Typescript!
Chocolatey Windows software management solution, we use this for installing Python and Deno
-
Giving Kyma a little spin ... a SpinKube
Authenticating with Kyma is a (in my opinion) unnecessary challenge as it leverages the OIDC-login plugin for kubectl. You find a description of the setup here. This works fine when on a Mac but can give you some headaches on a Windows and on Linux machine especially when combined with restrictive setups in corporate environments. For Windows I can only recommend installing krew via chocolatey and then install the OIDC plugin via kubectl krew install oidc-login. At least for me that was the only way to get this working on Windows.
-
Effective Neovim Setup. A Beginner’s Guide
On a Windows machine, you can use Chocolatey by running the command.
- PC MHz fluctuating
-
Need Help with getting Haskell onto my Windows Laptop
I've used WSL2 and GHC/Nix--worked without any issues. However, there is Chocolatey: https://chocolatey.org/
-
Python Versions and Release Cycles
For OSX there is homebrew or pyenv (pyenv is another solution on Linux). As pyenv compiles from source it will require setting up XCode (the Apple IDE) tools to support this which can be pretty bulky. Windows users have chocolatey but the issue there is it works off the binaries. That means it won't have the latest security release available since those are source only. Conda is also another solution which can be picked up by Visual Studio Code as available versions of Python making development easier. In the end it might be best to consider using WSL on Windows for installing a Linux version and using that instead.
-
Helm Charts: An Organised Way to Install Apps on a Kubernetes Cluster
Type the following commands on the Windows terminal to install helm. You can use either Scoop a command-line installer for Windows or Chocolatey which is a Package Manager for Windows to install helm.
-
Was für Tools nutzt ihr zum Einrichten und Daten übertragen auf einen neuen PC?
Für Software ninite.com und chocolatey.org
Squirrel
-
Show HN: Konty – A Balsamiq-alternative lo-fi wireframe tool for modern apps
Looking into how this is built. I see they use something called Squirrel.Window for managing installs. I can't believe I've never heard of this until now! https://github.com/Squirrel/Squirrel.Windows.
Fastest loading electron app I've ever seen.
-
ClickOnce
I never had much luck with ClickOnce, so I was using Squirrel.Windows. I've recently switched to the Clowd.Squirrel fork, since I needed support for AzureSignTool in the build process.
-
Any sufficiently advanced uninstaller is indistinguishable from malware
As soon as Office 2007 didn't use MSI the format was doomed.
I assume the Here in NIH refers to an individual team, not MS as a whole.
Teams is entirely NIH https://github.com/Squirrel/Squirrel.Windows for updates to the Electron app.
I would use winget, but MS made it weirdly hard to run as a script on multiple computers, it installs per user, because... who knows.
So still using chocolatey
-
Thanks, log
Back in the day, wasn't Discord installed using Squirrel?
- C# Windows desktop app - Best way to create an installer and auto-updater?
-
In the year 2023, what is the best way to deploy/distribute a WPF Application?
Originally, we used to use Squirrel.Windows for our internal applications but we had a few issues with it before we finally dropped it.
-
WinForms Application Updater
The most viable option with the path of least resistance would be Squirrel.Windows as it is both and installer and updater but has some caveats (SemVer pattern must be followed).
-
[ClickOnce] How to get rid of this message?
Maybe someone has a better ide, but this is one of many reasons why I'm trying to get all our old ClickOnce installers migrated to something else (I've heard good things about Squirrel.
-
Compose Multiplatform 1.2 Is Out: New Mouse and Keyboard APIs, ProGuard Support, Online Updates
Electron does have auto-update built in (Squirrel), but it comes with severe non-price related caveats. Squirrel is only intermittently maintained and goes through long periods in which the different versions are abandoned (see for Windows, macOS). People have requested a switch to Sparkle on macOS, which is what Conveyor uses, but with no response. There's also the issue that their update solutions require interactive servers but the only free one is restricted to open source projects, and isn't itself open source. The Electron website points you towards a variety of projects if you want to run your own server but all of them are (again) abandoned for years.
-
What is currently a good way to provide an installer for WPF application?
We replaced clickonce with https://github.com/Squirrel/Squirrel.Windows and are generally happy with the choice
What are some alternatives?
Scoop - A command-line installer for Windows.
Wix Toolset
Onova - Unintrusive auto-update framework
HomeBrew - 🍺 The missing package manager for macOS (or Linux)
NetSparkle - NetSparkle is a C#, cross-platform, highly-configurable software update framework with pre-built UI for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 signatures. View basic usage here in the README and try the samples for yourself.