Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/just-install/just-install
The simple package installer for Windows
https://github.com/just-install/just-install
automation go installer windows
Last synced: 8 days ago
JSON representation
The simple package installer for Windows
- Host: GitHub
- URL: https://github.com/just-install/just-install
- Owner: just-install
- License: gpl-3.0
- Archived: true
- Created: 2013-04-05T23:15:50.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-09T16:58:53.000Z (about 3 years ago)
- Last Synced: 2024-08-01T19:31:38.271Z (3 months ago)
- Topics: automation, go, installer, windows
- Language: Go
- Homepage: https://just-install.github.io/
- Size: 2.52 MB
- Stars: 423
- Watchers: 21
- Forks: 48
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Just Install
_The simple package installer for Windows_
[![Build status](https://github.com/just-install/just-install/workflows/CI/badge.svg)](https://github.com/just-install/just-install/actions?query=workflow%3ACI)
[![License](https://img.shields.io/badge/license-GPL%203.0-blue.svg?style=flat)](https://choosealicense.com/licenses/gpl-3.0/)
[![Semver](https://img.shields.io/badge/version-v3.4.9-blue.svg?style=flat)](https://github.com/just-install/just-install/blob/master/CHANGELOG.md)---
just-install is a simple program which automates software installation on Windows. It tries to
do one simple thing and do it well: download a `setup.exe` and install it, silently.## :warning: :warning: :warning: Maintenance Mode :warning: :warning: :warning:
This project is no longer being actively developed. We suggest you to switch to Microsoft's
[winget](https://github.com/microsoft/winget-cli).## Installation
For up-to-date install instructions, please visit .
## Quick start
To install a package, for example Firefox, run:
just-install firefox
There are also other commands and flags that are described in the output of `just-install help`.
## Development
To contribute a new package, see
[here](https://github.com/just-install/registry/blob/master/README.md).To work on just-install itself you will need Git, the Go compiler and the WiX Toolset. You can
install them with just-install itself:just-install git go wix
## Credits
The cube icon is derived from the one available from [Ionicons](https://ionicons.com/).