Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayltai/quickinstall.app
Revolutionise your Windows and Mac setup with a single command
https://github.com/ayltai/quickinstall.app
command-line command-line-tool homebrew install-script installation installation-script installer installer-script mac macos package-manager windows windows-10 windows-11
Last synced: 20 days ago
JSON representation
Revolutionise your Windows and Mac setup with a single command
- Host: GitHub
- URL: https://github.com/ayltai/quickinstall.app
- Owner: ayltai
- Created: 2024-03-15T21:42:39.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-01T21:52:43.000Z (8 months ago)
- Last Synced: 2024-05-02T15:14:59.101Z (8 months ago)
- Topics: command-line, command-line-tool, homebrew, install-script, installation, installation-script, installer, installer-script, mac, macos, package-manager, windows, windows-10, windows-11
- Language: TypeScript
- Homepage: https://quickinstall.app
- Size: 5.17 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickInstall.app
[![GitHub Release](https://img.shields.io/github/v/release/ayltai/quickinstall.app)](https://github.com/ayltai/quickinstall.app/releases)
[![Uptime Robot status](https://img.shields.io/uptimerobot/status/m796412665-5b97785b87bd1dcb50d18c8e)](https://stats.uptimerobot.com/qL351HgIWE)
![Maintenance](https://img.shields.io/maintenance/yes/2024)
[![License](https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-blue)](https://creativecommons.org/licenses/by-nc-sa/4.0/)![logo](assets/LargeLogo.png)
Gone are the days of manually hunting and installing apps. Introducing [QuickInstall.app](https://quickinstall.app), the revolutionary tool that automates the entire process, saving you time and effort.
*One command, infinite possibilities!*
## Introduction
As a software engineer, I was tired of the tedious and time-consuming process of setting up a new Mac or Windows computer. I knew there had to be a better way. That's why I created [QuickInstall.app](https://quickinstall.app), a powerful tool that empowers you to:
* **Install thousands of apps for your Windows or macOS at once with a single command.** No more searching for downloads or navigating complex installation process. [QuickInstall.app](https://quickinstall.app) curates a massive library of over 10,000 essential apps, making it a one-stop shop for your Windows or macOS needs.
* **Customise your Mac to your unique style.** Express your individuality with a wide range of customisation tweaks. From themes and icons to dock configurations and hidden features, [QuickInstall.app](https://quickinstall.app) lets you tailor your Mac to your exact preferences.This [article]() explains the motivation behind this project.
### Supported package repositories
#### Windows
* [Chocolatey](https://chocolatey.org/)
#### macOS
* [Homebrew](https://brew.sh/): The missing package manager for macOS
* [Homebrew Cask](https://formulae.brew.sh/cask/) An extension to [Homebrew](https://brew.sh/) that allows you to install macOS applications
* [AppStore](https://www.apple.com/app-store/): A macOS app store platform maintained by Apple Inc### Supported tweaks
* [macOS tweaks](https://github.com/ayltai/ansible-macOS-tweaks): A collection of over 50 macOS customisations
## Architecture
```mermaid
---
title: QuickInstall.app Architecture
---
flowchart LR
subgraph gcp [Google Cloud Platform]
functions("QuickInstall.app API\n(Cloud Functions)")
firestore("Database\n(Firestore)")
end
contentful("Contentful CMS\n(API server)")
choco("Chocolatey\n(API server)")
homebrew("Homebrew\n(API server)")
appstore("App Store\n(API server)")
react("https://quickinstall.app\n(React SPA)")
react --> functions
react --> contentful
react --> homebrew
react --> appstore
functions --> firestore
functions --> choco
```## Getting started
Try it here: [https://quickinstall.app](https://quickinstall.app)
The documentation for the backend can be found [here](backend/README.md).
The documentation for the frontend can be found [here](frontend/README.md).
The documentation for the infrastructure provisioning and deployment can be found [here](infra/README.md).
## License
[QuickInstall.app](https://quickinstall.app) © 2024 by [Alan Tai](https://linkedin.com/in/ayltai) is licensed under [CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/). To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/4.0/