All Projects → rzander → Ruckzuck

rzander / Ruckzuck

Licence: ms-pl
software package manager for windows

Projects that are alternatives of or similar to Ruckzuck

RMEBuilder
[DEPRECATED] Package Manager (like Aptitude, for Debian) (and project builder) for RPGMaker VXAce
Stars: ✭ 15 (-85.44%)
Mutual labels:  package-manager, software
choco
Chocolatey - the package manager for Windows
Stars: ✭ 8,643 (+8291.26%)
Mutual labels:  package-manager, software
Universe
The Mesosphere Universe package repository.
Stars: ✭ 308 (+199.03%)
Mutual labels:  package-manager, repository
python-tuf
Python reference implementation of The Update Framework (TUF)
Stars: ✭ 1,425 (+1283.5%)
Mutual labels:  repository, software
Tuf
A framework for securing software update systems
Stars: ✭ 1,202 (+1066.99%)
Mutual labels:  software, repository
Git Unsaved
🔎 Scan your projects directory for dirty git repositories.
Stars: ✭ 84 (-18.45%)
Mutual labels:  repository
Opensatkit
Core Flight System (cFS) Application Developer's Kit
Stars: ✭ 94 (-8.74%)
Mutual labels:  software
Pypi Server
Tornado based server like pypi.python.org. With caching from pypi.
Stars: ✭ 83 (-19.42%)
Mutual labels:  package-manager
Akku
Language package manager for Scheme. (Bug reports to: https://gitlab.com/akkuscm/akku)
Stars: ✭ 82 (-20.39%)
Mutual labels:  package-manager
Dotnet Unpkg
Pure .NET front-end HTML package management using unpkg.com as a source
Stars: ✭ 103 (+0%)
Mutual labels:  package-manager
Hydrus Presets And Scripts
collection of presets and scripts for Hydrus
Stars: ✭ 101 (-1.94%)
Mutual labels:  repository
Stream4flow
A framework for the real-time network traffic analysis based on world-leading technologies for distributed stream processing, network traffic monitoring, and visualization.
Stars: ✭ 89 (-13.59%)
Mutual labels:  software
Gittar
🎸 Download and/or Extract git repositories (GitHub, GitLab, BitBucket). Cross-platform and Offline-first!
Stars: ✭ 87 (-15.53%)
Mutual labels:  repository
Seo Panel
World's first seo control panel for multiple websites
Stars: ✭ 96 (-6.8%)
Mutual labels:  software
Zigmod
A package manager for the Zig programming language.
Stars: ✭ 81 (-21.36%)
Mutual labels:  package-manager
Meta
tool for turning many repos into a meta repo. why choose many repos or a monolithic repo, when you can have both with a meta repo?
Stars: ✭ 1,376 (+1235.92%)
Mutual labels:  repository
Liqi
LiQi of robinwen.
Stars: ✭ 83 (-19.42%)
Mutual labels:  software
Pyreportcard
🚥 A report card for Python application
Stars: ✭ 90 (-12.62%)
Mutual labels:  repository
Backup My Github
Clones all your repositories to local machine
Stars: ✭ 101 (-1.94%)
Mutual labels:  repository
Aspnetcore Ddd
Full ASP.NET Core 3.1 LTS application with DDD, CQRS and Event Sourcing
Stars: ✭ 88 (-14.56%)
Mutual labels:  repository
Software Package Manager for Windows provides a quick way to install and update software....

Select a software from the repository and RuckZuck handles the download and installation for you. RuckZuck can detect and update existing software that was not installed with RuckZuck.

The RuckZuck repository does not store binaries of the software, just links to where the software is downloaded. Installing software with RuckZuck does not grant you a license for that product.

Changes in V1.7.x:

New REST API which brings some general changes:

  • No RuckZuck accounts and therefore no authentication required anymore.
    • You will be able to provide an E-Mail address if you upload new software, but as soon as the software is approved, the address will be removed from the package.
    • Moderators will have to log in with a Microsoft account.
    • No benefits for existing 'PRO' users (accounts will be deleted).
  • It is possible that RuckZuck will store binaries for some packages.
    • If a product does not provide a URL for automatic download and the license allows redistribution of binaries, RuckZuck will be able to host these files.
  • Support for private/disconnected repostories if you host your own RuckZuck Server (no sync from the public repository).

Shutdown of REST API V1

The "old" REST API will shutdown by end of August 2019 Affected (known) Products:

  • RuckZuck.exe < V1.7
  • RZUpdate.exe < V1.7
  • RZOneGet Provider < 1.7
  • RZ4CM < 1.7
  • DeviceCommander Server < 2.0.0.24
  • DeviceCommander Agent < 1.0.0.24
  • Self-Update of SCCMCliCtr < 1.0.5.2
  • RuckZuck Plugin of SCCMCliCtr < 1.0.5.2

Statistics and Figures of the Project:

2015: http://rzander.azurewebsites.net/ruckzuck-packagemanager-v1-0/

2016: https://rzander.azurewebsites.net/ruckzuck-figures-for-2016/

2017: https://rzander.azurewebsites.net/ruckzuck-figures-for-2017/

2018: https://rzander.azurewebsites.net/ruckzuck-figures-for-2018/

2019: https://rzander.azurewebsites.net/ruckzuck-figures-for-2019/

RuckZuck components

RuckZuck_Tool (RuckZuck.exe)

The RuckZuck.exe is a portable tool with a UI to install or update applications from the RZ repository.

RZGet (RZGet.exe)

Successor of RZUpdate.exe.

Install:
Install a Software from Shortname : RZGet.exe install "<Shortname>"[;"<Shortname2>"]
Install a Software from JSON File : RZGet.exe install "<JSON full path>"[;"<JSON full path>"]
Install a Sepcific Version : RZGet.exe install --name "<ProductName>" --vendor "<Manufacturer>" --version "<ProductVersion>"

Update:
Update all missing updates : RZGet.exe update --all
Show all missing updates : RZGet.exe update --list --all
check if a Software requires an update : RZGet.exe update --list "<Shortname>"
Update a Software from Shortname : RZGet.exe update "<Shortname>"[;"<Shortname2>"]

Show:
Show Metadata : RZGet.exe show "<Shortname>"
Show Metadata for a specific Version : RZGet.exe show --name "<ProductName>" --vendor "<Manufacturer>" --version "<ProductVersion>"

Search:
Show full Catalog JSON: RZGet.exe search
Search for a Keyword: RZGet.exe search zip
Search SW in a Category: RZGet.exe search --categories compression
Search for installed SW: RZGet.exe search --isinstalled true
Search for a manufacturer: RZGet.exe search --manufacturer zander
Search for a shortname and return PowerShell Object: RZGet.exe search --shortname ruckzuck | convertfrom-json

OneGet Provider

A Provider for OneGet (part of Win10) to update or install applications from the RZ repository with powerShell.

Examples on: https://github.com/rzander/ruckzuck/wiki/RuckZuck-OneGet-Provider

RZ for Configuration Manager

Allows applications to be imported from the RZ repository into Microsofts System Center Configuration Manager from a UI. It will create ConfigMgr Applications, DeploymentType, Collection and a Deployment. V1.5.1.8 news: https://rzander.azurewebsites.net/ruckzuck-for-configmgr-new-v1-5-18/

RuckZuck Caching Service

Docker container to cache RuckZuck traffic (SW definitions, Icons and binary-downloads). https://github.com/rzander/ruckzuck/wiki/RuckZuck-Proxy-Server https://hub.docker.com/r/zanderr/ruckzuck/

RZ.Server

RuckZuck Web-UI and REST API.

RZ.Bot

(internals) A "Service" to automatically download and install failed apps.

RZ.LogConsole

(internals) A real-time Log-Console to get failed and success installations.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].