HomeBrew
winget-cli
HomeBrew | winget-cli | |
---|---|---|
1,345 | 291 | |
43,520 | 24,204 | |
1.1% | 0.8% | |
10.0 | 9.4 | |
4 days ago | 4 days ago | |
Ruby | C++ | |
BSD 2-clause "Simplified" License | 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.
HomeBrew
-
Debian GNU/Linux in VirtualBox on MacOS M1 to Practice Kubernetes
Install Vagrant using Homebrew:
-
Homebrew 4.5.0
Thanks for the kind words <3
Rewrite in Rust: never :)
A non-Ruby frontend may be possible but, fundamentally, the Formula DSL is Ruby and we couldn't feasibly move to another language without breaking backwards compatibility with everything.
The "update tons of stuff you never asked for": we're working on this: https://github.com/Homebrew/brew/issues/19202
Performance in general: we're doing what we can to improve it wherever possible. Ruby makes this harder but it is getting better rather than worse at this point.
-
Sapphire: Rust based package manager for macOS
> I wonder if you can get away with not doing parallel downloads, but just keep the sequential downloads going in the background while it is installing a package?
I could be wrong, but I believe multiple people, including maintainers, have looked into exactly that :-)
(I also need to correct myself: there is some work ongoing into concurrent downloads[1]. That work hasn't hit `brew install` yet, where I imagine the question of concurrent traffic volume will become more pressing.)
[1]: https://github.com/Homebrew/brew/issues/18278
-
Connect to Unsupported Older Linux servers with VS Code Remote-SSH using Custom glibc & libstdc++
Install glibc and patchelf using brew (Homebrew), or build from source, or use a prebuilt binary (if available). This guide uses brew. Also you can see this.
-
Set up a new Mac
Install brew
-
Dark Souls CRUD Arena - The Prisoner Approach
In past personal projects, and in my most recent role, I've used Docker for dependency management to avoid the "works on my machine" scenario. I also just like keeping dependencies off my machine, but for this project I opted not to use containers given my lack of dependencies. I used Homebrew for all my needs :).
-
Use the Amazon Q Developer CLI on AWS Graviton
Install Homebrew if it's not already available on your computer.
- Aurora: Maintenance-free, reliable and fast OS, stable like a Chromebook
-
5 Local Environment Mistakes I See Everywhere, and How to Fix Them Properly
# ./launch.sh: #!/bin/bash if ! command -v brew &> /dev/null; then echo "❌ Homebrew is not installed. Install it from https://brew.sh/" exit 1 fi if ! command -v docker &> /dev/null; then echo "⚙️ Installing Docker..." brew install --cask docker fi if ! command -v php &> /dev/null; then echo "🐘 Installing PHP..." brew install [email protected] fi
-
Automating VPN Reconnection on macOS: GlobalProtect with Hammerspoon
Homebrew installed (https://brew.sh).
winget-cli
-
Kaspersky exposes hidden malware on GitHub stealing personal data
Winget seems to finally do something similar for Windows: https://github.com/microsoft/winget-cli
Although the "repo" is a list of manifest files that include download sources on GitHub and Sourceforge (and maybe others). So even if there is an approval process it seems to be quite vulnerable to including malware.
-
GitHub introduces sub-issues, issue types and advanced search
Microsoft seems to use a similar bot themselves, not sure how it is called or whether it is OSS: https://github.com/microsoft/winget-cli/issues/4765#issuecom...
-
Streamline Your Winget Package Updates with PowerShell
It's not only tedious but also gets complicated because sometimes --id doesn't work as expected, as mentioned [here] the famous pnpm.pnpm (https://github.com/microsoft/winget-cli/issues/4751). So, you often need to use --name instead of --id.
-
Scanning AWS S3 Buckets for Security Vulnerabilities
For instance, on a Windows system, you would use winget and run the following command: winget install s3scanner. Your output would look like this:
-
Jeffrey Snover and the Making of PowerShell
The Winget module is a wreck. The way it is designed, unfortunately, neither fits the object oriented approach of PowerShell nor follows the PowerShell guidelines for cmdlets.
For instance https://github.com/microsoft/winget-cli/issues/3820 or https://github.com/microsoft/winget-cli/issues/3231.
-
Oh My Posh- Powershell Terminal Setup
Step 1: Download under this link Please use either link ok: https://learn.microsoft.com/en-us/windows/package-manager/winget/ https://github.com/microsoft/winget-cli/releases The file will look like Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle
-
Ask HN: What Windows apps/programs do you use daily and recommend?
https://github.com/microsoft/winget-cli
For both Windows 10 and 11, every application and system package gets installed via winget import --import-file {{JSON-file}}, when possible. It's shipped as a component of the App Installer package, which is supplied with Windows 11 but optional for Windows 10.
REALIX HWiNFO: https://www.hwinfo.com/
-
Overview over Microsoft's developer tools for Windows
GitHub
-
Fresh W11 Install - Winget acting weird
Source: https://github.com/microsoft/winget-cli/issues/3832
-
MS and Windows gets a lot of (well deserved) hate, but winget is just fantastic!
You're correct here, and that's exactly the reason Winget is a package manager, as dependency management is part of teh stable release since version 1.6.3133:
What are some alternatives?
spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
Chocolatey - Chocolatey - the package manager for Windows
Visual Studio Code - Visual Studio Code
Scoop - A command-line installer for Windows.
alt-tab-macos - Windows alt-tab on macOS